Age | Commit message (Expand) | Author |
2005-10-26 | (svn r3090) Remove long dead pieces of code | tron |
2005-10-24 | (svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace | bjarni |
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-10-16 | (svn r3049) Replace byte/int/uint by RailType where appropriate | tron |
2005-10-07 | (svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin) | bjarni |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-09-27 | (svn r2994) Another small hack regarding currencies: add a #define to emulate... | tron |
2005-09-27 | (svn r2992) Use PlayerID, StationID and INVALID_STATION instead of int, int a... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-09-16 | (svn r2958) - Feature: [ 1258971 ] Menu option to toggle console. Mainly for ... | Darkvater |
2005-09-16 | (svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'd... | Darkvater |
2005-09-15 | (svn r2955) Fix: make ottd start with the last resolution you had set (custom... | Darkvater |
2005-08-24 | (svn r2887) Fix regression: Two boolean expressions got flipped in r2595, whi... | tron |
2005-08-06 | (svn r2816) Forgot an Id tag and an #include | tron |
2005-08-01 | (svn r2781) Fix some of the issues with variables in .h files. | ludde |
2005-07-28 | (svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums f... | celestar |
2005-07-28 | (svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled... | celestar |
2005-07-26 | (svn r2720) Remove unused declarations and definitions | tron |
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-21 | (svn r2660) Get rid of some more shifting/anding/casting | tron |
2005-07-20 | (svn r2657) -Codechange: The available railtypes per player are now a bitmask... | celestar |
2005-07-17 | (svn r2626) static, const, misc. | tron |
2005-07-17 | (svn r2602) -Codechange: removed unused variable (disable_computer) | truelight |
2005-07-16 | (svn r2595) -Codechange: Introduced "IsSteepTileh" to find whether a tile is ... | celestar |
2005-07-13 | (svn r2560) Fix: various minor code changes. | ludde |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
2005-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | tron |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-21 | (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer | celestar |
2005-06-14 | (svn r2438) - Feature: New display option, 'transparent station signs', make... | hackykid |
2005-06-06 | (svn r2420) - Codechange: magic number elminitation of cursorsprites. | Darkvater |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-06-01 | (svn r2391) - Feature: saving games happen in a seperate thread so you no lon... | Darkvater |
2005-05-15 | (svn r2324) Introduce _cmd_text for passing strings with a command instead of... | tron |
2005-05-13 | (svn r2303) - CodeChange (fix): when giving money to other players only allow... | Darkvater |
2005-05-12 | (svn r2297) - CodeChange: server-check the next batch of commands. | Darkvater |
2005-05-06 | (svn r2276) - CodeChange: remove DebugProc() and make the ALT+0...4 codes onl... | Darkvater |
2005-04-16 | (svn r2209) - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was ... | Darkvater |
2005-04-14 | (svn r2201) - Fix: Crash in scenario-editor with terraforming out-of-map bounds. | Darkvater |
2005-04-13 | (svn r2192) - Add greater control to the 'message options' window. Now you ca... | Darkvater |
2005-04-07 | (svn r2161) - Fix: When resizing a window, the button is also visibly depressed | Darkvater |
2005-04-03 | (svn r2143) - Fix: [ 1175748 ] Wrong Button-Images in scenario-editors landsc... | Darkvater |
2005-04-03 | (svn r2141) - Fix: Keys now hopefully only activate the right windows. If con... | Darkvater |
2005-04-03 | (svn r2140) - Fix: [ 1175726 ] Allows rails in scenario editor. Moved both 'A... | Darkvater |
2005-04-02 | (svn r2137) - CodeChange: Remove unnecessary preprocessor magic | Darkvater |
2005-04-02 | (svn r2136) - Fix: [ 1174313 ] terrain hotkeys nonfunctional in scenario edit... | Darkvater |
2005-03-31 | (svn r2114) -Fix: fix menu with signlist in SE | truelight |