summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
AgeCommit message (Expand)Author
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium
2007-08-29(svn r10996) -Feature: [OSX] added more options for right click emulation (co...bjarni
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-06(svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ...rubidium
2007-06-27(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of inf...rubidium
2007-06-25(svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail t...rubidium
2007-06-21(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle...truelight
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-06-04(svn r10037) -Fix (r10035, r10036): silence some 'may be used uninitialized' ...glx
2007-06-04(svn r10036) -Add: sort the strings in town names dropdownglx
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-23(svn r9905) -Feature: Allow building new stations adjacent to existing statio...maedhros
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-04(svn r9779) -Feature: Add the possiblity to choose different road patterns fo...belugas
2007-05-01(svn r9762) -Feature: Two new difficulty settings : Very low number of towns ...belugas
2007-04-29(svn r9741) -Fix [FS#672]: station signs were not resized when the language c...rubidium
2007-04-28(svn r9734) -Feature: Add an option to automatically pause when starting a ne...maedhros
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion ...maedhros
2007-04-17(svn r9664) -Documentation: Doxygen corrections,errors and omissionsbelugas
2007-04-16(svn r9648) -Codechange: Use HASBIT directly rather than shifting and then us...maedhros
2007-04-16(svn r9647) -Fix (r6631) [FS#733]: Select "Custom" in the difficulty settings...maedhros
2007-04-12(svn r9613) -Feature: Make it possible to have some control over the town gro...maedhros
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-25(svn r9455) -Fix: the values for diff_custom, diff_level and snow_line in the...rubidium
2007-03-11(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as wellbjarni
2007-03-11(svn r9117) -Fix: the (current) difficulty level button was not selected when...rubidium
2007-03-11(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...bjarni
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-08(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in ...truelight
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-15(svn r8151) -Feature: Automatically build semaphores before a configurable da...maedhros
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-11(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...celestar
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