summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-27(svn r11705) -Fix [FS#1557]: trains could have sprites with wrong direction w...smatz
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-26(svn r11703) -Update: WebTranslator2 update to 2007-12-26 17:33:24miham
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11700) -Codechange: reduce the amount of unnecessary includes.rubidium
2007-12-25(svn r11699) -Cleanup: Remove some headers from the project files which aren'...skidd13
2007-12-25(svn r11698) -Change: Make the abort/accept process of the difficulty window ...skidd13
2007-12-25(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.rubidium
2007-12-25(svn r11696) -Fix: remove BUGS as that is not about any real bugs, but rather...rubidium
2007-12-25(svn r11695) -Codechange: Converted the md5 algorithm to OOPskidd13
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-25(svn r11690) -Fix: Since indices into the patch array is sent over the networ...egladil
2007-12-23(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3smatz
2007-12-23(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.egladil
2007-12-23(svn r11687) -Codechange: move some defines to a better placeskidd13
2007-12-23(svn r11686) -Fix (r11684): win32 compilation was broken again :)glx
2007-12-23(svn r11685) -Codechange: remove a few 'useless' includes.rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-23(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least...belugas
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-22(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian mac...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11679) -Add: [newgrf] support for station vars 67 and 68glx
2007-12-21(svn r11678) -Fix (r11674): [OSX] fixed compilationbjarni
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-12-21(svn r11676) -Fix (r11674): some references to macros.h were leftglx
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-21(svn r11673) -Codechange: move the overflow safe type to a separate file.rubidium
2007-12-21(svn r11672) -Codechange: refactor some stuff out of gui.h.rubidium
2007-12-20(svn r11671) -Fix: sometimes a vehicle was selected in the vehicle list when ...smatz
2007-12-19(svn r11670) -Feature [FS#1565]: list neutral stations where the player has s...smatz
2007-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-19(svn r11666) -Fix (r11504): when removing buoys, return to water or canal dep...glx
2007-12-18(svn r11665) -Fix: Animation informations should not be copied from original ...belugas
2007-12-18(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h...rubidium
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-18(svn r11662) -Codechange: move some rail types/related functions around.rubidium
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the c...rubidium
2007-12-18(svn r11660) -Change: english -> english (uk), english_us ->english (us)miham
2007-12-18(svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when...smatz
2007-12-17(svn r11658) -Fix (r11654): forgot project filesglx
2007-12-17(svn r11657) -Fix: show better error message when trying to convert railsmatz
2007-12-17(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...smatz