------------------------------------------------------------------------ r23394 | translators | 2011-12-02 19:45:23 +0100 (Fri, 02 Dec 2011) | 6 lines -Update from WebTranslator v3.0: german - 2 changes by planetmaker italian - 2 changes by lorenzodv russian - 2 changes by Lone_Wolf spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r23393 | yexo | 2011-12-02 12:48:54 +0100 (Fri, 02 Dec 2011) | 1 line -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows ------------------------------------------------------------------------ r23392 | yexo | 2011-12-01 23:23:13 +0100 (Thu, 01 Dec 2011) | 1 line -Fix: [NoAI] assigning 'null' to an AIList element to remove it didn't work ------------------------------------------------------------------------ r23391 | rubidium | 2011-12-01 20:42:51 +0100 (Thu, 01 Dec 2011) | 2 lines -Feature: [NewGRF] Allow translating multiple languages with Action 13 in GRFv8 ------------------------------------------------------------------------ r23390 | translators | 2011-12-01 19:45:32 +0100 (Thu, 01 Dec 2011) | 8 lines -Update from WebTranslator v3.0: belarusian - 2 changes by Wowanxm dutch - 2 changes by habell english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ french - 2 changes by glx polish - 1 changes by Spankin ------------------------------------------------------------------------ r23389 | glx | 2011-12-01 16:14:56 +0100 (Thu, 01 Dec 2011) | 1 line -Fix (r11777, r12077, r12078): wrong include in strgen project ------------------------------------------------------------------------ r23388 | truebrain | 2011-12-01 13:04:36 +0100 (Thu, 01 Dec 2011) | 1 line -Fix: remove now unused strings from all other languages too ------------------------------------------------------------------------ r23387 | truebrain | 2011-12-01 13:04:22 +0100 (Thu, 01 Dec 2011) | 1 line -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend ------------------------------------------------------------------------ r23386 | truebrain | 2011-12-01 13:04:10 +0100 (Thu, 01 Dec 2011) | 1 line -Fix: debug script related events to 'script' (removes 'ai') ------------------------------------------------------------------------ r23385 | truebrain | 2011-12-01 13:03:54 +0100 (Thu, 01 Dec 2011) | 1 line -Fix: remove now unused strings from all other languages too ------------------------------------------------------------------------ r23384 | truebrain | 2011-12-01 13:03:34 +0100 (Thu, 01 Dec 2011) | 1 line -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 ------------------------------------------------------------------------ r23383 | truebrain | 2011-12-01 13:03:20 +0100 (Thu, 01 Dec 2011) | 1 line -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues ------------------------------------------------------------------------ r23382 | yexo | 2011-12-01 12:57:25 +0100 (Thu, 01 Dec 2011) | 1 line -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window ------------------------------------------------------------------------ r23381 | glx | 2011-11-30 21:17:27 +0100 (Wed, 30 Nov 2011) | 1 line -Fix (r23380): win9x compilation ------------------------------------------------------------------------ r23380 | glx | 2011-11-30 18:05:14 +0100 (Wed, 30 Nov 2011) | 1 line -Add: monospace font detection for win32 (also ignore duplicates) ------------------------------------------------------------------------ r23379 | truebrain | 2011-11-30 15:11:02 +0100 (Wed, 30 Nov 2011) | 2 lines -Fix: set more SVN properties correctly (should fix my script before committing :D) ------------------------------------------------------------------------ r23378 | truebrain | 2011-11-30 15:02:15 +0100 (Wed, 30 Nov 2011) | 2 lines -Fix: set SVN properties correctly ------------------------------------------------------------------------ r23377 | rubidium | 2011-11-30 07:20:14 +0100 (Wed, 30 Nov 2011) | 2 lines -Fix: compilation failure when networking is disabled ------------------------------------------------------------------------ r23376 | truebrain | 2011-11-30 02:22:18 +0100 (Wed, 30 Nov 2011) | 2 lines -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) ------------------------------------------------------------------------ r23375 | truebrain | 2011-11-30 00:47:49 +0100 (Wed, 30 Nov 2011) | 2 lines -Change: that name I haven't used for several years. Let it die out now finally, please? ------------------------------------------------------------------------ r23374 | truebrain | 2011-11-30 00:31:55 +0100 (Wed, 30 Nov 2011) | 1 line -Add: Doxygen files for the NoAI API (Yexo) ------------------------------------------------------------------------ r23373 | truebrain | 2011-11-30 00:29:20 +0100 (Wed, 30 Nov 2011) | 1 line -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template ------------------------------------------------------------------------ r23372 | truebrain | 2011-11-30 00:29:12 +0100 (Wed, 30 Nov 2011) | 1 line -Move: move squirrel export script to script/api/ ------------------------------------------------------------------------ r23371 | truebrain | 2011-11-30 00:27:34 +0100 (Wed, 30 Nov 2011) | 1 line -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API ------------------------------------------------------------------------ r23370 | truebrain | 2011-11-30 00:27:26 +0100 (Wed, 30 Nov 2011) | 1 line -Add: support @api tag in API header files, to select which API should receive the defined classes and functions ------------------------------------------------------------------------ r23369 | truebrain | 2011-11-30 00:27:17 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: use script includes when possible, not ai includes ------------------------------------------------------------------------ r23368 | truebrain | 2011-11-30 00:27:08 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore ------------------------------------------------------------------------ r23367 | truebrain | 2011-11-30 00:27:01 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller ------------------------------------------------------------------------ r23366 | truebrain | 2011-11-30 00:26:52 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move most of the Dummy code to script/, unifying it ------------------------------------------------------------------------ r23365 | truebrain | 2011-11-30 00:26:44 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move constants to a single place, to avoid duplication (and in time, different values) ------------------------------------------------------------------------ r23364 | truebrain | 2011-11-30 00:26:35 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: refactor AIConfig, moving it mostly to Scriptconfig ------------------------------------------------------------------------ r23363 | truebrain | 2011-11-30 00:21:59 +0100 (Wed, 30 Nov 2011) | 1 line -Documentation: document a tiny bit better what is in variables ------------------------------------------------------------------------ r23362 | truebrain | 2011-11-30 00:21:52 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary ------------------------------------------------------------------------ r23361 | truebrain | 2011-11-30 00:21:42 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move multiplayer DoCommand callback code so other script users can call their own ------------------------------------------------------------------------ r23360 | truebrain | 2011-11-30 00:21:33 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances ------------------------------------------------------------------------ r23359 | truebrain | 2011-11-30 00:21:24 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file) ------------------------------------------------------------------------ r23358 | truebrain | 2011-11-30 00:21:13 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move AI_FatalError to Script_FatalError (and to its own file) ------------------------------------------------------------------------ r23357 | truebrain | 2011-11-30 00:21:04 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move AIStorage to ScriptStorage ------------------------------------------------------------------------ r23356 | truebrain | 2011-11-30 00:15:48 +0100 (Wed, 30 Nov 2011) | 1 line -Fix: some OSX versions have ScriptOrder defined ------------------------------------------------------------------------ r23355 | truebrain | 2011-11-30 00:15:35 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: rename all AI* to Script* (Rubidium) ------------------------------------------------------------------------ r23354 | truebrain | 2011-11-30 00:07:38 +0100 (Wed, 30 Nov 2011) | 1 line -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium) ------------------------------------------------------------------------ r23353 | truebrain | 2011-11-29 23:30:41 +0100 (Tue, 29 Nov 2011) | 1 line -Fix (r23350): somehow one file slipped through as unmodified ------------------------------------------------------------------------ r23352 | truebrain | 2011-11-29 23:24:30 +0100 (Tue, 29 Nov 2011) | 1 line -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel ------------------------------------------------------------------------ r23351 | truebrain | 2011-11-29 23:24:04 +0100 (Tue, 29 Nov 2011) | 1 line -Add: generate the correct API type when creating Squirrel glue (Rubidium) ------------------------------------------------------------------------ r23350 | truebrain | 2011-11-29 23:23:33 +0100 (Tue, 29 Nov 2011) | 1 line -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) ------------------------------------------------------------------------ r23349 | truebrain | 2011-11-29 23:23:04 +0100 (Tue, 29 Nov 2011) | 1 line -Fix (r23210): one remaining unneeded GetClassName ------------------------------------------------------------------------ r23348 | rubidium | 2011-11-29 22:09:58 +0100 (Tue, 29 Nov 2011) | 2 lines -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 ------------------------------------------------------------------------ r23347 | translators | 2011-11-29 19:45:24 +0100 (Tue, 29 Nov 2011) | 7 lines -Update from WebTranslator v3.0: arabic_egypt - 72 changes by kasakg dutch - 8 changes by habell portuguese - 24 changes by JayCity romanian - 41 changes by kkmic russian - 1 changes by Lone_Wolf ------------------------------------------------------------------------ r23346 | translators | 2011-11-28 19:45:07 +0100 (Mon, 28 Nov 2011) | 3 lines -Update from WebTranslator v3.0: swedish - 8 changes by Zuu ------------------------------------------------------------------------ r23345 | rubidium | 2011-11-27 20:22:42 +0100 (Sun, 27 Nov 2011) | 2 lines -Fix: gender where no gender can exist ------------------------------------------------------------------------ r23344 | translators | 2011-11-27 19:45:26 +0100 (Sun, 27 Nov 2011) | 7 lines -Update from WebTranslator v3.0: croatian - 8 changes by VoyagerOne korean - 16 changes by junho2813 polish - 36 changes by matma6, xaxa brazilian_portuguese - 83 changes by Tucalipe romanian - 25 changes by kkmic ------------------------------------------------------------------------ r23343 | frosch | 2011-11-27 15:53:05 +0100 (Sun, 27 Nov 2011) | 1 line -Fix (r23332): Incorrect encoding of sprites with much transparency. ------------------------------------------------------------------------ r23342 | rubidium | 2011-11-27 12:42:52 +0100 (Sun, 27 Nov 2011) | 2 lines -Fix (r23300): for arctic and desert towns you were required to deliver more than 4 billion units, instead of one or more units ------------------------------------------------------------------------ r23341 | rubidium | 2011-11-27 10:37:30 +0100 (Sun, 27 Nov 2011) | 2 lines -Fix (r23338): memory leak when converting rails ------------------------------------------------------------------------ r23340 | rubidium | 2011-11-26 19:53:07 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix [FS#4824]: [Windows] A text in the installer was so long that NSIS didn't display it right anymore ------------------------------------------------------------------------ r23339 | translators | 2011-11-26 19:45:23 +0100 (Sat, 26 Nov 2011) | 6 lines -Update from WebTranslator v3.0: belarusian - 4 changes by Wowanxm italian - 13 changes by lorenzodv korean - 25 changes by junho2813 slovak - 33 changes by klingacik ------------------------------------------------------------------------ r23338 | rubidium | 2011-11-26 19:11:22 +0100 (Sat, 26 Nov 2011) | 2 lines -Feature [FS#4841]: diagonal dragging the rail conversion tool when pressing CTRL ------------------------------------------------------------------------ r23337 | rubidium | 2011-11-26 18:28:18 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix [FS#4826]: don't send chat messages to clients that haven't joined yet ------------------------------------------------------------------------ r23336 | rubidium | 2011-11-26 17:09:25 +0100 (Sat, 26 Nov 2011) | 2 lines -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) ------------------------------------------------------------------------ r23335 | frosch | 2011-11-26 15:52:33 +0100 (Sat, 26 Nov 2011) | 1 line -Change: Make determination of vehicle weight when loaded consistent between road and rail vehicle purchase info. ------------------------------------------------------------------------ r23334 | frosch | 2011-11-26 15:51:06 +0100 (Sat, 26 Nov 2011) | 1 line -Fix [FS#4820]: Road vehicle purchase info failed to display vehicles carrying no cargo. (Can only happen when NewGRFs are screwed up.) ------------------------------------------------------------------------ r23333 | peter1138 | 2011-11-26 14:48:06 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix [FS#4854]: Make zoomed in screenshot use the selected maximum zoom. ------------------------------------------------------------------------ r23332 | peter1138 | 2011-11-26 14:36:38 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix (r23316): Length of transparent pixels could exceed a byte. (frosch) ------------------------------------------------------------------------ r23331 | rubidium | 2011-11-26 13:53:05 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix [FS#4851] (rCS, r148): abort building/moving HQ when clicking on the button again, just like when building rail, stations, etc (sbr) ------------------------------------------------------------------------ r23330 | rubidium | 2011-11-26 13:49:54 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix [FS#4853] (r23316): alignment of signals in the signals menu was incorrect ------------------------------------------------------------------------ r23329 | peter1138 | 2011-11-26 00:06:17 +0100 (Sat, 26 Nov 2011) | 2 lines -Fix (r23316): Scale child sprite pixel offsets unless told not to. Fixes lifts and industry graphics. ------------------------------------------------------------------------ r23328 | peter1138 | 2011-11-26 00:02:39 +0100 (Sat, 26 Nov 2011) | 2 lines -Change: Make the viewport vehicle position hash cover the same area. ------------------------------------------------------------------------ r23327 | translators | 2011-11-25 19:45:44 +0100 (Fri, 25 Nov 2011) | 10 lines -Update from WebTranslator v3.0: belarusian - 16 changes by KorneySan finnish - 15 changes by jpx_ german - 8 changes by planetmaker italian - 8 changes by lorenzodv korean - 10 changes by junho2813 russian - 1 changes by Lone_Wolf vietnamese - 15 changes by nglekhoi welsh - 9 changes by kazzie ------------------------------------------------------------------------ r23326 | rubidium | 2011-11-25 18:33:58 +0100 (Fri, 25 Nov 2011) | 2 lines -Fix [FS#4852] (r23239): snow line for very old savegames wasn't retrieved from the savegame anymore ------------------------------------------------------------------------