summaryrefslogtreecommitdiff
path: root/src/economy.cpp
AgeCommit message (Expand)Author
2008-08-20(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.belugas
2008-07-26(svn r13836) -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs a...peter1138
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-18(svn r13730) -Fix: make a copy of the names for news messages about the delet...rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-07(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed du...rubidium
2008-06-27(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equival...skidd13
2008-06-02(svn r13356) -Codechange: Incorrect documentation and variable type for infla...peter1138
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-18(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat...rubidium
2008-05-17(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-16(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed ...rubidium
2008-05-15(svn r13102) -Codechange: make a class of the NewsWindow.rubidium
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-05-13(svn r13065) -Codechange: remove the need for the news string callbacks. Patc...rubidium
2008-05-08(svn r13021) -Codechange: free data_b for other uses when it is not used to s...rubidium
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-26(svn r12906) -Fix: vehicle groups, engine replacement rules and player/compan...smatz
2008-04-24(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl...smatz
2008-04-21(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...rubidium
2008-04-19(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...peter1138
2008-04-10(svn r12652) -Codechange: rework the order GUI a little more to make it a lit...rubidium
2008-04-10(svn r12650) -Feature: ability to force a vehicle to not load at a station.rubidium
2008-04-09(svn r12640) -Codechange: let GetLoadType make a difference between full load...rubidium
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-04-05(svn r12585) -Fix (r12584): assumption that assertions were enabled during co...rubidium
2008-04-04(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a b...smatz
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-02-21(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road ve...peter1138
2008-02-21(svn r12207) -Change: rail running costs are engine class, not rail typepeter1138
2008-02-20(svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the t...smatz
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-18(svn r11913) -Fix (r11871): update signals after company bankrupt and disaste...smatz
2008-01-17(svn r11908) -Fix: update crossing when merging a company, when building a cr...smatz
2008-01-16(svn r11871) -Fix [FS#1074]: do not update signals after each tile when build...smatz
2008-01-15(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with...rubidium
2008-01-15(svn r11864) -Codechange: pass owner whose signals we will update instead of ...smatz
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-10(svn r11805) -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously...frosch