smatz
|
f6a4d61cca
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
smatz
|
45312433b6
|
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
|
2009-06-23 09:52:26 +00:00 |
|
smatz
|
f733d75dad
|
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken
|
2009-06-23 09:46:29 +00:00 |
|
smatz
|
717248b0d8
|
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame
|
2009-06-18 18:13:38 +00:00 |
|
rubidium
|
11c7c258dd
|
(svn r16586) -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect.
|
2009-06-17 17:13:30 +00:00 |
|
smatz
|
af85994f7f
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
glx
|
41b9670bc2
|
(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' warning
|
2009-05-26 23:37:34 +00:00 |
|
smatz
|
1eb48cdded
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +00:00 |
|
rubidium
|
6350648a6c
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
489253b630
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
4ae19b7451
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
d40c61749f
|
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
|
2009-05-22 18:57:11 +00:00 |
|
rubidium
|
521c265282
|
(svn r16384) -Codechange: move u.effect to EffectVehicle
|
2009-05-22 18:56:25 +00:00 |
|
rubidium
|
86fc432293
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
af57719513
|
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions
|
2009-05-19 12:47:47 +00:00 |
|
smatz
|
fe498e21e7
|
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
|
2009-05-18 17:40:03 +00:00 |
|
rubidium
|
c0204dc186
|
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)
|
2009-05-17 10:35:13 +00:00 |
|
rubidium
|
57a7313ea5
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
smatz
|
cf986c3099
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
2168f2f4b9
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
66cb1fe1ff
|
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
|
2009-02-09 01:06:23 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
7bc60a19d0
|
(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags
|
2009-01-25 22:50:00 +00:00 |
|
smatz
|
3126914f36
|
(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
|
2009-01-23 13:36:12 +00:00 |
|
Yexo
|
c4cc8712af
|
(svn r15219) -Fix (r15216): MSVC failed to find the proper casts.
|
2009-01-23 09:20:57 +00:00 |
|
smatz
|
f0ff90d71c
|
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter
|
2009-01-23 02:35:17 +00:00 |
|