index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main_gui.cpp
Age
Commit message (
Expand
)
Author
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 omissions
belugas
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 work
peter1138
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