log

age author description
Sat, 11 Dec 2010 11:00:42 +0000 rubidium (svn r21462) -Codechange [FS#3689]: don't do unnecessary cargo reservations in while loading/unloading vehicles. It is only needed when at least one vehicle is loading; all other times it is a waste of effort. Roughly halves the time it takes to perform loading/unloading of vehicles (fonsinchen) draft
Sat, 11 Dec 2010 10:52:45 +0000 rubidium (svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're stopping a shared order, and make it possible retain the order list upon unsharing (sbr) draft
Sat, 11 Dec 2010 10:10:25 +0000 rubidium (svn r21460) -Change [FS#3975]: place the bridge building window under the mouse instead of somewhere randomly on the screen and change the default sort order draft
Fri, 10 Dec 2010 23:38:26 +0000 planetmaker (svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main menu draft
Fri, 10 Dec 2010 22:39:01 +0000 rubidium (svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at just the wrong moment draft
Fri, 10 Dec 2010 22:32:53 +0000 rubidium (svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror) draft
Fri, 10 Dec 2010 22:18:16 +0000 yexo (svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the id of an original house draft
Fri, 10 Dec 2010 21:34:36 +0000 rubidium (svn r21455) -Feature [NewGRF]: selecting of different views of an object draft
Fri, 10 Dec 2010 21:32:52 +0000 rubidium (svn r21454) -Codechange: add support for object variable 48 draft
Fri, 10 Dec 2010 21:32:04 +0000 rubidium (svn r21453) -Codechange: add the view of an object to the savegame draft
Fri, 10 Dec 2010 21:30:26 +0000 rubidium (svn r21452) -Codechange: read object property 17 (number of views) draft
Fri, 10 Dec 2010 20:05:20 +0000 rubidium (svn r21451) -Fix (r21449): make sure the matrix's child widget's size is updated with the right widget index draft
Fri, 10 Dec 2010 18:47:31 +0000 translators (svn r21450) -Update from WebTranslator v3.0: draft
Fri, 10 Dec 2010 17:47:40 +0000 rubidium (svn r21449) -Change: make the waypoint window make use the generic "matrix" widget draft
Fri, 10 Dec 2010 17:47:11 +0000 rubidium (svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets draft
Fri, 10 Dec 2010 17:33:50 +0000 rubidium (svn r21447) -Add: accessor function to get the direction of a scrollbar draft
Thu, 09 Dec 2010 21:41:31 +0000 yexo (svn r21446) -Doc: doxygen comments for some functions in strings.cpp draft
Thu, 09 Dec 2010 21:01:50 +0000 yexo (svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings. draft
Thu, 09 Dec 2010 20:57:52 +0000 yexo (svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen draft
Thu, 09 Dec 2010 18:45:19 +0000 translators (svn r21443) -Update from WebTranslator v3.0: draft
Thu, 09 Dec 2010 15:19:43 +0000 rubidium (svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there draft
Thu, 09 Dec 2010 00:16:50 +0000 yexo (svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read draft
Thu, 09 Dec 2010 00:15:38 +0000 yexo (svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends draft
Wed, 08 Dec 2010 18:45:39 +0000 translators (svn r21439) -Update from WebTranslator v3.0: draft
Wed, 08 Dec 2010 18:21:29 +0000 rubidium (svn r21438) -Fix (r21424): fix triggered an assertion when the build did support networking draft
Wed, 08 Dec 2010 17:51:57 +0000 rubidium (svn r21437) -Fix: Object newgrf debug data table was outdated draft
Wed, 08 Dec 2010 14:39:31 +0000 smatz (svn r21436) -Fix: LTO was no longer detected for GCC 4.6 draft
Wed, 08 Dec 2010 13:44:01 +0000 yexo (svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed draft
Tue, 07 Dec 2010 22:34:30 +0000 yexo (svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end of a string could cause invalid memory reads draft
Tue, 07 Dec 2010 21:14:00 +0000 rubidium (svn r21432) -Cleanup: remove the now obsolete strings as well draft