summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
AgeCommit message (Expand)Author
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-07-12(svn r10522) -Fix: the "build truck station" GUI showed that it would accept ...rubidium
2007-07-04(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl ...peter1138
2007-07-01(svn r10405) -Fix [FS#972]: do not try to determine the default railtype in t...rubidium
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail t...rubidium
2007-06-11(svn r10103) -Fix (r10086): TrackBitsToTrack doesn't cope well with TRACK_BIT...maedhros
2007-06-10(svn r10086) -Codechange: Use more sensible types and functions in GenericPla...maedhros
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-05-24(svn r9908) -Codechange: prepare the station picker for more road types.rubidium
2007-05-23(svn r9905) -Feature: Allow building new stations adjacent to existing statio...maedhros
2007-05-23(svn r9901) -Codechange: Decide what to do with selected land areas based on ...maedhros
2007-05-23(svn r9900) -Codechange: Separate the variables for how to highlight a land a...maedhros
2007-05-07(svn r9810) -Feature: Add drag and drop removal of station tiles (Wolf01)peter1138
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-03(svn r8999) -Fix [FS#450]: do not select a disabled platform length/number of...rubidium
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-22(svn r8841) -Fixtron
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-28(svn r8436) -Fixtron
2007-01-19(svn r8279) -Regression (r8274): Removing signals could fail under certain ci...Darkvater
2007-01-19(svn r8274) -Codechange (r8151): Move the automatic semaphore/signal checks i...Darkvater
2007-01-16(svn r8160) -Fix (r8151): Do not use HasSignals on tiles without railways.maedhros
2007-01-15(svn r8151) -Feature: Automatically build semaphores before a configurable da...maedhros
2007-01-15(svn r8143) Remove the landscaping button from the build toolbars.tron
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr