Age | Commit message (Expand) | Author |
2014-09-21 | (svn r26866) -Change: make aircraft ascend/descend when they are too close to... | rubidium |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2014-03-26 | (svn r26430) -Feature(ette): Add vehicle modflag 1 (unloading in progress). | frosch |
2014-03-03 | (svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject cons... | frosch |
2014-02-03 | (svn r26294) -Change: [NewGRF] Make vehicle variable 61 return 'not available... | frosch |
2013-12-13 | (svn r26157) -Feature: [NewGRF] Vehicle variable 4D for determining the posit... | frosch |
2013-11-24 | (svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe... | frosch |
2013-08-09 | (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e... | rubidium |
2013-04-13 | (svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a... | frosch |
2013-02-14 | (svn r24994) -Codechange: Replace access to service_interval with accessors (... | rubidium |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-11-11 | (svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObj... | frosch |
2012-11-10 | (svn r24693) -Doc: Add some doxymentation into the newgrf code. | alberth |
2012-11-10 | (svn r24692) -Cleanup: Cleanup final parts of the old resolver code. | alberth |
2012-11-10 | (svn r24691) -Codechange: Add resolver classes for vehicles. | alberth |
2012-11-10 | (svn r24678) -Codechange: Introduce scope resolver base class and prepare for... | alberth |
2012-09-16 | (svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as ... | frosch |
2012-09-16 | (svn r24527) -Add: [NewGRF] Allow resolving var 5F via vehicle var 61. | frosch |
2012-07-02 | (svn r24371) -Add: [NewGRF] Allow vehicle variable 61 for callback 2D (recolo... | michi_cc |
2012-06-28 | (svn r24360) -Fix [FS#5224]: Ship-specific 80+x variables were missing for un... | frosch |
2012-06-07 | (svn r24330) -Fix (r24321): Do not use the vehicle list order changes from th... | frosch |
2012-06-03 | (svn r24321) -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase l... | frosch |
2012-05-14 | (svn r24246) -Add [FS#5052-ish]: [NewGRF] Variable with the current max speed... | michi_cc |
2012-02-19 | (svn r23965) -Fix [FS#5070]: Refittability should never depend on the current... | frosch |
2012-01-03 | (svn r23748) -Fix: Make vehicle variables A8 and A9 always return 0. Returnin... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-15 | (svn r23526) -Codechange: unify cargos vs cargoes | rubidium |
2011-12-12 | (svn r23503) -Fix (r23143): Desync debug wants to resolve vehicle variables o... | frosch |
2011-12-12 | (svn r23502) -Fix (r23143): Vehicle var 42 used a cargo translation table of ... | frosch |
2011-11-15 | (svn r23231) -Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch. | michi_cc |
2011-11-09 | (svn r23174) -Codechange: Deduplicate code between GetEngineProperty() and Ge... | frosch |
2011-11-08 | (svn r23156) -Change: [NewGRF] Clamp height in aircraft variable 44. | frosch |
2011-11-08 | (svn r23143) -Change: [NewGRF v8] Return the translated cargobit in vehicle v... | frosch |
2011-11-08 | (svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variab... | frosch |
2011-11-01 | (svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra... | frosch |
2011-11-01 | (svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V... | frosch |
2011-11-01 | (svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code. | frosch |
2011-10-31 | (svn r23068) -Add: [NewGRF] Long date of last service for vehicles, also avai... | michi_cc |
2011-10-04 | (svn r22998) -Add [FS#2521]: [NewGRF] Act2 var 0x62 to get curvature/position... | michi_cc |
2011-10-04 | (svn r22997) -Feature: [NewGRF] Allow access to other vehicles in the vehicle... | michi_cc |
2011-09-19 | (svn r22946) -Fix [FS#4781]: [NewGRF] Crash when accessing vehicle var 44 for... | frosch |
2011-08-27 | (svn r22848) -Add: The missing bits in station variable 43. | frosch |
2011-07-04 | (svn r22635) -Fix: Correctly reseed random bits of industries and industry ti... | frosch |
2011-07-04 | (svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is... | frosch |
2011-01-31 | (svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and... | frosch |
2010-12-14 | (svn r21521) -Codechange: Unify some cached values that were present in both ... | terkhen |
2010-12-14 | (svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache. | terkhen |
2010-12-14 | (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. | terkhen |
2010-11-27 | (svn r21338) -Fix [FS#4272]: bogus cache mismatch warnings with desync debugg... | rubidium |
2010-11-15 | (svn r21198) -Fix: don't call variables properties in debug messages | rubidium |