rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
peter1138
|
ed8f6f1a0f
|
(svn r26450) -Feature: Hierarchical vehicle subgroups.
|
2014-04-08 21:09:06 +00:00 |
|
peter1138
|
8a935bbc9e
|
(svn r24950) -Fix (r24136): Also set replace when old flag when replacing an autoreplace
|
2013-01-31 10:21:04 +00:00 |
|
michi_cc
|
72b3bb9dd5
|
(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor)
|
2012-04-17 19:44:02 +00:00 |
|
rubidium
|
d946841eff
|
(svn r22413) -Document: even more stuff
|
2011-05-02 20:59:54 +00:00 |
|
alberth
|
9222a30173
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
rubidium
|
f0ad5fd749
|
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
|
2011-01-18 22:17:15 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
alberth
|
e93fea29fd
|
(svn r19486) -Codechange: Code style, move var declarations closer to their first use.
|
2010-03-20 16:47:07 +00:00 |
|
alberth
|
8109a0ad7f
|
(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.
|
2010-03-20 15:30:57 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
rubidium
|
5c8cf85613
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
91233ea596
|
(svn r14828) -Codechange: move most of save/load-specific code to separate files
|
2009-01-04 15:32:25 +00:00 |
|
frosch
|
869e90ea86
|
(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.
|
2008-09-13 15:49:29 +00:00 |
|