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
/
genworld_gui.cpp
Age
Commit message (
Expand
)
Author
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-07-23
(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)
truelight
2007-06-30
(svn r10396) -Fix: When landscape generating, allow for 200ms between screen ...
peter1138
2007-06-28
(svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessa...
peter1138
2007-06-22
(svn r10276) -Codechange: made a counter based on milliseconds and independen...
truelight
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-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for landscap...
belugas
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-03-01
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-02-01
(svn r8524) -Cleanup: Ala r8509 add some enum names to the generate landscape...
Darkvater
2007-02-01
(svn r8522) -Regression (r8512): The flat/random window moved the to scenario...
Darkvater
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 r8509) -Cleanup: Add some enum names to the create scenario window
Darkvater
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