summaryrefslogtreecommitdiff
path: root/order_gui.c
AgeCommit message (Expand)Author
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
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-15(svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ...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-15(svn r2443) -Fix: somehow I delete one line too many :(celestar
2005-06-15(svn r2441) -Feature: You can now give transfer order to set up feeder systemscelestar
2005-06-04(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...tron
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-23(svn r2363) - Codechange: [NPF] Removed caching the endnode check. The code f...matthijs
2005-05-02(svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx)matthijs
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-03-20(svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flag...celestar
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-07(svn r1838) Ship depots are on water, not roadstron
2005-02-06(svn r1834) - Fix: NPF does not check the owner of its target, busses try to ...matthijs
2005-02-06(svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx ...truelight
2005-02-06(svn r1818) -Add: Dynamic orders (up to 64k orders)truelight
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-01(svn r1760) -Fix: [ 1113399 ] Game no longer crashes when right-clicking a di...celestar
2005-01-30(svn r1746) - Feature: [GUI] [ 1107690 ] Resizable orders GUI (nzhook)darkvater
2005-01-29(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...tron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-22(svn r1596) Add some more staticstron
2005-01-21(svn r1582) Fix: Only the train orders GUI has a non-stop button now.dominik
2005-01-19(svn r1568) made an enum of train subtypes to make the code more readablebjarni
2005-01-16(svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saverou...truelight
2005-01-16(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...tron
2005-01-15(svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.truelight
2005-01-15(svn r1520) Trim 134 (!) lines with trailing whitespace ):tron
2005-01-13(svn r1498) -Feature: Addded keyboard shortcuts for the order windowCelestar
2005-01-12(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we ha...celestar
2005-01-06(svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns an...truelight
2005-01-04(svn r1379) -Fix: various GUI glitches. Added default sizes to various widget...darkvater
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2004-12-23(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)truelight
2004-12-19(svn r1177) Enable non-stop flag for waypointstron
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-12-06(svn r962) Fixed a problem with the new order system due to missing '{}' (ano...Celestar
2004-12-05(svn r961) Fixed a problem with the new order system due to missing '{}'Celestar
2004-12-05(svn r960) -Fix: forgotten conversion of orders for the AI (Tron)darkvater
2004-12-05(svn r955) Replace uint16 for orders with struct Ordertron
2004-12-03(svn r907) Sprinkle holy ANSI water:tron
2004-12-02(svn r901) Small step in the process to clean up the DPARAM mess:tron
2004-11-25(svn r815) Include strings.h only in the files which need it.tron
2004-11-14(svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name ...darkvater
2004-09-27(svn r329) Fix: [ 1035066 ] 'Allow goto depot' turned off, no checkpoints in ...dominik
2004-09-10(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!truelight