rubidium
|
9474db5cb6
|
(svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
-Fix: desync in PBS reservation following, vehicle flooding and road vehicle overtake/follow code.
|
2008-09-07 11:23:10 +00:00 |
|
smatz
|
6074de33d0
|
(svn r14176) -Fix: better 'safe' than ... 'save'
|
2008-08-25 20:54:34 +00:00 |
|
smatz
|
e840aabf8d
|
(svn r14176) -Fix: better 'safe' than ... 'save'
|
2008-08-25 20:54:34 +00:00 |
|
peter1138
|
243aba268c
|
(svn r14165) -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type.
|
2008-08-25 10:58:24 +00:00 |
|
peter1138
|
c76455be02
|
(svn r14165) -Codechange: When over-building rail with a different type, don't convert the rail if the engines of the new type are powered on the existing type.
|
2008-08-25 10:58:24 +00:00 |
|
peter1138
|
e999f189e6
|
(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
|
2008-08-24 23:00:11 +00:00 |
|
peter1138
|
2f80a277eb
|
(svn r14158) -Codechange: Initialization of rail type data from static source, so data can be changed.
|
2008-08-24 23:00:11 +00:00 |
|
frosch
|
7f5cd0e843
|
(svn r14129) -Fix (r13935) [FS#2247]: Signal state for PBS signals was not updated when cycling the signal side. Patch by michi_cc with a small addition from me.
|
2008-08-22 22:19:23 +00:00 |
|
frosch
|
b03fcdf323
|
(svn r14129) -Fix (r13935) [FS#2247]: Signal state for PBS signals was not updated when cycling the signal side. Patch by michi_cc with a small addition from me.
|
2008-08-22 22:19:23 +00:00 |
|
belugas
|
d096431936
|
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
|
2008-08-20 01:29:05 +00:00 |
|
belugas
|
77ee099212
|
(svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Changing its name is also supported from the same new window.
Gui based on work done by Satyap, on FS#2025.
|
2008-08-20 01:29:05 +00:00 |
|
rubidium
|
6acc3f6e59
|
(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction.
|
2008-08-07 13:07:51 +00:00 |
|
rubidium
|
bf65e7e8f9
|
(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction.
|
2008-08-07 13:07:51 +00:00 |
|
peter1138
|
f7ea5b51e7
|
(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.
|
2008-08-07 07:48:57 +00:00 |
|
peter1138
|
a993a29b63
|
(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.
|
2008-08-07 07:48:57 +00:00 |
|
smatz
|
132e7e9b69
|
(svn r14005) -Codechange: minor coding style fix
|
2008-08-06 15:52:04 +00:00 |
|
smatz
|
0eade71bde
|
(svn r14005) -Codechange: minor coding style fix
|
2008-08-06 15:52:04 +00:00 |
|
smatz
|
98bb9ffada
|
(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc)
|
2008-08-03 11:28:35 +00:00 |
|
smatz
|
9a1958be91
|
(svn r13973) -Codechange [YAPP]: Improve the behavior when changing signals to not cause stale reservations. (michi_cc)
|
2008-08-03 11:28:35 +00:00 |
|
rubidium
|
f0fdbf9644
|
(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc)
|
2008-08-02 22:55:08 +00:00 |
|
rubidium
|
753da05bc6
|
(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing some tracks and reroute trains afterwards. (michi_cc)
|
2008-08-02 22:55:08 +00:00 |
|
rubidium
|
64a576b854
|
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)
|
2008-08-02 22:50:04 +00:00 |
|
rubidium
|
3e055b32bf
|
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)
|
2008-08-02 22:50:04 +00:00 |
|
rubidium
|
aac73d2a04
|
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)
|
2008-08-02 22:49:39 +00:00 |
|
rubidium
|
07a43863c4
|
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)
|
2008-08-02 22:49:39 +00:00 |
|
rubidium
|
b29f290816
|
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
|
2008-08-02 22:49:23 +00:00 |
|
rubidium
|
60006ad24c
|
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
|
2008-08-02 22:49:23 +00:00 |
|
rubidium
|
c34a1db15e
|
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
|
2008-08-02 22:48:57 +00:00 |
|
rubidium
|
d6645818b4
|
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
|
2008-08-02 22:48:57 +00:00 |
|
rubidium
|
fc47ae96c4
|
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
|
2008-08-02 22:48:43 +00:00 |
|
rubidium
|
fe4f23dba2
|
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
|
2008-08-02 22:48:43 +00:00 |
|
rubidium
|
063208a56f
|
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)
|
2008-08-02 22:48:14 +00:00 |
|
rubidium
|
9295bd3f7c
|
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)
|
2008-08-02 22:48:14 +00:00 |
|
rubidium
|
bef1770590
|
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
|
2008-08-02 22:47:34 +00:00 |
|
rubidium
|
df99103a31
|
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
|
2008-08-02 22:47:34 +00:00 |
|
rubidium
|
2b6978e48e
|
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
|
2008-08-01 15:07:31 +00:00 |
|
rubidium
|
ad36ea6b29
|
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
|
2008-08-01 15:07:31 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
smatz
|
fdc4d1922d
|
(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
So disallow removing signals from nonexistent track
|
2008-06-24 23:38:10 +00:00 |
|
smatz
|
7c7e08df59
|
(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
So disallow removing signals from nonexistent track
|
2008-06-24 23:38:10 +00:00 |
|
smatz
|
811ae0ac3f
|
(svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
|
2008-06-18 16:48:58 +00:00 |
|
smatz
|
29985b768c
|
(svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
|
2008-06-18 16:48:58 +00:00 |
|
smatz
|
fe6f09e66e
|
(svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when there was a ship on lower halftile
|
2008-06-12 13:40:07 +00:00 |
|
smatz
|
39b397438c
|
(svn r13488) -Fix (r13485): track wasn't removed on company bankrupcy when there was a ship on lower halftile
|
2008-06-12 13:40:07 +00:00 |
|
rubidium
|
e2bcbd5c50
|
(svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail tiles.
|
2008-06-12 11:15:43 +00:00 |
|
rubidium
|
43622f95e1
|
(svn r13485) -Fix: let ships also navigate on half-tile sloped watery rail tiles.
|
2008-06-12 11:15:43 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
d289464d69
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|