rubidium
|
4de1f3be88
|
(svn r23540) -Codechange: unify and document vehicle widgets
|
2011-12-16 16:58:55 +00:00 |
|
rubidium
|
24263638bf
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
3d88c74389
|
(svn r23526) -Codechange: unify cargos vs cargoes
|
2011-12-15 21:56:00 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
truebrain
|
af1b3cc070
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
truebrain
|
98103121d4
|
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
|
2011-11-29 23:15:35 +00:00 |
|
peter1138
|
ba617a796c
|
(svn r23328) -Change: Make the viewport vehicle position hash cover the same area.
|
2011-11-25 23:02:39 +00:00 |
|
peter1138
|
2f05d090fb
|
(svn r23328) -Change: Make the viewport vehicle position hash cover the same area.
|
2011-11-25 23:02:39 +00:00 |
|
peter1138
|
b84174fd4d
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
peter1138
|
81598273e9
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
michi_cc
|
3b45b41e68
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
michi_cc
|
4d2a9e384c
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
rubidium
|
215452b911
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|
rubidium
|
c9a7f572ec
|
(svn r23195) -Codechange: if we really need to cast away constness, use const_cast
|
2011-11-12 08:37:12 +00:00 |
|
frosch
|
3178814a00
|
(svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCapacity().
|
2011-11-09 16:38:50 +00:00 |
|
frosch
|
026317bb44
|
(svn r23173) -Codechange: Rename GetVehicleCapacity() to Engine::DetermineCapacity().
|
2011-11-09 16:38:50 +00:00 |
|
frosch
|
a608cbab5d
|
(svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness.
|
2011-11-08 17:27:13 +00:00 |
|
frosch
|
52774235eb
|
(svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness.
|
2011-11-08 17:27:13 +00:00 |
|
michi_cc
|
1497efbd5d
|
(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
|
2011-11-04 15:04:29 +00:00 |
|
michi_cc
|
a3e6e113fe
|
(svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting.
|
2011-11-04 15:04:29 +00:00 |
|
rubidium
|
e8eb3fe381
|
(svn r23110) -Codechange: let the flying altitude return ints are well
|
2011-11-04 13:40:59 +00:00 |
|
rubidium
|
9782b7bb0a
|
(svn r23110) -Codechange: let the flying altitude return ints are well
|
2011-11-04 13:40:59 +00:00 |
|
rubidium
|
0e2d2b2317
|
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables
|
2011-11-04 11:52:19 +00:00 |
|
rubidium
|
2a2c102b0b
|
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables
|
2011-11-04 11:52:19 +00:00 |
|
rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
frosch
|
ad38f27242
|
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code.
|
2011-11-01 00:23:41 +00:00 |
|
frosch
|
acc3c75951
|
(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code.
|
2011-11-01 00:23:41 +00:00 |
|
frosch
|
e57ba5d0ae
|
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
|
2011-11-01 00:21:08 +00:00 |
|
frosch
|
72cd855978
|
(svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code.
|
2011-11-01 00:21:08 +00:00 |
|
frosch
|
4cbd8791a4
|
(svn r23050) -Fix: [NewGRF] When vehicles break down, update the image cache after changing the vehicle state to make fish happy.
|
2011-10-21 21:03:40 +00:00 |
|
frosch
|
cadaa0a8b6
|
(svn r23050) -Fix: [NewGRF] When vehicles break down, update the image cache after changing the vehicle state to make fish happy.
|
2011-10-21 21:03:40 +00:00 |
|
frosch
|
37301ea23d
|
(svn r22985) -Feature: Display autoreplace status in group GUI.
|
2011-10-03 17:26:37 +00:00 |
|
frosch
|
d071eefc54
|
(svn r22985) -Feature: Display autoreplace status in group GUI.
|
2011-10-03 17:26:37 +00:00 |
|
frosch
|
f9f257ce4a
|
(svn r22984) -Feature: Display profit icons for groups in the group GUI.
|
2011-10-03 17:25:44 +00:00 |
|
frosch
|
23a2f23eb3
|
(svn r22984) -Feature: Display profit icons for groups in the group GUI.
|
2011-10-03 17:25:44 +00:00 |
|
frosch
|
a80d20fdb1
|
(svn r22982) -Cleanup: Remove CountCompanyVehicles() and use ALL_GROUP statistics instead.
|
2011-10-03 17:24:31 +00:00 |
|
frosch
|
1a12008fcf
|
(svn r22982) -Cleanup: Remove CountCompanyVehicles() and use ALL_GROUP statistics instead.
|
2011-10-03 17:24:31 +00:00 |
|
frosch
|
f406385319
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
dd74536bef
|
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
|
2011-10-03 17:23:41 +00:00 |
|
frosch
|
f43290d6af
|
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
|
2011-10-03 17:22:56 +00:00 |
|
frosch
|
5be8f73204
|
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
|
2011-10-03 17:22:56 +00:00 |
|
frosch
|
3ecf9d424a
|
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
|
2011-10-03 17:22:09 +00:00 |
|
frosch
|
fafa06e821
|
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
|
2011-10-03 17:22:09 +00:00 |
|
frosch
|
3665b85c24
|
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
|
2011-10-03 17:21:41 +00:00 |
|
frosch
|
68f969282e
|
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
|
2011-10-03 17:21:41 +00:00 |
|
frosch
|
c531453320
|
(svn r22976) -Codechange: Split group statistics into separate struct.
|
2011-10-03 17:20:26 +00:00 |
|
frosch
|
b6766c2ed5
|
(svn r22976) -Codechange: Split group statistics into separate struct.
|
2011-10-03 17:20:26 +00:00 |
|
frosch
|
43053b59a2
|
(svn r22947) -Fix: [NewGRF] Do not call CB 32 for disaster, effect vehicles or aircraft shadows/rotors.
|
2011-09-19 19:23:23 +00:00 |
|