------------------------------------------------------------------------
r22148 | translators | 2011-02-26 18:45:17 +0000 (Sat, 26 Feb 2011) | 7 lines

-Update from WebTranslator v3.0:
basque - 2 changes by Thadah
finnish - 1 changes by jpx_
french - 1 changes by Snail_
italian - 35 changes by Snail_
slovenian - 30 changes by 

------------------------------------------------------------------------
r22147 | rubidium | 2011-02-26 17:59:36 +0000 (Sat, 26 Feb 2011) | 2 lines

-Fix: remove all generated .o files in objs/lang upon clean

------------------------------------------------------------------------
r22146 | rubidium | 2011-02-26 17:56:51 +0000 (Sat, 26 Feb 2011) | 2 lines

-Fix: don't run savegame conversion during SlNullPointers; the pointer might not be converted or be NULL at that point

------------------------------------------------------------------------
r22145 | alberth | 2011-02-25 22:04:38 +0000 (Fri, 25 Feb 2011) | 1 line

-Codechange: Do explicit test for non-bool values.
------------------------------------------------------------------------
r22144 | alberth | 2011-02-25 21:53:43 +0000 (Fri, 25 Feb 2011) | 1 line

-Codechange: Unify 'while (true)' to 'for (;;)'
------------------------------------------------------------------------
r22143 | translators | 2011-02-25 18:45:13 +0000 (Fri, 25 Feb 2011) | 5 lines

-Update from WebTranslator v3.0:
frisian - 59 changes by Taeke
irish - 58 changes by tem
slovenian - 30 changes by 

------------------------------------------------------------------------
r22142 | yexo | 2011-02-25 13:59:02 +0000 (Fri, 25 Feb 2011) | 1 line

-Fix (r22094): some valid keycodes were ignored along with the invalid ones
------------------------------------------------------------------------
r22141 | frosch | 2011-02-24 22:14:41 +0000 (Thu, 24 Feb 2011) | 1 line

-Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu)
------------------------------------------------------------------------
r22140 | frosch | 2011-02-24 21:48:06 +0000 (Thu, 24 Feb 2011) | 1 line

-Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
------------------------------------------------------------------------
r22139 | translators | 2011-02-24 18:45:13 +0000 (Thu, 24 Feb 2011) | 5 lines

-Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
frisian - 42 changes by Taeke
slovenian - 30 changes by 

------------------------------------------------------------------------
r22138 | yexo | 2011-02-24 18:13:59 +0000 (Thu, 24 Feb 2011) | 1 line

-Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead
------------------------------------------------------------------------
r22137 | smatz | 2011-02-24 16:39:04 +0000 (Thu, 24 Feb 2011) | 1 line

-Codechange: enable -Wnon-virtual-dtor for all GCC versions
------------------------------------------------------------------------
r22136 | planetmaker | 2011-02-24 06:57:55 +0000 (Thu, 24 Feb 2011) | 1 line

-Fix (r22112): Silence compiler warning about non-virtual destructor
------------------------------------------------------------------------
r22135 | frosch | 2011-02-23 20:54:55 +0000 (Wed, 23 Feb 2011) | 1 line

-Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
------------------------------------------------------------------------
r22134 | frosch | 2011-02-23 20:45:52 +0000 (Wed, 23 Feb 2011) | 1 line

-Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call.
------------------------------------------------------------------------
r22133 | frosch | 2011-02-23 20:29:48 +0000 (Wed, 23 Feb 2011) | 1 line

-Fix: some coding style.
------------------------------------------------------------------------
r22132 | translators | 2011-02-23 18:45:12 +0000 (Wed, 23 Feb 2011) | 5 lines

-Update from WebTranslator v3.0:
frisian - 172 changes by Taeke
polish - 1 changes by xaxa
slovenian - 40 changes by Necrolyte

------------------------------------------------------------------------
r22131 | frosch | 2011-02-23 18:39:56 +0000 (Wed, 23 Feb 2011) | 1 line

