log

age author description
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
Tue, 07 Dec 2010 21:13:34 +0000 rubidium (svn r21431) -Cleanup: remove the build-while-paused cheat draft
Tue, 07 Dec 2010 21:13:00 +0000 rubidium (svn r21430) -Feature [FS#1521]: building while paused always works in the scenario editor draft
Tue, 07 Dec 2010 21:12:23 +0000 rubidium (svn r21429) -Fix [FS#3771]: the server didn't check for the paused state when allowing to execute commands draft
Tue, 07 Dec 2010 21:09:30 +0000 rubidium (svn r21428) -Fix [FS#4021]: vehicles could be built while the game it paused. Now you can enable or disable that with a setting draft
Tue, 07 Dec 2010 21:08:35 +0000 rubidium (svn r21427) -Add: helper function to determine whether a command may be executed draft
Tue, 07 Dec 2010 21:08:08 +0000 rubidium (svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused draft
Tue, 07 Dec 2010 21:05:27 +0000 rubidium (svn r21425) -Codechange: add "command types" to all commands draft
Tue, 07 Dec 2010 20:45:11 +0000 rubidium (svn r21424) -Fix: CMD_CLEAR_ORDER_BACKUP might not get executed when the user pressed the shift key draft
Tue, 07 Dec 2010 20:40:50 +0000 rubidium (svn r21423) -Codechange: replace some magic numbers by slightly less magic numbers draft
Tue, 07 Dec 2010 18:45:22 +0000 translators (svn r21422) -Update from WebTranslator v3.0: draft
Mon, 06 Dec 2010 18:45:47 +0000 translators (svn r21421) -Update from WebTranslator v3.0: draft
Mon, 06 Dec 2010 14:55:47 +0000 rubidium (svn r21420) -Fix: admins were always given the stats of company 0 draft
Mon, 06 Dec 2010 11:53:05 +0000 rubidium (svn r21418) -Fix: core.h needs config.h draft
Sun, 05 Dec 2010 22:43:56 +0000 rubidium (svn r21417) -Fix: ofcourse MSVC x64 has something to complain about draft
Sun, 05 Dec 2010 22:25:49 +0000 rubidium (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:25:36 +0000 rubidium (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:25:21 +0000 rubidium (svn r21414) -Codechange: limit town name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:25:08 +0000 rubidium (svn r21413) -Codechange: limit sign name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:24:50 +0000 rubidium (svn r21412) -Codechange: limit company name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:24:34 +0000 rubidium (svn r21411) -Codechange: limit group name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:24:20 +0000 rubidium (svn r21410) -Codechange: limit engine name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:24:04 +0000 rubidium (svn r21409) -Codechange: limit depot name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:23:50 +0000 rubidium (svn r21408) -Codechange: limit president name by amount of characters, not bytes draft
Sun, 05 Dec 2010 22:22:54 +0000 rubidium (svn r21407) -Codechange: prepare the text buffer code for limiting on number of characters besides the number of bytes draft
Sun, 05 Dec 2010 22:21:37 +0000 rubidium (svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive draft
Sun, 05 Dec 2010 22:21:13 +0000 rubidium (svn r21405) -Codechange: prepare sending of company information in the UDP packet for longer company names (in bytes), by truncating the names if needed draft
Sun, 05 Dec 2010 22:17:25 +0000 rubidium (svn r21404) -Add: method for getting the length of an Utf8 string in characters draft
Sun, 05 Dec 2010 22:17:25 +0000 rubidium (svn r21403) -Change: the maximum size of the string argument of a command draft
Sun, 05 Dec 2010 18:45:31 +0000 translators (svn r21402) -Update from WebTranslator v3.0: draft
Sun, 05 Dec 2010 15:08:41 +0000 rubidium (svn r21401) -Fix: ofcourse MSVC x64 has something to complain about... draft
Sun, 05 Dec 2010 14:49:46 +0000 rubidium (svn r21400) -Fix [FS#4284]: when loading a savegame takes more than 2 seconds locally, don't see that as lag of the server. Also increase the client side's lag thresholds a bit draft
Sun, 05 Dec 2010 14:48:39 +0000 rubidium (svn r21399) -Change/Feature/Fix [FS#4284]: perform the compression of savegames to send to the client asynchroniously. This will reduce the lag of the other clients to the time it takes to make the memory dump and it will speed up downloading the map as the download starts earlier (possibly with a slightly lower bandwidth due to slow compression). This should also fix the lag message people get when the savegame compression takes more than a few seconds. draft
Sun, 05 Dec 2010 14:45:52 +0000 rubidium (svn r21398) -Change/Feature-ish: when making a savegame to send to a client, don't write it to disk but create the packets immediately draft
Sun, 05 Dec 2010 14:44:31 +0000 rubidium (svn r21397) -Change/Feature-ish: when getting a savegame from the server, just keep it in memory instead of writing it to a file draft
Sun, 05 Dec 2010 14:43:10 +0000 rubidium (svn r21396) -Codechange: rename SafeSaveOrLoad to SaveLoad (it only did load), and add support for (safe) loading with a LoadFilter draft
Sun, 05 Dec 2010 14:41:34 +0000 rubidium (svn r21395) -Codechange: move the save and load filter's interface to a header draft
Sun, 05 Dec 2010 14:37:54 +0000 rubidium (svn r21394) -Codechange: split the actual savegame loading from SaveOrLoad as well draft
Sun, 05 Dec 2010 14:35:55 +0000 rubidium (svn r21393) -Codechange: support resetting of the "base" filters, i.e. reset their read location to be begin of the file. This is needed for trying to load savegames as a "buggy format" draft
Sun, 05 Dec 2010 14:34:19 +0000 rubidium (svn r21392) -Change: prepare the network protocol for getting the file size later in the download process draft
Sun, 05 Dec 2010 14:33:20 +0000 rubidium (svn r21391) -Update (r21390): the string names in the translations draft
Sun, 05 Dec 2010 14:32:13 +0000 rubidium (svn r21390) -Codechange: prepare the network join progress bar for getting the file size later in the download process, i.e. when a chunk of the savegame is already received by the client draft
Sat, 04 Dec 2010 22:54:11 +0000 terkhen (svn r21389) -Feature: Use alphabetical order when sorting industries by type at the industry directory window. draft
Sat, 04 Dec 2010 21:51:02 +0000 alberth (svn r21388) -Feature [FS#4289]: Allow entering of the new year in a text box when cheating the year. draft
Sat, 04 Dec 2010 21:38:42 +0000 alberth (svn r21387) -Codechange: Add an enum for cheat numbers. draft