Age | Commit message (Expand) | Author |
2010-03-23 | (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an... | smatz |
2010-03-16 | (svn r19433) -Codechange: Limit rail clearance earnings to 3/4s of rail build... | peter1138 |
2010-03-14 | (svn r19414) -Doc: Several doxygen additions and corrections. | alberth |
2010-03-14 | (svn r19413) -Codechange: Merging RailtypeFlag enum (a bit number) with RailT... | alberth |
2010-03-07 | (svn r19365) -Codechange: Move EnsureNoTrainOnTrackProc() to src/vehicle.cpp. | alberth |
2010-03-03 | (svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend... | peter1138 |
2010-03-03 | (svn r19306) -Change: Railtype cost factor from byte to word value | peter1138 |
2010-02-07 | (svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail... | peter1138 |
2010-01-31 | (svn r18972) -Add: [NewGRF] Per-rail type speed limits. | peter1138 |
2010-01-30 | (svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties. | peter1138 |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-09 | (svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail ... | peter1138 |
2009-12-15 | (svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail piec... | peter1138 |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-18 | (svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing... | rubidium |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-05-22 | (svn r16393) -Codechange: move VehicleRail to Train. | rubidium |
2009-02-08 | (svn r15417) -Codechange: Add default rail type labels and support for per-GR... | peter1138 |
2009-01-13 | (svn r15050) -Codechange: Use one absolute SpriteID with offsets to draw trac... | peter1138 |
2008-10-07 | (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch ... | smatz |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-08-24 | (svn r14162) -Fix: Allow rail type conversion if the rail type cost multiplie... | peter1138 |
2008-08-24 | (svn r14160) -Codechange: Move _railtype_cost_multipliers into the rail type ... | peter1138 |
2008-08-24 | (svn r14158) -Codechange: Initialization of rail type data from static source... | peter1138 |
2008-08-24 | (svn r14157) -Codechange: Add and use string properties for rail types instea... | peter1138 |
2008-08-01 | (svn r13912) -Codechange: remove some casts by returning the proper type inst... | rubidium |
2008-06-11 | (svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "trac... | rubidium |
2008-05-08 | (svn r13016) -Codechange: unify the detection if rail catenary should be drawn | smatz |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-23 | (svn r12853) -Fix: catenary on tunnel entrances and middle bridge pieces was ... | smatz |
2008-04-08 | (svn r12624) -Codechange: Make drawing of catenary an attribute of rail types... | peter1138 |
2008-03-25 | (svn r12410) -Codechange: abstract out the test for catenary on electric rails | peter1138 |
2008-03-19 | (svn r12386) -Fix [FS#1841](r2428): train could break apart when reversed whi... | smatz |
2008-01-09 | (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ... | smatz |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | rubidium |
2008-01-07 | (svn r11774) -Change: do not include variables.h in a header when it is not n... | rubidium |
2008-01-01 | (svn r11732) -Fix (r4150): elrail merge gave elrail, monorail & maglev uninte... | peter1138 |
2007-12-25 | (svn r11700) -Codechange: reduce the amount of unnecessary includes. | rubidium |
2007-12-23 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | rubidium |
2007-12-22 | (svn r11682) -Codechange: move some 'generic' geometry related types into a s... | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |
2007-12-18 | (svn r11662) -Codechange: move some rail types/related functions around. | rubidium |
2007-12-18 | (svn r11661) -Codechange: some header reworks in order to try to reduce the c... | rubidium |
2007-12-08 | (svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic | smatz |