Age | Commit message (Expand) | Author |
2006-04-20 | (svn r4487) - Codechange: replace the custom currency magic number 23 with a ... | peter1138 |
2006-04-18 | (svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via... | celestar |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-03-26 | (svn r4126) - Feature: A new multi-lingual multi-measuring-unit system: | peter1138 |
2006-03-17 | (svn r3930) - [Patches] Change the GUI-patch options from indeces to string r... | Darkvater |
2006-03-14 | (svn r3874) - Codechange: move the extern decleration of _patches_newgame ins... | Darkvater |
2006-03-03 | (svn r3746) - [7/7] Moving the callback functions for the setting-changes fro... | Darkvater |
2006-03-02 | (svn r3732) - Fix two warnings. Stupid MSVC didn't even complain :s (Thank Tr... | Darkvater |
2006-03-02 | (svn r3726) - [6/6] Finalize conversion, finally save the patches struct. | Darkvater |
2006-03-02 | (svn r3723) - [5/6] Move over the console commands from settings_gui to setti... | Darkvater |
2006-03-02 | (svn r3722) - [4/4] Present the game with a unified structure for the configu... | Darkvater |
2006-03-01 | (svn r3710) - Use the general function DrawArrowButtons() instead of doing it... | Darkvater |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-01-29 | (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in... | Darkvater |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-20 | (svn r3323) - Fix: automatically enable new AI when turning on the AI in mult... | Darkvater |
2005-12-18 | (svn r3313) Remove GPMI related changes from trunk | tron |
2005-12-18 | (svn r3311) Remove the unnecessary global variable _grffile_count: It's just ... | tron |
2005-12-13 | (svn r3294) - Fix: use INVALID_STRING_ID instead of -1. | Darkvater |
2005-12-07 | (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th... | peter1138 |
2005-11-26 | (svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by | truelight |
2005-11-22 | (svn r3229) -Add: add more GPMI support. Now GPMI-based AIs can be loaded (do... | truelight |
2005-11-21 | (svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable vi... | truelight |
2005-11-19 | (svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite ... | tron |
2005-11-15 | (svn r3190) Turn some loops into canonical for loop form | tron |
2005-11-15 | (svn r3185) const | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-13 | (svn r3173) Use the trinary operator and switch to improve readability | tron |
2005-11-09 | (svn r3157) - Feature: Added patch option to link the terraform toolbar to th... | peter1138 |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-09-27 | (svn r2994) Another small hack regarding currencies: add a #define to emulate... | tron |
2005-09-24 | (svn r2982) Newgrf: Added patch option for wagon speed limits. This is enable... | peter1138 |
2005-09-23 | (svn r2980) - Add some comments to some setting enums, and fix a 'const' warn... | Darkvater |
2005-08-07 | (svn r2831) Fix some potential and real buffer overflows | tron |
2005-08-07 | (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth abou... | tron |
2005-08-06 | (svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to se... | bjarni |
2005-08-06 | (svn r2815) Store the currency information in one central place instead of sc... | tron |
2005-07-29 | (svn r2751) -Fix: Disabled buttons in the patches and difficulty windows are ... | celestar |
2005-07-26 | (svn r2717) Move _userstring to strings.[ch] | tron |
2005-07-24 | (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n... | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-07-19 | (svn r2635) Fix: [ntp/misc] Improve the old pathfinder. Changed it to A* inst... | ludde |
2005-07-15 | (svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ... | ludde |
2005-07-14 | (svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not... | ludde |
2005-07-12 | (svn r2553) - Fix: [pathfinding] Remove old-old train pathfinder. Enhanced ol... | ludde |
2005-07-04 | (svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows mu... | hackykid |