summaryrefslogtreecommitdiff
path: root/openttd.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2007-01-02(svn r7751) -Codechange: move network_* to a new network map. Furthermore mov...rubidium
2006-12-30(svn r7642) -Codechange: unify all the different locations where the animatio...rubidium
2006-12-29(svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port...rubidium
2006-12-27(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r...celestar
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-26(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respe...rubidium
2006-12-21(svn r7523) -Feature: Add the possibility to change the newgrf configuration ...Darkvater
2006-12-21(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadW...Darkvater
2006-12-18(svn r7506) -Codechange: [NewGRF] Add action 7/9/D variable 0x81 (current year)glx
2006-12-10(svn r7470) -Codechange: Leave elrails enabled after loading old (pre-optiona...Darkvater
2006-12-10(svn r7469) -Fix (r7348): NewGRF settings weren't loaded in cases.peter1138
2006-12-09(svn r7449) -Codechange: Rename _path to _paths as it is technically more cor...Darkvater
2006-12-04(svn r7348) -Feature: Initial support for saving NewGRF settings with savegam...peter1138
2006-11-30(svn r7312) -Fix: When loading a game from a dedicated server the local playe...Darkvater
2006-11-28(svn r7280) -Codechange: Replace some sprintf() functions with the safer snpr...Darkvater
2006-11-28(svn r7273) -Fix (r7250): Initialise game palette before driver initialisatio...peter1138
2006-11-24(svn r7250) -Codechange: Shuffle sprite loading and character width caching a...peter1138
2006-11-17(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ...KUDr
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-11-05(svn r7065) Use simple assignment instead of memcpy()tron
2006-11-03(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG inste...Darkvater
2006-10-28(svn r6986) Use the pool macros for the Town pooltron
2006-10-28(svn r6983) Use the pool macros for the Station pooltron
2006-10-28(svn r6982) Use the pool macros for the Sign pooltron
2006-10-28(svn r6980) Use the pool macros for the Order pooltron
2006-10-28(svn r6979) Use the pool macros for the Industry pooltron
2006-10-28(svn r6975) Use the pool macros for the Vehicle pooltron
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-17(svn r6816) -Codechange: Some coding style, variable localization, const corr...Darkvater
2006-10-17(svn r6814) -Codechange: For network games ci->client_playas was always p->in...Darkvater
2006-10-15(svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishin...Darkvater
2006-10-15(svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-13(svn r6766) -Codechange: Move _openttd_revision[] into the functions that use...Darkvater
2006-10-12(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. W...Darkvater
2006-10-12(svn r6753) -Codechange: Move some function declerations from functions.h int...Darkvater
2006-10-03(svn r6624) -Feature: added ability to add refit commands to vehicle orders (...bjarni
2006-09-28(svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to r...peter1138
2006-09-15(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This rep...peter1138
2006-09-08(svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles fro...bjarni
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-09-04(svn r6380) -Codechange: unify all ways to quit OTTD.rubidium
2006-09-03(svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 yea...rubidium
2006-09-03(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not call...rubidium
2006-08-31(svn r6287) -Codechange: Remove a redundant checktron
2006-08-26(svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, ...truelight
2006-08-22(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now fu...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight