summaryrefslogtreecommitdiff
path: root/src/date_type.h
AgeCommit message (Collapse)Author
2011-06-09(svn r22548) -Codechange: Name also the magic number for the lumber mill's ↵planetmaker
tree cutting action (FeyFre)
2011-05-21(svn r22482) -Codechange: Add some contants for the number of ticks between ↵frosch
certain cyclical tasks.
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2009-12-21(svn r18585) -Codechange: replace some magic numbers by constantsrubidium
2009-11-25(svn r18292) -Codechange: add a command to set the start date of a ↵rubidium
timetable. Based on work by PhilSophus.
2009-11-25(svn r18291) -Codechange: rework the calculation of the 'days till year' ↵rubidium
macro a bit so it can be properly reused and add a MAX_DAY
2009-11-21(svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore ↵rubidium
document some related variables/functions
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-01-13(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEARsmatz
-Change: when computing daily running cost, divide by 365 (instead of 364). Since r12134, the rounding errors don't need this correction anymore
2009-01-04(svn r14823) -Document: some variables/structs (Alberth)rubidium
2008-12-28(svn r14755) -Codechange: remove ending year as it can't be changed anyways.rubidium
2008-06-20(svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', ↵frosch
'leap year' and 'day of year'.
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium