Age | Commit message (Expand) | Author |
2007-05-10 | (svn r9823) -Feature: Add support for house property 1F - minimum life span. | maedhros |
2007-05-06 | (svn r9799) -Codechange: separate engine class and engine running cost class ... | rubidium |
2007-05-06 | (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. | peter1138 |
2007-05-06 | (svn r9795) -Codechange: enumify the EngineClass. | rubidium |
2007-05-06 | (svn r9793) -Fix (r9701): Action D 'TTDPatch variable' 0x0B should be the sta... | maedhros |
2007-05-05 | (svn r9790) -Codechange: [NewGRF] Skip action 1 sprites in all stages except ... | peter1138 |
2007-05-04 | (svn r9775) -Fix: Remove arbitrary limit on length of NewGRF strings. | peter1138 |
2007-04-27 | (svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit ... | maedhros |
2007-04-26 | (svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dyn... | belugas |
2007-04-26 | (svn r9717) -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading st... | peter1138 |
2007-04-20 | (svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - htt... | peter1138 |
2007-04-20 | (svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags | peter1138 |
2007-04-20 | (svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags | peter1138 |
2007-04-18 | (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab... | rubidium |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium |
2007-04-17 | (svn r9662) -Documentation: Doxygen corrections and @file omissions | belugas |
2007-04-17 | (svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for unavailab... | peter1138 |
2007-04-16 | (svn r9653) -Codechange: Indicate the proper function names in the GRF messages | belugas |
2007-04-16 | (svn r9646) -Fix (r9645): incorrect count in error message for airport graphics | peter1138 |
2007-04-16 | (svn r9645) -Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2c... | peter1138 |
2007-04-15 | (svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo ... | peter1138 |
2007-04-13 | (svn r9621) -Codechange: implement newgrf house property 1E (cargo types) | peter1138 |
2007-04-11 | (svn r9601) -Codechange: Store grf file reference in station spec, not just G... | peter1138 |
2007-04-04 | (svn r9560) -Codechange: add support for multiple 'base' directories for newg... | rubidium |
2007-03-25 | (svn r9439) -Codechange: check for valid default cargo type even if a vehicle... | peter1138 |
2007-03-25 | (svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary. | peter1138 |
2007-03-24 | (svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during reserv... | peter1138 |
2007-03-23 | (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler... | peter1138 |
2007-03-23 | (svn r9416) -Codechange: Split NewGRF Action 3 handler into separate function... | peter1138 |
2007-03-23 | (svn r9413) -Codechange: Remove default cargo translation table and use bitnu... | peter1138 |
2007-03-22 | (svn r9411) -Codechange: Add support for loading of newcargo data. | peter1138 |
2007-03-22 | (svn r9400) -Codechange: Use some more representative enum names for landscap... | belugas |
2007-03-21 | (svn r9388) -Codechange: variable scope and type, and standardify all CargoID... | peter1138 |
2007-03-21 | (svn r9387) -Fix (r9385): termination of a comment forgotten. | rubidium |
2007-03-21 | (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. | belugas |
2007-03-20 | (svn r9371) -Feature: Add support for variable snow lines in the arctic clima... | maedhros |
2007-03-20 | (svn r9367) -Fix (r9315): If a new house doesn't have a corresponding action ... | maedhros |
2007-03-20 | (svn r9366) -Codechange: Unify the different houses acceptances attributes on... | belugas |
2007-03-19 | (svn r9315) -Merge: The newhouses branch. With this merge comes almost comple... | maedhros |
2007-03-11 | (svn r9108) -Fix(9093) : MSVC was a bit unhappy with some of the type changes... | belugas |
2007-03-10 | (svn r9102) -Codechange: (NewGRF) Apply cargo translation table to vehicle re... | peter1138 |
2007-03-10 | (svn r9094) -Codechange: Don't set up refit masks for engine types not in the... | peter1138 |
2007-03-10 | (svn r9093) -Codechange: variable scope / type | peter1138 |
2007-03-10 | (svn r9092) -Codechange: (NewGRF) (re r8885) Also set cargo type as invalid i... | peter1138 |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
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-03-06 | (svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to... | maedhros |
2007-03-06 | (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t... | maedhros |
2007-03-02 | (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc... | celestar |