Age | Commit message (Expand) | Author |
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 |
2005-10-16 | (svn r3051) Remove the unused function RemoteSubsidyAdd() | tron |
2005-10-12 | (svn r3034) -NewGRF: Improve error checking of setting price bases. | peter1138 |
2005-10-12 | (svn r3032) -NewGRF, Feature: Add support for changing base prices. | peter1138 |
2005-10-11 | (svn r3030) More work for GB/SB, this time concerning the waiting_acceptance ... | tron |
2005-10-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
2005-09-30 | (svn r3001) s/Player*/const Player*/ | tron |
2005-09-28 | (svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATI... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-09-14 | (svn r2951) - Fix: [ 1259345 ] Changing engine in netgame opens train window ... | Darkvater |
2005-09-07 | (svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c) | truelight |
2005-08-07 | (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth abou... | tron |
2005-08-06 | (svn r2815) Store the currency information in one central place instead of sc... | tron |
2005-08-02 | (svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law | tron |
2005-08-01 | (svn r2781) Fix some of the issues with variables in .h files. | ludde |