summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
AgeCommit message (Expand)Author
2007-06-22(svn r10271) -Fix r9563: move the Transparency Option menu item to the place ...truelight
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to pla...rubidium
2007-06-21(svn r10246) -Fix (r10297): some forgotten money conversions and truncation i...rubidium
2007-06-18(svn r10208) -Codechange: replace int32 with Money where appropriate.rubidium
2007-06-18(svn r10207) -Codechange: remove the redundant player_money in favour of the ...rubidium
2007-06-13(svn r10145) -Fix: make compiling with networking disabled (again) possible.rubidium
2007-06-11(svn r10097) -Feature: Add support for articulated road vehicles, or callback...maedhros
2007-06-10(svn r10087) -Fix [FS#834]: multiple subsequent "give money" actions could re...rubidium
2007-06-10(svn r10085) -Fix [FS#839]: message that you had given money appeared even wh...rubidium
2007-05-28(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled wit...peter1138
2007-05-25(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.rubidium
2007-05-25(svn r9917) -Codechange: prepare some more areas for more road types. rubidium
2007-05-23(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the ...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-21(svn r9897) -Codechange: prepare the toolbar for more road types.rubidium
2007-05-19(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgottentruelight
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-05-07(svn r9805) -Codechange: Use HASBIT() et al for display options bits.peter1138
2007-04-19(svn r9677) -Codechange: Make the 'transparent buildings' menu item toggle al...peter1138
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 r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-04-11(svn r9597) -Codechange: Exclude sign transparency when toggling all options ...peter1138
2007-04-11(svn r9595) -Fix (r9563): Transparency hotkeys didn't workpeter1138
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-03-03(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t...belugas
2007-02-01(svn r8512) -Codechange: From the intro window enter the scenario editor. Fro...Darkvater
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-02-01(svn r8507) -Codechange/Feature: Don't remove player-owned property on-load i...Darkvater
2007-01-21(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and ...maedhros
2007-01-21(svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open al...bjarni
2007-01-14(svn r8132) -Fix (r6824): The game could crash when the chat key (<ENTER>) is...Darkvater
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
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