summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-12(svn r11817) -Codechange: Base vehicle group validity on owner, not name.peter1138
2008-01-12(svn r11816) -Fix: forgot clearing one byte, causing the passwords to differ ...rubidium
2008-01-11(svn r11815) -Codechange (r11802): some compilers were giving a false warning...smatz
2008-01-11(svn r11814) -Fix: Get OpenTTD compiling again on OS/2orudge
2008-01-11(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable ...frosch
2008-01-11(svn r11812) -Codechange: introduce TrainExitDir() to simplify some functionssmatz
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-10(svn r11810) -Fix (r11802): reset sets when leaving prematurelysmatz
2008-01-10(svn r11809) -Fix [FS#1643]: set expenses type when selling all vehicles in d...smatz
2008-01-10(svn r11808) -Fix: remember --with-ccache in config.cachesmatz
2008-01-10(svn r11807) -Codechange: Make Action5 handler more upwards- and TTDP-compati...frosch
2008-01-10(svn r11806) -Fix (r11793) [FS#1638]: sign inversion when updating income and...glx
2008-01-10(svn r11805) -Fix [FS#1620]: VEHICLE_TRIGGER_EMPTY was triggered continuously...frosch
2008-01-10(svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same med...belugas
2008-01-09(svn r11803) -Fix: unlikely but possible infinite loop leading to undefined b...peter1138
2008-01-09(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ...smatz
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11800) -Codechange: move some functions to a more logical location + so...rubidium
2008-01-09(svn r11799) -Codechange: no need to special-case helicopter rotor 'overrides'peter1138
2008-01-09(svn r11798) -Codechange: add comments and give a more representative functio...belugas
2008-01-09(svn r11797) -Fix: Add protection against not already created industry while ...belugas
2008-01-09(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a ...glx
2008-01-09(svn r11794) -Fix [FS#1632]: reversing a train when loading at a station with...glx
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11792) -Codechange: move some (virtually) globally included AI related ...rubidium
2008-01-09(svn r11791) -Cleanup: move railtype data into table/, like other data files.peter1138
2008-01-09(svn r11790) -Update: apparantly it's 2008 already ;). Patch by Anne Stelling...rubidium
2008-01-09(svn r11789) -Codechange: coding style for global variable namespeter1138
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-09(svn r11786) -Codechange: shuffle more includespeter1138
2008-01-09(svn r11785) -Codechange: remove some unneeded includes.rubidium
2008-01-08(svn r11784) -Codechange: set up initial engine data in one placepeter1138
2008-01-08(svn r11783) -Codechange: compare engine type with its type property, not by ...peter1138
2008-01-08(svn r11782) -Codechange: e->type was used before being properly initialized ...peter1138
2008-01-07(svn r11781) -Codechange: variable scope and initializationpeter1138
2008-01-07(svn r11780) -Codechange: When compiling a dedicated server build, select the...peter1138
2008-01-07(svn r11779) -Fix: win32 compile failed. Also removed a duplicate includeglx
2008-01-07(svn r11778) -Fix: compiles with ICONV failed.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2008-01-07(svn r11774) -Change: do not include variables.h in a header when it is not n...rubidium
2008-01-07(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.c...rubidium
2008-01-07(svn r11772) -Change: add some extra checking in the hope to find the cause o...glx
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2008-01-06(svn r11770) -Codechange: An engine type's type is EngineID, not byte.peter1138
2008-01-06(svn r11769) -Update: WebTranslator2 update to 2008-01-06 19:58:01miham
2008-01-06(svn r11768) -Codechange: move some terraform related gui stuff from main_gui...rubidium
2008-01-06(svn r11767) -Fix: do not call rail specific functions when building road bridgesmatz