Thu, 13 May 2010 09:44:44 +0000 |
rubidium |
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
draft
|
Sat, 17 Apr 2010 13:31:41 +0000 |
frosch |
(svn r19654) -Codechange: Use Extract<> in more places.
draft
|
Tue, 23 Mar 2010 22:25:43 +0000 |
smatz |
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET
draft
|
Wed, 16 Dec 2009 21:31:21 +0000 |
yexo |
(svn r18518) -Add [NoAI]: AIOrder::AIOF_GOTO_NEAREST_DEPOT for goto nearest depot orders
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Tue, 26 May 2009 11:19:04 +0000 |
rubidium |
(svn r16428) -Codechange: use the less bloated SimpleTinyEnumT instead of TinyEnumT if the stuff provided by TinyEnumT but not SimpleTinyEnumT is not used.
draft
|
Sun, 12 Apr 2009 14:11:14 +0000 |
rubidium |
(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
draft
|
Sun, 04 Jan 2009 15:53:43 +0000 |
rubidium |
(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based on patch by Swallow)
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
|
Fri, 24 Oct 2008 14:49:45 +0000 |
rubidium |
(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
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
|
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
|
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
|
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
|
Thu, 10 Apr 2008 10:18:03 +0000 |
rubidium |
(svn r12650) -Feature: ability to force a vehicle to not load at a station.
draft
|
Thu, 10 Apr 2008 08:30:15 +0000 |
rubidium |
(svn r12648) -Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
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
|
Wed, 09 Apr 2008 18:26:19 +0000 |
rubidium |
(svn r12640) -Codechange: let GetLoadType make a difference between full load and full load any based on the patch setting instead of using the patch setting directly.
draft
|
Wed, 09 Apr 2008 12:46:43 +0000 |
rubidium |
(svn r12636) -Codechange: make CmdModifyOrder a little more flexible and remove 'hack' that used the full load flag to set the service if needed flag.
draft
|
Mon, 07 Apr 2008 20:03:46 +0000 |
rubidium |
(svn r12617) -Codechange: add type safety to the Order's load and unload types.
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
|
Fri, 28 Mar 2008 16:45:20 +0000 |
rubidium |
(svn r12475) -Codechange: cleanup coding style in news_gui.cpp.
draft
|
Fri, 28 Mar 2008 16:36:32 +0000 |
rubidium |
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
draft
|