Mon, 19 Dec 2011 17:48:04 +0000 |
rubidium |
(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
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
|
Tue, 23 Mar 2010 11:05:28 +0000 |
peter1138 |
(svn r19502) -Codechange: During NewGRF loading, store rail type labels in temporary data and process after loading has finished. This avoids deactivated rail vehicles being reactivated if the climate property is set after the rail type property.
draft
|
Sat, 30 Jan 2010 21:59:22 +0000 |
peter1138 |
(svn r18970) -Codechange: Increase number of possible rail types to 16.
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Wed, 22 Jul 2009 16:56:36 +0000 |
rubidium |
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
draft
|
Wed, 11 Feb 2009 18:37:13 +0000 |
peter1138 |
(svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... enum values, and change INVALID_RAILTYPES to be UINT_MAX.
draft
|
Sun, 08 Feb 2009 18:11:06 +0000 |
peter1138 |
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
draft
|
Sun, 13 Jan 2008 00:28:01 +0000 |
rubidium |
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
draft
|
Wed, 09 Jan 2008 21:05:03 +0000 |
rubidium |
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
draft
|
Tue, 18 Dec 2007 20:10:21 +0000 |
rubidium |
(svn r11662) -Codechange: move some rail types/related functions around.
draft
|