Wed, 04 Jun 2008 22:03:22 +0000 glx (svn r13379) -Fix (r13255): drive side can't be changed in intro
Wed, 04 Jun 2008 11:21:36 +0000 smatz (svn r13378) -Fix (r13375): compilation without network support was broken
Wed, 04 Jun 2008 06:40:07 +0000 peter1138 (svn r13377) -Codechange: Let 'long format' build year work in vehicle purchase list.
Wed, 04 Jun 2008 00:17:48 +0000 belugas (svn r13376) -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4)
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Tue, 03 Jun 2008 12:11:16 +0000 peter1138 (svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year old specifications.
Tue, 03 Jun 2008 11:39:15 +0000 smatz (svn r13373) -Fix (r10210): loading of very old savegames was broken
Tue, 03 Jun 2008 10:22:42 +0000 peter1138 (svn r13372) -Cleanup: Excessive whitespace
Tue, 03 Jun 2008 09:58:13 +0000 peter1138 (svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.
Tue, 03 Jun 2008 08:06:58 +0000 rubidium (svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.
Tue, 03 Jun 2008 08:04:35 +0000 rubidium (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.
Tue, 03 Jun 2008 03:06:16 +0000 belugas (svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
Tue, 03 Jun 2008 02:20:27 +0000 belugas (svn r13367) -Codechange: Allow CircularTileSearch function to return the tile where search has been successful, or INVALID_TILE if it has not
Tue, 03 Jun 2008 00:23:54 +0000 smatz (svn r13366) -Fix: clicking in the Subsidies window was broken
Mon, 02 Jun 2008 23:01:57 +0000 rubidium (svn r13365) -Fix: don't segfault on trying to set a non-existing patch setting.
Mon, 02 Jun 2008 19:52:41 +0000 peter1138 (svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.
Mon, 02 Jun 2008 19:35:30 +0000 peter1138 (svn r13363) -Codechange: Code duplication tidy up
Mon, 02 Jun 2008 14:34:23 +0000 smatz (svn r13362) -Fix: make the town authority window a bit less glitchy
Mon, 02 Jun 2008 14:30:55 +0000 glx (svn r13361) -Fix (r13360): regexp failed
Mon, 02 Jun 2008 14:27:58 +0000 skidd13 (svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()
Mon, 02 Jun 2008 14:19:27 +0000 skidd13 (svn r13359) -Codechange: convert _fios_items to a SmallVector
Mon, 02 Jun 2008 08:33:38 +0000 rubidium (svn r13358) -Codechange: split next order determination and conditional order processing functionality from the order handling. Patch based on work by michi_cc.
Mon, 02 Jun 2008 06:44:06 +0000 rubidium (svn r13357) -Codechange: add constness to YAPF.
Mon, 02 Jun 2008 06:42:27 +0000 peter1138 (svn r13356) -Codechange: Incorrect documentation and variable type for inflation rates
Mon, 02 Jun 2008 01:46:03 +0000 glx (svn r13355) [NoAI] -Fix (r13300): GUI glitches caused by too much 'optimisation' noai
Sun, 01 Jun 2008 19:40:43 +0000 convert-repo update tags
Sun, 01 Jun 2008 19:36:55 +0000 smatz (svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding and ~15% faster in drawing (depends on architecture)
Sun, 01 Jun 2008 16:45:32 +0000 rubidium (svn r13352) [0.6] -Backport from trunk (r13348, r13222, r13221, r13217): 0.6 0.6.1
Sun, 01 Jun 2008 15:08:14 +0000 smatz (svn r13351) -Codechange: disable warnings about unused variable for builds without asserts
Sun, 01 Jun 2008 13:23:40 +0000 glx (svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar
Sun, 01 Jun 2008 10:11:31 +0000 rubidium (svn r13349) -Codechange: remove a pointless flag; the flag is set before calling a function and is then reset in the function without ever reading it. Patch by Cirdan.
Sat, 31 May 2008 22:43:42 +0000 rubidium (svn r13348) -Fix: an industry does not always need foundations; in the case of NewGRFs an industry can be built on a steep slope, however when 'querying' the foundation type of an industry we neglected the fact that these steep slope tiles do not have a foundation. As a result of this when one built a structure requiring foundations on a tile SW or SE of a steep slope industry tile it would try to apply the foundation on the steep slope to determine whether to draw the wall of the foundation and trigger an assert.
Sat, 31 May 2008 22:12:53 +0000 glx (svn r13347) -Fix (r12396): ottdres.rc.in was forgotten
Fri, 30 May 2008 21:06:43 +0000 rubidium (svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed.
Fri, 30 May 2008 20:57:19 +0000 rubidium (svn r13345) -Codechange: only one of all the NewsItem's instance duration variable, so move it so there is only once instance of that variable. Patch by Cirdan.
Fri, 30 May 2008 20:08:32 +0000 rubidium (svn r13344) -Codechange: remove some code duplication.
Fri, 30 May 2008 18:20:26 +0000 rubidium (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
Fri, 30 May 2008 09:32:24 +0000 rubidium (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
Fri, 30 May 2008 09:23:05 +0000 rubidium (svn r13341) -Codechange: make most of the network settings configurable via the patch command.
Thu, 29 May 2008 23:33:37 +0000 rubidium (svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
Thu, 29 May 2008 22:22:02 +0000 rubidium (svn r13338) -Doc: add documentation about the window placement. Patch by Alberth.
Thu, 29 May 2008 21:36:29 +0000 rubidium (svn r13337) -Doc: add documentation to some variables in settings_type.h.
Thu, 29 May 2008 21:36:10 +0000 rubidium (svn r13336) -Fix: loading old savegames, e.g. the intro game, would reset the autosave settings.
Thu, 29 May 2008 21:35:49 +0000 rubidium (svn r13335) -Fix: remove rogue (debugging) printf.
Thu, 29 May 2008 20:21:28 +0000 rubidium (svn r13334) -Codechange: move the network settings variables from network/network_internal to settings.
Thu, 29 May 2008 19:58:17 +0000 rubidium (svn r13333) -Fix: compilance without networking enabled.
Thu, 29 May 2008 19:06:54 +0000 rubidium (svn r13332) -Fix (r13325): network games got somewhat broken.
Thu, 29 May 2008 17:54:02 +0000 peter1138 (svn r13331) -Fix (r12924): Wrong include type for (sdt::)map
Thu, 29 May 2008 17:01:42 +0000 smatz (svn r13330) -Fix: 'Player name' dialog was broken in two ways
Thu, 29 May 2008 16:58:15 +0000 glx (svn r13329) [NoAI] -Update: regression.cfg now uses the 'new' format noai
Thu, 29 May 2008 16:47:22 +0000 skidd13 (svn r13328) -Fix (r13327): Don't access an item when there isn't any
Thu, 29 May 2008 16:37:26 +0000 skidd13 (svn r13327) -Codechange: NetworkGameWindow uses GUILists Sort() now
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Thu, 29 May 2008 12:52:24 +0000 truebrain (svn r13324) [NoAI] -Fix [FS#2047]: you could not build tram-depots (you got to love the consistancy of bit-placement in p1 and p2 ;)) noai
Thu, 29 May 2008 11:47:56 +0000 peter1138 (svn r13323) -Codechange: scrollbars are not refresh counters
Thu, 29 May 2008 11:13:11 +0000 rubidium (svn r13322) -Codechange: _no_scroll belongs more with the window code.
Thu, 29 May 2008 10:16:59 +0000 rubidium (svn r13321) -Codechange: move some GUI/viewport related functions out op openttd.cpp to viewport.cpp/window.cpp.
Thu, 29 May 2008 09:54:47 +0000 rubidium (svn r13320) -Codechange: move some enums from openttd.h to more logical locations.
Thu, 29 May 2008 07:34:40 +0000 peter1138 (svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list