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.cpp
Age
Commit message (
Collapse
)
Author
2007-05-31
(svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game
peter1138
2007-05-06
(svn r9792) -Fix (r9734): Pause on newgame should only apply to games, not ↵
maedhros
the scenario editor.
2007-04-28
(svn r9734) -Feature: Add an option to automatically pause when starting a ↵
maedhros
new game.
2007-04-12
(svn r9609) -Codechange: Move some function prototypes out of functions.h ↵
maedhros
and into landscape.h, and add a few where they didn't exist.
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
comments style.
2007-02-01
(svn r8511) -Codechange: make WindowClass an enumerated value.
rubidium
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ↵
peter1138
values. This lets us increase the sprite width from 14 to up to 29 bits, effectively nulling the old sprite limit. Table changes in next commit.
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵
rubidium
stillunknown and pv2b.
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵
KUDr
renamed to .cpp)