------------------------------------------------------------------------
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

------------------------------------------------------------------------
r23680 | rubidium | 2011-12-28 18:33:12 +0100 (Wed, 28 Dec 2011) | 2 lines

-Fix [FS#4915]: prevent removal of the (AI) company the local player is in

------------------------------------------------------------------------
r23679 | translators | 2011-12-27 19:45:10 +0100 (Tue, 27 Dec 2011) | 4 lines

-Update from WebTranslator v3.0:
swedish - 48 changes by tobjork
tamil - 26 changes by aswn

------------------------------------------------------------------------
r23678 | truebrain | 2011-12-27 16:35:47 +0100 (Tue, 27 Dec 2011) | 1 line

-Fix: close the editbox of settings when changing an AI, to avoid invalid memory read/write (reported by SmatZ)
------------------------------------------------------------------------
r23677 | truebrain | 2011-12-27 16:17:42 +0100 (Tue, 27 Dec 2011) | 1 line

-Fix [FS#4909]: invalidate AI Parameters window when changing AI
------------------------------------------------------------------------
r23676 | rubidium | 2011-12-27 14:45:30 +0100 (Tue, 27 Dec 2011) | 2 lines

-Fix [FS#4913] (r23412): when removing road stops the wrong tile was checked for updating the infrastructure cache

------------------------------------------------------------------------
r23675 | translators | 2011-12-26 19:45:19 +0100 (Mon, 26 Dec 2011) | 6 lines

-Update from WebTranslator v3.0:
belarusian - 3 changes by Wowanxm
indonesian - 18 changes by fanioz
persian - 47 changes by Peymanpn
urdu - 19 changes by haider

------------------------------------------------------------------------
r23674 | michi_cc | 2011-12-26 15:53:19 +0100 (Mon, 26 Dec 2011) | 1 line

-Fix (r23670): Don't read invalid memory in the 32bpp simple blitter.
------------------------------------------------------------------------
r23673 | rubidium | 2011-12-26 14:21:37 +0100 (Mon, 26 Dec 2011) | 2 lines

-Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions

------------------------------------------------------------------------
r23672 | rubidium | 2011-12-25 19:47:48 +0100 (Sun, 25 Dec 2011) | 2 lines

-Fix: WT3 validation failure

------------------------------------------------------------------------
r23671 | translators | 2011-12-25 19:45:29 +0100 (Sun, 25 Dec 2011) | 7 lines

-Update from WebTranslator v3.0:
hebrew - 1 changes by rril
indonesian - 10 changes by fanioz
korean - 123 changes by telk5093
russian - 2 changes by Lone_Wolf
vietnamese - 32 changes by nglekhoi

------------------------------------------------------------------------
r23670 | peter1138 | 2011-12-25 00:33:45 +0100 (Sun, 25 Dec 2011) | 1 line

-Feature: Add ability to adjust brightness of colour after remapping for 32bpp sprites
------------------------------------------------------------------------