------------------------------------------------------------------------
r25015 | rubidium | 2013-02-17 19:48:05 +0100 (Sun, 17 Feb 2013) | 2 lines

-Change: Tamil migrated to 'finished' status

------------------------------------------------------------------------
r25014 | translators | 2013-02-17 19:46:05 +0100 (Sun, 17 Feb 2013) | 15 lines

-Update from WebTranslator v3.0:
catalan - 4 changes by arnau
english_AU - 12 changes by mrtux
english_US - 5 changes by Rubidium
finnish - 5 changes by jpx_
french - 5 changes by glx
german - 5 changes by planetmaker
greek - 24 changes by Evropi
irish - 14 changes by ioo5
korean - 5 changes by telk5093
norwegian_bokmal - 4 changes by terjesc
norwegian_nynorsk - 65 changes by terjesc
gaelic - 232 changes by GunChleoc
tamil - 205 changes by aswn

------------------------------------------------------------------------
r25013 | rubidium | 2013-02-17 15:59:27 +0100 (Sun, 17 Feb 2013) | 2 lines

-Feature: show the amount of cargo that has already been reserved by full loading vehicles in the station (fonsinchen)

------------------------------------------------------------------------
r25012 | rubidium | 2013-02-17 15:54:50 +0100 (Sun, 17 Feb 2013) | 2 lines

-Codechange: persistently keep 'reserved' cargo (for full-load improved loading) instead of calculating if for every cycle

------------------------------------------------------------------------
r25011 | rubidium | 2013-02-17 15:50:54 +0100 (Sun, 17 Feb 2013) | 2 lines

-Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen)

------------------------------------------------------------------------
r25010 | rubidium | 2013-02-17 15:36:40 +0100 (Sun, 17 Feb 2013) | 2 lines

-Codechange: Add general framework for cargo actions, i.e. loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen)

------------------------------------------------------------------------
r25009 | rubidium | 2013-02-17 15:17:06 +0100 (Sun, 17 Feb 2013) | 2 lines

-Codechange: refactor bits of cargo packet (lists) to reduce duplicated code (fonsinchen)

------------------------------------------------------------------------
r25008 | rubidium | 2013-02-17 15:10:15 +0100 (Sun, 17 Feb 2013) | 2 lines

-Codechange: Make CargoList::Truncate behave similarly to CargoList::MoveTo, i.e. pass the amount to truncate (fonsinchen)

------------------------------------------------------------------------
r25007 | translators | 2013-02-16 19:45:45 +0100 (Sat, 16 Feb 2013) | 11 lines

-Update from WebTranslator v3.0:
bulgarian - 15 changes by ivanarj
esperanto - 1 changes by Asakha
greek - 41 changes by Evropi
hungarian - 24 changes by oklmernok
icelandic - 4 changes by Stimrol
japanese - 50 changes by Aknuth
korean - 2 changes by telk5093
norwegian_nynorsk - 1 changes by skjaeve
polish - 4 changes by wojteks86

------------------------------------------------------------------------
r25006 | frosch | 2013-02-16 17:43:05 +0100 (Sat, 16 Feb 2013) | 1 line

-Fix: Update script_window.
------------------------------------------------------------------------
r25005 | rubidium | 2013-02-16 13:28:45 +0100 (Sat, 16 Feb 2013) | 2 lines

-Add: Scottish Gaelic

------------------------------------------------------------------------
r25004 | translators | 2013-02-15 19:45:34 +0100 (Fri, 15 Feb 2013) | 9 lines

-Update from WebTranslator v3.0:
finnish - 4 changes by jpx_
german - 4 changes by planetmaker
greek - 108 changes by Evropi
italian - 4 changes by lorenzodv
japanese - 3 changes by Aknuth
korean - 4 changes by telk5093
serbian - 9 changes by ivan_mile

------------------------------------------------------------------------
r25003 | matthijs | 2013-02-15 12:01:45 +0100 (Fri, 15 Feb 2013) | 3 lines

-Fix (r24993): [SDL] Keep a flag to remember if a hardware palette was requested.
  - Previously, the code would query the SDL_HWPALETTE flag, which doesn't always match the requested value.
  - This would cause SDL to be restarted on every window resize event, effectively breaking resizing.
------------------------------------------------------------------------
r25002 | matthijs | 2013-02-15 12:01:43 +0100 (Fri, 15 Feb 2013) | 1 line

-Doc: [SDL] Fix typo in comment.
------------------------------------------------------------------------
r25001 | rubidium | 2013-02-14 19:58:04 +0100 (Thu, 14 Feb 2013) | 2 lines

-Change: heading for 1.4 now

------------------------------------------------------------------------
r24999 | translators | 2013-02-14 19:49:11 +0100 (Thu, 14 Feb 2013) | 7 lines

