frosch
|
d08c3d9381
|
(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing railtype.
|
2010-08-15 19:59:48 +00:00 |
|
frosch
|
c4f630e5ba
|
(svn r20504) -Codechange: Move updating of train's visual effect to separate function.
|
2010-08-15 19:53:53 +00:00 |
|
alberth
|
a51d34c048
|
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
|
2010-08-15 14:06:43 +00:00 |
|
rubidium
|
b5d5a4e159
|
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
|
2010-08-10 15:54:53 +00:00 |
|
yexo
|
c8d8c996c2
|
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
|
2010-08-05 12:09:08 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
1743c86610
|
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
|
2010-07-31 21:02:56 +00:00 |
|
terkhen
|
c92b2e9d3c
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
alberth
|
137e2b64c9
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
michi_cc
|
454144474a
|
(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes fail to release its reserved path.
|
2010-07-09 14:14:17 +00:00 |
|
frosch
|
35f4b4155e
|
(svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement.
|
2010-07-04 13:07:47 +00:00 |
|
frosch
|
5108f71f0e
|
(svn r20006) -Fix: Trains should also have running cost while slowing down for stop.
|
2010-06-21 17:36:46 +00:00 |
|
frosch
|
6f800a8407
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
frosch
|
604971bdb2
|
(svn r19992) -Fix [FS#3878]: Clear force_proceed when entering depots and when loading.
-Fix (r18515): Resetting of force_proceed on manual stopping did not work.
|
2010-06-16 20:27:59 +00:00 |
|
terkhen
|
b3d347f6c9
|
(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.
|
2010-06-11 20:20:45 +00:00 |
|
rubidium
|
4065c94403
|
(svn r19892) -Fix [FS#3856] (r19792): crash when trying to reserve 'in depot' track on clearing a crashed train
|
2010-05-23 22:14:22 +00:00 |
|
rubidium
|
618572ce77
|
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
|
2010-05-11 21:02:26 +00:00 |
|
rubidium
|
9f84fd4298
|
(svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a bit, causing the whole function to be a few percent faster and hopefully better to understand
|
2010-05-11 14:16:16 +00:00 |
|
rubidium
|
c293e7efa0
|
(svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost
|
2010-05-11 11:55:12 +00:00 |
|
smatz
|
27949d219d
|
(svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance
|
2010-05-03 23:36:17 +00:00 |
|
terkhen
|
0024c713b2
|
(svn r19699) -Codechange: Use InvalidateData at the refit window.
|
2010-04-23 17:29:53 +00:00 |
|
rubidium
|
1b960621f4
|
(svn r19687) -Fix: desync when joining the game because of using the wrong variable
|
2010-04-21 12:36:00 +00:00 |
|
frosch
|
0d6a432b4c
|
(svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands.
|
2010-04-13 19:10:08 +00:00 |
|
smatz
|
258b128a56
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
d5fe3f96c7
|
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
|
2010-03-13 17:11:28 +00:00 |
|
frosch
|
6f26434909
|
(svn r19356) -Fix: Whitespace.
|
2010-03-06 16:15:50 +00:00 |
|
terkhen
|
53c6f12693
|
(svn r19342) -Codechange: Move inclination update functions to GroundVehicle.
|
2010-03-06 12:52:44 +00:00 |
|
terkhen
|
963f304f67
|
(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.
-Codechange: Move GetSlopeResistance to GroundVehicle.
|
2010-03-06 12:50:55 +00:00 |
|
terkhen
|
78dd849452
|
(svn r19339) -Codechange: Move acceleration functions to GroundVehicle.
|
2010-03-06 12:44:30 +00:00 |
|
terkhen
|
544b9e1f5d
|
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
|
2010-03-06 12:42:53 +00:00 |
|
terkhen
|
4921477a88
|
(svn r19336) -Codechange: Move rail speed limit to its own function.
|
2010-03-06 12:27:23 +00:00 |
|
alberth
|
d0ec21fd3f
|
(svn r19291) -Codechange: Rename HasVehicleOnTunnelBridge() to TunnelBridgeIsFree() and return a CommandCost status.
|
2010-02-28 18:15:19 +00:00 |
|
michi_cc
|
50e13b49db
|
(svn r19286) -Fix (r18648): [YAPP] If reversing at path signals was disabled, a train would not reverse when hitting the back of an one-way signal.
|
2010-02-28 08:18:20 +00:00 |
|
smatz
|
766c0ee824
|
(svn r19260) -Codechange: another minor coding style fix
|
2010-02-25 22:59:24 +00:00 |
|
smatz
|
20cb48ac12
|
(svn r19257) -Codechange: minor coding style fix
|
2010-02-25 21:13:50 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
rubidium
|
b0a1ecf160
|
(svn r19091) -Cleanup: remove some unneeded zeroing
|
2010-02-10 21:28:26 +00:00 |
|
peter1138
|
8ef348311d
|
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
|
2010-01-31 13:17:29 +00:00 |
|
peter1138
|
f990c1ecba
|
(svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed.
|
2010-01-31 12:56:32 +00:00 |
|
terkhen
|
52f973508b
|
(svn r18963) -Codechange: Give AccelerationModel a generical name.
|
2010-01-30 16:27:35 +00:00 |
|
yexo
|
8972d542e1
|
(svn r18941) -Fix [FS#3575]: remove the loading indicators as soon as a train crashes
|
2010-01-28 22:06:13 +00:00 |
|
terkhen
|
c9a3d4ea29
|
(svn r18939) -Codechange [FS#3545]: Move train slope steepness to its own function.
|
2010-01-28 20:54:29 +00:00 |
|
rubidium
|
7127338414
|
(svn r18872) -Codechange: introduce PaletteID and use it
|
2010-01-21 01:38:13 +00:00 |
|
rubidium
|
f618acfb7d
|
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions
|
2010-01-18 22:57:21 +00:00 |
|
rubidium
|
89cc6d871e
|
(svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' and rail property (Terhken)
|
2010-01-17 23:03:43 +00:00 |
|
rubidium
|
22042389b8
|
(svn r18848) -Fix (r18838): the original accelaration got broken
|
2010-01-17 16:52:35 +00:00 |
|
frosch
|
7b6c5faf11
|
(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for monorail and maglev in the waypoint picker.
|
2010-01-17 00:51:18 +00:00 |
|
rubidium
|
ff69edfc17
|
(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen)
|
2010-01-16 22:30:04 +00:00 |
|