Age | Commit message (Expand) | Author |
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.h | frosch |
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 includes | rubidium |
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 includes | rubidium |
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 appropriate | rubidium |
2009-08-06 | (svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp | smatz |
2009-08-06 | (svn r17088) -Codechange: split IncreaseDate() to more procedures | smatz |
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 file | smatz |
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_YEAR | smatz |
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 files | smatz |
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 |
2008-08-11 | (svn r14047) -Codechange: move chatmessage handling to the network directory ... | rubidium |
2008-06-20 | (svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'le... | frosch |
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-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-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-03 | (svn r12550) -Change: the signal GUI is now persistent - has the same data wh... | smatz |
2008-02-01 | (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with... | glx |
2008-01-15 | (svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the ex... | glx |
2008-01-13 | (svn r11834) -Codechange: only include settings_type.h if needed. | rubidium |
2008-01-11 | (svn r11811) -Fix: make compilation without networking work again (and thus m... | rubidium |
2008-01-07 | (svn r11772) -Change: add some extra checking in the hope to find the cause o... | glx |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
2007-12-09 | (svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the ex... | rubidium |
2007-12-06 | (svn r11584) -Change: add some extra checking in the hope to find the cause o... | rubidium |
2007-10-28 | (svn r11353) -Codechange: add support for newgrf callback 32 | glx |
2007-08-19 | (svn r10932) -Codechange: replace "text" with "chat" for the chat related fun... | rubidium |