summaryrefslogtreecommitdiff
path: root/src/newgrf_engine.h
AgeCommit message (Expand)Author
2021-04-30Codechange: Use C++ features for train wagon overrides. (#9141)PeterN
2020-01-26Feature: NewGRF callback profiling (#7868)Niels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2018-03-11(svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlinea...frosch
2017-10-25(svn r27928) -Fix: [NewGRF] While executing random triggers, var 5F should in...frosch
2016-10-16(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...frosch
2014-03-03(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject cons...frosch
2013-11-24(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe...frosch
2012-11-10(svn r24693) -Doc: Add some doxymentation into the newgrf code.alberth
2012-11-10(svn r24691) -Codechange: Add resolver classes for vehicles.alberth
2012-06-07(svn r24332) -Change/Fix [FS#2553]: [NewGRF] Change the length of 8/8 roadveh...frosch
2012-06-03(svn r24321) -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase l...frosch
2011-11-09(svn r23174) -Codechange: Deduplicate code between GetEngineProperty() and Ge...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
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-09-22(svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x3...frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-17(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ...frosch
2009-06-24(svn r16648) -Codechange: move some more includes aroundyexo
2009-06-24(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to pre...yexo
2009-05-22(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriaterubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-07-20(svn r13761) -Codechange: Remove dependency on rail for altering purchase lis...peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-30(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.peter1138
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-24(svn r12872) -Codechange: Remove obsolete unused engine list order functionpeter1138
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-09(svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides'peter1138
2008-01-05(svn r11761) -Codechange: Use appropriate variable types for NewGRF engine ov...peter1138
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the c...rubidium
2007-11-11(svn r11406) -Fix: wrong triggers would be activated on callback 32 for vehic...rubidium
2007-10-28(svn r11353) -Codechange: add support for newgrf callback 32glx
2007-07-25(svn r10690) -Codechange: use the enum that describes all callback IDs in fav...rubidium
2007-05-10(svn r9818) -Codechange: Cache wagon override sprite set whenever consist is ...peter1138
2007-04-20(svn r9703) -Codechange: support callback 36 in vehicle purchase listspeter1138
2007-04-18(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing ...peter1138
2007-03-21(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-06(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VA...peter1138
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium