terkhen
2e4e4e3147
(svn r19729) -Fix [FS#3793]: The company value graph crashed the game when displaying companies with a huge amount of money.
2010-04-26 17:40:03 +00:00
terkhen
2e5b09471d
(svn r19728) -Fix (r19720, r19721): Update regression test due to different costs.
2010-04-25 21:07:04 +00:00
terkhen
0107562a86
(svn r19727) -Fix (r19720) [FS#3795]: Demolishing bridges or aqueducts caused a crash.
2010-04-25 20:56:42 +00:00
peter1138
aa096f859c
(svn r19726) -Fix [FS#Sacro]: Broken English.
2010-04-25 20:37:20 +00:00
translators
4761d24f89
(svn r19725) -Update from WebTranslator v3.0:
...
catalan - 4 changes by arnau
finnish - 23 changes by jpx_
french - 4 changes by glx
lithuanian - 11 changes by BlinK_
polish - 3 changes by silver_777
portuguese - 5 changes by JayCity
russian - 9 changes by Lone_Wolf, perk11
serbian - 4 changes by etran
spanish - 16 changes by Terkhen
2010-04-25 17:45:31 +00:00
rubidium
bf638801c0
(svn r19724) -Fix [FS#3792]: random tree type did not build all sub-tropic trees (Krille)
2010-04-25 16:34:53 +00:00
rubidium
c72e2dde60
(svn r19723) -Add: a simple sprite alignment helper. It does not store the new offsets anywhere so as soon as the sprite is reloaded the offsets are gone (use a bigger sprite cache if this happens). Also anything that reloads NewGRFs (new games, loading games or (re)applying NewGRFs) clears the sprite cache and as such resets the offsets.
2010-04-25 16:27:30 +00:00
rubidium
4868fb988f
(svn r19722) -Fix: crash when using restart via rcon.
2010-04-25 16:12:03 +00:00
terkhen
a4eea26aa4
(svn r19721) -Change: Set the new base costs to better values.
2010-04-25 14:46:54 +00:00
terkhen
52ab1c7d40
(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.
2010-04-25 13:56:51 +00:00
terkhen
a2b03e54e0
(svn r19719) -Codechange: When building a lock, do not add the cost of building canals if they are already built.
2010-04-25 13:52:08 +00:00
terkhen
e83797d2e0
(svn r19718) -Fix: The cost of clearing tiles was not taken into account when building locks.
2010-04-25 13:50:15 +00:00
terkhen
3be66a5e79
(svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct.
2010-04-25 13:47:13 +00:00
terkhen
28a57ee3f8
(svn r19716) -Documentation: Add comments for lock building and removal functions.
2010-04-25 13:44:49 +00:00
terkhen
1d60eac168
(svn r19715) -Codechange: Rename all appareances of shiplift to lock.
2010-04-24 21:03:40 +00:00
smatz
e3c89df398
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
2010-04-24 20:55:51 +00:00
rubidium
82136fbc62
(svn r19713) -Fix [NewGRF]: passing some invalid data to industry variable 67/68 could cause a crash
2010-04-24 19:06:54 +00:00
rubidium
03c6f51c84
(svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shown
2010-04-24 18:39:38 +00:00
translators
46a0fa6eda
(svn r19711) -Update from WebTranslator v3.0:
...
catalan - 24 changes by arnau
french - 9 changes by glx
korean - 2 changes by junho2813
maltese - 69 changes by peter88823
polish - 7 changes by xine
russian - 1 changes by Lone_Wolf
serbian - 7 changes by etran
spanish - 7 changes by Terkhen
2010-04-24 17:45:26 +00:00
smatz
4a9ef6ce60
(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles
2010-04-24 14:29:30 +00:00
rubidium
f56ebd81c3
(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables
2010-04-24 13:39:11 +00:00
rubidium
21883a84d7
(svn r19708) -Add: NewGRF "debugging" window and data tables; should be a useful tool for NewGRF developers to get some insights into the value of some variables
2010-04-24 13:36:29 +00:00
rubidium
1da0086a45
(svn r19707) -Add: helper functions to instantiate/fill ResolverObjects
2010-04-24 13:35:18 +00:00
rubidium
e75e2648fc
(svn r19706) -Add: support for the (NewGRF) debug box
2010-04-24 13:27:22 +00:00
rubidium
fef77ca53e
(svn r19705) -Change: reinitialise the windows when changing the newgrf_developer_tools setting
2010-04-24 13:22:17 +00:00
rubidium
3461430a34
(svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed
2010-04-24 11:52:58 +00:00
rubidium
8aad995e32
(svn r19703) -Add: hexadecimal string filter
2010-04-24 07:31:58 +00:00
rubidium
cdfd81405e
(svn r19702) -Add: {HEX} to strgen
2010-04-24 07:30:08 +00:00
frosch
ca9a015984
(svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly and cancel object placement when selecting not available industries.
2010-04-23 21:47:03 +00:00
translators
7a56196d98
(svn r19700) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by josesun
finnish - 11 changes by jpx_
indonesian - 3 changes by fanioz, prof
polish - 3 changes by silver_777
brazilian_portuguese - 7 changes by kwast, vitor_015
2010-04-23 17:45:18 +00:00
terkhen
d9dc4c04f4
(svn r19699) -Codechange: Use InvalidateData at the refit window.
2010-04-23 17:29:53 +00:00
rubidium
f642c01fb4
(svn r19698) -Add: macros to get the size/length of a variable within a class
2010-04-23 14:56:14 +00:00
rubidium
532ac6bd67
(svn r19697) -Add: sprite for NewGRF some debuging features
2010-04-23 14:31:10 +00:00
terkhen
92a6710cb7
(svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active.
2010-04-22 19:41:36 +00:00
rubidium
26af87bbaa
(svn r19695) -Fix: leaking a file descriptor
2010-04-22 18:34:45 +00:00
translators
8bc0231f98
(svn r19694) -Update from WebTranslator v3.0:
...
greek - 8 changes by vesnikos
luxembourgish - 1 changes by Phreeze
norwegian_nynorsk - 1 changes by 2rB
polish - 16 changes by xine
2010-04-22 17:45:16 +00:00
smatz
f48f4c8293
(svn r19693) -Codechange: split STATUS_INACTIVE to two states
2010-04-22 17:26:57 +00:00
translators
2836d9c1d7
(svn r19689) -Update from WebTranslator v3.0:
...
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 17:45:18 +00:00
rubidium
464a56420f
(svn r19688) -Codechange: run CheckCaches after the debug desync save, so we don't store just reset values in the savegame but the data from the previous tick
2010-04-21 12:55:33 +00:00
rubidium
bc81039cb8
(svn r19687) -Fix: desync when joining the game because of using the wrong variable
2010-04-21 12:36:00 +00:00
smatz
32510296b6
(svn r19686) -Fix (r15126): truncated archives were not detected when using zlib 1.2.3. This also fixes zlib 1.2.4 compatibility, zlib 1.2.5 is bugfree
2010-04-21 11:42:00 +00:00
yexo
ce8523f70a
(svn r19685) -Fix (r19679): off-by-one error
2010-04-20 19:25:29 +00:00
yexo
879057de25
(svn r19684) -Fix [FS#3779]: don't show an error message when trying to give another client an amount of 0 money
2010-04-20 18:02:08 +00:00
smatz
dba2a57b0d
(svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand
2010-04-20 17:49:11 +00:00
translators
3c8c792e7e
(svn r19682) -Update from WebTranslator v3.0:
...
irish - 26 changes by Nalum
2010-04-20 17:45:03 +00:00
rubidium
519c8007c8
(svn r19680) -Fix [FS#3775] (r19648): when joining a MP game all clients with company ID > 0 would be shown as if they were a spectator
2010-04-20 11:29:51 +00:00
yexo
92e36c87fd
(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs
2010-04-20 05:52:51 +00:00
rubidium
df4d8b3bc9
(svn r19678) -Fix (r19607): client status was shown incorrect in the console
2010-04-19 19:50:56 +00:00
translators
1ce5d3ed12
(svn r19677) -Update from WebTranslator v3.0:
...
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 17:45:19 +00:00
rubidium
83e40b8ced
(svn r19674) -Fix [FS#3774]: crash when the music/graphics metadata files were unreadable
2010-04-19 09:34:56 +00:00