rubidium
|
2ec12a3f58
|
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP
|
2009-07-26 21:50:30 +00:00 |
|
rubidium
|
4017439c37
|
(svn r16948) -Codechange: some code reductions and usage of wrapper functions
|
2009-07-25 10:39:58 +00:00 |
|
rubidium
|
7440ec7a73
|
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
|
2009-07-25 08:54:19 +00:00 |
|
rubidium
|
cf38a5bee6
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
2c6b5237f6
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
|
rubidium
|
e9bc557b2a
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
1e6b1a7613
|
(svn r16927) -Change: make the 'there is no AI' error message translatable
|
2009-07-23 15:39:21 +00:00 |
|
rubidium
|
9980af2898
|
(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
|
2009-07-22 22:44:56 +00:00 |
|
rubidium
|
c17c31b5b6
|
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
|
2009-07-22 19:12:20 +00:00 |
|
rubidium
|
3bcfa7c52a
|
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
|
2009-07-22 16:56:36 +00:00 |
|
rubidium
|
cb0409fe52
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|
rubidium
|
68ead6b84f
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
e3053660c6
|
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically
|
2009-07-20 11:21:57 +00:00 |
|
smatz
|
af13707e00
|
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age
|
2009-07-18 19:54:35 +00:00 |
|
yexo
|
82ac703e2d
|
(svn r16866) -Fix (r16865): forgot to run squirrel_export.sh
|
2009-07-17 21:45:57 +00:00 |
|
yexo
|
38768d0ca2
|
(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ones and fix a type in the noai documentation (patch by Chruker)
|
2009-07-17 21:36:26 +00:00 |
|
smatz
|
77d13eae61
|
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs
|
2009-07-16 20:40:06 +00:00 |
|
smatz
|
1f29e38b83
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
alberth
|
d0a47fc1b4
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
yexo
|
f085d7775b
|
(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can't crash OpenTTD
|
2009-07-15 19:47:06 +00:00 |
|
yexo
|
b58001f695
|
(svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliability of vehicles
|
2009-07-10 22:30:38 +00:00 |
|
rubidium
|
3b8d0621a2
|
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
|
2009-07-10 18:30:02 +00:00 |
|
rubidium
|
1c1b6da4a3
|
(svn r16783) -Change: make it more clear that the squirrel_export script needs gawk.
|
2009-07-10 18:21:14 +00:00 |
|
alberth
|
bc32b7dc4c
|
(svn r16780) -Add [FS#3015]: Allow the AI Debug Window to become sticky.
|
2009-07-09 20:23:13 +00:00 |
|
rubidium
|
741a340b8b
|
(svn r16772) -Fix [FS#3019]: don't use the same error message for turning around road vehicles and flipping parts of trains in the depot
|
2009-07-08 22:11:55 +00:00 |
|
rubidium
|
16e207f78b
|
(svn r16771) -Fix: API export was forgotten causing API to think variables were uint; doesn't matter much as int was converted to uint and then back.
|
2009-07-08 20:49:29 +00:00 |
|
yexo
|
369d4ce179
|
(svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance didn't accept a radius of 0 anymore
|
2009-07-08 17:42:58 +00:00 |
|
alberth
|
c7c422465a
|
(svn r16738) -Codechange: Remove casting away constness by changing the text before storing.
|
2009-07-04 13:55:28 +00:00 |
|
yexo
|
a6b0f0b51a
|
(svn r16731) -Fix [NoAI]: AIDepotList contained wrong tiles for hangars when st->xy != st->airport_tile.
|
2009-07-03 19:55:07 +00:00 |
|
smatz
|
1e6a12b75b
|
(svn r16724) -Fix (r16714): MSVC 64bit warnings (Rubidium)
|
2009-07-02 12:47:52 +00:00 |
|
smatz
|
6a0855f0d1
|
(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train
|
2009-07-02 12:10:39 +00:00 |
|
rubidium
|
4d14c1b534
|
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
|
2009-07-02 09:06:15 +00:00 |
|
rubidium
|
61e735ba4c
|
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle.
|
2009-07-02 08:59:27 +00:00 |
|
smatz
|
d86e17d65a
|
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train
|
2009-07-01 23:57:20 +00:00 |
|
smatz
|
ecfaa0564d
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
76a50ce94d
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|
smatz
|
f4d0d94184
|
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all subsidies
|
2009-07-01 17:43:26 +00:00 |
|
frosch
|
1e09854cb7
|
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoArray instead of a pointer to a static array.
|
2009-06-27 21:36:04 +00:00 |
|
frosch
|
a288e4d82f
|
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays.
|
2009-06-27 21:06:58 +00:00 |
|
frosch
|
812ad41f23
|
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names.
|
2009-06-27 18:26:50 +00:00 |
|
yexo
|
cc07a78577
|
(svn r16650) -Fix (r16649): missing ()
|
2009-06-24 23:24:01 +00:00 |
|
yexo
|
2970b72e59
|
(svn r16649) -Fix: When the exact AI version a game was saved with is no longer available and the latest version of the AI can't load data from that AI version, use the latest available version of the AI that can load the data instead of the first found version that can load the data.
|
2009-06-24 23:23:08 +00:00 |
|
smatz
|
05c695a647
|
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
|
2009-06-24 19:26:41 +00:00 |
|
smatz
|
8343340acb
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
smatz
|
0045096403
|
(svn r16640) -Codechange: move roadstop stuff to separate files
|
2009-06-23 21:44:48 +00:00 |
|
frosch
|
b07ef35f44
|
(svn r16618) -Fix (r16614): Silence a warning.
|
2009-06-21 20:59:30 +00:00 |
|
yexo
|
c7bd6c8d34
|
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
2009-06-21 13:26:30 +00:00 |
|
yexo
|
d09d3566dd
|
(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys
|
2009-06-17 13:12:08 +00:00 |
|
rubidium
|
512b021e26
|
(svn r16581) -Codechange: unify the access to Engine::lifelength.
|
2009-06-16 13:52:18 +00:00 |
|
yexo
|
b3c3cf6e6d
|
(svn r16563) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true for bridge head<>neighbouring water tile
|
2009-06-11 14:29:03 +00:00 |
|