Age | Commit message (Expand) | Author |
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 |
2005-03-26 | (svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and... | truelight |
2005-03-26 | (svn r2075) -Fix: added missing breaks in switches | truelight |
2005-03-24 | (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h | truelight |
2005-03-12 | (svn r2004) - Fix: [ 1149487 ] Autosave ignoring settings | Darkvater |
2005-02-22 | (svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu... | Darkvater |
2005-02-21 | (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli... | Darkvater |
2005-02-13 | (svn r1867) Include tables/sprites.h only in files which need it | tron |
2005-02-13 | (svn r1866) -Fix: Intercepted generated maps with 0 towns on it. Currently ju... | celestar |
2005-02-11 | (svn r1861) Constify Get(Non)Sprite() | tron |
2005-02-10 | (svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (return... | tron |
2005-02-10 | (svn r1853) Move spritecache function declarations into a header of their own... | tron |
2005-02-07 | (svn r1840) Repel str_buffr and use local buffers where possible | tron |
2005-02-06 | (svn r1833) byte -> char transition: the rest | tron |
2005-02-06 | (svn r1827) Next iteration of the byte -> char transition: some string drawin... | tron |
2005-02-06 | (svn r1813) Declare functions implemented in strings.c in their own shiny new... | tron |
2005-01-30 | (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled wh... | darkvater |