Age | Commit message (Expand) | Author |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-08-28 | (svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/... | rubidium |
2006-08-26 | (svn r6137) -Codechange: some very minor cleanups: | truelight |
2006-08-22 | (svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so re... | glx |
2006-08-22 | (svn r6049) -Codechange: forgot EngineRenew in r6047 | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | 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-20 | (svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the fu... | rubidium |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-17 | (svn r5934) -Cleanup: forgot some conversions to Year and to Date | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
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-04-18 | (svn r4471) - Pools: Add a facility for calling a custom function during pool... | peter1138 |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-03-16 | (svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati... | Darkvater |
2006-02-20 | (svn r3627) - Change all hardcoded 255 max-saveload versions with the define ... | Darkvater |
2006-02-06 | (svn r3565) - Fix: On loading a game, GetPlayerRailtypes() didn't account for... | peter1138 |
2006-02-03 | (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],... | peter1138 |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-24 | (svn r3423) - NewGRF: Update the base_intro age at which an engine will have ... | peter1138 |
2006-01-19 | (svn r3410) - NewGRF fix: Only add a random number of days to an engine's bas... | peter1138 |
2006-01-12 | (svn r3396) - Autoreplace changes: | peter1138 |
2006-01-06 | (svn r3378) - NewGRF Fix: Use order status to determine whether a vehicle is ... | 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-12-02 | (svn r3252) - NewGRF: Map new train subtypes to old types for rail vehicles. | peter1138 |
2005-11-14 | (svn r3181) -Bracing | 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-11-03 | (svn r3126) Autoreplace: Only the first vehicle in a chain should be marked a... | peter1138 |
2005-10-31 | (svn r3111) -Fix: [autoreplace] [ 1341783 ] Assertion failure in vehicle.c li... | bjarni |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
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-04 | (svn r3016) -NewGRF: Implement the start of reference counting for sprite gro... | peter1138 |
2005-10-04 | (svn r3015) -NewGRF: Add a new sprite group result type, and support loading ... | peter1138 |
2005-10-04 | (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers... | peter1138 |
2005-10-01 | (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, p... | tron |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-07-30 | (svn r2762) Simplify a loop, remove an unused variable and add many consts | tron |
2005-07-26 | (svn r2720) Remove unused declarations and definitions | tron |
2005-07-26 | (svn r2717) Move _userstring to strings.[ch] | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |