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 |
|
rubidium
|
9e91bb4b33
|
(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
|
2008-08-02 22:55:52 +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
|
ad36ea6b29
|
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
|
2008-08-01 15:07:31 +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
|
1cf74e7667
|
(svn r13589) -Fix (r11802): signals could be propagated through waypoints built in orthogonal axis
|
2008-06-19 20:06:55 +00:00 |
|
smatz
|
0b54ea39db
|
(svn r13207) -Fix: misleading comments (michi_cc)
|
2008-05-22 00:37:27 +00:00 |
|
smatz
|
08814d50ea
|
(svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc)
|
2008-05-14 16:38:53 +00:00 |
|
rubidium
|
acafc26426
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
44a4ff835d
|
(svn r11903) -Fix: try to fix MorphOS compilation
|
2008-01-17 18:21:31 +00:00 |
|
smatz
|
9556623281
|
(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
|
2008-01-16 01:18:15 +00:00 |
|
smatz
|
245f05a7cc
|
(svn r11864) -Codechange: pass owner whose signals we will update instead of complex detection later
|
2008-01-15 15:00:01 +00:00 |
|
rubidium
|
ac528411df
|
(svn r11818) -Codechange: split player.h into smaller pieces.
|
2008-01-12 14:10:35 +00:00 |
|
smatz
|
a4c1280945
|
(svn r11815) -Codechange (r11802): some compilers were giving a false warning about uninitialized variable
|
2008-01-11 22:29:47 +00:00 |
|
smatz
|
e5d33482b4
|
(svn r11810) -Fix (r11802): reset sets when leaving prematurely
|
2008-01-10 22:46:04 +00:00 |
|
smatz
|
f44a9a5d5b
|
(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track
-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
|
2008-01-09 23:00:59 +00:00 |
|