order_gui.c
Sun, 29 Jan 2006 20:06:26 +0000 truelight (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committing here :)
Sun, 29 Jan 2006 20:03:50 +0000 truelight (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
Wed, 21 Dec 2005 01:14:01 +0000 Darkvater (svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command.
Wed, 07 Dec 2005 15:48:52 +0000 peter1138 (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
Fri, 18 Nov 2005 23:41:03 +0000 bjarni (svn r3218) -Feature: Multiheaded train engines will now stay in the same train
Wed, 16 Nov 2005 14:41:01 +0000 truelight (svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
Tue, 15 Nov 2005 09:00:02 +0000 tron (svn r3185) const
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Sun, 13 Nov 2005 14:54:09 +0000 tron (svn r3173) Use the trinary operator and switch to improve readability
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Fri, 15 Jul 2005 15:09:52 +0000 ludde (svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
Wed, 13 Jul 2005 18:04:01 +0000 tron (svn r2558) Change the internal map format from 7 arrays to one array of structs, this doesn't change the saved format for now. It's a stepping stone for further changes.
Sat, 25 Jun 2005 16:44:57 +0000 tron (svn r2487) Replace TILE_XY by TileXY/TileDiffXY
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Wed, 15 Jun 2005 17:18:32 +0000 celestar (svn r2443) -Fix: somehow I delete one line too many :(
Wed, 15 Jun 2005 16:58:15 +0000 celestar (svn r2441) -Feature: You can now give transfer order to set up feeder systems
Sat, 04 Jun 2005 11:56:32 +0000 tron (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 23 May 2005 19:00:16 +0000 matthijs (svn r2363) - Codechange: [NPF] Removed caching the endnode check. The code for this was buggy, fundamentally flawed and barely useful. (Hackykid)
Mon, 02 May 2005 23:59:11 +0000 matthijs (svn r2256) - Fix: Trains cannot find a depot when they are in a tunnel. (glx)
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Sun, 20 Mar 2005 08:43:29 +0000 celestar (svn r2034) -Codechange: Replaced the rather meaningless LOAD and UNLOAD flags for depots by something more meaningful
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Mon, 07 Feb 2005 10:37:12 +0000 tron (svn r1838) Ship depots are on water, not roads
Sun, 06 Feb 2005 22:36:08 +0000 matthijs (svn r1834) - Fix: NPF does not check the owner of its target, busses try to enter other players' depots. TODO
Sun, 06 Feb 2005 10:39:18 +0000 truelight (svn r1819) -Codechange: removed 1 unused function, and 1 unused struct (tnx to Tron)
Sun, 06 Feb 2005 10:24:57 +0000 truelight (svn r1818) -Add: Dynamic orders (up to 64k orders)
Sun, 06 Feb 2005 10:18:47 +0000 truelight (svn r1817) -Codechange: Moved depot-functions to depot.c
Tue, 01 Feb 2005 09:47:18 +0000 celestar (svn r1760) -Fix: [ 1113399 ] Game no longer crashes when right-clicking a disabled Full Load button
Sun, 30 Jan 2005 23:41:57 +0000 darkvater (svn r1746) - Feature: [GUI] [ 1107690 ] Resizable orders GUI (nzhook)
Sat, 29 Jan 2005 15:12:40 +0000 tron (svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
Sat, 29 Jan 2005 12:19:05 +0000 tron (svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Fri, 21 Jan 2005 18:36:17 +0000 dominik (svn r1582) Fix: Only the train orders GUI has a non-stop button now.
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Sun, 16 Jan 2005 14:42:53 +0000 truelight (svn r1544) -Fix: SwapOrder did not use AssignOrder, which caused the saveroutine to
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Thu, 13 Jan 2005 16:55:17 +0000 Celestar (svn r1498) -Feature: Addded keyboard shortcuts for the order window
Wed, 12 Jan 2005 22:09:21 +0000 celestar (svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Tue, 04 Jan 2005 21:28:09 +0000 darkvater (svn r1379) -Fix: various GUI glitches. Added default sizes to various widgets. Sticky/Resize- and Scrollbar must be 11 pixels wide, Horizontal scrollbar 11 pixels high, caption must be 13 pixels. I hope I didn't forget any widgets, the game will assert for that so report them to me!
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Thu, 23 Dec 2004 14:46:16 +0000 truelight (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Sun, 19 Dec 2004 21:03:16 +0000 tron (svn r1177) Enable non-stop flag for waypoints
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Mon, 06 Dec 2004 00:03:26 +0000 Celestar (svn r962) Fixed a problem with the new order system due to missing '{}' (another place)
Sun, 05 Dec 2004 23:57:08 +0000 Celestar (svn r961) Fixed a problem with the new order system due to missing '{}'
Sun, 05 Dec 2004 21:30:58 +0000 darkvater (svn r960) -Fix: forgotten conversion of orders for the AI (Tron)
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water:
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Sun, 14 Nov 2004 13:07:07 +0000 darkvater (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).
Mon, 27 Sep 2004 14:30:17 +0000 dominik (svn r329) Fix: [ 1035066 ] 'Allow goto depot' turned off, no checkpoints in orders