summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
AgeCommit message (Expand)Author
2010-11-20(svn r21273) -Codechange: Return values should start at the same line.alberth
2010-11-20(svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code.alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-26(svn r20627) -Codechange: unify the animation code of station, airport, house...rubidium
2010-08-26(svn r20623) -Codechange: unify the storing of animation related informationrubidium
2010-08-26(svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]Animat...rubidium
2010-08-10(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.rubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20404) -Codechange: remove the need for StationSpec::allocatedrubidium
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something sl...rubidium
2010-08-07(svn r20400) -Codechange: let StationSpec use GRFFilePropsBaserubidium
2010-08-02(svn r20318) -Doc: Doxygen additions.alberth
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-04-24(svn r19707) -Add: helper functions to instantiate/fill ResolverObjectsrubidium
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-03-01(svn r19299) -Codechange: store the most compatible ttd airport type in Airpo...yexo
2010-03-01(svn r19298) -Fix: [NewGRF] segfault when station vars 0xF2/0xF3 is accessed ...yexo
2010-02-07(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail...peter1138
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-17(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.frosch
2010-01-17(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIE...frosch
2010-01-16(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-05(svn r18737) -Fix (r12028): Var67 data wasn't swapped properly for orientation.peter1138
2010-01-04(svn r18718) -Codechange: make a wrapper macro for looping TileAreasrubidium
2010-01-03(svn r18708) -Feature: [NewGRF] Add support for custom station foundation gra...peter1138
2010-01-01(svn r18681) -Codechange: Use existing TILE_LOOP method for iterating trigger...peter1138
2010-01-01(svn r18680) -Fix: Whole station area is already correct size.peter1138
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-03(svn r17050) -Codechange: replace custom implementation of TILE_LOOP with TIL...rubidium
2009-07-25(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...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 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 r16907) -Codechange: make a more clear distinction between reservation f...rubidium
2009-07-21(svn r16897) -Codechange: use the 'generic' station spec to station allocatio...rubidium
2009-07-21(svn r16896) -Codechange: make station spec allocation and station animation ...rubidium
2009-07-20(svn r16888) -Fix (r16864): crash when trying to build (some?) NewGRF waypointsrubidium
2009-07-17(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.rubidium
2009-07-17(svn r16859) -Codechange: split the Station struct into two so parts of it ca...rubidium
2009-07-16(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...smatz