Age | Commit message (Expand) | Author |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-05-18 | (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV... | smatz |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-15 | (svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL an... | frosch |
2009-02-11 | (svn r15454) -Fix [FS#2614]: towns did not know about build_on_slopes in some... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-29 | (svn r15295) -Fix [FS#2591] (r15190): Towns tried to build roads outside the ... | Yexo |
2009-01-13 | (svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR | smatz |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | 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-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-29 | (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGI... | peter1138 |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-01-23 | (svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation whe... | peter1138 |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | 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-18 | (svn r11663) -Codechange: moving of the road related types and functions. | rubidium |
2007-12-17 | (svn r11652) -Codechange: add the svn $ header for several files | smatz |
2007-11-04 | (svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer ... | truelight |
2007-09-26 | (svn r11172) -Codechange: rewrite of town road building and addition of the p... | rubidium |