roadveh_gui.c
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Sun, 17 Jul 2005 19:23:18 +0000 Darkvater (svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead of giving center + width you give the coordinates of the bounding box (left, right) it has to fit in (ludde)
Sun, 17 Jul 2005 17:15:33 +0000 Darkvater (svn r2613) - Truncate savegames, and vehicle-texts in their window.
Sat, 16 Jul 2005 20:58:04 +0000 ludde (svn r2594) Fix: [strgen] Misc updates to the string system.
Mon, 27 Jun 2005 06:57:24 +0000 tron (svn r2492) Remove some pointless casts and fix some nearby indentation
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Tue, 21 Jun 2005 16:28:17 +0000 celestar (svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer
Wed, 15 Jun 2005 17:27:14 +0000 hackykid (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_)
Tue, 07 Jun 2005 18:13:49 +0000 tron (svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[]
Mon, 06 Jun 2005 22:44:11 +0000 hackykid (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), and the callback that goes with it.
Sun, 05 Jun 2005 23:01:10 +0000 hackykid (svn r2413) - Codechange: Rewrite the displaying of purchase details a bit, make it easyer to add lines later.
Sun, 05 Jun 2005 20:45:04 +0000 hackykid (svn r2412) - Fix: [ 1214948 ] building vehicles without depot crashes game. (Chris Huebsch)
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.
Sun, 15 May 2005 18:50:55 +0000 tron (svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
Wed, 11 May 2005 16:17:03 +0000 Darkvater (svn r2294) - CodeChange: check the service interval settings when changing of all vehicle-types. To simplify things introduce GetServiceIntervalClamped() that returns the same or clamped value of the new service interval. There were some inconsistencies in the gui files so I had to change those, and const correctness kicked in, so it's a bit messy at certain points.
Fri, 11 Mar 2005 13:17:39 +0000 tron (svn r1989) -Feature: Resizable vehicle view windows; this is based on a patch by tmesisbob
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 18:30:45 +0000 tron (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
Sun, 06 Feb 2005 10:18:47 +0000 truelight (svn r1817) -Codechange: Moved depot-functions to depot.c
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 04 Feb 2005 20:40:04 +0000 tron (svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
Mon, 31 Jan 2005 11:03:23 +0000 darkvater (svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)
Mon, 24 Jan 2005 22:24:47 +0000 bjarni (svn r1652) Fix: train and road vehicle lists are now redrawn when vehicles enters/leaves a depot (Hackykid)
Tue, 11 Jan 2005 00:24:27 +0000 darkvater (svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
Mon, 10 Jan 2005 14:56:26 +0000 darkvater (svn r1466) -Fix: oops, depot windows can of course also scroll horizontally. Thanks si-m1.
Mon, 10 Jan 2005 14:36:08 +0000 darkvater (svn r1464) -Fix: [1099106] Resizeable portion of bus/air/rail depots window unclickable
Mon, 10 Jan 2005 14:24:40 +0000 darkvater (svn r1463) -Fix: [1099451] Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine
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!
Tue, 04 Jan 2005 15:49:30 +0000 truelight (svn r1372) -Fix: fixed some GUI glitches introduced with resize-buttons
Mon, 03 Jan 2005 22:12:36 +0000 tron (svn r1359) Fix typos in last commit
Mon, 03 Jan 2005 22:07:40 +0000 tron (svn r1358) Assert bounds of depot list when searching for a depot
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Wed, 22 Dec 2004 19:16:56 +0000 tron (svn r1232) Plug memory leak
Wed, 22 Dec 2004 00:45:05 +0000 darkvater (svn r1213) -Feature: Stickified vehicle lists
Tue, 21 Dec 2004 23:27:58 +0000 darkvater (svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just make sure you do not sticky more than 23 at a time. Also a lot of places in the code invalidated the 'status bar' of the vehicle, referring to it as widget 4. This is now widget 5 and has been #definitized
Sun, 19 Dec 2004 22:23:32 +0000 dominik (svn r1179) Fix: Tooltips for vehicle list sorting
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
Wed, 15 Dec 2004 21:25:33 +0000 tron (svn r1109) Fix c&p bug: In vehicle lists a name was displayed for road vehicles even if they had none
Fri, 10 Dec 2004 18:16:08 +0000 tron (svn r1009) -Feature: per-station vehicle lists
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Fri, 03 Dec 2004 21:57:05 +0000 tron (svn r920) Replace vehicle info macros with inline functions and add asserts to check limits
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.
Sat, 13 Nov 2004 15:15:41 +0000 celestar (svn r562) newgrf: Merge most of the road vehicle info to a single
Sat, 06 Nov 2004 12:02:43 +0000 darkvater (svn r515) -Fix: [1050993] Incorrect Tooltip in Road Vehicle List. Already fixed in /map branch
Tue, 14 Sep 2004 14:19:53 +0000 darkvater (svn r244) -Fix: Stations were not sorted for non-player-0 players
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 07 Sep 2004 21:48:09 +0000 darkvater (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
Tue, 07 Sep 2004 19:01:06 +0000 darkvater (svn r175) -Fix: [1023771] inconsistent/missing stations in station list. Forgot to change owner-sort after changing function.
Mon, 06 Sep 2004 21:20:01 +0000 darkvater (svn r169) -Fix: move around sort-widgets a bit so it looks more natural
Mon, 06 Sep 2004 18:15:13 +0000 darkvater (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
Sat, 04 Sep 2004 13:06:09 +0000 darkvater (svn r157) -Feature: [1009708] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad)
Tue, 10 Aug 2004 16:54:34 +0000 dominik (svn r11) Feature: Copy/share orders now works from ship depot window for ships and hangar window for aircraft
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN