frosch
|
3d29c9483b
|
Codechange: Use a switch with fall-through instead of a if-sequence with context data between cases.
|
2019-12-23 17:23:20 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
Charles Pigott
|
931d32f414
|
Codechange: Remove RailTypeByte type
|
2019-04-29 17:40:22 +01:00 |
|
Niels Martin Hansen
|
f3dbb3f676
|
Fix #6951: Ensure RailTypes bitfield is always treated as 64 bit
Some compilers (like VC++ 2015) will otherwise narrow it in some contexts where it should not be.
|
2018-10-30 21:46:28 +01:00 |
|
Peter Nelson
|
bf8d7df736
|
Change: Extend rail types to 64 (6 bit storage)
|
2018-07-26 13:27:40 +01:00 |
|
rubidium
|
df16ebd730
|
(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style
|
2011-12-19 17:48:04 +00:00 |
|
frosch
|
75d4bc947d
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
smatz
|
53aaabe6e9
|
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET
|
2010-03-23 22:25:43 +00:00 |
|
peter1138
|
d790f3db3a
|
(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.
|
2010-03-23 11:05:28 +00:00 |
|
peter1138
|
990cbe6263
|
(svn r18970) -Codechange: Increase number of possible rail types to 16.
|
2010-01-30 21:59:22 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
3bcfa7c52a
|
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
|
2009-07-22 16:56:36 +00:00 |
|
peter1138
|
15152cdc03
|
(svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... enum values, and change INVALID_RAILTYPES to be UINT_MAX.
|
2009-02-11 18:37:13 +00:00 |
|
peter1138
|
a68e0ee42f
|
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
|
2009-02-08 18:11:06 +00:00 |
|
rubidium
|
a78d73805f
|
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
|
2008-01-13 00:28:01 +00:00 |
|
rubidium
|
998d7644f6
|
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
|
2008-01-09 21:05:03 +00:00 |
|
rubidium
|
df0c6eb2b9
|
(svn r11662) -Codechange: move some rail types/related functions around.
|
2007-12-18 20:10:21 +00:00 |
|