rubidium
|
7a37220881
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
4ae19b7451
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
c882248348
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
86fc432293
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
rubidium
|
441011b782
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +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
|
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
|
bad5d6d6a2
|
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in the game
|
2009-05-18 00:33:24 +00:00 |
|
smatz
|
d1f9a90d32
|
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in the game
|
2009-05-18 00:33:24 +00:00 |
|
rubidium
|
57a7313ea5
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
rubidium
|
6b2f9e8c9e
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +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 |
|
smatz
|
7126bcd0e1
|
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo)
|
2009-05-14 23:40:03 +00:00 |
|
smatz
|
683a6ca039
|
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo)
|
2009-05-14 23:40:03 +00:00 |
|
rubidium
|
08655368eb
|
(svn r16297) -Codechange: silence more ICC warnings
|
2009-05-13 17:39:00 +00:00 |
|
rubidium
|
5f81ba886c
|
(svn r16297) -Codechange: silence more ICC warnings
|
2009-05-13 17:39:00 +00:00 |
|
frosch
|
af12760722
|
(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station.
|
2009-05-10 15:42:59 +00:00 |
|
frosch
|
552f10bb09
|
(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station.
|
2009-05-10 15:42:59 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
e0e9a1b02e
|
(svn r16114) -Cleanup: unify some more strings and remove some more unused strings
|
2009-04-21 20:20:53 +00:00 |
|
rubidium
|
2ec09d95a1
|
(svn r16114) -Cleanup: unify some more strings and remove some more unused strings
|
2009-04-21 20:20:53 +00:00 |
|
frosch
|
2a63faa188
|
(svn r16077) -Cleanup (r14456): Remove some code that is only used for some assertions, that haven't been triggered for a while.
|
2009-04-18 11:08:10 +00:00 |
|
frosch
|
faa1ec7a5d
|
(svn r16077) -Cleanup (r14456): Remove some code that is only used for some assertions, that haven't been triggered for a while.
|
2009-04-18 11:08:10 +00:00 |
|
rubidium
|
3d5a7496c7
|
(svn r16057) -Fix [FS#2834] (r16037): division by zero when having an order with only one station that has either middle or near end stop location and where the platform is (significantly) longer than the train.
|
2009-04-13 22:27:21 +00:00 |
|
rubidium
|
34cc30e7fb
|
(svn r16057) -Fix [FS#2834] (r16037): division by zero when having an order with only one station that has either middle or near end stop location and where the platform is (significantly) longer than the train.
|
2009-04-13 22:27:21 +00:00 |
|
rubidium
|
4c707c7414
|
(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
|
2009-04-12 14:11:14 +00:00 |
|
rubidium
|
5790293af6
|
(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
|
2009-04-12 14:11:14 +00:00 |
|
rubidium
|
bdbea82217
|
(svn r16029) -Fix [FS#2785]: do not give "... Mines" as name to the station of oil rigs, or more general: do not add "... Mines" when the all of the cargoes are part of the liquid, passenger or mail classes.
|
2009-04-11 17:09:38 +00:00 |
|
rubidium
|
f99b125c84
|
(svn r16029) -Fix [FS#2785]: do not give "... Mines" as name to the station of oil rigs, or more general: do not add "... Mines" when the all of the cargoes are part of the liquid, passenger or mail classes.
|
2009-04-11 17:09:38 +00:00 |
|
rubidium
|
20a290cefe
|
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations.
|
2009-04-10 22:47:19 +00:00 |
|
rubidium
|
f16aa9f509
|
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations.
|
2009-04-10 22:47:19 +00:00 |
|
rubidium
|
72a9d62638
|
(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a road stop.
|
2009-03-16 20:45:32 +00:00 |
|
rubidium
|
7bbdd4f119
|
(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a road stop.
|
2009-03-16 20:45:32 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
9f2a906bc1
|
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
|
2009-03-02 22:57:47 +00:00 |
|
rubidium
|
7831346ef8
|
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
|
2009-03-02 22:57:47 +00:00 |
|
smatz
|
e7c2479216
|
(svn r15588) -Fix: change owner of waypoints and deleted stations when merging companies or when a company benkrupts
|
2009-02-26 14:07:42 +00:00 |
|
smatz
|
3fdac6f702
|
(svn r15588) -Fix: change owner of waypoints and deleted stations when merging companies or when a company benkrupts
|
2009-02-26 14:07:42 +00:00 |
|
frosch
|
8ebe68b01b
|
(svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around them map.
|
2009-02-25 21:29:50 +00:00 |
|
frosch
|
c5684e56ec
|
(svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around them map.
|
2009-02-25 21:29:50 +00:00 |
|
glx
|
a16a970e84
|
(svn r15438) -Fix (r15434): MSVC performance warning
|
2009-02-10 04:23:37 +00:00 |
|
glx
|
d6e8601a62
|
(svn r15438) -Fix (r15434): MSVC performance warning
|
2009-02-10 04:23:37 +00:00 |
|
rubidium
|
5c8cf85613
|
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
|
2009-02-09 21:20:05 +00:00 |
|