Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-23 | (svn r9901) -Codechange: Decide what to do with selected land areas based on ↵ | maedhros | |
the specific variable, not how it was highlighted. | |||
2007-05-23 | (svn r9900) -Codechange: Separate the variables for how to highlight a land ↵ | maedhros | |
area and what to do with it afterwards. | |||
2007-05-21 | (svn r9897) -Codechange: prepare the toolbar for more road types. | rubidium | |
2007-05-20 | (svn r9893) -Fix (r9892): various small bugs that only act up when using ↵ | rubidium | |
something different than plain roads. | |||
2007-05-20 | (svn r9892) -Codechange: lots of ground work for allowing multiple types of ↵ | rubidium | |
"road" with multiple owners on a single tile. | |||
2007-04-18 | (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting ↵ | rubidium | |
tabs with spaces. | |||
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium | |
2007-03-28 | (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" | belugas | |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-02-21 | (svn r8837) -Fix [FS#626]: drive through stations did not connect to ↵ | rubidium | |
neighbouring roads (mart3p). | |||
2007-02-16 | (svn r8765) -Codechange: remove logic redundancy by moving it from the gui ↵ | rubidium | |
into the cmd code. | |||
2007-02-14 | (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more ↵ | rubidium | |
robust and add roadstops.grf to the list of required grfs. | |||
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard ↵ | rubidium | |
work of mart3p. | |||
2007-02-01 | (svn r8511) -Codechange: make WindowClass an enumerated value. | rubidium | |
2007-01-28 | (svn r8436) -Fix | tron | |
-Feature: When linking the terraform toolbar to the build toolbars place them side by side instead of on top of each other | |||
2007-01-25 | (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, ↵ | celestar | |
and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop | |||
2007-01-16 | (svn r8152) Fix a off-by-one error in the placement of the sticky box of the ↵ | tron | |
road build toolbar in the scenario editor | |||
2007-01-15 | (svn r8143) Remove the landscaping button from the build toolbars. | tron | |
The landscaping toolbar can be reached at least as easy directly from the main toolbar. Further two of the four toolbars uses 'l' as keyboard shortcut for this button, which plain does not work (The letter has to be uppercase). This was covered by the fact there is a global shortcut 'L' to open the landscaping toolbar, so the individual checks in the four build toolbars were redundant anyway. | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |