------------------------------------------------------------------------ r22092 | rubidium | 2011-02-17 18:45:44 +0000 (Thu, 17 Feb 2011) | 2 lines -Fix-ish (r22068): when you change a boolean to a enum, check specifically for a particular value ------------------------------------------------------------------------ r22091 | translators | 2011-02-17 18:45:28 +0000 (Thu, 17 Feb 2011) | 7 lines -Update from WebTranslator v3.0: simplified_chinese - 41 changes by ww9980 danish - 23 changes by beruic, krak brazilian_portuguese - 125 changes by Luis_Mizuchiro thai - 19 changes by kenny urdu - 15 changes by yasirniazkhan ------------------------------------------------------------------------ r22090 | planetmaker | 2011-02-16 21:10:13 +0000 (Wed, 16 Feb 2011) | 1 line -Doc: Explain OpenTTD's ports and their role in multiplayer and especially for servers ------------------------------------------------------------------------ r22089 | translators | 2011-02-16 18:45:21 +0000 (Wed, 16 Feb 2011) | 8 lines -Update from WebTranslator v3.0: afrikaans - 96 changes by Maccie123 arabic_egypt - 29 changes by kasakg danish - 69 changes by krak indonesian - 17 changes by adjayanto brazilian_portuguese - 25 changes by Luis_Mizuchiro urdu - 80 changes by yasirniazkhan ------------------------------------------------------------------------ r22087 | terkhen | 2011-02-15 13:27:41 +0000 (Tue, 15 Feb 2011) | 2 lines -Fix: When deleting towns, only relocate objects during DC_EXEC. ------------------------------------------------------------------------ r22086 | smatz | 2011-02-15 13:15:12 +0000 (Tue, 15 Feb 2011) | 1 line -Fix: do not check if we can allocate an item if we won't try to do so anyway ------------------------------------------------------------------------ r22085 | smatz | 2011-02-15 12:11:28 +0000 (Tue, 15 Feb 2011) | 1 line -Fix: assert when connecting to the admin port ------------------------------------------------------------------------ r22084 | frosch | 2011-02-14 21:41:52 +0000 (Mon, 14 Feb 2011) | 1 line -Change: [NewGRF] Check grf version strictly and consider grfs with version < 2 as incompatible. If you have trouble with certain grfs from BaNaNaS, then bother the author about fixing the grf. ------------------------------------------------------------------------ r22083 | rubidium | 2011-02-14 20:20:57 +0000 (Mon, 14 Feb 2011) | 2 lines -Change: trunk is heading towards 1.2 now ------------------------------------------------------------------------ r22081 | glx | 2011-02-14 20:16:36 +0000 (Mon, 14 Feb 2011) | 1 line -Fix [FS#4489]: if fullscreen fails with current resolution, use desktop resolution ------------------------------------------------------------------------ r22080 | planetmaker | 2011-02-14 19:52:26 +0000 (Mon, 14 Feb 2011) | 1 line -Doc: Add doxygen comments to a few functions and improve a few existing comments ------------------------------------------------------------------------ r22079 | terkhen | 2011-02-14 19:39:01 +0000 (Mon, 14 Feb 2011) | 2 lines -Fix: The owner view of the smallmap was not updated after a company colour change. ------------------------------------------------------------------------ r22078 | rubidium | 2011-02-14 19:18:12 +0000 (Mon, 14 Feb 2011) | 2 lines -Fix [FS#4499]: maximum train length interfered with wagon replacement when wagon removal was turned on ------------------------------------------------------------------------ r22077 | translators | 2011-02-14 18:45:08 +0000 (Mon, 14 Feb 2011) | 3 lines -Update from WebTranslator v3.0: latvian - 2 changes by skazhy ------------------------------------------------------------------------ r22076 | smatz | 2011-02-14 12:39:45 +0000 (Mon, 14 Feb 2011) | 1 line -Fix (r22075): build failed with GCC ------------------------------------------------------------------------ r22075 | yexo | 2011-02-13 21:44:00 +0000 (Sun, 13 Feb 2011) | 1 line -Fix [FS#4501]: newgrfs with invalid multi-tile houses could cause a valid 1x1 house following it to be seen as multi-tile, causing crashes ------------------------------------------------------------------------ r22074 | yexo | 2011-02-13 20:52:33 +0000 (Sun, 13 Feb 2011) | 1 line -Cleanup (r22073): there was already a setting-callback that did what is needed ------------------------------------------------------------------------ r22073 | yexo | 2011-02-13 20:45:17 +0000 (Sun, 13 Feb 2011) | 1 line -Fix: immediately update the train weight when you change the multiplier for train cargo weight ------------------------------------------------------------------------ r22072 | rubidium | 2011-02-13 19:49:53 +0000 (Sun, 13 Feb 2011) | 2 lines -Fix (r21966): flipping wasn't (correctly) disabled in some cases ------------------------------------------------------------------------ r22071 | yexo | 2011-02-13 19:31:04 +0000 (Sun, 13 Feb 2011) | 1 line -Fix (r20075): some hotkey names in hotkey.cfg for the scenario editor toolbar were completely bogus ------------------------------------------------------------------------ r22070 | rubidium | 2011-02-12 21:30:57 +0000 (Sat, 12 Feb 2011) | 2 lines -Fix [FS#4503] (r21399): crashes when disconnecting after requesting the map ------------------------------------------------------------------------ r22069 | rubidium | 2011-02-12 21:29:35 +0000 (Sat, 12 Feb 2011) | 2 lines -Fix: delete all savegame packets, not just the first one ------------------------------------------------------------------------ r22068 | rubidium | 2011-02-12 21:09:34 +0000 (Sat, 12 Feb 2011) | 2 lines -Codechange/Fix: return "connection lost" instead of "okay" when SendPackets closed the connection ------------------------------------------------------------------------ r22067 | rubidium | 2011-02-12 21:07:30 +0000 (Sat, 12 Feb 2011) | 2 lines -Fix: don't hold a mutex when sending packets and thus possibly closing the connection as that wants to acquire the mutex again ------------------------------------------------------------------------ r22066 | rubidium | 2011-02-12 18:45:05 +0000 (Sat, 12 Feb 2011) | 2 lines -Fix [FS#4502]: building a statue did not check whether the object pool is full ------------------------------------------------------------------------ r22065 | rubidium | 2011-02-12 18:41:24 +0000 (Sat, 12 Feb 2011) | 2 lines -Fix [FS#4500]: pool allocation checks triggered when towns could not be built ------------------------------------------------------------------------ r22064 | rubidium | 2011-02-11 23:20:35 +0000 (Fri, 11 Feb 2011) | 2 lines -Fix [FS#4497] (r21399): crash when disconnecting and reconnecting while the server is still saving the savegame ------------------------------------------------------------------------ r22063 | rubidium | 2011-02-11 22:10:10 +0000 (Fri, 11 Feb 2011) | 2 lines -Change: make the "has network" check also check whether the client is actually fully connected ------------------------------------------------------------------------ r22062 | rubidium | 2011-02-11 21:30:26 +0000 (Fri, 11 Feb 2011) | 2 lines -Fix: memory leak when saving fails mid-way ------------------------------------------------------------------------ r22061 | yexo | 2011-02-11 20:54:49 +0000 (Fri, 11 Feb 2011) | 1 line -Change: when loading old savegames with long trains set the maximum train length to the length of the longest train ------------------------------------------------------------------------ r22060 | translators | 2011-02-11 18:45:13 +0000 (Fri, 11 Feb 2011) | 5 lines -Update from WebTranslator v3.0: arabic_egypt - 46 changes by Company_director hungarian - 20 changes by IPG spanish - 1 changes by Terkhen ------------------------------------------------------------------------ r22059 | terkhen | 2011-02-11 18:24:12 +0000 (Fri, 11 Feb 2011) | 2 lines -Fix (r21179): Make the send chat message window follow the position of the status bar. ------------------------------------------------------------------------ r22058 | rubidium | 2011-02-11 13:38:34 +0000 (Fri, 11 Feb 2011) | 2 lines -Fix (r22050): removing broken orders happened before the "front engine" conversion was done for road vehicles, so road vehicles didn't have orders anymore ------------------------------------------------------------------------ r22057 | rubidium | 2011-02-11 09:33:38 +0000 (Fri, 11 Feb 2011) | 2 lines -Fix: waypoint conversion could (previously) silently overfill the pool and crash ------------------------------------------------------------------------ r22056 | rubidium | 2011-02-11 08:17:12 +0000 (Fri, 11 Feb 2011) | 3 lines -Fix [FS#4408]: metric and imperial HP are not the same. As imperial HP are used internally, set a conversion rate for metric HP -Change: make the imperial HP to kW conversions a bit more precise ------------------------------------------------------------------------ r22055 | yexo | 2011-02-11 06:18:39 +0000 (Fri, 11 Feb 2011) | 1 line -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash ------------------------------------------------------------------------ r22054 | rubidium | 2011-02-10 20:54:46 +0000 (Thu, 10 Feb 2011) | 2 lines -Codechange: support for rounding the converted units to their closest integral value instead of flooring ------------------------------------------------------------------------ r22053 | terkhen | 2011-02-10 20:49:36 +0000 (Thu, 10 Feb 2011) | 2 lines -Fix: The land area information window was not updated after a language change. ------------------------------------------------------------------------ r22052 | translators | 2011-02-10 18:45:06 +0000 (Thu, 10 Feb 2011) | 3 lines -Update from WebTranslator v3.0: catalan - 11 changes by arnau ------------------------------------------------------------------------ r22051 | terkhen | 2011-02-10 18:32:08 +0000 (Thu, 10 Feb 2011) | 2 lines -Fix (r21935): Roads under road stops would get a wrong owner after overbuilding. ------------------------------------------------------------------------