summaryrefslogtreecommitdiff
path: root/src/saveload
AgeCommit message (Expand)Author
2009-08-05(svn r17069) -Fix (r17004): invalid read when converting old waypointssmatz
2009-07-31(svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't cor...rubidium
2009-07-30(svn r16993) -Change: make the rail waypoint builder draggablerubidium
2009-07-29(svn r16988) -Codechange: unify the code for removing (parts of) stations and...rubidium
2009-07-26(svn r16962) -Codechange: more work towards multi tile waypointsrubidium
2009-07-25(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...rubidium
2009-07-24(svn r16944) -Codechange: remove needlessly complex way of getting the offset...rubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16938) -Codechange: introduce helper function to tell whether a tile is...rubidium
2009-07-22(svn r16921) -Codechange: make it more clear what strings are related to road...rubidium
2009-07-22(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warningsrubidium
2009-07-22(svn r16916) -Fix (r16909): station acceptance was reset after game loadsmatz
2009-07-22(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...rubidium
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-22(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/rubidium
2009-07-21(svn r16900) -Codechange: prepare the waypoint window for buoysrubidium
2009-07-21(svn r16897) -Codechange: use the 'generic' station spec to station allocatio...rubidium
2009-07-18(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy...smatz
2009-07-18(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoordsrubidium
2009-07-17(svn r16862) -Codechange: make waypoints use the same system of station stati...rubidium
2009-07-17(svn r16860) -Codechange: introduce a helper to assign a station spec to Wayp...rubidium
2009-07-17(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashedsmatz
2009-07-16(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint ...rubidium
2009-07-16(svn r16854) -Fix (r2046): savegames from before this version would get the t...rubidium
2009-07-16(svn r16851) -Codechange: use StationSpecList in waypoint toorubidium
2009-07-16(svn r16850) -Codechange: unify some naming of variables between waypoints an...rubidium
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-16(svn r16841) -Cleanup: spaces/tabs where they don't belongrubidium
2009-07-13(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...rubidium
2009-07-13(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraftsmatz
2009-07-13(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiver...smatz
2009-07-13(svn r16808) -Fix (r16338): don't crash when loading savegame with invalid re...smatz
2009-07-10(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT toorubidium
2009-07-04(svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less th...rubidium
2009-07-02(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...smatz
2009-07-02(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...rubidium
2009-07-02(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...rubidium
2009-07-02(svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa...smatz
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-07-01(svn r16718) -Codechange: make IsFreeWagon() member of Trainsmatz
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-07-01(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't wa...smatz
2009-07-01(svn r16714) -Codechange: use pool-like accessors for Subsidysmatz
2009-07-01(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all...smatz
2009-07-01(svn r16710) -Fix: invalidate subsidies with invalid source or destination wh...smatz
2009-07-01(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates...rubidium
2009-06-29(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ...rubidium
2009-06-26(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _...smatz
2009-06-26(svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile()smatz
2009-06-26(svn r16664) -Codechange: move house-related stuff from town.h and town_type....smatz