summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
AgeCommit message (Expand)Author
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-02-07(svn r12079) -Fix: Use search paths when opening console scripts.peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11829) -Feature: allow reloading openttd.cfg when starting a new game o...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-02(svn r11557) -Codechange: send and store the passwords a little more secure t...rubidium
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-17(svn r11452) -Change: do not allow configuration changes, that NewGRFs can di...rubidium
2007-10-20(svn r11312) -Codechange: implement a overflow safe integer and use that for ...rubidium
2007-10-14(svn r11260) -Codechange: replace a magic number by a less magic enumified co...rubidium
2007-07-23(svn r10658) -Add: support for autosave_on_exit in the console, so dedicated ...glx
2007-06-24(svn r10312) -Fix (r10210): the 64 values in the 'players' console command we...rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-13(svn r10137) -Add: console command to get the current game date.rubidium
2007-05-04(svn r9784) -Codechange: remove unused variable.rubidium
2007-05-02(svn r9771) -Feature: (-tte) Add password protected status to 'players' (netw...peter1138
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-05(svn r9565) -Feature: Add list_patches console command. This shows all patche...peter1138
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 r9038) -Fix [FS#115]: inactive connections are not automatically kicked,...rubidium
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-02-23(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
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