-Update from WebTranslator v3.0:
english_US - 4 changes by Rubidium
french - 4 changes by glx
greek - 156 changes by Evropi
spanish - 5 changes by Terkhen
swedish - 9 changes by Joel_A, Zuu

------------------------------------------------------------------------
r24998 | rubidium | 2013-02-14 18:24:55 +0100 (Thu, 14 Feb 2013) | 2 lines

-Fix [FS#5137]: Set vehicle's service interval is percent flag appropriately on creation (peter1138)

------------------------------------------------------------------------
r24997 | rubidium | 2013-02-14 18:11:42 +0100 (Thu, 14 Feb 2013) | 2 lines

-Change: Use dropdown list to select between Default/Days/Percentage (peter1138)

------------------------------------------------------------------------
r24996 | rubidium | 2013-02-14 18:08:56 +0100 (Thu, 14 Feb 2013) | 2 lines

-Change: Apply default service interval changes to vehicles without custom interval (peter1138)

------------------------------------------------------------------------
r24995 | rubidium | 2013-02-14 18:06:49 +0100 (Thu, 14 Feb 2013) | 2 lines

-Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138)

------------------------------------------------------------------------
r24994 | rubidium | 2013-02-14 18:04:01 +0100 (Thu, 14 Feb 2013) | 2 lines

-Codechange: Replace access to service_interval with accessors (peter1138)

------------------------------------------------------------------------
r24993 | matthijs | 2013-02-14 12:06:12 +0100 (Thu, 14 Feb 2013) | 5 lines

-Fix: [SDL] Improve 8bpp hardware palette support. Instead of always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode.
  - This fixes 32bpp blitters on 8bpp X11, which would only render garbage with SDL_HWPALETTE.
  - This prevents the colors of other applications from being messed up when running a 8bpp blitter on a 8bpp system.
  - When running a 8bpp blitter on an 8bpp system without SDL_HWPALETTE (e.g., in windowed mode), this uses a new shadow surface with color approximation.
  - The use of a hardware palette can be forced on and off using -v sdl:hw_palette=1 or -v sdl:hw_palette=0
------------------------------------------------------------------------
r24992 | matthijs | 2013-02-14 12:06:06 +0100 (Thu, 14 Feb 2013) | 1 line

-Codechange: [SDL] Make CreateMainSurface and PollEvent private methods instead of static functions.
------------------------------------------------------------------------
r24991 | matthijs | 2013-02-14 12:06:01 +0100 (Thu, 14 Feb 2013) | 1 line

-Doc: Clarify comments regarding settings macros.
------------------------------------------------------------------------
r24990 | translators | 2013-02-13 19:45:20 +0100 (Wed, 13 Feb 2013) | 6 lines

-Update from WebTranslator v3.0:
czech - 36 changes by greem
greek - 24 changes by Evropi
japanese - 45 changes by Aknuth
vietnamese - 37 changes by myquartz

------------------------------------------------------------------------
r24989 | translators | 2013-02-12 19:46:26 +0100 (Tue, 12 Feb 2013) | 7 lines

-Update from WebTranslator v3.0:
afrikaans - 53 changes by YsterVuis
danish - 4 changes by Elias
greek - 9 changes by Evropi
hebrew - 3 changes by yitzc
thai - 50 changes by khao9999

------------------------------------------------------------------------
r24988 | translators | 2013-02-11 19:49:03 +0100 (Mon, 11 Feb 2013) | 7 lines

-Update from WebTranslator v3.0:
greek - 53 changes by Evropi
hebrew - 24 changes by yitzc
hungarian - 1 changes by IPG
korean - 1 changes by telk5093
slovak - 10 changes by greem

------------------------------------------------------------------------
r24987 | frosch | 2013-02-10 22:05:24 +0100 (Sun, 10 Feb 2013) | 1 line

-Fix: When choosing a train in a depot to attach a newly purchased wagon to, do not consider trains currently moving in and out of the depot.
------------------------------------------------------------------------
r24986 | zuu | 2013-02-10 20:49:04 +0100 (Sun, 10 Feb 2013) | 1 line

-Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
------------------------------------------------------------------------
r24985 | translators | 2013-02-10 19:48:04 +0100 (Sun, 10 Feb 2013) | 5 lines

-Update from WebTranslator v3.0:
korean - 1 changes by telk5093
turkish - 21 changes by magnum06
ukrainian - 43 changes by Strategy

------------------------------------------------------------------------
r24984 | translators | 2013-02-09 19:45:20 +0100 (Sat, 09 Feb 2013) | 6 lines

-Update from WebTranslator v3.0:
esperanto - 1 changes by LaPingvino
greek - 5 changes by Evropi
thai - 38 changes by khao9999
ukrainian - 23 changes by Strategy

------------------------------------------------------------------------