Age | Commit message (Expand) | Author |
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 Aircraft | smatz |
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 too | rubidium |
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 Train | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
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 Subsidy | smatz |
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 |
2009-06-25 | (svn r16654) -Codechange: cache industries in station's coverage area instead... | smatz |
2009-06-24 | (svn r16651) -Fix: When there is no AI version that can load data from the sa... | yexo |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-23 | (svn r16640) -Codechange: move roadstop stuff to separate files | smatz |
2009-06-23 | (svn r16632) -Codechange: rename Town::flags12 to Town::flags | smatz |
2009-06-23 | (svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old s... | smatz |
2009-06-18 | (svn r16596) -Fix (r16378): there were several hundreds of empty signs above ... | smatz |
2009-06-17 | (svn r16586) -Codechange: don't store lifelength in the savegame; it can easi... | rubidium |
2009-06-13 | (svn r16572) -Codechange: also catch FPEs in saveload and the warning about m... | rubidium |
2009-06-10 | (svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal... | smatz |
2009-06-10 | (svn r16553) -Codechange: don't use TRACK_BIT_WORMHOLE and TRACK_BIT_DEPOT as... | smatz |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-06-06 | (svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so ... | frosch |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
2009-05-26 | (svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' ... | glx |
2009-05-26 | (svn r16442) -Codechange: use new Vehicle accessors at more places | smatz |
2009-05-26 | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for... | smatz |
2009-05-26 | (svn r16439) -Change: Make the default vehicle servicing settings company-bas... | yexo |
2009-05-26 | (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r... | rubidium |
2009-05-23 | (svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when ... | smatz |
2009-05-23 | (svn r16403) -Codechange: move code related to subsidies to separate file | smatz |
2009-05-23 | (svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc... | rubidium |
2009-05-22 | (svn r16393) -Codechange: move VehicleRail to Train. | rubidium |
2009-05-22 | (svn r16392) -Codechange: move some variables (the ones that aren't caches) f... | rubidium |
2009-05-22 | (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. | rubidium |
2009-05-22 | (svn r16390) -Codechange: move u.road to RoadVehicle. | rubidium |
2009-05-22 | (svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate | rubidium |
2009-05-22 | (svn r16388) -Codechange: move u.air to Aircraft | rubidium |