log

age author description
Wed, 25 Jan 2012 18:45:25 +0000 translators (svn r23850) -Update from WebTranslator v3.0: draft
Wed, 25 Jan 2012 18:34:38 +0000 rubidium (svn r23849) -Fix [FS#5008]: when the network is lagging, you try to copy a vehicle's order but accidentally create a station order and then copy the vehicle's order (before the first command is executed) one could trigger an assertion from the pool. Simplify the ancient code and make it more fool proof, even though it could stop copying a vehicle's orders slightly earlier than it would now... but who has come near that limit and really needed that many orders? draft
Tue, 24 Jan 2012 22:30:57 +0000 frosch (svn r23848) -Fix: Even if A == B, A can make more sense than B. draft
Tue, 24 Jan 2012 19:24:02 +0000 rubidium (svn r23847) -Fix: when removing road or tram from a tram+road stop, the owner of the road stop's cache was updated instead of the owner of the removed infrastructure draft
Tue, 24 Jan 2012 18:45:18 +0000 translators (svn r23846) -Update from WebTranslator v3.0: draft
Mon, 23 Jan 2012 18:45:24 +0000 translators (svn r23845) -Update from WebTranslator v3.0: draft
Sun, 22 Jan 2012 22:21:21 +0000 michi_cc (svn r23844) -Fix (r23414): Infrastructure count for stations wasn't updated properly on company takeover. And don't count buoys while loading a game either. draft
Sun, 22 Jan 2012 21:27:15 +0000 rubidium (svn r23843) -Fix: minor issue with replaying ;) draft
Sun, 22 Jan 2012 21:26:42 +0000 rubidium (svn r23842) -Change [FS#5001, FS#5002]: do not let towns (ever) remove objects draft
Sun, 22 Jan 2012 21:17:38 +0000 frosch (svn r23841) -Fix: Clear NewGRF vehicle cache when their owner changes. (esp. vehicle var 43) draft
Sun, 22 Jan 2012 18:45:59 +0000 translators (svn r23840) -Update from WebTranslator v3.0: draft
Sun, 22 Jan 2012 18:37:01 +0000 frosch (svn r23839) -Feature: Allow command line options -e and -g to be combined to load saves/scenarios directly into SE. draft
Sun, 22 Jan 2012 18:16:47 +0000 rubidium (svn r23838) -Fix [FS#5000]: assertion got hit when destroing a dock when a ship was loading draft
Sun, 22 Jan 2012 17:42:03 +0000 rubidium (svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehicles draft
Sun, 22 Jan 2012 15:53:17 +0000 frosch (svn r23836) -Fix (r23145): If a vehicle is not refittable to any cargo in the CTT, then pick the first refittable cargoslot. draft
Sun, 22 Jan 2012 13:54:02 +0000 frosch (svn r23835) -Change [FS#4999]: Make signs placed in scenario editor belong to the GS. That way they are always shown in game and are not editable. draft
Sat, 21 Jan 2012 18:45:09 +0000 translators (svn r23834) -Update from WebTranslator v3.0: draft
Sat, 21 Jan 2012 14:29:18 +0000 translators (svn r23832) -Update from WebTranslator v3.0: draft
Sat, 21 Jan 2012 14:28:53 +0000 rubidium (svn r23831) -Prepare: 1.2.0-beta3 draft
Sat, 21 Jan 2012 13:57:24 +0000 yexo (svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes too much trouble draft
Sat, 21 Jan 2012 13:21:33 +0000 frosch (svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed. draft
Sat, 21 Jan 2012 13:21:23 +0000 frosch (svn r23828) -Fix: Return early from SlString() for empty strings, before doing invalid things which surprisingly do not break everything. draft
Sat, 21 Jan 2012 12:03:55 +0000 rubidium (svn r23827) -Feature [FS#4992]: [NoGo] Allow to chose the goal question window's title from a (small) set of options draft
Fri, 20 Jan 2012 20:18:19 +0000 rubidium (svn r23826) -Fix [FS#4972]: the detailed performance rating window showed the cargo count of the current quarter instead of the last quarter like the tooltip says draft
Fri, 20 Jan 2012 18:45:22 +0000 translators (svn r23825) -Update from WebTranslator v3.0: draft
Thu, 19 Jan 2012 18:45:22 +0000 translators (svn r23824) -Update from WebTranslator v3.0: draft
Wed, 18 Jan 2012 18:45:40 +0000 translators (svn r23823) -Update from WebTranslator v3.0: draft
Tue, 17 Jan 2012 21:13:02 +0000 rubidium (svn r23822) -Fix-ish: when replaying make sure companies get created even if their creating client doesn't exist during the replay draft
Tue, 17 Jan 2012 21:12:19 +0000 rubidium (svn r23821) -Fix-ish: when replaying a command log, ignore the command limit draft
Tue, 17 Jan 2012 18:48:25 +0000 rubidium (svn r23820) -Fix (r23818): WT3 validation failure draft
Tue, 17 Jan 2012 18:46:09 +0000 frosch (svn r23819) -Fix [FS#4951]: Removal of towns with 0 population failed during map generation. draft
Tue, 17 Jan 2012 18:46:04 +0000 translators (svn r23818) -Update from WebTranslator v3.0: draft
Tue, 17 Jan 2012 17:27:38 +0000 rubidium (svn r23817) -Fix [FS#4962]: desync due to different NewGRF version. So reduce the chance that it happens significantly with betas/RCs/nightlies by doing the same as is done for stable releases: check the NewGRF version of server vs client. draft
Mon, 16 Jan 2012 22:29:25 +0000 yexo (svn r23816) -Fix (r23635, r23805): make SCC_ENCODED the first entry in the StringControlCode enum since it's value is not allowed to change draft
Mon, 16 Jan 2012 18:46:02 +0000 translators (svn r23815) -Update from WebTranslator v3.0: draft
Sun, 15 Jan 2012 21:15:38 +0000 rubidium (svn r23814) -Codechange: write the random-debug output directly to a file draft
Sun, 15 Jan 2012 19:30:27 +0000 yexo (svn r23813) -Codechange: fix other language files draft
Sun, 15 Jan 2012 19:29:49 +0000 yexo (svn r23812) -Fix [FS#4977] (r23804): custom ActionB messages were broken draft
Sun, 15 Jan 2012 18:45:41 +0000 translators (svn r23810) -Update from WebTranslator v3.0: draft
Sun, 15 Jan 2012 18:18:44 +0000 frosch (svn r23809) -Feature: Enhance some fatal NewGRF errors with the spritenumber that caused the problem. draft
Sun, 15 Jan 2012 18:17:45 +0000 frosch (svn r23808) -Codechange: Remove various translations which will be invalid with the next commit. draft
Sun, 15 Jan 2012 17:33:35 +0000 frosch (svn r23807) -Codechange: GRFError::num_params is not needed, remove it. draft
Sun, 15 Jan 2012 15:50:00 +0000 frosch (svn r23806) -Fix: [NewGRF] Integer parameters in ActionB did not quite work anymore. draft
Sun, 15 Jan 2012 15:49:01 +0000 frosch (svn r23805) -Add: {STRING6} and {STRING7}. draft
Sun, 15 Jan 2012 13:17:02 +0000 yexo (svn r23804) -Fix: [NewGRF] Make string code 80 more secure by not crashing when it's used in strings where it's not supposed to be used draft
Sun, 15 Jan 2012 13:06:11 +0000 yexo (svn r23803) -Fix [FS#4969]: newgrf textstack was not properly used when storing parameters for the error message window draft
Sun, 15 Jan 2012 12:56:13 +0000 yexo (svn r23802) -Fix [FS#4968] (r23601): game lobby gui not updated when new company information becomes available draft
Sun, 15 Jan 2012 11:31:34 +0000 yexo (svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machines failed draft
Sat, 14 Jan 2012 19:44:25 +0000 rubidium (svn r23800) -Codechange: also desync log failed commands draft
Sat, 14 Jan 2012 18:45:21 +0000 translators (svn r23799) -Update from WebTranslator v3.0: draft
Fri, 13 Jan 2012 18:45:09 +0000 translators (svn r23794) -Update from WebTranslator v3.0: draft
Thu, 12 Jan 2012 20:03:35 +0000 yexo (svn r23793) -Fix (r23791): height computation was missing a few pixels so the last line was still missing draft
Thu, 12 Jan 2012 19:23:00 +0000 yexo (svn r23792) -Feature [FS#4958]: move 'refitable to' text above custom newgrf text in build vehicle gui draft
Thu, 12 Jan 2012 19:11:51 +0000 yexo (svn r23791) -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines. draft
Thu, 12 Jan 2012 18:45:31 +0000 translators (svn r23790) -Update from WebTranslator v3.0: draft
Thu, 12 Jan 2012 17:46:42 +0000 frosch (svn r23789) -Fix: [NewGRF] While we can only show one error per NewGRF, fatal errors should always disable the GRF. Also give those errors precedence over other information. draft
Thu, 12 Jan 2012 17:44:20 +0000 yexo (svn r23788) -Fix: failure to load newgrf files that use action 0 general prop 15 with a missing language file draft
Wed, 11 Jan 2012 18:47:32 +0000 rubidium (svn r23787) -Fix: add some missing spaces draft
Wed, 11 Jan 2012 18:45:41 +0000 translators (svn r23786) -Update from WebTranslator v3.0: draft
Tue, 10 Jan 2012 18:45:51 +0000 translators (svn r23785) -Update from WebTranslator v3.0: draft