summaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)Author
2006-12-27(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r...celestar
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-11-03(svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each car...peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-16(svn r6788) - Codechange: Add and use a function to test if a string ID is a ...peter1138
2006-08-26(svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, ...truelight
2006-08-22(svn r6048) -Codechange: all InitializeXXX are plural, just not Depottruelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-16(svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as Conve...rubidium
2006-08-15(svn r5915) -Cleanup: some variables were named *_date while they were only h...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-06-07(svn r5155) - Remove the bridge branch merge (revision r5070)tron
2006-06-02(svn r5070) Merged the bridge branchcelestar
2006-05-21(svn r4940) Remove the dubious feature of remembering the last built depot. I...tron
2006-04-22(svn r4520) -Fix: Did last commit in the wrong branch. Repair and shame on me.celestar
2006-04-22(svn r4514) Cleanup of a cleanup ... lines left behindbelugas
2006-04-22(svn r4513) Codechange : Assemble a bit the scattered parts of Cargo types.belugas
2006-03-29(svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c...celestar
2006-03-03(svn r3748) Remove bubblesort(), it's unusedtron
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-03-01(svn r3716) - Move the option settings (_game_opt_desc) from misc.c into sett...Darkvater
2006-02-20(svn r3626) - Merge the SlGlobVarList (global variables) and SaveLoad (offset...Darkvater
2006-02-18(svn r3613) Some more const, indentation, whitespace and similar stufftron
2006-02-06(svn r3564) Several smaller changes:tron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-19(svn r3409) - Change the server advertisement interval to use the frame count...peter1138
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-06(svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'truelight
2005-11-30(svn r3250) -Fix: AIs weren't uninitialized when a new game was loadedtruelight
2005-11-22(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'maj...truelight
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-03(svn r3010) Get rid of quite some dubious casts, either by using GB(), proper...tron
2005-09-16(svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'd...Darkvater
2005-08-23(svn r2886) Rename the "owner" attribute to "m1", because when it stores an o...tron
2005-08-07(svn r2832) Missing #includetron
2005-08-06(svn r2819) Make variables, which are exclusive for internal use of the save/...tron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-05(svn r2812) Move variables, which only vehicle_gui.c needs to know about, theretron
2005-07-30(svn r2759) Remove unused #includes and filestron
2005-07-25(svn r2706) Fix !WITH_NETWORK buildtron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-17(svn r2622) Fix: remove _cargoc.names_p, it was never used.ludde
2005-07-17(svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing th...ludde
2005-07-17(svn r2596) Add macros ROL and ROR to ROtate values Left/Right. Also shorten ...tron