------------------------------------------------------------------------ r23750 | translators | 2012-01-04 19:45:54 +0100 (Wed, 04 Jan 2012) | 11 lines -Update from WebTranslator v3.0: belarusian - 19 changes by Wowanxm croatian - 19 changes by VoyagerOne english_AU - 20 changes by tomas4g italian - 20 changes by lorenzodv lithuanian - 161 changes by BlinK_ norwegian_bokmal - 22 changes by eloekset, mantaray norwegian_nynorsk - 32 changes by eloekset vietnamese - 5 changes by nglekhoi welsh - 19 changes by kazzie ------------------------------------------------------------------------ r23749 | michi_cc | 2012-01-04 01:45:36 +0100 (Wed, 04 Jan 2012) | 1 line -Fix: [Win32] Work around a possible deadlock when initialising threaded drawing. ------------------------------------------------------------------------ r23748 | frosch | 2012-01-04 00:53:53 +0100 (Wed, 04 Jan 2012) | 1 line -Fix: Make vehicle variables A8 and A9 always return 0. Returning cur_image is a potential desyncer due to Action1 in static NewGRFs. ------------------------------------------------------------------------ r23747 | truebrain | 2012-01-04 00:13:53 +0100 (Wed, 04 Jan 2012) | 2 lines -Fix (r23746): forgot one more case ------------------------------------------------------------------------ r23746 | truebrain | 2012-01-04 00:09:48 +0100 (Wed, 04 Jan 2012) | 2 lines -Fix: also set 'info' to NULL if 'instance' dies (for both AI and GS); avoids invalid memory reads ------------------------------------------------------------------------ r23745 | frosch | 2012-01-04 00:08:15 +0100 (Wed, 04 Jan 2012) | 1 line -Fix (r23087): If autorefit fails, count the vehicle capacity nevertheless, if it is already carrying the right thing. ------------------------------------------------------------------------ r23744 | frosch | 2012-01-03 23:36:35 +0100 (Tue, 03 Jan 2012) | 1 line -Fix (r23142) [FS#4923]: Check the version of the right GRF. ------------------------------------------------------------------------ r23743 | frosch | 2012-01-03 23:04:12 +0100 (Tue, 03 Jan 2012) | 1 line -Fix [FS#4906]: Call CB 15E for all vehicles before actually executing any refit. ------------------------------------------------------------------------ r23742 | rubidium | 2012-01-03 22:58:26 +0100 (Tue, 03 Jan 2012) | 2 lines -Revert (r23735): for some reason gcc-trunk is more picky than basically everything else :( ------------------------------------------------------------------------ r23741 | rubidium | 2012-01-03 22:47:01 +0100 (Tue, 03 Jan 2012) | 2 lines -Revert (r23740): the few parts that the Windows / non-network compiles stumble on ------------------------------------------------------------------------ r23740 | rubidium | 2012-01-03 22:32:51 +0100 (Tue, 03 Jan 2012) | 2 lines -Codechange: remove some 300 unneeded includes from the .cpp files ------------------------------------------------------------------------ r23739 | truebrain | 2012-01-03 21:41:38 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly? ------------------------------------------------------------------------ r23738 | truebrain | 2012-01-03 21:38:41 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix (r23731): forgot to sync the new window with the script API ------------------------------------------------------------------------ r23737 | truebrain | 2012-01-03 21:37:56 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix: fix the svn:properties of a few files that got added lately ------------------------------------------------------------------------ r23736 | truebrain | 2012-01-03 21:28:28 +0100 (Tue, 03 Jan 2012) | 2 lines -Document: document correctly that WC_GOAL_QUESTION has a WindowNumber which is identical to the uniqueid given by the GameScript ------------------------------------------------------------------------ r23735 | rubidium | 2012-01-03 21:26:05 +0100 (Tue, 03 Jan 2012) | 2 lines -Codechange: remove ~50 includes from headers that weren't needed ------------------------------------------------------------------------ r23734 | rubidium | 2012-01-03 20:22:33 +0100 (Tue, 03 Jan 2012) | 2 lines -Cleanup: remove the translated strings as well ------------------------------------------------------------------------ r23733 | rubidium | 2012-01-03 20:21:32 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix-ish [FS#4939]: cheating to different climates messes things even more up than changing NewGRFs in-game... so guess what happened ------------------------------------------------------------------------ r23732 | translators | 2012-01-03 19:46:13 +0100 (Tue, 03 Jan 2012) | 15 lines -Update from WebTranslator v3.0: bulgarian - 7 changes by kokobongo croatian - 3 changes by VoyagerOne dutch - 20 changes by Yexo english_US - 20 changes by Rubidium finnish - 22 changes by jpx_ french - 20 changes by glx german - 1 changes by planetmaker lithuanian - 1 changes by BlinK_ norwegian_nynorsk - 1 changes by mantaray portuguese - 1 changes by JayCity russian - 1 changes by akasoft serbian - 1 changes by etran ukrainian - 27 changes by Fixer ------------------------------------------------------------------------ r23731 | truebrain | 2012-01-03 17:36:24 +0100 (Tue, 03 Jan 2012) | 1 line -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17 ------------------------------------------------------------------------ r23730 | rubidium | 2012-01-03 17:04:58 +0100 (Tue, 03 Jan 2012) | 2 lines -Add: Australian translation ------------------------------------------------------------------------ r23729 | truebrain | 2012-01-03 11:50:06 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel ------------------------------------------------------------------------ r23728 | truebrain | 2012-01-03 11:27:14 +0100 (Tue, 03 Jan 2012) | 2 lines -Fix [#FS4942-ish]: when cheating into another company, the SignList was not updated ------------------------------------------------------------------------ r23727 | truebrain | 2012-01-03 10:46:37 +0100 (Tue, 03 Jan 2012) | 2 lines -Codechange: speedup the 32bpp palette animation by reducing the amount of compares. This is possible because the function is called with only 2 possible conditions: from 0 to 255 (full palette update, 8bpp only) or from PALETTE_ANIM_START to 255 ------------------------------------------------------------------------ r23726 | peter1138 | 2012-01-03 03:38:35 +0100 (Tue, 03 Jan 2012) | 1 line -Fix (r23670): Remove debugging code added accidentally ------------------------------------------------------------------------ r23725 | yexo | 2012-01-03 01:47:56 +0100 (Tue, 03 Jan 2012) | 1 line -Fix (r23723): compile before commit ------------------------------------------------------------------------ r23724 | yexo | 2012-01-03 01:45:22 +0100 (Tue, 03 Jan 2012) | 1 line -Codechange: split of the check to see if ambient sounds are enabled to a header file allowing compilers to inline that check ------------------------------------------------------------------------ r23723 | yexo | 2012-01-03 01:44:23 +0100 (Tue, 03 Jan 2012) | 1 line -Codechange: speedup flood checks a bit ------------------------------------------------------------------------ r23722 | frosch | 2012-01-03 01:22:14 +0100 (Tue, 03 Jan 2012) | 1 line -Change: Give the chat query window the same Z priority as the normal text query window. ------------------------------------------------------------------------ r23721 | yexo | 2012-01-02 23:58:15 +0100 (Mon, 02 Jan 2012) | 1 line -Fix (r23070): reading memory of a temporary (already deconstructed) object is invalid ------------------------------------------------------------------------ r23720 | rubidium | 2012-01-02 23:44:28 +0100 (Mon, 02 Jan 2012) | 2 lines -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes ------------------------------------------------------------------------ r23719 | rubidium | 2012-01-02 22:57:29 +0100 (Mon, 02 Jan 2012) | 2 lines -Fix [FS#4930]: extraction of music packs failed ------------------------------------------------------------------------ r23718 | rubidium | 2012-01-02 21:39:50 +0100 (Mon, 02 Jan 2012) | 2 lines -Fix [FS#4936]: rescanai caused crash when the AI settings of an AI was opened ------------------------------------------------------------------------ r23717 | rubidium | 2012-01-02 21:39:18 +0100 (Mon, 02 Jan 2012) | 2 lines -Fix [FS#4927]: ships going to wrong dock location when moving the dock while the game is paused ------------------------------------------------------------------------ r23716 | smatz | 2012-01-02 20:47:52 +0100 (Mon, 02 Jan 2012) | 1 line -Revert (r23705)[FS#4937]: unforeseen consequences ------------------------------------------------------------------------ r23715 | translators | 2012-01-02 19:45:26 +0100 (Mon, 02 Jan 2012) | 7 lines -Update from WebTranslator v3.0: luxembourgish - 48 changes by Phreeze portuguese - 7 changes by SupSuper turkish - 100 changes by niw3 ukrainian - 11 changes by Fixer welsh - 1 changes by kazzie ------------------------------------------------------------------------ r23714 | truebrain | 2012-01-02 14:44:37 +0100 (Mon, 02 Jan 2012) | 1 line -Codechange: don't mix Viewport with non-viewport code ------------------------------------------------------------------------ r23713 | truebrain | 2012-01-02 14:44:30 +0100 (Mon, 02 Jan 2012) | 1 line -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible ------------------------------------------------------------------------ r23712 | truebrain | 2012-01-02 13:07:50 +0100 (Mon, 02 Jan 2012) | 1 line -Codechange: rename the two vehicle hashes we have to names that make clear where they differ in ------------------------------------------------------------------------ r23711 | truebrain | 2012-01-02 13:07:42 +0100 (Mon, 02 Jan 2012) | 1 line -Codechange: don't chain the two vehicle hashes, but call them one by one ------------------------------------------------------------------------ r23710 | rubidium | 2012-01-01 23:35:19 +0100 (Sun, 01 Jan 2012) | 2 lines -Change: make the default secondary sort method for the server list the number of clients instead of the name ------------------------------------------------------------------------ r23709 | rubidium | 2012-01-01 23:32:26 +0100 (Sun, 01 Jan 2012) | 2 lines -Feature-ish: try harder to sort text instead of fancy characters in the server names ------------------------------------------------------------------------ r23708 | truebrain | 2012-01-01 20:20:08 +0100 (Sun, 01 Jan 2012) | 2 lines -Codechange: apply the same trick as r23701 to GetTileSlope(), gaining similar benefits ------------------------------------------------------------------------ r23707 | translators | 2012-01-01 19:45:38 +0100 (Sun, 01 Jan 2012) | 7 lines -Update from WebTranslator v3.0: catalan - 22 changes by arnau indonesian - 19 changes by rusydan italian - 2 changes by lorenzodv russian - 2 changes by Lone_Wolf serbian - 2 changes by etran ------------------------------------------------------------------------ r23706 | smatz | 2012-01-01 18:36:19 +0100 (Sun, 01 Jan 2012) | 1 line -Codechange: prevent 'unknown command' doxygen errors ------------------------------------------------------------------------ r23705 | smatz | 2012-01-01 18:32:45 +0100 (Sun, 01 Jan 2012) | 1 line -Codechange: cache the last processed station in FindStationsAroundTiles() in order to make the code a bit faster ------------------------------------------------------------------------ r23704 | alberth | 2012-01-01 18:22:32 +0100 (Sun, 01 Jan 2012) | 2 lines -Doc: Doxygen comment fixes and additions. ------------------------------------------------------------------------ r23703 | truebrain | 2012-01-01 17:38:38 +0100 (Sun, 01 Jan 2012) | 2 lines -Codechange: allow a compiler to inline a wrapper function, avoiding creation of a function stack, massively increasing its speed, for a function that is called often ------------------------------------------------------------------------ r23702 | truebrain | 2012-01-01 17:23:05 +0100 (Sun, 01 Jan 2012) | 2 lines -Codechange: avoid using TileAddWrap() in FindStationsAroundTiles() by finding out where the border is in advance, speeding up the function with a factor 3 (you got to love random statistics which has no real meaning in the grand scheme of it all :D) ------------------------------------------------------------------------ r23701 | truebrain | 2012-01-01 17:01:51 +0100 (Sun, 01 Jan 2012) | 2 lines -Codechange: give TileAddWrap() a 27% speed-up, by swapping entries in an if() statement, and reusing already calculated values (tnx to SmatZ for the ideas) ------------------------------------------------------------------------ r23700 | truebrain | 2012-01-01 11:50:46 +0100 (Sun, 01 Jan 2012) | 1 line -Fix: the size of the Subsidies pool used a random macro, which didn't really make sense in the grand scheme of things ------------------------------------------------------------------------ r23699 | truebrain | 2012-01-01 11:50:38 +0100 (Sun, 01 Jan 2012) | 1 line -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created. ------------------------------------------------------------------------ r23698 | rubidium | 2012-01-01 01:05:02 +0100 (Sun, 01 Jan 2012) | 2 lines -Fix (r21685): small, apparantly yearly reoccuring, typo ------------------------------------------------------------------------ r23697 | translators | 2011-12-31 19:45:53 +0100 (Sat, 31 Dec 2011) | 13 lines -Update from WebTranslator v3.0: belarusian - 1 changes by Wowanxm czech - 2 changes by SmatZ dutch - 1 changes by Yexo english_US - 13 changes by Rubidium french - 2 changes by glx german - 1 changes by planetmaker hebrew - 1 changes by rril indonesian - 85 changes by rusydan norwegian_bokmal - 116 changes by mantaray romanian - 1 changes by tonny spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r23696 | rubidium | 2011-12-31 16:02:14 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix (r23695): 5 <-> 6... today is not my day ------------------------------------------------------------------------ r23695 | rubidium | 2011-12-31 15:56:39 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix/Feature [FS#4916]: make a distinction between fully zoomed in and default zoomed in screenshots ------------------------------------------------------------------------ r23694 | rubidium | 2011-12-31 14:57:09 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix (rprev): somehow compilers didn't understand what I meant... ------------------------------------------------------------------------ r23693 | rubidium | 2011-12-31 14:52:54 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix [FS#4859]: hardcode the original defaults for loading old savegames if they could totally mess with the game's behaviour ------------------------------------------------------------------------ r23692 | rubidium | 2011-12-31 12:14:03 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix: use smallest_x of your children only when you let the children update it ------------------------------------------------------------------------ r23691 | truebrain | 2011-12-31 11:55:00 +0100 (Sat, 31 Dec 2011) | 1 line -Fix: signed/unsigned issues, causing asserts for some languages in relation to the serverlist ------------------------------------------------------------------------ r23690 | rubidium | 2011-12-31 11:08:18 +0100 (Sat, 31 Dec 2011) | 2 lines -Fix: massive typo ;) ------------------------------------------------------------------------ r23689 | translators | 2011-12-30 19:45:18 +0100 (Fri, 30 Dec 2011) | 5 lines -Update from WebTranslator v3.0: simplified_chinese - 23 changes by chenwt0315 norwegian_bokmal - 236 changes by mantaray swedish - 9 changes by tobjork ------------------------------------------------------------------------ r23688 | michi_cc | 2011-12-30 18:56:37 +0100 (Fri, 30 Dec 2011) | 1 line -Codechange: No need to check if a train needs servicing if we only extend a train's path without actually calling the pathfinder. The path extension will stop when hitting a junction tile, so it is impossible to miss a depot this way. ------------------------------------------------------------------------ r23687 | rubidium | 2011-12-30 13:07:28 +0100 (Fri, 30 Dec 2011) | 2 lines -Fix [FS#4922]: document where the game script directory is ------------------------------------------------------------------------ r23686 | michi_cc | 2011-12-29 21:10:06 +0100 (Thu, 29 Dec 2011) | 1 line -Fix [FS#4921] (r23413): Infrastructure count of canals/locks/ship depots wasn't updated properly when a company went into bankruptcy or was taken over. ------------------------------------------------------------------------ r23685 | translators | 2011-12-29 19:45:21 +0100 (Thu, 29 Dec 2011) | 6 lines -Update from WebTranslator v3.0: norwegian_bokmal - 67 changes by mantaray swedish - 25 changes by tobjork vietnamese - 1 changes by nglekhoi welsh - 50 changes by kazzie ------------------------------------------------------------------------ r23684 | rubidium | 2011-12-28 21:06:51 +0100 (Wed, 28 Dec 2011) | 2 lines -Cleanup: let the highway take the highway ------------------------------------------------------------------------ r23683 | rubidium | 2011-12-28 20:48:04 +0100 (Wed, 28 Dec 2011) | 2 lines -Fix [FS#4912]-ish: when fitting another engine the cargo capacity of wagons could become lower, causing them to contain more than they should. This caused the cargo transfer from the replaced parts to put even more stuff in the already full wagon. Prevent this from happening by reducing the amount of cargo in the vehicle to the capacity when moving vehicles/wagons around, or when autoreplacing ------------------------------------------------------------------------ r23682 | translators | 2011-12-28 19:45:12 +0100 (Wed, 28 Dec 2011) | 4 lines -Update from WebTranslator v3.0: catalan - 2 changes by arnau serbian - 11 changes by etran ------------------------------------------------------------------------ r23681 | rubidium | 2011-12-28 18:34:44 +0100 (Wed, 28 Dec 2011) | 2 lines -Fix [FS#4914]: vehicle numbers got misaccounted when autoreplacing failed due to length checks ------------------------------------------------------------------------