-Fix: Spectators had trouble closing buoy windows. (Terkhen)
------------------------------------------------------------------------
r22130 | smatz | 2011-02-23 00:00:50 +0000 (Wed, 23 Feb 2011) | 1 line

-Fix: failed assert when loading savegame with empty shared orderlist
------------------------------------------------------------------------
r22129 | smatz | 2011-02-22 22:21:20 +0000 (Tue, 22 Feb 2011) | 1 line

-Codechange: use simpler check to test if there any towns in the game
------------------------------------------------------------------------
r22128 | frosch | 2011-02-22 20:28:24 +0000 (Tue, 22 Feb 2011) | 1 line

-Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel)
------------------------------------------------------------------------
r22127 | terkhen | 2011-02-22 14:23:38 +0000 (Tue, 22 Feb 2011) | 2 lines

-Fix: Canals would get drawn as land in the smallmap when using the owner window.

------------------------------------------------------------------------
r22126 | translators | 2011-02-21 18:45:22 +0000 (Mon, 21 Feb 2011) | 9 lines

-Update from WebTranslator v3.0:
arabic_egypt - 40 changes by Company_director
belarusian - 1 changes by KorneySan
danish - 19 changes by beruic
frisian - 142 changes by Taeke
malay - 3 changes by toadhall
brazilian_portuguese - 93 changes by Luis_Mizuchiro
tamil - 139 changes by sylvesterpious

------------------------------------------------------------------------
r22125 | frosch | 2011-02-21 17:38:33 +0000 (Mon, 21 Feb 2011) | 1 line

-Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
------------------------------------------------------------------------
r22124 | rubidium | 2011-02-20 21:10:58 +0000 (Sun, 20 Feb 2011) | 2 lines

-Codechange: move comment to its logical place

------------------------------------------------------------------------
r22123 | frosch | 2011-02-20 21:00:24 +0000 (Sun, 20 Feb 2011) | 1 line

-Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item.
------------------------------------------------------------------------
r22122 | rubidium | 2011-02-20 20:58:32 +0000 (Sun, 20 Feb 2011) | 2 lines

-Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead

------------------------------------------------------------------------
r22121 | rubidium | 2011-02-20 20:55:21 +0000 (Sun, 20 Feb 2011) | 2 lines

-Fix: In case of high frame_freq one could get commands executed after a new network game was started

------------------------------------------------------------------------
r22120 | rubidium | 2011-02-20 20:28:49 +0000 (Sun, 20 Feb 2011) | 2 lines

-Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick".

------------------------------------------------------------------------
r22119 | translators | 2011-02-20 18:45:08 +0000 (Sun, 20 Feb 2011) | 5 lines

-Update from WebTranslator v3.0:
frisian - 48 changes by Taeke
tamil - 96 changes by sylvesterpious
urdu - 36 changes by yasirniazkhan

------------------------------------------------------------------------
r22118 | terkhen | 2011-02-20 18:32:42 +0000 (Sun, 20 Feb 2011) | 2 lines

-Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel).

------------------------------------------------------------------------
r22117 | frosch | 2011-02-20 15:19:16 +0000 (Sun, 20 Feb 2011) | 1 line

-Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road.
------------------------------------------------------------------------
r22116 | smatz | 2011-02-19 23:05:47 +0000 (Sat, 19 Feb 2011) | 1 line

-Codechange: use PoolBase::Clean() at more places
------------------------------------------------------------------------
r22115 | smatz | 2011-02-19 18:55:10 +0000 (Sat, 19 Feb 2011) | 1 line

-Fix (r22114): some comments and code ordering were wrong
------------------------------------------------------------------------
r22114 | translators | 2011-02-19 18:45:09 +0000 (Sat, 19 Feb 2011) | 4 lines

-Update from WebTranslator v3.0:
danish - 3 changes by beruic
frisian - 13 changes by Taeke

------------------------------------------------------------------------
r22113 | smatz | 2011-02-19 18:25:24 +0000 (Sat, 19 Feb 2011) | 1 line

-Codechange: use PoolBase::CleanAll() to clean all pools at game exit
------------------------------------------------------------------------