summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-23(svn r19697) -Add: sprite for NewGRF some debuging featuresrubidium
2010-04-22(svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main ↵terkhen
toolbar when the "Link landscape toolbar" setting is active.
2010-04-22(svn r19695) -Fix: leaking a file descriptorrubidium
2010-04-22(svn r19694) -Update from WebTranslator v3.0:translators
greek - 8 changes by vesnikos luxembourgish - 1 changes by Phreeze norwegian_nynorsk - 1 changes by 2rB polish - 16 changes by xine
2010-04-22(svn r19693) -Codechange: split STATUS_INACTIVE to two statessmatz
2010-04-21(svn r19689) -Update from WebTranslator v3.0:translators
croatian - 2 changes by VoyagerOne dutch - 1 changes by habell hungarian - 17 changes by IPG indonesian - 3 changes by prof norwegian_nynorsk - 1 changes by 2rB
2010-04-21(svn r19688) -Codechange: run CheckCaches after the debug desync save, so we ↵rubidium
don't store just reset values in the savegame but the data from the previous tick
2010-04-21(svn r19687) -Fix: desync when joining the game because of using the wrong ↵rubidium
variable
2010-04-21(svn r19686) -Fix (r15126): truncated archives were not detected when using ↵smatz
zlib 1.2.3. This also fixes zlib 1.2.4 compatibility, zlib 1.2.5 is bugfree
2010-04-20(svn r19685) -Fix (r19679): off-by-one erroryexo
2010-04-20(svn r19684) -Fix [FS#3779]: don't show an error message when trying to give ↵yexo
another client an amount of 0 money
2010-04-20(svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expandsmatz
2010-04-20(svn r19682) -Update from WebTranslator v3.0:translators
irish - 26 changes by Nalum
2010-04-20(svn r19680) -Fix [FS#3775] (r19648): when joining a MP game all clients ↵rubidium
with company ID > 0 would be shown as if they were a spectator
2010-04-20(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect ↵yexo
properties from other newgrfs
2010-04-19(svn r19678) -Fix (r19607): client status was shown incorrect in the consolerubidium
2010-04-19(svn r19677) -Update from WebTranslator v3.0:translators
portuguese - 6 changes by JayCity romanian - 1 changes by tonny serbian - 2 changes by etran slovenian - 9 changes by Necrolyte spanish - 1 changes by Terkhen
2010-04-19(svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files ↵rubidium
were unreadable
2010-04-18(svn r19673) -Codechange: Optimize calculation of graph grid size (method by ↵terkhen
Alberth). -Fix: Remove a gcc 3.3 warning.
2010-04-18(svn r19672) -Update from WebTranslator v3.0:translators
catalan - 3 changes by arnau czech - 8 changes by Harlequin german - 1 changes by planetmaker italian - 1 changes by lorenzodv latvian - 30 changes by nobody lithuanian - 3 changes by BlinK_ maltese - 26 changes by kelinu swedish - 2 changes by tool turkish - 12 changes by niw3
2010-04-18(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.frosch
2010-04-18(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer ↵frosch
divisions with rounding.
2010-04-17(svn r19669) -Fix: don't display an error message when double clicking on a ↵yexo
vehicle in the 'available vehicles'-window
2010-04-17(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.frosch
2010-04-17(svn r19664) -Fix [FS#3749]: Crash of a dedicated server if the null blitter ↵rubidium
is overridden and (after a while) there is no company 0 on new year anymore
2010-04-17(svn r19663) -Fix: in rare cases, update of signals could be missedsmatz
2010-04-17(svn r19662) -Feature: Resizable graphs.terkhen
2010-04-17(svn r19661) -Codechange: Base the number of vertical grids of a graph on ↵terkhen
its size.
2010-04-17(svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the ↵yexo
build menu
2010-04-17(svn r19659) -Update from WebTranslator v3.0:translators
finnish - 1 changes by jpx_ french - 1 changes by glx greek - 2 changes by fumantsu irish - 2 changes by Nalum maltese - 74 changes by kelinu portuguese - 1 changes by JayCity russian - 3 changes by Lone_Wolf slovenian - 1 changes by ntadej
2010-04-17(svn r19658) -Fix: One could turn transport companies into credit banks.frosch
2010-04-17(svn r19657) -Fix: Add saneness checks for front vehicles.frosch
2010-04-17(svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are ↵frosch
requested.
2010-04-17(svn r19655) -Codechange: Reduce usage magic p1 parameter.frosch
2010-04-17(svn r19654) -Codechange: Use Extract<> in more places.frosch
2010-04-17(svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so ↵frosch
generally extent it to handle 32 bits.
2010-04-17(svn r19651) -Fix [FS#3745]: when a company is sold, move connected clients ↵smatz
to spectators
2010-04-17(svn r19650) -Add: stub for a Maltese translationrubidium
2010-04-17(svn r19649) -Add: plural rule for Malteserubidium
-Fix: plural rule for Irish
2010-04-17(svn r19648) -Fix [FS#3760]: a client would not be properly moved when moved ↵rubidium
while joining, e.g. when entering a company's password. This caused the client to be in the wrong company (according to the rest of the clients) and the client being kicked on the first command
2010-04-17(svn r19647) -Fix [FS#3768]: trains loaded above the original IDs didn't ↵yexo
have a default railtypelabel assigned to them, causing them to be unavailable
2010-04-16(svn r19645) -Doc: mention the zlib 1.2.3.5-1.2.4 gzeof issue in known-bugsrubidium
2010-04-16(svn r19644) -Fix [FS#3728]: don't allow building cacti outside of the ↵rubidium
desert or rain forest trees outside of the rain forest area. This to prevent people from thinking planting rain forest trees makes the rain forest bigger and thus adds more place to build a lumber mill.
2010-04-16(svn r19643) -Fix (r19120): Industry generation failed for large maps and ↵frosch
lots of industry types.
2010-04-16(svn r19642) -Add: Sort cargos alphabetically at the "Reffitable to" label ↵terkhen
in the build vehicle window.
2010-04-16(svn r19641) -Add: stub for an Irish translationrubidium
2010-04-16(svn r19640) -Update from WebTranslator v3.0:translators
dutch - 2 changes by Yexo portuguese - 12 changes by JayCity
2010-04-15(svn r19639) -Update from WebTranslator v3.0:translators
italian - 2 changes by lorenzodv luxembourgish - 2 changes by Phreeze slovenian - 2 changes by ntadej
2010-04-14(svn r19638) -Change: log the _date and _date_fract in the desync log for ↵rubidium
saved games
2010-04-14(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.frosch