summaryrefslogtreecommitdiff
path: root/src/genworld.h
AgeCommit message (Expand)Author
2021-03-26Feature: allow setting a custom terrain type to define highest peakPatric Stout
2021-03-26Feature: auto-detect map height limit based on generated mapPatric Stout
2021-03-10Add: make modal windows update more smoothPatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2018-10-11Fix #6898: Replace atoi() with strtoul()Miguel Horta
2015-04-11(svn r27231) -Codechange: Replace magic numbers for the smoothness setting (c...alberth
2011-12-19(svn r23611) -Add: run the begin of the script already while generating, and ...truebrain
2011-08-21(svn r22788) -Codechange: move modal progress related functions and variables...rubidium
2011-08-21(svn r22787) -Codechange: rename genworld redraw constantrubidium
2011-08-21(svn r22786) -Codechange: rename genworld mutices to model_progress muticesrubidium
2011-08-21(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgressrubidium
2011-08-20(svn r22768) -Add: progress bar updates for river buildingrubidium
2010-09-20(svn r20833) -Fix (r20832): Remove a warning.terkhen
2010-09-20(svn r20832) -Feature: Allow to select a custom percentage of water in the ma...terkhen
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium
2010-07-19(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworldrubidium
2010-05-21(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / ...yexo
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-01-18(svn r18861) -Doc: more doxygen documentation in genworld filessmatz
2010-01-17(svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-06(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and mak...rubidium
2009-05-03(svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)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-05-29(svn r13320) -Codechange: move some enums from openttd.h to more logical loca...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the thre...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
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 r8522) -Regression (r8512): The flat/random window moved the to scenario...Darkvater
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium