Age | Commit message (Expand) | Author |
2006-10-17 | (svn r6816) -Codechange: Some coding style, variable localization, const corr... | Darkvater |
2006-10-17 | (svn r6814) -Codechange: For network games ci->client_playas was always p->in... | Darkvater |
2006-10-17 | (svn r6803) -Codechange: Substitute magic numbers by an enum for the news win... | Darkvater |
2006-10-15 | (svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP). | Darkvater |
2006-10-14 | (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe... | Darkvater |
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-11 | (svn r6738) - Fix (r2441): Only apply the virtual transfer profit if the orde... | peter1138 |
2006-10-01 | (svn r6611) - Newsounds: | peter1138 |
2006-09-19 | (svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch | bjarni |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-03 | (svn r6369) -Fix (r5886): On loading of game in scenario editor the player wa... | Darkvater |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-27 | (svn r6178) -Fix r5886: only setting ->money64 isn't enough, as some routines... | truelight |
2006-08-22 | (svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns ... | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | 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 r6005) -Cleanup: introduce IndustryID and use it | rubidium |
2006-08-20 | (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. | rubidium |
2006-08-16 | (svn r5926) -Codechange: make _cur_year contain the full year, instead of the... | rubidium |
2006-08-15 | (svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-14 | (svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to... | Darkvater |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-04-25 | (svn r4570) - Fix: subsidy calculation was too high, broken in r3564 | peter1138 |
2006-04-21 | (svn r4508) -Fix: (FS#125) Fixed a problem that caused DeliverGoodsToIndustry... | celestar |
2006-04-18 | (svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle servin... | celestar |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-31 | (svn r4194) -Codechange: Renamed UpdatePlayerHouse to UpdateCompanyHQ because... | celestar |
2006-03-26 | (svn r4131) - CodeChange: Add proper semantics for StationID for such variabl... | Darkvater |
2006-03-26 | (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables... | Darkvater |
2006-02-20 | (svn r3627) - Change all hardcoded 255 max-saveload versions with the define ... | Darkvater |
2006-02-18 | (svn r3613) Some more const, indentation, whitespace and similar stuff | tron |
2006-02-13 | (svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a... | tron |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-03 | (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],... | peter1138 |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-06 | (svn r3377) -Fix: [ FS#24 ] Min. profit in detail performance rating gave you... | truelight |
2006-01-05 | (svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, b... | truelight |
2005-11-22 | (svn r3226) -Fix: GPMI implementation had minor glitches | truelight |
2005-11-18 | (svn r3218) -Feature: Multiheaded train engines will now stay in the same train | bjarni |
2005-11-15 | (svn r3184) GB/SB | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-03 | (svn r3124) Alter train loading/unloading time to use the actual length of th... | peter1138 |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-10-20 | (svn r3073) int/byte -> EngineID/PlayerID/VehicleID | tron |