Age | Commit message (Expand) | Author |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-26 | (svn r6137) -Codechange: some very minor cleanups: | truelight |
2006-08-22 | (svn r6049) -Codechange: forgot EngineRenew in r6047 | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-15 | (svn r5919) -Cleanup: use the type Date when the variable really is a date | rubidium |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-14 | (svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be... | tron |
2006-06-09 | (svn r5201) - NewGRF: add loading of default refit costs. This information is... | peter1138 |
2006-06-04 | (svn r5105) - NewGRF: Move callbackmask from *VehicleInfo to EngineInfo. This... | peter1138 |
2006-05-18 | (svn r4902) Newgrf : Introduction of the newgrf_cargo files. | belugas |
2006-05-17 | (svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' wi... | peter1138 |
2006-05-17 | (svn r4896) - NewGRF: add support for vehicle property 0x25 (user defined dat... | peter1138 |
2006-05-04 | (svn r4738) - Newstations: attach all sprite group cargo types, not just the ... | peter1138 |
2006-03-31 | (svn r4201) - Codechange: Do for _engine_info[] what we do for _*_vehicle_inf... | peter1138 |
2006-03-26 | (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables... | Darkvater |
2006-03-01 | (svn r3717) - [2cc] Add 2cc colour maps and use for newgrf engines requiring ... | peter1138 |
2006-02-28 | (svn r3684) - NewGRF: Support loading of miscellaneous flags (not used yet) | peter1138 |
2006-02-13 | (svn r3602) - Move _railveh_score data to _rail_vehicle_info->ai_rank and rem... | peter1138 |
2006-02-11 | (svn r3586) - NewGRF: Load callback masks for all vehicle types. | peter1138 |
2006-02-03 | (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],... | peter1138 |
2006-01-12 | (svn r3396) - Autoreplace changes: | peter1138 |
2006-01-07 | (svn r3388) - NewGRF: Allow train running cost class to differ from engine cl... | peter1138 |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-18 | (svn r3316) - NewGRF: Unload engine names before loading grf files. This fixe... | peter1138 |
2005-12-15 | (svn r3308) BAD | tron |
2005-11-06 | (svn r3148) -NewGRF, Feature: Add support for cargo refitting specification b... | peter1138 |
2005-11-05 | (svn r3139) -NewGRF, Feature: support for articulated rail vehicles. This is ... | peter1138 |
2005-10-20 | (svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons. | peter1138 |
2005-10-18 | (svn r3059) Use bitfields to encode railtype and climates of engines instead ... | tron |
2005-10-04 | (svn r3017) -NewGRF: Implement sprite group unreferencing and unloading. | peter1138 |
2005-10-01 | (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p... | tron |
2005-09-26 | (svn r2990) Remove _engine_original_sprites and replace all uses with referen... | peter1138 |
2005-09-26 | (svn r2989) - Make engine/vehicle information tables constant. Duplicate them... | peter1138 |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-08-11 | (svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly... | truelight |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-19 | (svn r2639) -Add: Added the vehicle names in table/engines.h so that you know... | celestar |
2005-07-01 | (svn r2504) Move Draw*EngineInfo to engine_gui.c to reduce dependencies | tron |
2005-06-07 | (svn r2432) Use GetEngine() instead of DEREF_ENGINE() or even _engines[] | tron |
2005-06-06 | (svn r2428) - Feature: [newgrf] Implement shorter train vehicles (Therax), a... | hackykid |
2005-06-06 | (svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callb... | hackykid |
2005-06-06 | (svn r2414) - Feature: [newgrf] Implement powered wagons, and the callback t... | hackykid |
2005-06-03 | (svn r2401) - Fix: [newgrf] Finish up callback mechanism, implement 'refit c... | hackykid |
2005-06-01 | (svn r2389) - Feature: [newgrf] Implement the mechanism for handling newgrf ... | hackykid |
2005-05-14 | (svn r2306) - CodeChange: Check the last commands; refits. This needed an ext... | Darkvater |
2005-05-11 | (svn r2290) - CodeChange: protect the next batch of commands. This brings us ... | Darkvater |
2005-03-10 | (svn r1981) Typedef some structs and enums | tron |
2005-03-09 | (svn r1979) Const correctness | tron |