summaryrefslogtreecommitdiff
path: root/openttd.c
AgeCommit message (Expand)Author
2005-11-29(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modulestruelight
2005-11-26(svn r3239) - Codechange: Introduce and use helper functions for engine repla...peter1138
2005-11-26(svn r3235) - Fix: fix two crashes, one with making a screenshot in the main ...Darkvater
2005-11-23(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API versiontruelight
2005-11-22(svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (do...truelight
2005-11-22(svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'maj...truelight
2005-11-22(svn r3226) -Fix: GPMI implementation had minor glitchestruelight
2005-11-17(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep befo...bjarni
2005-11-16(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. Thi...peter1138
2005-11-16(svn r3191) Move declaration and definition of _dbg_screen_rect to a place wh...tron
2005-11-15(svn r3186) Unnecessary casts and truncationtron
2005-11-15(svn r3185) consttron
2005-11-15(svn r3183) Remove an unused declaration and properly declare CheckExternalFi...tron
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3176) Use proper types, not some variants of inttron
2005-11-13(svn r3173) Use the trinary operator and switch to improve readabilitytron
2005-11-09(svn r3158) - PBS: [ 1252192 ] Fix an assertion failure due to possible junk ...peter1138
2005-11-07(svn r3155) -Feature: [autoreplace] autoreplace can now remove cars from too ...bjarni
2005-10-31(svn r3109) Replace two occurrences of '256' with TOTAL_NUM_ENGINESpeter1138
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-10-17(svn r3055) Give the savegame/scenarion sort order flags symbolic namestron
2005-10-07(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte...tron
2005-09-28(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI...tron
2005-09-19(svn r2963) Fix: calculate proportions of non-square giant screenshot correctly.peter1138
2005-09-07(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)truelight
2005-09-03(svn r2909) Game would hang where the autosave_on_exit was activated.Darkvater
2005-09-02(svn r2906) Fix some threaded saving problems. Now the thread only interfaces...Darkvater
2005-08-23(svn r2886) Rename the "owner" attribute to "m1", because when it stores an o...tron
2005-08-14(svn r2866) Move all functions and tables which aren't directly involved in m...tron
2005-08-10(svn r2848) -Fix: [ 1256044 ] fixed crash when loading a map made before rev ...bjarni
2005-08-06(svn r2821) Remove a write-only variabletron
2005-08-06(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se...bjarni
2005-08-06(svn r2814) -Fix: made MorphOS to compile againtruelight
2005-08-05(svn r2809) Implement more generic threading functions, which allow more than...tron
2005-07-29(svn r2754) Move str_fmt into string.[ch]tron
2005-07-29(svn r2748) Remove unused cruft from the main looptron
2005-07-26(svn r2720) Remove unused declarations and definitionstron
2005-07-26(svn r2714) Remove unnecessary includestron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-23(svn r2685) -Codechange: Split the music/sound/video drivers into separate fi...tron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-22(svn r2672) Move saving/loading related declarations to saveload.htron
2005-07-20(svn r2657) -Codechange: The available railtypes per player are now a bitmask...celestar
2005-07-17(svn r2610) - Feature: set server map name to the loaded name of the game/sce...Darkvater
2005-07-17(svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to ma...truelight
2005-07-17(svn r2602) -Codechange: removed unused variable (disable_computer)truelight
2005-07-16(svn r2588) Codechange: Remove PLAYER_SEED_RANDOMludde
2005-07-15(svn r2583) Move OS specific code out of misc.cludde
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-07-13(svn r2560) Fix: various minor code changes.ludde