summaryrefslogtreecommitdiff
path: root/economy.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2007-01-02(svn r7751) -Codechange: move network_* to a new network map. Furthermore mov...rubidium
2006-12-30(svn r7630) -Fix: At the end of the quarter the old economy numbers were shif...Darkvater
2006-12-26(svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave ...rubidium
2006-12-26(svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respe...rubidium
2006-12-25(svn r7558) -Fix (FS#464): do not wait till a crashed vehicle is removed befo...rubidium
2006-12-08(svn r7433) -Fix (r2301): Town ratings were not reset when a company went ban...peter1138
2006-12-05(svn r7377) -Fix (r7326): With gradual loading, make sure cargo is only paid ...peter1138
2006-12-03(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newsta...peter1138
2006-12-02(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)peter1138
2006-11-13(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some...bjarni
2006-11-10(svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupc...Darkvater
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 andDarkvater
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 glitchbjarni
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 itrubidium
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 spectaculartron
2006-04-25(svn r4570) - Fix: subsidy calculation was too high, broken in r3564peter1138
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_SIZEcelestar
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 stufftron
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