peter1138
|
1e10e91fde
|
(svn r24905) -Feature(ish): Implement station randomisation triggers.
|
2013-01-11 07:39:25 +00:00 |
|
peter1138
|
c00a400cc7
|
(svn r24905) -Feature(ish): Implement station randomisation triggers.
|
2013-01-11 07:39:25 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
michi_cc
|
bac2b4c25d
|
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi)
|
2012-12-23 01:00:25 +00:00 |
|
michi_cc
|
245e32a10e
|
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list sprites. (Based on patch by Eddi)
|
2012-12-23 01:00:25 +00:00 |
|
michi_cc
|
68b078761d
|
(svn r24834) -Fix [FS#5396]: The autorefit dropdown in the order GUI wasn't always updated when modifying vehicle consists.
|
2012-12-20 19:44:06 +00:00 |
|
michi_cc
|
01566d6816
|
(svn r24834) -Fix [FS#5396]: The autorefit dropdown in the order GUI wasn't always updated when modifying vehicle consists.
|
2012-12-20 19:44:06 +00:00 |
|
michi_cc
|
37da99ab90
|
(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-related windows with an enum.
|
2012-12-20 19:44:02 +00:00 |
|
michi_cc
|
c75962e04c
|
(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-related windows with an enum.
|
2012-12-20 19:44:02 +00:00 |
|
michi_cc
|
009d20e990
|
(svn r24832) -Fix [FS#5397]: [NewGRF] Take bridge speed limits into account for vehicle variable 4C.
|
2012-12-20 19:43:58 +00:00 |
|
michi_cc
|
8eb1cb4ebb
|
(svn r24832) -Fix [FS#5397]: [NewGRF] Take bridge speed limits into account for vehicle variable 4C.
|
2012-12-20 19:43:58 +00:00 |
|
michi_cc
|
36ccbe5188
|
(svn r24831) -Fix [FS#5398]: [NewGRF] Incorrect values are better than a crash when a NewGRF queries vehicle variable 4C before vehicle initialisation is completed.
|
2012-12-20 19:43:54 +00:00 |
|
michi_cc
|
0ef3ce8c08
|
(svn r24831) -Fix [FS#5398]: [NewGRF] Incorrect values are better than a crash when a NewGRF queries vehicle variable 4C before vehicle initialisation is completed.
|
2012-12-20 19:43:54 +00:00 |
|
frosch
|
076e69a2d8
|
(svn r24713) -Fix [FS#5262]: [NewGRF] Tolerate old NewGRFs returning invalid values via CB 11.
|
2012-11-12 20:13:02 +00:00 |
|
frosch
|
0a4fe02a47
|
(svn r24713) -Fix [FS#5262]: [NewGRF] Tolerate old NewGRFs returning invalid values via CB 11.
|
2012-11-12 20:13:02 +00:00 |
|
frosch
|
358a2bd6ed
|
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent across vehicle types and add IsChainInDepot instead, if that is what shall be checked.
|
2012-07-07 15:39:46 +00:00 |
|
frosch
|
08a8c3a773
|
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent across vehicle types and add IsChainInDepot instead, if that is what shall be checked.
|
2012-07-07 15:39:46 +00:00 |
|
frosch
|
df9a6d24a0
|
(svn r24382) -Fix: Call Vehicle::IsStoppedInDepot only for the first vehicle in a chain (i.e. primary vehicle or free wagon).
|
2012-07-07 15:35:28 +00:00 |
|
frosch
|
22632d5e9a
|
(svn r24382) -Fix: Call Vehicle::IsStoppedInDepot only for the first vehicle in a chain (i.e. primary vehicle or free wagon).
|
2012-07-07 15:35:28 +00:00 |
|
frosch
|
2aa43d6c8b
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
a8c88f43b6
|
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and NewsFlag instead.
|
2012-05-26 14:16:03 +00:00 |
|
frosch
|
ae4681ab4c
|
(svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptively deduplicate code.
|
2012-05-26 14:15:52 +00:00 |
|
frosch
|
00b3ff80bb
|
(svn r24282) -Codechange: Add AddVehicleAdviceNewsItem function to preemptively deduplicate code.
|
2012-05-26 14:15:52 +00:00 |
|
michi_cc
|
d561bfe4db
|
(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed for vehicles.
|
2012-05-14 19:56:49 +00:00 |
|
michi_cc
|
ce5c936b07
|
(svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed for vehicles.
|
2012-05-14 19:56:49 +00:00 |
|
michi_cc
|
72f1a84a6c
|
(svn r24078) -Fix [FS#5093,FS#5130] (r24071): A fix that breaks all other cases isn't really a fix. Redo it to make sure that reservations of trains entering or exiting depots are properly made and freed.
|
2012-03-29 12:27:34 +00:00 |
|
michi_cc
|
7e438d27f1
|
(svn r24078) -Fix [FS#5093,FS#5130] (r24071): A fix that breaks all other cases isn't really a fix. Redo it to make sure that reservations of trains entering or exiting depots are properly made and freed.
|
2012-03-29 12:27:34 +00:00 |
|
michi_cc
|
d65352ed6f
|
(svn r24071) -Fix [FS#5093]: Reversing trains while they were entering or leaving a depot could lead to stuck trains.
|
2012-03-25 23:42:49 +00:00 |
|
michi_cc
|
f8b62a3c7a
|
(svn r24071) -Fix [FS#5093]: Reversing trains while they were entering or leaving a depot could lead to stuck trains.
|
2012-03-25 23:42:49 +00:00 |
|
michi_cc
|
64c5299b4d
|
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
|
2012-02-14 17:04:06 +00:00 |
|
michi_cc
|
f2c694c8fb
|
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
|
2012-02-14 17:04:06 +00:00 |
|
rubidium
|
4bcbf326d1
|
(svn r23855) -Fix [FS#5007]: out of bounds read for slowdown parameter caused desync when railtype >= 4, vehicles were fast, and the original acceleration model was used
|
2012-01-26 17:48:23 +00:00 |
|
rubidium
|
6045c9e383
|
(svn r23855) -Fix [FS#5007]: out of bounds read for slowdown parameter caused desync when railtype >= 4, vehicles were fast, and the original acceleration model was used
|
2012-01-26 17:48:23 +00:00 |
|
rubidium
|
cb21f37091
|
(svn r23781) -Fix [FS#4964]: under certain circumstances, e.g. a single invalid order, trying to determine the next order state could end up in an infinite loop
|
2012-01-09 22:19:53 +00:00 |
|
rubidium
|
2728cb21a9
|
(svn r23781) -Fix [FS#4964]: under certain circumstances, e.g. a single invalid order, trying to determine the next order state could end up in an infinite loop
|
2012-01-09 22:19:53 +00:00 |
|
michi_cc
|
617993e904
|
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
|
2012-01-08 12:47:54 +00:00 |
|
michi_cc
|
9232a2ef0c
|
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
|
2012-01-08 12:47:54 +00:00 |
|
frosch
|
0c237c337c
|
(svn r23744) -Fix (r23142) [FS#4923]: Check the version of the right GRF.
|
2012-01-03 22:36:35 +00:00 |
|
frosch
|
7ff95b9e97
|
(svn r23744) -Fix (r23142) [FS#4923]: Check the version of the right GRF.
|
2012-01-03 22:36:35 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
d9f717dcfa
|
(svn r23714) -Codechange: don't mix Viewport with non-viewport code
|
2012-01-02 13:44:37 +00:00 |
|
truebrain
|
091bc25a90
|
(svn r23714) -Codechange: don't mix Viewport with non-viewport code
|
2012-01-02 13:44:37 +00:00 |
|
truebrain
|
92c60447dc
|
(svn r23713) -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible
|
2012-01-02 13:44:30 +00:00 |
|
truebrain
|
0d929e877f
|
(svn r23713) -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible
|
2012-01-02 13:44:30 +00:00 |
|
alberth
|
06597e684c
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
alberth
|
4af8c2d5e1
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|