Commit Graph

7107 Commits (1761ff341c93e857676cc852b21c8362208037b3)
 

Author SHA1 Message Date
rubidium 1761ff341c (svn r10378) -Merge: release changes from 0.5. 17 years ago
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)
17 years ago
peter1138 bee164f6a7 (svn r10371) -Fix (r9874): Remove never-used GetGroupName() function 17 years ago
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. 17 years ago
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
17 years ago
peter1138 191f4be3e7 (svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. 17 years ago
rubidium e0a94a94a5 (svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. 17 years ago
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.
17 years ago
rubidium 26d6ba98ee (svn r10365) -Fix: compiling without png and networking support under MSVC. 17 years ago
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. 17 years ago
peter1138 de357c74c1 (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) 17 years ago
rubidium 2a96ca6983 (svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels. 17 years ago
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)
17 years ago
rubidium 4c851d6456 (svn r10360) -Fix (r10359): make should always do "make all" by default 17 years ago
rubidium cc240535f0 (svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do. 17 years ago
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. 17 years ago
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. 17 years ago
rubidium ffffde515f (svn r10356) -Fix (r10143): another memory leak eliminated. 17 years ago
rubidium 45ae73e03f (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. 17 years ago
rubidium 0c8ca15c18 (svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station. 17 years ago
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. 17 years ago
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>". 17 years ago
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).
17 years ago
rubidium 735c47d7d7 (svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy. 17 years ago
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.
17 years ago
matthijs 02c54475fa (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). 17 years ago
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.
17 years ago
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. 17 years ago
belugas 15d4a27c89 (svn r10343) -Cleanup: Add documentation of functions and code-style fix.
Thanks of 45 degree patch for bringing it up
17 years ago
miham 6efd909fc9 (svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16
american   - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 17 fixed by tucalipe (17)
catalan    - 15 fixed, 10 changed by arnaullv (25)
dutch      - 9 fixed by Zr40 (9)
estonian   - 1 fixed by kristjans (1)
french     - 17 fixed by glx (17)
german     - 29 fixed by moewe2 (29)
hungarian  - 17 fixed by miham (17)
italian    - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1)
japanese   - 19 fixed by ickoonite (19)
korean     - 19 fixed by darkttd (19)
norwegian_bokmal - 58 fixed by oletk (58)
polish     - 113 fixed, 32 changed by meush (145)
romanian   - 18 fixed by kneekoo (18)
russian    - 15 fixed by Smoky555 (15)
slovak     - 86 fixed by lengyel (86)
spanish    - 113 fixed by eusebio (113)
swedish    - 30 fixed by giddorah (30)
traditional_chinese - 16 fixed by xbddc (16)
turkish    - 21 fixed by jnmbk (21)
ukrainian  - 15 fixed by znikoz (10), fevral13 (4), mad (1)
17 years ago
maedhros 821d10f44c (svn r10341) -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop. 17 years ago
truelight 90fa779a24 (svn r10340) -Fix: make sure no industry production can ever hit < 32 with smooth_economy 17 years ago
truelight 189fa7cca5 (svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;) 17 years ago
maedhros 6fe1113382 (svn r10338) -Codechange: Show the total time that the timetable will take. 17 years ago
peter1138 8b314ffd1f (svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists. 17 years ago
peter1138 dc78cf178c (svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases incorrectly stopped signal updates 17 years ago
maedhros fb284a9264 (svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable. 17 years ago
peter1138 217765fc0b (svn r10334) -Fix [FS#937]: with smooth scrolling enabled, the viewport destination was not clamped to the map 17 years ago
rubidium 36945fd628 (svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart. 17 years ago
rubidium 3c3c02d0fb (svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations. 17 years ago
maedhros 4af9ca5335 (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
the times from the first (or subsequent) run-throughs.
17 years ago
peter1138 2fce0506a6 (svn r10330) -Fix [FS#939]: budget window used wrong param for loan repay/borrow amounts 17 years ago
rubidium 8b2c8b6164 (svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map. 17 years ago
maedhros 992d64b0fb (svn r10328) -Codechange: Close the timetable window when closing the vehicle window. 17 years ago
maedhros 9216eabb54 (svn r10327) -Fix (r10236) [FS#934]: Vehicles wait at stations when they arrive early even
if they haven't been timetabled to wait, so make sure the lateness counter gets
updated as well.
17 years ago
peter1138 ff126a9c1d (svn r10326) -Update: change to new string codes used in english.txt 17 years ago
peter1138 b957786ea4 (svn r10325) -Fix (r10323): Missed 3 company name references 17 years ago
peter1138 d69589b3c2 (svn r10324) -Codechange: reference engine names by index 17 years ago
peter1138 eb6594caa8 (svn r10323) -Codechange: reference company name, number and player (president) name
by index
17 years ago
maedhros 0e59b4dc57 (svn r10322) -Codechange: Make the timetable window smaller by default so it doesn't take up so much space on small resolutions. 17 years ago