Fri, 28 Dec 2007 18:25:30 +0000 smatz (svn r11717) -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR
Fri, 28 Dec 2007 16:21:29 +0000 glx (svn r11716) -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs)
Fri, 28 Dec 2007 15:27:12 +0000 smatz (svn r11715) -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype
Fri, 28 Dec 2007 04:20:56 +0000 belugas (svn r11714) -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year.
Fri, 28 Dec 2007 03:14:55 +0000 belugas (svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition
Thu, 27 Dec 2007 20:49:44 +0000 maedhros (svn r11712) -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids.
Thu, 27 Dec 2007 17:29:27 +0000 belugas (svn r11711) -Codechange: Name the Save Load Dialog Mode enum
Thu, 27 Dec 2007 15:47:08 +0000 bjarni (svn r11710) -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows
Thu, 27 Dec 2007 15:05:46 +0000 bjarni (svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings
Thu, 27 Dec 2007 14:45:10 +0000 egladil (svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.
Thu, 27 Dec 2007 14:10:47 +0000 smatz (svn r11707) -Fix: do not allow refitting flooded (destroyed) vehicles
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Thu, 27 Dec 2007 13:25:23 +0000 smatz (svn r11705) -Fix [FS#1557]: trains could have sprites with wrong direction when reversing, also was inconsistent with save/load process (possible desyncs)
Wed, 26 Dec 2007 23:04:26 +0000 rubidium (svn r11704) -Codechange: remove another bunch of useless includes.
Wed, 26 Dec 2007 16:38:34 +0000 miham (svn r11703) -Update: WebTranslator2 update to 2007-12-26 17:33:24
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes.
Tue, 25 Dec 2007 18:25:25 +0000 skidd13 (svn r11699) -Cleanup: Remove some headers from the project files which aren't there anymore
Tue, 25 Dec 2007 15:56:41 +0000 skidd13 (svn r11698) -Change: Make the abort/accept process of the difficulty window a bit less confusing
Tue, 25 Dec 2007 14:08:56 +0000 rubidium (svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.
Tue, 25 Dec 2007 14:03:06 +0000 rubidium (svn r11696) -Fix: remove BUGS as that is not about any real bugs, but rather things noted in the development of the new bridges/elrail.
Tue, 25 Dec 2007 13:59:21 +0000 skidd13 (svn r11695) -Codechange: Converted the md5 algorithm to OOP
Tue, 25 Dec 2007 13:28:09 +0000 rubidium (svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Tue, 25 Dec 2007 01:29:54 +0000 egladil (svn r11690) -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.
Sun, 23 Dec 2007 21:02:40 +0000 smatz (svn r11689) -Fix: compilation error and most of warnings for gcc 4.3
Sun, 23 Dec 2007 18:08:39 +0000 egladil (svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
Sun, 23 Dec 2007 14:06:03 +0000 skidd13 (svn r11687) -Codechange: move some defines to a better place
Sun, 23 Dec 2007 13:31:24 +0000 glx (svn r11686) -Fix (r11684): win32 compilation was broken again :)
Sun, 23 Dec 2007 11:20:41 +0000 rubidium (svn r11685) -Codechange: remove a few 'useless' includes.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sun, 23 Dec 2007 04:31:45 +0000 belugas (svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Sat, 22 Dec 2007 21:01:49 +0000 rubidium (svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Fri, 21 Dec 2007 22:11:55 +0000 glx (svn r11679) -Add: [newgrf] support for station vars 67 and 68
Fri, 21 Dec 2007 22:08:59 +0000 bjarni (svn r11678) -Fix (r11674): [OSX] fixed compilation
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 21:16:14 +0000 glx (svn r11676) -Fix (r11674): some references to macros.h were left
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Fri, 21 Dec 2007 08:34:53 +0000 rubidium (svn r11673) -Codechange: move the overflow safe type to a separate file.
Fri, 21 Dec 2007 07:38:36 +0000 rubidium (svn r11672) -Codechange: refactor some stuff out of gui.h.
Thu, 20 Dec 2007 22:45:56 +0000 smatz (svn r11671) -Fix: sometimes a vehicle was selected in the vehicle list when it was opened
Wed, 19 Dec 2007 23:35:14 +0000 smatz (svn r11670) -Feature [FS#1565]: list neutral stations where the player has service in the station list too
Wed, 19 Dec 2007 23:26:02 +0000 rubidium (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -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.
Wed, 19 Dec 2007 02:41:25 +0000 glx (svn r11666) -Fix (r11504): when removing buoys, return to water or canal depending on their owner
Tue, 18 Dec 2007 21:25:44 +0000 belugas (svn r11665) -Fix: Animation informations should not be copied from original industry tile spec, while doing an action 00, industry tile, prop 08.
Tue, 18 Dec 2007 20:58:12 +0000 rubidium (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions.
Tue, 18 Dec 2007 20:10:21 +0000 rubidium (svn r11662) -Codechange: move some rail types/related functions around.
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Tue, 18 Dec 2007 18:08:51 +0000 miham (svn r11660) -Change: english -> english (uk), english_us ->english (us)
Tue, 18 Dec 2007 18:02:00 +0000 smatz (svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled
Mon, 17 Dec 2007 23:30:25 +0000 glx (svn r11658) -Fix (r11654): forgot project files
Mon, 17 Dec 2007 22:29:27 +0000 smatz (svn r11657) -Fix: show better error message when trying to convert rail