Wed, 18 Aug 2010 22:52:02 +0000 |
rubidium |
(svn r20550) -Fix: documentation of CmdSetTimetableStart
draft
|
Sun, 18 Apr 2010 14:56:05 +0000 |
frosch |
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
draft
|
Sat, 20 Mar 2010 17:58:24 +0000 |
alberth |
(svn r19494) -Codechange: Remove _error_message.
draft
|
Sat, 13 Mar 2010 17:11:28 +0000 |
alberth |
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
draft
|
Sun, 14 Feb 2010 16:31:35 +0000 |
alberth |
(svn r19132) -Codechange: No need to end a line with ;;.
draft
|
Wed, 25 Nov 2009 23:37:15 +0000 |
rubidium |
(svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus.
draft
|
Wed, 25 Nov 2009 22:58:28 +0000 |
rubidium |
(svn r18290) -Codechange: be more strict about what vehicles may use timetables
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Fri, 18 Sep 2009 14:23:58 +0000 |
rubidium |
(svn r17567) -Fix: some doxygen warnings
draft
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
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
|
Sat, 23 May 2009 12:27:42 +0000 |
rubidium |
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
draft
|
Mon, 18 May 2009 16:21:28 +0000 |
smatz |
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
draft
|
Sun, 17 May 2009 01:00:56 +0000 |
smatz |
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Mon, 09 Feb 2009 21:20:05 +0000 |
rubidium |
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
draft
|
Fri, 06 Feb 2009 21:30:18 +0000 |
rubidium |
(svn r15382) -Fix [FS#2466]: multiple vehicles could be filling the timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sat, 10 Jan 2009 23:21:46 +0000 |
rubidium |
(svn r14986) -Doc: small error in a comment (PhilSophus)
draft
|
Sat, 03 Jan 2009 13:52:06 +0000 |
rubidium |
(svn r14803) -Codechange: move order list management into it's own class and remove the order count from the savegame as we can easily count that (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
|
Wed, 08 Oct 2008 11:29:17 +0000 |
rubidium |
(svn r14450) -Fix [FS#2337]: time table restoring did check too restrictively causing order backups not to be properly restored.
draft
|
Sat, 30 Aug 2008 10:26:16 +0000 |
rubidium |
(svn r14192) -Fix [FS#2236]: properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus)
draft
|
Sun, 17 Aug 2008 19:56:17 +0000 |
rubidium |
(svn r14096) -Codechange: merge the shared order's vehicle list management to a single location.
draft
|
Sun, 03 Aug 2008 08:25:26 +0000 |
rubidium |
(svn r13972) -Fix [FS#2180]: the timetable's "Clear Time" button didn't have any effect.
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
|
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
|
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
|
Fri, 18 Apr 2008 04:54:09 +0000 |
rubidium |
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
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
|
Sat, 05 Apr 2008 23:36:54 +0000 |
rubidium |
(svn r12584) -Codechange: do not access the order type directly.
draft
|
Wed, 27 Feb 2008 21:46:57 +0000 |
glx |
(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add group ID to the backup
draft
|
Tue, 15 Jan 2008 18:44:22 +0000 |
rubidium |
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
draft
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
draft
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
Thu, 27 Dec 2007 13:35:39 +0000 |
rubidium |
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
draft
|
Wed, 26 Dec 2007 13:50:40 +0000 |
rubidium |
(svn r11702) -Codechange: move all date related stuff to date*.
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Fri, 21 Dec 2007 21:50:46 +0000 |
rubidium |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
draft
|
Tue, 20 Nov 2007 13:35:54 +0000 |
skidd13 |
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
draft
|
Mon, 19 Nov 2007 21:32:20 +0000 |
skidd13 |
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
draft
|
Mon, 19 Nov 2007 21:02:30 +0000 |
skidd13 |
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
draft
|
Tue, 30 Oct 2007 17:57:51 +0000 |
rubidium |
(svn r11359) -Fix [FS#1381]: shared timetables were not properly refreshed with autofill.
draft
|
Mon, 25 Jun 2007 20:55:43 +0000 |
maedhros |
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
draft
|
Mon, 25 Jun 2007 17:17:40 +0000 |
maedhros |
(svn r10327) -Fix (r10236) [FS#934]: Vehicles wait at stations when they arrive early even
draft
|
Wed, 20 Jun 2007 19:26:25 +0000 |
maedhros |
(svn r10237) -Fix (r10236): It helps if you use svn add with new files...
draft
|