summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
AgeCommit message (Expand)Author
2009-03-12(svn r15689) -Fix [FS#2720]: do not crash when the generate map doesn't conta...rubidium
2009-03-12(svn r15688) -Codechange: unifiy cleaning up the map generation (normal and a...rubidium
2009-02-14(svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct sett...yexo
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-08(svn r15422) -Fix [FS#2623] (r15383): loading NewGRFs before copying the sett...rubidium
2009-02-08(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...rubidium
2009-02-04(svn r15342) -Feature: allow changing town layout in the 'Found new town' windowsmatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-21(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.Yexo
2009-01-20(svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread gene...rubidium
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-06-08(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner tha...rubidium
2008-06-08(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ...truebrain
2008-06-08(svn r13411) -Codechange: remove the return value from the thread procs becau...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13320) -Codechange: move some enums from openttd.h to more logical loca...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-17(svn r12755) -Fix (r12706): aborting map generation was not properly handledglx
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the thre...rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-01-29(svn r12004) -Codechange: refactor the random functions to reduce code duplic...rubidium
2008-01-22(svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.frosch
2008-01-15(svn r11867) -Fix: do not reset changes to persistent storages during world g...rubidium
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.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 r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.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 r11700) -Codechange: reduce the amount of unnecessary includes.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-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified WindowHighligh...rubidium
2007-05-31(svn r9995) -Fix (r9962): Don't scroll the map at the start of a new gamepeter1138
2007-05-06(svn r9792) -Fix (r9734): Pause on newgame should only apply to games, not th...maedhros
2007-04-28(svn r9734) -Feature: Add an option to automatically pause when starting a ne...maedhros
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium