frosch
|
1e09854cb7
|
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoArray instead of a pointer to a static array.
|
2009-06-27 21:36:04 +00:00 |
|
smatz
|
af85994f7f
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
smatz
|
0c10006907
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
frosch
|
c9eac207ea
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
|
frosch
|
0d782b0f96
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
|
rubidium
|
4c0542c17f
|
(svn r16393) -Codechange: move VehicleRail to Train.
|
2009-05-22 22:55:41 +00:00 |
|
rubidium
|
da5661a0c8
|
(svn r16393) -Codechange: move VehicleRail to Train.
|
2009-05-22 22:55:41 +00:00 |
|
rubidium
|
6350648a6c
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
c4b627af42
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
smatz
|
6636ed7589
|
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
|
2009-05-18 19:32:16 +00:00 |
|
smatz
|
70aab8bf04
|
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
|
2009-05-18 19:32:16 +00:00 |
|
smatz
|
512db5248e
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
8808f3beea
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(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 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
yexo
|
d489f93473
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
yexo
|
31eff1d4c3
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
frosch
|
65b47ddc52
|
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway.
|
2009-03-12 19:40:16 +00:00 |
|
frosch
|
afe547448e
|
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway.
|
2009-03-12 19:40:16 +00:00 |
|
smatz
|
c622a81fee
|
(svn r15680) -Cleanup: remove redundant comment
|
2009-03-12 10:42:02 +00:00 |
|
smatz
|
c2834412f7
|
(svn r15680) -Cleanup: remove redundant comment
|
2009-03-12 10:42:02 +00:00 |
|
rubidium
|
5c8cf85613
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|
rubidium
|
d846eef0b6
|
(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
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
frosch
|
e9347b39e5
|
(svn r14442) -Fix (r14406): Typo causing problems in rare cases.
|
2008-10-05 18:42:59 +00:00 |
|
frosch
|
1358756071
|
(svn r14442) -Fix (r14406): Typo causing problems in rare cases.
|
2008-10-05 18:42:59 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
frosch
|
60e5d69ec4
|
(svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.
|
2008-09-28 15:07:03 +00:00 |
|
frosch
|
1032dbe142
|
(svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.
|
2008-09-28 15:07:03 +00:00 |
|
frosch
|
e8038cbf58
|
(svn r14407) -Cleanup (r14406): Remove a redundant test. (thanks SmatZ)
|
2008-09-27 17:08:03 +00:00 |
|
frosch
|
76c13beef0
|
(svn r14407) -Cleanup (r14406): Remove a redundant test. (thanks SmatZ)
|
2008-09-27 17:08:03 +00:00 |
|
frosch
|
32289ebd63
|
(svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains.
|
2008-09-27 14:58:46 +00:00 |
|
frosch
|
67db5087cd
|
(svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains.
|
2008-09-27 14:58:46 +00:00 |
|
smatz
|
aef674d858
|
(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too
|
2008-09-15 22:58:41 +00:00 |
|
smatz
|
5f4ff33ce3
|
(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too
|
2008-09-15 22:58:41 +00:00 |
|
rubidium
|
4ea5308d49
|
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
|
2008-09-13 10:04:36 +00:00 |
|
rubidium
|
fc62d736f7
|
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
|
2008-09-13 10:04:36 +00:00 |
|
smatz
|
1294253d68
|
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
|
2008-08-25 20:10:45 +00:00 |
|
smatz
|
c9bef19043
|
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
|
2008-08-25 20:10:45 +00:00 |
|
frosch
|
7ef5905b8c
|
(svn r14126) -Codechange (r14125): Add some tabs.
|
2008-08-21 20:45:52 +00:00 |
|