Age | Commit message (Expand) | Author |
2006-12-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-12-03 | (svn r7331) - Codechange: Rename all memory pool macro's and types to "old po... | matthijs |
2006-12-03 | (svn r7330) -Fix (r7304): Data invalidation doesn't always happen as the local | peter1138 |
2006-11-06 | (svn r7079) -Codechange: Move an array to the only place it is used. | peter1138 |
2006-10-28 | (svn r6977) Use the pool macros for the EngineRenew pool | tron |
2006-10-14 | (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE... | Darkvater |
2006-10-14 | (svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and | Darkvater |
2006-10-10 | (svn r6714) -Codechange: replaced a direct manipulation of windows with Inval... | bjarni |
2006-10-07 | (svn r6681) -Fix: when vehicles never expire they will stay at peak reliabili... | bjarni |
2006-10-07 | (svn r6680) -Codechange r6679: [train build window] only generate the list wh... | bjarni |
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 |