log

age author description
Thu, 01 Dec 2011 19:42:51 +0000 rubidium (svn r23391) -Feature: [NewGRF] Allow translating multiple languages with Action 13 in GRFv8 draft
Thu, 01 Dec 2011 18:45:32 +0000 translators (svn r23390) -Update from WebTranslator v3.0: draft
Thu, 01 Dec 2011 15:14:56 +0000 glx (svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project draft
Thu, 01 Dec 2011 12:04:36 +0000 truebrain (svn r23388) -Fix: remove now unused strings from all other languages too draft
Thu, 01 Dec 2011 12:04:22 +0000 truebrain (svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend draft
Thu, 01 Dec 2011 12:04:10 +0000 truebrain (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') draft
Thu, 01 Dec 2011 12:03:54 +0000 truebrain (svn r23385) -Fix: remove now unused strings from all other languages too draft
Thu, 01 Dec 2011 12:03:34 +0000 truebrain (svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too draft
Thu, 01 Dec 2011 12:03:20 +0000 truebrain (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues draft
Thu, 01 Dec 2011 11:57:25 +0000 yexo (svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window draft
Wed, 30 Nov 2011 20:17:27 +0000 glx (svn r23381) -Fix (r23380): win9x compilation draft
Wed, 30 Nov 2011 17:05:14 +0000 glx (svn r23380) -Add: monospace font detection for win32 (also ignore duplicates) draft
Wed, 30 Nov 2011 14:11:02 +0000 truebrain (svn r23379) -Fix: set more SVN properties correctly (should fix my script before committing :D) draft
Wed, 30 Nov 2011 14:02:15 +0000 truebrain (svn r23378) -Fix: set SVN properties correctly draft
Wed, 30 Nov 2011 06:20:14 +0000 rubidium (svn r23377) -Fix: compilation failure when networking is disabled draft
Wed, 30 Nov 2011 01:22:18 +0000 truebrain (svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit) draft
Tue, 29 Nov 2011 23:47:49 +0000 truebrain (svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please? draft
Tue, 29 Nov 2011 23:31:55 +0000 truebrain (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) draft
Tue, 29 Nov 2011 23:29:20 +0000 truebrain (svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template draft
Tue, 29 Nov 2011 23:29:12 +0000 truebrain (svn r23372) -Move: move squirrel export script to script/api/ draft
Tue, 29 Nov 2011 23:27:34 +0000 truebrain (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API draft
Tue, 29 Nov 2011 23:27:26 +0000 truebrain (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions draft
Tue, 29 Nov 2011 23:27:17 +0000 truebrain (svn r23369) -Codechange: use script includes when possible, not ai includes draft
Tue, 29 Nov 2011 23:27:08 +0000 truebrain (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore draft
Tue, 29 Nov 2011 23:27:01 +0000 truebrain (svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller draft
Tue, 29 Nov 2011 23:26:52 +0000 truebrain (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it draft
Tue, 29 Nov 2011 23:26:44 +0000 truebrain (svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) draft
Tue, 29 Nov 2011 23:26:35 +0000 truebrain (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig draft
Tue, 29 Nov 2011 23:21:59 +0000 truebrain (svn r23363) -Documentation: document a tiny bit better what is in variables draft
Tue, 29 Nov 2011 23:21:52 +0000 truebrain (svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary draft
Tue, 29 Nov 2011 23:21:42 +0000 truebrain (svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own draft
Tue, 29 Nov 2011 23:21:33 +0000 truebrain (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances draft
Tue, 29 Nov 2011 23:21:24 +0000 truebrain (svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file) draft
Tue, 29 Nov 2011 23:21:13 +0000 truebrain (svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file) draft
Tue, 29 Nov 2011 23:21:04 +0000 truebrain (svn r23357) -Codechange: move AIStorage to ScriptStorage draft
Tue, 29 Nov 2011 23:15:48 +0000 truebrain (svn r23356) -Fix: some OSX versions have ScriptOrder defined draft
Tue, 29 Nov 2011 23:15:35 +0000 truebrain (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) draft
Tue, 29 Nov 2011 23:07:38 +0000 truebrain (svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium) draft
Tue, 29 Nov 2011 22:30:41 +0000 truebrain (svn r23353) -Fix (r23350): somehow one file slipped through as unmodified draft
Tue, 29 Nov 2011 22:24:30 +0000 truebrain (svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel draft
Tue, 29 Nov 2011 22:24:04 +0000 truebrain (svn r23351) -Add: generate the correct API type when creating Squirrel glue (Rubidium) draft
Tue, 29 Nov 2011 22:23:33 +0000 truebrain (svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) draft
Tue, 29 Nov 2011 22:23:04 +0000 truebrain (svn r23349) -Fix (r23210): one remaining unneeded GetClassName draft
Tue, 29 Nov 2011 21:09:58 +0000 rubidium (svn r23348) -Fix [FS#4679]: make signal removal behaviour work the same regardless of autofill, i.e. always removal all signals instead those at the signal interval draft
Tue, 29 Nov 2011 18:45:24 +0000 translators (svn r23347) -Update from WebTranslator v3.0: draft
Mon, 28 Nov 2011 18:45:07 +0000 translators (svn r23346) -Update from WebTranslator v3.0: draft
Sun, 27 Nov 2011 19:22:42 +0000 rubidium (svn r23345) -Fix: gender where no gender can exist draft
Sun, 27 Nov 2011 18:45:26 +0000 translators (svn r23344) -Update from WebTranslator v3.0: draft
Sun, 27 Nov 2011 14:53:05 +0000 frosch (svn r23343) -Fix (r23332): Incorrect encoding of sprites with much transparency. draft
Sun, 27 Nov 2011 11:42:52 +0000 rubidium (svn r23342) -Fix (r23300): for arctic and desert towns you were required to deliver more than 4 billion units, instead of one or more units draft
Sun, 27 Nov 2011 09:37:30 +0000 rubidium (svn r23341) -Fix (r23338): memory leak when converting rails draft
Sat, 26 Nov 2011 18:53:07 +0000 rubidium (svn r23340) -Fix [FS#4824]: [Windows] A text in the installer was so long that NSIS didn't display it right anymore draft
Sat, 26 Nov 2011 18:45:23 +0000 translators (svn r23339) -Update from WebTranslator v3.0: draft
Sat, 26 Nov 2011 18:11:22 +0000 rubidium (svn r23338) -Feature [FS#4841]: diagonal dragging the rail conversion tool when pressing CTRL draft
Sat, 26 Nov 2011 17:28:18 +0000 rubidium (svn r23337) -Fix [FS#4826]: don't send chat messages to clients that haven't joined yet draft
Sat, 26 Nov 2011 16:09:25 +0000 rubidium (svn r23336) -Fix [FS#4709]: bring some more order in the ordering of the windows, e.g. don't let a save or load dialog get hidden by a new message (monoid) draft
Sat, 26 Nov 2011 14:52:33 +0000 frosch (svn r23335) -Change: Make determination of vehicle weight when loaded consistent between road and rail vehicle purchase info. draft
Sat, 26 Nov 2011 14:51:06 +0000 frosch (svn r23334) -Fix [FS#4820]: Road vehicle purchase info failed to display vehicles carrying no cargo. (Can only happen when NewGRFs are screwed up.) draft
Sat, 26 Nov 2011 13:48:06 +0000 peter1138 (svn r23333) -Fix [FS#4854]: Make zoomed in screenshot use the selected maximum zoom. draft
Sat, 26 Nov 2011 13:36:38 +0000 peter1138 (svn r23332) -Fix (r23316): Length of transparent pixels could exceed a byte. (frosch) draft