Wed, 22 Jul 2009 20:17:07 +0000 |
rubidium |
(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
draft
|
Wed, 22 Jul 2009 19:12:20 +0000 |
rubidium |
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
draft
|
Mon, 20 Jul 2009 19:58:33 +0000 |
frosch |
(svn r16894) -Codechange: Add [Specialised]Vehicle::Last().
draft
|
Sun, 19 Jul 2009 19:17:41 +0000 |
frosch |
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.
draft
|
Sat, 18 Jul 2009 17:38:18 +0000 |
frosch |
(svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains.
draft
|
Fri, 17 Jul 2009 22:00:13 +0000 |
frosch |
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
draft
|
Thu, 16 Jul 2009 16:22:23 +0000 |
alberth |
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
draft
|
Mon, 13 Jul 2009 22:07:07 +0000 |
smatz |
(svn r16820) -Codechange: remove unused parameter in HandleCloneVehClick()
draft
|
Mon, 13 Jul 2009 19:30:37 +0000 |
frosch |
(svn r16817) -Codechange: Scroll depots horizontally in pixels instead of 1/8 vehicle length.
draft
|
Sun, 12 Jul 2009 16:00:11 +0000 |
frosch |
(svn r16799) -Codechange: When drawing articulated road vehicles in the vehicle details window, draw as many parts as the window fits instead of always up to a vehicle length of 80/8.
draft
|
Wed, 08 Jul 2009 22:11:55 +0000 |
rubidium |
(svn r16772) -Fix [FS#3019]: don't use the same error message for turning around road vehicles and flipping parts of trains in the depot
draft
|
Thu, 02 Jul 2009 09:06:15 +0000 |
rubidium |
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
draft
|
Wed, 01 Jul 2009 23:57:20 +0000 |
smatz |
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
draft
|
Wed, 01 Jul 2009 22:22:01 +0000 |
smatz |
(svn r16717) -Codechange: make IsFrontEngine() member of Train
draft
|
Sat, 27 Jun 2009 21:06:58 +0000 |
frosch |
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays.
draft
|
Sat, 27 Jun 2009 18:26:50 +0000 |
frosch |
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names.
draft
|
Wed, 24 Jun 2009 19:26:41 +0000 |
smatz |
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
draft
|
Sat, 06 Jun 2009 16:54:22 +0000 |
smatz |
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
draft
|
Tue, 26 May 2009 15:46:24 +0000 |
rubidium |
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
draft
|
Sun, 24 May 2009 20:29:04 +0000 |
rubidium |
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
draft
|
Sat, 23 May 2009 09:10:56 +0000 |
rubidium |
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
draft
|
Fri, 22 May 2009 22:55:41 +0000 |
rubidium |
(svn r16393) -Codechange: move VehicleRail to Train.
draft
|
Fri, 22 May 2009 20:22:20 +0000 |
rubidium |
(svn r16390) -Codechange: move u.road to RoadVehicle.
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Wed, 13 May 2009 16:52:51 +0000 |
rubidium |
(svn r16296) -Codechange: silence some ICC warnings
draft
|
Sun, 26 Apr 2009 14:52:56 +0000 |
rubidium |
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
draft
|
Tue, 21 Apr 2009 23:40:56 +0000 |
rubidium |
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
draft
|
Sun, 19 Apr 2009 10:31:30 +0000 |
rubidium |
(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing
draft
|
Sun, 29 Mar 2009 09:49:11 +0000 |
alberth |
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
draft
|
Sun, 22 Mar 2009 12:01:21 +0000 |
rubidium |
(svn r15808) -Codechange: use the new DrawString API in a number of GUIs
draft
|
Sat, 21 Mar 2009 22:22:00 +0000 |
rubidium |
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
draft
|
Sun, 15 Mar 2009 15:12:06 +0000 |
rubidium |
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
draft
|
Sun, 15 Mar 2009 00:32:18 +0000 |
rubidium |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Mon, 09 Feb 2009 02:33:10 +0000 |
rubidium |
(svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Tue, 13 Jan 2009 22:58:03 +0000 |
smatz |
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
draft
|
Thu, 08 Jan 2009 21:13:20 +0000 |
frosch |
(svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged.
draft
|
Sun, 04 Jan 2009 21:02:59 +0000 |
glx |
(svn r14840) -Cleanup: remove duplicate includes
draft
|
Sun, 28 Dec 2008 20:53:19 +0000 |
rubidium |
(svn r14758) -Fix: determine the real size of a depot before trying to place it.
draft
|
Sun, 28 Dec 2008 14:37:19 +0000 |
rubidium |
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
draft
|
Tue, 30 Sep 2008 20:51:04 +0000 |
rubidium |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
draft
|
Tue, 30 Sep 2008 20:39:50 +0000 |
rubidium |
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
draft
|
Tue, 02 Sep 2008 15:20:38 +0000 |
rubidium |
(svn r14223) -Codechange: make GetSprite aware of the 4 different types of sprites: fonts, recolour, mapgen and normal sprites.
draft
|
Sat, 16 Aug 2008 18:01:23 +0000 |
smatz |
(svn r14086) -Fix (r13067): rail/road removing by CTRL didn't sometimes work when a depot window was opened
draft
|
Fri, 15 Aug 2008 13:57:43 +0000 |
frosch |
(svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE.
draft
|
Sat, 02 Aug 2008 23:30:50 +0000 |
glx |
(svn r13968) -Fix (r13923): 'cast from pointer to integer of different size' warning
draft
|
Sat, 02 Aug 2008 12:43:45 +0000 |
frosch |
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle.
draft
|
Thu, 31 Jul 2008 02:36:01 +0000 |
belugas |
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis.
draft
|
Sun, 20 Jul 2008 19:21:18 +0000 |
rubidium |
(svn r13759) -Fix [FS#2147]: selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim".
draft
|
Wed, 28 May 2008 11:56:21 +0000 |
peter1138 |
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
draft
|
Sun, 25 May 2008 17:22:49 +0000 |
peter1138 |
(svn r13248) -Codechange: Use VehicleList for depot GUI.
draft
|
Sun, 25 May 2008 09:40:44 +0000 |
peter1138 |
(svn r13240) -Codechange: More const-ness for GUI code.
draft
|
Sat, 24 May 2008 23:18:21 +0000 |
smatz |
(svn r13239) -Fix: certain compilers give false warning about uninitialized variable
draft
|
Mon, 19 May 2008 09:48:47 +0000 |
rubidium |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
draft
|
Sat, 17 May 2008 23:11:06 +0000 |
rubidium |
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
draft
|
Sat, 17 May 2008 13:01:30 +0000 |
rubidium |
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
draft
|
Sat, 17 May 2008 12:48:06 +0000 |
rubidium |
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
draft
|
Thu, 15 May 2008 08:01:46 +0000 |
rubidium |
(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot.
draft
|
Wed, 14 May 2008 18:35:15 +0000 |
smatz |
(svn r13091) -Fix: certain compilers give false warning about uninitialized variable
draft
|