frosch
|
dd74536bef
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
f43290d6af
|
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
|
2011-10-03 17:22:56 +00:00 |
|
frosch
|
5be8f73204
|
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
|
2011-10-03 17:22:56 +00:00 |
|
frosch
|
3ecf9d424a
|
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
|
2011-10-03 17:22:09 +00:00 |
|
frosch
|
fafa06e821
|
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
|
2011-10-03 17:22:09 +00:00 |
|
frosch
|
3665b85c24
|
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
|
2011-10-03 17:21:41 +00:00 |
|
frosch
|
68f969282e
|
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
|
2011-10-03 17:21:41 +00:00 |
|
frosch
|
4961cd06a9
|
(svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad().
|
2011-10-03 17:20:56 +00:00 |
|
frosch
|
b78a459613
|
(svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::UpdateAfterLoad().
|
2011-10-03 17:20:56 +00:00 |
|
frosch
|
c531453320
|
(svn r22976) -Codechange: Split group statistics into separate struct.
|
2011-10-03 17:20:26 +00:00 |
|
frosch
|
b6766c2ed5
|
(svn r22976) -Codechange: Split group statistics into separate struct.
|
2011-10-03 17:20:26 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
rubidium
|
ec4f688ca0
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
rubidium
|
7efd7e19ed
|
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
|
2011-01-18 22:31:06 +00:00 |
|
rubidium
|
48101ae6a7
|
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
|
2010-12-05 22:24:34 +00:00 |
|
rubidium
|
768da4b48f
|
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
|
2010-12-05 22:24:34 +00:00 |
|
rubidium
|
1664ac1eb5
|
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
|
2010-09-08 21:37:13 +00:00 |
|
rubidium
|
f5128695c5
|
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
|
2010-09-08 21:37:13 +00:00 |
|
rubidium
|
360d6daf34
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
rubidium
|
b07f2beb67
|
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
|
2010-08-19 20:42:00 +00:00 |
|
rubidium
|
646fbb628a
|
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
|
2010-08-19 20:42:00 +00:00 |
|
rubidium
|
e68cf6bd81
|
(svn r20539) -Codechange: make order backups more self-contained.
|
2010-08-18 15:15:59 +00:00 |
|
rubidium
|
38ca44594f
|
(svn r20539) -Codechange: make order backups more self-contained.
|
2010-08-18 15:15:59 +00:00 |
|
frosch
|
ed80045221
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
frosch
|
75d4bc947d
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
frosch
|
1a5e825d8d
|
(svn r19424) -Codechange: Call command procs only via DoCommand().
|
2010-03-14 20:53:31 +00:00 |
|
frosch
|
e5cded6e36
|
(svn r19424) -Codechange: Call command procs only via DoCommand().
|
2010-03-14 20:53:31 +00:00 |
|
rubidium
|
75ed87aa71
|
(svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon chain and group count was off when moving a front engine within the same train and the new front isn't an engine.
|
2009-12-13 22:17:12 +00:00 |
|
rubidium
|
c2ec2e2db3
|
(svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon chain and group count was off when moving a front engine within the same train and the new front isn't an engine.
|
2009-12-13 22:17:12 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
06e490fadc
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
04d5b67eb6
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
smatz
|
98b8479f56
|
(svn r16813) -Codechange: make IsEngineCountable() member of Vehicle
|
2009-07-13 16:35:22 +00:00 |
|
smatz
|
868c21cbcc
|
(svn r16813) -Codechange: make IsEngineCountable() member of Vehicle
|
2009-07-13 16:35:22 +00:00 |
|
smatz
|
378d01f2f4
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
ecfaa0564d
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
20fedeb3d6
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
smatz
|
adc5363202
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +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
|
62a7948af0
|
(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
|
85043a1fb7
|
(svn r16373) -Codechange: use () instead of (void) for functions without parameters
|
2009-05-21 22:43:25 +00:00 |
|