miham
9aa21b54e1
(svn r10402) -Update: WebTranslator2 update to 2007-06-30 21:32:39
...
bulgarian - 10 fixed by kokobongo (10)
french - 2 fixed by glx (2)
italian - 2 fixed, 2 changed by lorenzodv (4)
korean - 2 fixed, 2 changed by darkttd (4)
polish - 43 fixed, 1 changed by meush (44)
slovenian - 1 fixed by Necrolyte (1)
spanish - 5 changed by eusebio (5)
swedish - 2 fixed by giddorah (2)
2007-06-30 19:33:02 +00:00
peter1138
f3aebc411d
(svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC)
2007-06-30 17:51:50 +00:00
glx
69586c94ae
(svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB
2007-06-30 15:02:21 +00:00
peter1138
9043900ed6
(svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor
2007-06-30 11:28:26 +00:00
peter1138
2bd72b978b
(svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference.
2007-06-30 08:26:34 +00:00
peter1138
9d6136e89e
(svn r10396) -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo)
2007-06-30 06:31:49 +00:00
KUDr
f9cac3c71b
(svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings
2007-06-30 00:17:07 +00:00
KUDr
cbbee4da48
(svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results.
2007-06-29 23:55:16 +00:00
KUDr
09ef044f9d
(svn r10393) -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments.
2007-06-29 23:50:42 +00:00
KUDr
c37dc87ad2
(svn r10392) -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT
2007-06-29 23:45:13 +00:00
KUDr
a88a1b6f53
(svn r10391) -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string
2007-06-29 23:30:14 +00:00
KUDr
622235d8cd
(svn r10390) -Fix: constness
2007-06-29 22:39:50 +00:00
KUDr
91d6051adb
(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output.
2007-06-29 22:33:58 +00:00
KUDr
3269660c4f
(svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA
2007-06-29 22:16:15 +00:00
glx
0cbb62b632
(svn r10387) -Fix (r10326, r10330): update unfinished langs
2007-06-29 14:35:29 +00:00
miham
9e20907209
(svn r10386) -Fix: [translations] croatian translators made a few type which prevented croatian langfile to be compiled. reported by boekabart
2007-06-29 13:32:28 +00:00
miham
8cde9d7810
(svn r10385) -Change: [Translations] Croatian is an accepted language
2007-06-29 12:27:13 +00:00
miham
0b21f5d5a6
(svn r10384) -Update: WebTranslator2 update to 2007-06-29 14:03:32
...
croatian - 261 fixed, 9 changed by tperic (270)
finnish - 2 changed by habazi (2)
hungarian - 1 fixed by miham (1)
romanian - 1 fixed, 38 changed by CrystyB (39)
ukrainian - 1 fixed by mad (1)
2007-06-29 12:04:40 +00:00
rubidium
178582b65d
(svn r10382) -Fix (strgen): it was not possible to use --warning and --todo at the same time.
2007-06-28 22:58:59 +00:00
rubidium
3a82c1e9ea
(svn r10381) -Fix [FS#951]: skipping an order made train reverse immediatelly. Patch by boekabart.
2007-06-28 22:03:34 +00:00
peter1138
b3c3171c1e
(svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players.
2007-06-28 19:14:29 +00:00
belugas
42f0593b82
(svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do
2007-06-28 19:03:14 +00:00
rubidium
1761ff341c
(svn r10378) -Merge: release changes from 0.5.
2007-06-28 19:02:59 +00:00
miham
df35ea0ae9
(svn r10377) -Update: WebTranslator2 update to 2007-06-28 20:46:13
...
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed, 2 changed by arnaullv (3)
dutch - 10 fixed by webfreakz (10)
french - 1 fixed by glx (1)
hungarian - 1 fixed by miham (1)
italian - 1 fixed by lorenzodv (1)
portuguese - 20 fixed by supra90 (20)
russian - 4 fixed by Smoky555 (4)
spanish - 2 fixed by eusebio (2)
2007-06-28 18:46:35 +00:00
peter1138
bee164f6a7
(svn r10371) -Fix (r9874): Remove never-used GetGroupName() function
2007-06-28 11:53:22 +00:00
peter1138
81170b5206
(svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data.
2007-06-28 10:50:26 +00:00
belugas
c1218e88e1
(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
...
Sometimes, the industry might not be able to provide its type, since it does not exists at all
2007-06-28 02:14:40 +00:00
peter1138
191f4be3e7
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command.
2007-06-27 23:40:21 +00:00
rubidium
e0a94a94a5
(svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails.
2007-06-27 23:26:40 +00:00
KUDr
15bf8e1e58
(svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!).
...
I will deal with those errors/desyncs tomorrow.
2007-06-27 22:29:57 +00:00
rubidium
26d6ba98ee
(svn r10365) -Fix: compiling without png and networking support under MSVC.
2007-06-27 22:26:27 +00:00
peter1138
c692d897cd
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
2007-06-27 20:53:25 +00:00
peter1138
de357c74c1
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
2007-06-27 20:40:20 +00:00
rubidium
2a96ca6983
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels.
2007-06-27 19:00:14 +00:00
miham
06be10925d
(svn r10361) -Update: WebTranslator2 update to 2007-06-27 20:59:10
...
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian - 5 fixed by thetitan (5)
catalan - 3 fixed by arnaullv (3)
estonian - 6 fixed, 4 changed by vermon (10)
french - 1 fixed by glx (1)
italian - 1 fixed, 17 changed by lorenzodv (18)
norwegian_nynorsk - 20 fixed by pollux (20)
piglatin - 25 fixed by adammw (25)
polish - 5 fixed by meush (5)
slovak - 1 fixed by lengyel (1)
slovenian - 20 fixed by Necrolyte (20)
spanish - 4 fixed, 4 changed by eusebio (8)
ukrainian - 3 fixed, 2 changed by mad (5)
2007-06-27 18:59:42 +00:00
rubidium
4c851d6456
(svn r10360) -Fix (r10359): make should always do "make all" by default
2007-06-27 18:53:24 +00:00
rubidium
cc240535f0
(svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do.
2007-06-27 18:50:18 +00:00
rubidium
67f46b40ab
(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now.
2007-06-27 17:19:05 +00:00
rubidium
3c5622ee9a
(svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix.
2007-06-27 17:05:06 +00:00
rubidium
ffffde515f
(svn r10356) -Fix (r10143): another memory leak eliminated.
2007-06-27 16:54:50 +00:00
rubidium
45ae73e03f
(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.
2007-06-27 16:41:37 +00:00
rubidium
0c8ca15c18
(svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station.
2007-06-27 14:37:46 +00:00
rubidium
52fbdd62a2
(svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting.
2007-06-27 14:15:48 +00:00
rubidium
a775cdc03a
(svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
2007-06-27 10:02:55 +00:00
KUDr
5b8e48f555
(svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ).
...
In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64).
2007-06-26 22:29:52 +00:00
rubidium
735c47d7d7
(svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy.
2007-06-26 21:17:51 +00:00
rubidium
667e8eaaf8
(svn r10347) -Fix [FS#948]: industries with a very low production could never recover when using smooth economy.
...
-Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy.
-Fix: in smooth economy the "do not increase production" flag of industries was ignored.
2007-06-26 21:11:17 +00:00
matthijs
02c54475fa
(svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138).
2007-06-26 20:23:09 +00:00
matthijs
a0a9a7f3cd
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
...
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
2007-06-26 20:15:33 +00:00
peter1138
a6da8c9519
(svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous.
2007-06-26 20:03:17 +00:00