------------------------------------------------------------------------ r11703 | miham | 2007-12-26 16:38:34 +0000 (Wed, 26 Dec 2007) | 7 lines -Update: WebTranslator2 update to 2007-12-26 17:33:24 estonian - 16 changed by kristjans (16) polish - 94 fixed, 6 changed by meush (100) russian - 22 fixed by Smoky555 (22) spanish - 11 fixed by eusebio (11) traditional_chinese - 25 fixed, 4 changed by xbddc (29) ------------------------------------------------------------------------ r11702 | rubidium | 2007-12-26 13:50:40 +0000 (Wed, 26 Dec 2007) | 2 lines -Codechange: move all date related stuff to date*. ------------------------------------------------------------------------ r11701 | rubidium | 2007-12-26 11:45:43 +0000 (Wed, 26 Dec 2007) | 2 lines -Codechange: removal unnecessary inclusions of map.h (and split map.h). ------------------------------------------------------------------------ r11700 | rubidium | 2007-12-25 23:42:52 +0000 (Tue, 25 Dec 2007) | 2 lines -Codechange: reduce the amount of unnecessary includes. ------------------------------------------------------------------------ r11699 | skidd13 | 2007-12-25 18:25:25 +0000 (Tue, 25 Dec 2007) | 2 lines -Cleanup: Remove some headers from the project files which aren't there anymore ------------------------------------------------------------------------ r11698 | skidd13 | 2007-12-25 15:56:41 +0000 (Tue, 25 Dec 2007) | 4 lines -Change: Make the abort/accept process of the difficulty window a bit less confusing -Change: Make the highscore button in the difficulty window a bit more obvious -Codechange: Enumify the window-widgets of the difficulty window ------------------------------------------------------------------------ r11697 | rubidium | 2007-12-25 14:08:56 +0000 (Tue, 25 Dec 2007) | 2 lines -Fix [FS#1585]: strgen did not (always) compile properly. ------------------------------------------------------------------------ r11696 | rubidium | 2007-12-25 14:03:06 +0000 (Tue, 25 Dec 2007) | 2 lines -Fix: remove BUGS as that is not about any real bugs, but rather things noted in the development of the new bridges/elrail. ------------------------------------------------------------------------ r11695 | skidd13 | 2007-12-25 13:59:21 +0000 (Tue, 25 Dec 2007) | 3 lines -Codechange: Converted the md5 algorithm to OOP -Codechange: Adapt the md5 algorithm to the OpenTTD source ------------------------------------------------------------------------ r11694 | rubidium | 2007-12-25 13:28:09 +0000 (Tue, 25 Dec 2007) | 2 lines -Codechange: move more endianness related stuff to endian_func.hpp. ------------------------------------------------------------------------ r11692 | rubidium | 2007-12-25 11:26:07 +0000 (Tue, 25 Dec 2007) | 2 lines -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h' ------------------------------------------------------------------------ r11691 | rubidium | 2007-12-25 09:48:53 +0000 (Tue, 25 Dec 2007) | 2 lines -Codechange: move+rename helpers.hpp and only include it when it is really needed. ------------------------------------------------------------------------ r11690 | egladil | 2007-12-25 01:29:54 +0000 (Tue, 25 Dec 2007) | 1 line -Fix: Since indices into the patch array is sent over the network having conditionally compiled entries in the table can cause desyncs. Moving them to the end will hide this issue, but it should really be solved in a better way. ------------------------------------------------------------------------ r11689 | smatz | 2007-12-23 21:02:40 +0000 (Sun, 23 Dec 2007) | 1 line -Fix: compilation error and most of warnings for gcc 4.3 ------------------------------------------------------------------------ r11688 | egladil | 2007-12-23 18:08:39 +0000 (Sun, 23 Dec 2007) | 1 line -Fix [FS#1581]: Compilation was broken on OS X again. ------------------------------------------------------------------------ r11687 | skidd13 | 2007-12-23 14:06:03 +0000 (Sun, 23 Dec 2007) | 2 lines -Codechange: move some defines to a better place ------------------------------------------------------------------------ r11686 | glx | 2007-12-23 13:31:24 +0000 (Sun, 23 Dec 2007) | 1 line -Fix (r11684): win32 compilation was broken again :) ------------------------------------------------------------------------ r11685 | rubidium | 2007-12-23 11:20:41 +0000 (Sun, 23 Dec 2007) | 2 lines -Codechange: remove a few 'useless' includes. ------------------------------------------------------------------------ r11684 | rubidium | 2007-12-23 10:56:02 +0000 (Sun, 23 Dec 2007) | 2 lines -Codechange: split gfx.h in a type and functional header. ------------------------------------------------------------------------ r11683 | belugas | 2007-12-23 04:31:45 +0000 (Sun, 23 Dec 2007) | 1 line -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now. ------------------------------------------------------------------------ r11682 | rubidium | 2007-12-22 23:30:28 +0000 (Sat, 22 Dec 2007) | 2 lines -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. ------------------------------------------------------------------------ r11681 | rubidium | 2007-12-22 21:01:49 +0000 (Sat, 22 Dec 2007) | 2 lines -Fix (r11674): hopefully fix the compile error on big endian machines. ------------------------------------------------------------------------ r11680 | rubidium | 2007-12-21 22:50:51 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: refactor more out of openttd.h and functions.h. ------------------------------------------------------------------------ r11679 | glx | 2007-12-21 22:11:55 +0000 (Fri, 21 Dec 2007) | 1 line -Add: [newgrf] support for station vars 67 and 68 ------------------------------------------------------------------------ r11678 | bjarni | 2007-12-21 22:08:59 +0000 (Fri, 21 Dec 2007) | 1 line -Fix (r11674): [OSX] fixed compilation ------------------------------------------------------------------------ r11677 | rubidium | 2007-12-21 21:50:46 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: move price and command related types/functions to their respective places. ------------------------------------------------------------------------ r11676 | glx | 2007-12-21 21:16:14 +0000 (Fri, 21 Dec 2007) | 1 line -Fix (r11674): some references to macros.h were left ------------------------------------------------------------------------ r11675 | rubidium | 2007-12-21 19:49:27 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: split the string types from the string functions. ------------------------------------------------------------------------ r11674 | rubidium | 2007-12-21 19:21:21 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: refactor some functions out of macros.h into more logical locations. ------------------------------------------------------------------------ r11673 | rubidium | 2007-12-21 08:34:53 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: move the overflow safe type to a separate file. ------------------------------------------------------------------------ r11672 | rubidium | 2007-12-21 07:38:36 +0000 (Fri, 21 Dec 2007) | 2 lines -Codechange: refactor some stuff out of gui.h. ------------------------------------------------------------------------ r11671 | smatz | 2007-12-20 22:45:56 +0000 (Thu, 20 Dec 2007) | 1 line -Fix: sometimes a vehicle was selected in the vehicle list when it was opened ------------------------------------------------------------------------ r11670 | smatz | 2007-12-19 23:35:14 +0000 (Wed, 19 Dec 2007) | 1 line -Feature [FS#1565]: list neutral stations where the player has service in the station list too ------------------------------------------------------------------------ r11669 | rubidium | 2007-12-19 23:26:02 +0000 (Wed, 19 Dec 2007) | 2 lines -Codechange: refactor tile.h -> tile_type.h and tile_map.h ------------------------------------------------------------------------ r11668 | rubidium | 2007-12-19 20:45:46 +0000 (Wed, 19 Dec 2007) | 2 lines -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. ------------------------------------------------------------------------ r11667 | rubidium | 2007-12-19 19:44:29 +0000 (Wed, 19 Dec 2007) | 2 lines -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. ------------------------------------------------------------------------