summaryrefslogtreecommitdiff
path: root/src/date.cpp
AgeCommit message (Expand)Author
2021-02-18Fix: Whole status bar instead of money widget refreshed on money change (#8692)Jonathan G Rennison
2021-01-08Fix 2fd871e2af5: load correct ending-year for old (pre 0.7) savegamesPatric Stout
2021-01-08Fix #8050: never show the highscore when disabled, not even if you start in y...Patric Stout
2020-01-26Feature: NewGRF callback profiling (#7868)Niels Martin Hansen
2019-12-28Feature: Configurable game ending yearNiels Martin Hansen
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace linkgraph related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-06-08(svn r25333) -Fix: Potential signedness issue.frosch
2013-06-04(svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-10-14(svn r24592) -Codechange [FS#5241]: Set up the new date completely before cal...frosch
2011-12-03(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has...terkhen
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2010-12-14(svn r21512) -Change/Feature: make the delay of the chat messages timing out ...rubidium
2010-10-17(svn r20967) -Add: infrastructure to send information to remote admins at spe...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-22(svn r20592) -Fix (r2041): no (proper) savegame conversion was done when _dat...rubidium
2010-08-22(svn r20591) -Codechange: make sure _date_fract is set when SetDate is called...rubidium
2010-08-01(svn r20279) -Doc: Doxygen additions/improvements.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logica...rubidium
2010-06-05(svn r19937) -Codechange: Move some fios related prototypes to fios.hfrosch
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-04-09(svn r19592) -Fix: don't do the desync debug savegames mid-StateGameLoop; the...rubidium
2009-12-08(svn r18433) -Codechange: Show different texts in town GUI when the town does...frosch
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-25(svn r18291) -Codechange: rework the calculation of the 'days till year' macr...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-06(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cppsmatz
2009-08-06(svn r17088) -Codechange: split IncreaseDate() to more proceduressmatz
2009-07-22(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...rubidium
2009-07-05(svn r16752) -Codechange: Remove most of the window-changing code from Airpor...yexo
2009-05-23(svn r16403) -Codechange: move code related to subsidies to separate filesmatz
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-17(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit...rubidium
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
2009-01-04(svn r14835) -Change: apply the 'warn if train's income is negative' setting ...smatz
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-04(svn r14823) -Document: some variables/structs (Alberth)rubidium
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-12-28(svn r14755) -Codechange: remove ending year as it can't be changed anyways.rubidium
2008-11-23(svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map arra...frosch
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by i...belugas