summaryrefslogtreecommitdiff
path: root/main_gui.c
AgeCommit message (Expand)Author
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 #includetron
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 definitionstron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
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/TileDiffXYtron
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 GetPlayercelestar
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 depressedDarkvater
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 magicDarkvater
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 SEtruelight
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 switchestruelight
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-03-12(svn r2004) - Fix: [ 1149487 ] Autosave ignoring settingsDarkvater
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 ittron
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