Sat, 24 Oct 2009 14:53:55 +0000 |
rubidium |
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
draft
|
Sat, 17 Oct 2009 14:29:10 +0000 |
rubidium |
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Wed, 16 Sep 2009 19:00:53 +0000 |
alberth |
(svn r17557) -Codechange: Pass left and right edge to DrawOrderString().
draft
|
Wed, 02 Sep 2009 08:40:31 +0000 |
rubidium |
(svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Thu, 23 Jul 2009 19:31:50 +0000 |
rubidium |
(svn r16930) -Codechange: more StringID name unification and grouping
draft
|
Sat, 23 May 2009 12:27:42 +0000 |
rubidium |
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Sun, 03 May 2009 11:53:06 +0000 |
alberth |
(svn r16213) -Codechange: Added nested widgets to timetable window.
draft
|
Sun, 26 Apr 2009 15:26:19 +0000 |
rubidium |
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
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, 29 Mar 2009 09:49:11 +0000 |
alberth |
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
draft
|
Sun, 22 Mar 2009 14:55:49 +0000 |
rubidium |
(svn r15813) -Codechange: remove the last remnants of the old text drawing API.
draft
|
Sat, 21 Mar 2009 20:12:12 +0000 |
rubidium |
(svn r15785) -Codechange: remove the *Truncated 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
|
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
|
Sun, 08 Feb 2009 12:25:13 +0000 |
rubidium |
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
draft
|
Wed, 04 Feb 2009 16:59:41 +0000 |
rubidium |
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sat, 03 Jan 2009 23:32:59 +0000 |
rubidium |
(svn r14819) -Change: make details and order menu stickyable, like the timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied.
draft
|
Sat, 03 Jan 2009 13:20:32 +0000 |
rubidium |
(svn r14801) -Codechange: don't reference Vehicle::num_orders directly but through a method GetNumOrders() (PhilSophus)
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, 18 Nov 2008 23:53:37 +0000 |
rubidium |
(svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep waiting times (PhilSophus)
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
|
Wed, 24 Sep 2008 16:40:06 +0000 |
smatz |
(svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
draft
|
Mon, 15 Sep 2008 16:29:40 +0000 |
smatz |
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
draft
|
Mon, 08 Sep 2008 11:06:43 +0000 |
smatz |
(svn r14274) -Fix (r10237): nonexistant order could be selected in the timetable window (causing SIGFPE)
draft
|
Sat, 02 Aug 2008 02:28:17 +0000 |
belugas |
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
draft
|
Sun, 20 Jul 2008 07:41:43 +0000 |
rubidium |
(svn r13752) -Fix [FS#2130]: correctly restore conditional orders when they are put 'into' backup.
draft
|
Mon, 14 Jul 2008 21:01:49 +0000 |
rubidium |
(svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
draft
|
Mon, 14 Jul 2008 20:18:06 +0000 |
rubidium |
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
draft
|
Fri, 27 Jun 2008 17:46:43 +0000 |
skidd13 |
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
draft
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
draft
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
draft
|
Fri, 23 May 2008 23:02:13 +0000 |
peter1138 |
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
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 12:48:06 +0000 |
rubidium |
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
draft
|
Fri, 16 May 2008 13:39:25 +0000 |
rubidium |
(svn r13119) -Codechange: make a class of the timetable window.
draft
|
Sat, 10 May 2008 08:58:52 +0000 |
rubidium |
(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL.
draft
|
Thu, 08 May 2008 11:50:34 +0000 |
rubidium |
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
draft
|
Tue, 06 May 2008 22:08:18 +0000 |
rubidium |
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Thu, 17 Apr 2008 19:10:30 +0000 |
rubidium |
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
draft
|
Mon, 14 Apr 2008 12:40:09 +0000 |
maedhros |
(svn r12699) -Codechange: Unify the order drawing code for orders and timetables.
draft
|
Sat, 12 Apr 2008 13:07:25 +0000 |
rubidium |
(svn r12670) -Add: unconditional/always order 'jump/skip' variable.
draft
|
Sat, 12 Apr 2008 11:58:19 +0000 |
rubidium |
(svn r12667) -Feature: conditional 'skip/jump' orders.
draft
|
Sat, 12 Apr 2008 11:15:25 +0000 |
rubidium |
(svn r12666) -Fix: the time table GUI did not show some data in the correct manner.
draft
|
Fri, 11 Apr 2008 21:19:03 +0000 |
rubidium |
(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
draft
|
Fri, 11 Apr 2008 15:58:46 +0000 |
rubidium |
(svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
draft
|
Fri, 11 Apr 2008 14:27:18 +0000 |
rubidium |
(svn r12660) -Codechange: make the creation of depot order strings a little more modular (instead of causing a string explosion).
draft
|
Wed, 09 Apr 2008 22:01:23 +0000 |
rubidium |
(svn r12643) -Codechange: be more explicit about the orders a vehicle has (non stop and full load are ambiguous and depend on some patch settings).
draft
|
Mon, 07 Apr 2008 19:18:56 +0000 |
rubidium |
(svn r12615) -Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness.
draft
|
Mon, 07 Apr 2008 08:59:04 +0000 |
rubidium |
(svn r12600) -Codechange: make GetNonStopType return a more augmented type; not is there a non-stop order but the kind of non-stop order, so one doesn't need to check _patches.new_nonstop type everywhere.
draft
|
Sun, 06 Apr 2008 15:09:45 +0000 |
rubidium |
(svn r12593) -Codechange: hide Order's flags in most of the code.
draft
|
Sun, 06 Apr 2008 07:48:51 +0000 |
rubidium |
(svn r12588) -Codechange: do not access the destination of an order directly.
draft
|
Sat, 05 Apr 2008 23:36:54 +0000 |
rubidium |
(svn r12584) -Codechange: do not access the order type directly.
draft
|