Sat, 02 Feb 2008 02:45:09 +0000 |
belugas |
(svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz).
draft
|
Thu, 17 Jan 2008 02:09:34 +0000 |
rubidium |
(svn r11887) -Fix [FS#1658]: segmentation faults/wrong frees due uninitialized memory in the AI.
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 13:36:01 +0000 |
rubidium |
(svn r11832) -Codechange: get rid of (quite) some VARDEFs.
draft
|
Sat, 12 Jan 2008 19:58:06 +0000 |
peter1138 |
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
draft
|
Mon, 07 Jan 2008 00:57:19 +0000 |
rubidium |
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
draft
|
Tue, 25 Dec 2007 23:42:52 +0000 |
rubidium |
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
draft
|
Fri, 21 Dec 2007 22:50:51 +0000 |
rubidium |
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Fri, 28 Sep 2007 21:15:45 +0000 |
rubidium |
(svn r11184) -Codechange: cleanup the code related to backup orders.
draft
|
Thu, 30 Aug 2007 20:40:33 +0000 |
rubidium |
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with templates. This gives up to 10% performance increase in games with lots of vehicles.
draft
|
Thu, 02 Aug 2007 23:40:19 +0000 |
rubidium |
(svn r10760) -Codechange: make the order struct use the pool item class as super class.
draft
|
Wed, 01 Aug 2007 22:10:54 +0000 |
rubidium |
(svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places.
draft
|
Wed, 20 Jun 2007 19:17:22 +0000 |
maedhros |
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
draft
|
Thu, 08 Mar 2007 21:39:34 +0000 |
bjarni |
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Sun, 04 Feb 2007 13:46:21 +0000 |
tron |
(svn r8582) -Fix
draft
|
Sat, 03 Feb 2007 09:05:43 +0000 |
tron |
(svn r8550) -Fix
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Tue, 02 Jan 2007 19:19:48 +0000 |
rubidium |
(svn r7759) -Merge: makefile rewrite. This merge features:
draft
|