Commit Graph

9184 Commits (d2338453706dec618f47aca3cbbbb65f4e63ffc7)

Author SHA1 Message Date
rubidium e594042fb7 (svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a bit, causing the whole function to be a few percent faster and hopefully better to understand 14 years ago
rubidium 38d60f4b47 (svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost 14 years ago
translators 1cfddeeccf (svn r19783) -Update from WebTranslator v3.0:
polish - 5 changes by xine
russian - 24 changes by Lone_Wolf
14 years ago
peter1138 92042c6237 (svn r19782) -Fix [FS#3828]: NULL pointer deference when testing relative scope *action2 on an unbuilt engine. 14 years ago
rubidium a8fa3dd3ce (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) 14 years ago
rubidium 6d94dd10dd (svn r19780) -Fix [FS#3807]: make sure that when checking whether a path + filename are valid the whole string can be constructed within an array of length MAX_PATH. If not, the name is too long and is deemed invalid 14 years ago
rubidium 08919d2747 (svn r19779) -Change: add a return type to AppendPathSeparator and use that to determine whether we could append the path separator. If not, do not recurse into that directory as the path would exceed the maximum path length 14 years ago
rubidium 369dedca89 (svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists 14 years ago
rubidium 948beec597 (svn r19777) -Change: use the file scanner to find the .tars 14 years ago
rubidium 8a2fecbff5 (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. 14 years ago
smatz 3f961ca671 (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
translators 2eaca9e108 (svn r19774) -Update from WebTranslator v3.0:
czech - 33 changes by Hadez
korean - 3 changes by junho2813
portuguese - 3 changes by JayCity
russian - 24 changes by Lone_Wolf
slovenian - 3 changes by ntadej
vietnamese - 3 changes by nglekhoi
14 years ago
yexo 37928e29f7 (svn r19773) -Add: [NoAI] AIIndustry::GetIndustryID(TileIndex) 14 years ago
yexo 96c1fd6173 (svn r19772) -Fix [FS#3818]: the break-on-log-message feature could trigger an assert (Zuu) 14 years ago
translators a53fb48149 (svn r19771) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
brazilian_portuguese - 3 changes by Tucalipe
russian - 1 changes by Lone_Wolf
slovak - 77 changes by keso53
swedish - 3 changes by Zuu
14 years ago
frosch 9ff8032c94 (svn r19770) -Feature: Hide all other industries when ctrl+clicking an industry type in smallmap legend. 14 years ago
frosch 5b77a63ecf (svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone. 14 years ago
smatz 173b56b895 (svn r19768) -Fix: half-desert tiles would never revert back to clear tiles 14 years ago
alberth 8d1d4267af (svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured heights (ChillCore). 14 years ago
alberth d822b2969b (svn r19766) -Codechange: Store tile height of smallmap contour legend in the LegendAndColour struct. 14 years ago
alberth 3bb174f424 (svn r19765) -Codechange: Apply a bit of code style and a bit of comment shuffling to CalcHeightdiff. 14 years ago
translators fa0ca116fe (svn r19764) -Update from WebTranslator v3.0:
traditional_chinese - 9 changes by josesun
croatian - 3 changes by VoyagerOne
irish - 7 changes by tem
russian - 2 changes by Lone_Wolf
14 years ago
translators 279909e02f (svn r19763) -Update from WebTranslator v3.0:
dutch - 3 changes by habell
irish - 3 changes by tem
italian - 3 changes by lorenzodv
norwegian_bokmal - 3 changes by mantaray
norwegian_nynorsk - 3 changes by mantaray
russian - 5 changes by Lone_Wolf
spanish - 3 changes by Terkhen
14 years ago
translators 247a669473 (svn r19762) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
finnish - 3 changes by jpx_
french - 3 changes by glx
german - 3 changes by planetmaker
greek - 16 changes by fumantsu
hebrew - 7 changes by dnd_man
hungarian - 3 changes by IPG, Petert
irish - 233 changes by tem
romanian - 3 changes by kkmic
russian - 7 changes by Lone_Wolf
serbian - 3 changes by etran
14 years ago
frosch cf0a20863f (svn r19761) -Fix: [NewGRF] Vehicle var 43 missed AI information in purchase list. 14 years ago
rubidium d031034789 (svn r19760) -Change: use the {HEIGHT} command for the smallmap legend 14 years ago
rubidium 32f473c7c1 (svn r19759) -Change: use the {HEIGHT} command for the measurement tool 14 years ago
rubidium b11dfa8cb8 (svn r19758) -Add: {HEIGHT} string command 14 years ago
translators 5db70ad649 (svn r19757) -Update from WebTranslator v3.0:
irish - 253 changes by tem
luxembourgish - 25 changes by Phreeze
portuguese - 1 changes by JayCity
14 years ago
smatz 00a52cc475 (svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance 14 years ago
frosch fc646a16a4 (svn r19755) -Fix: Blocked roadvehicles should first check whether they are still blocked before accelerating again, instead of continuous starting/stopping. 14 years ago
translators 809dd8a54c (svn r19754) -Update from WebTranslator v3.0:
luxembourgish - 3 changes by Phreeze
russian - 24 changes by Lone_Wolf
swedish - 3 changes by Zuu
14 years ago
rubidium 4c52a2cbd3 (svn r19753) -Fix [FS#3740]: try a bit harder to find a suitable font that can be loaded, i.e. while searching for a suitable font test whether you can open it and if not search further instead of always returning the first suitable font even when it can't be loaded 14 years ago
translators ce8fa45754 (svn r19752) -Update from WebTranslator v3.0:
galician - 41 changes by Condex
indonesian - 7 changes by adjayanto
irish - 29 changes by tem
norwegian_bokmal - 47 changes by mantaray
norwegian_nynorsk - 49 changes by mantaray
russian - 2 changes by Lone_Wolf
slovak - 30 changes by keso53
14 years ago
rubidium cc76834db6 (svn r19751) -Change [FS#3798]: make sure the chat area fits in the default window size; if you want it larger, you can always change/override it in the config file. 14 years ago
frosch 1716314fa5 (svn r19750) -Fix: Var 0x43 is not 'safe' during callbacks 22 and 38 either. 14 years ago
yexo cb61f5ac10 (svn r19749) -Fix: [NewGRF] possible divide-by-zero if a newgrf checked industry var 42 while the production level was 0 14 years ago
frosch eea1a772f2 (svn r19748) -Fix (r19743): Callback 22 and 38 are called with ind == NULL. 14 years ago
translators 50cbdfeed8 (svn r19747) -Update from WebTranslator v3.0:
galician - 22 changes by Condex
irish - 244 changes by tem
turkish - 25 changes by niw3
ukrainian - 2 changes by Madvin
14 years ago
frosch 68c1213efa (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when resizing main window or changing language, if they have been moved/resized before. 14 years ago
frosch 7563432119 (svn r19745) -Fix: The GUI is controlled by _local_company, not _current_company. 14 years ago
frosch 910aade284 (svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds. 14 years ago
frosch 7795303227 (svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks. 14 years ago
translators 36850ba3e8 (svn r19740) -Update from WebTranslator v3.0:
traditional_chinese - 16 changes by josesun
hungarian - 26 changes by IPG
indonesian - 18 changes by prof
irish - 640 changes by tem
luxembourgish - 1 changes by Phreeze
14 years ago
rubidium ac9af8e1e1 (svn r19738) -Fix: MSVC 64 bits compile warnings 14 years ago
translators 247d1aa395 (svn r19737) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
irish - 424 changes by tem
maltese - 105 changes by kelinu, peter88823
polish - 14 changes by xaxa
romanian - 28 changes by kkmic
vietnamese - 2 changes by nglekhoi
14 years ago
frosch f6f092b5ee (svn r19736) -Fix [FS#3802]: Spritepicker still failed for 32bpp-anim blitter. 14 years ago
translators c695a9eebe (svn r19735) -Update from WebTranslator v3.0:
italian - 3 changes by lorenzodv
lithuanian - 6 changes by Devastator
luxembourgish - 3 changes by Phreeze
brazilian_portuguese - 26 changes by Tucalipe
russian - 4 changes by Lone_Wolf
slovak - 6 changes by JamesSVK
slovenian - 26 changes by ntadej
14 years ago
translators 70732686b9 (svn r19734) -Update from WebTranslator v3.0:
traditional_chinese - 10 changes by josesun
croatian - 3 changes by UnderwaterHesus, VoyagerOne
dutch - 2 changes by habell
finnish - 2 changes by jpx_
french - 2 changes by glx
german - 2 changes by planetmaker
hungarian - 3 changes by IPG
indonesian - 1 changes by prof
luxembourgish - 41 changes by Phreeze
maltese - 76 changes by peter88823
polish - 2 changes by silver_777
russian - 8 changes by Frukt, perk11
serbian - 2 changes by etran
spanish - 2 changes by Terkhen
14 years ago
frosch 8a9e1d4596 (svn r19733) -Change: Set var 60+x parameters in the inspect window per feature. 14 years ago
frosch 7579079874 (svn r19732) -Fix [FS#3802]: Spritepicker failed for 32bpp blitters due to pitch measured in pixels rather than bytes. 14 years ago
frosch 7b30f34ecf (svn r19731) -Add: Spritepicker to sprite alignment tool. 14 years ago
translators f4e677db80 (svn r19730) -Update from WebTranslator v3.0:
catalan - 12 changes by arnau
croatian - 23 changes by VoyagerOne
dutch - 26 changes by habell
french - 12 changes by glx
german - 23 changes by planetmaker
italian - 23 changes by lorenzodv
russian - 103 changes by Frukt, perk11
serbian - 12 changes by etran
swedish - 5 changes by Zuu
vietnamese - 6 changes by nglekhoi
14 years ago
terkhen 2e4e4e3147 (svn r19729) -Fix [FS#3793]: The company value graph crashed the game when displaying companies with a huge amount of money. 14 years ago
terkhen 0107562a86 (svn r19727) -Fix (r19720) [FS#3795]: Demolishing bridges or aqueducts caused a crash. 14 years ago
peter1138 aa096f859c (svn r19726) -Fix [FS#Sacro]: Broken English. 14 years ago
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
14 years ago
rubidium bf638801c0 (svn r19724) -Fix [FS#3792]: random tree type did not build all sub-tropic trees (Krille) 14 years ago
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. 14 years ago
rubidium 4868fb988f (svn r19722) -Fix: crash when using restart via rcon. 14 years ago
terkhen a4eea26aa4 (svn r19721) -Change: Set the new base costs to better values. 14 years ago
terkhen 52ab1c7d40 (svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks. 14 years ago
terkhen a2b03e54e0 (svn r19719) -Codechange: When building a lock, do not add the cost of building canals if they are already built. 14 years ago
terkhen e83797d2e0 (svn r19718) -Fix: The cost of clearing tiles was not taken into account when building locks. 14 years ago
terkhen 3be66a5e79 (svn r19717) -Fix: The cost of the first bridge type was added when building an aqueduct. 14 years ago
terkhen 28a57ee3f8 (svn r19716) -Documentation: Add comments for lock building and removal functions. 14 years ago
terkhen 1d60eac168 (svn r19715) -Codechange: Rename all appareances of shiplift to lock. 14 years ago
smatz e3c89df398 (svn r19714) -Feature: ctrl+click on a vehicle to start/stop it 14 years ago
rubidium 82136fbc62 (svn r19713) -Fix [NewGRF]: passing some invalid data to industry variable 67/68 could cause a crash 14 years ago
rubidium 03c6f51c84 (svn r19712) -Fix (r19708): if the parent was a town, the parent wasn't shown 14 years ago
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
14 years ago
smatz 4a9ef6ce60 (svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles 14 years ago
rubidium f56ebd81c3 (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled callbacks and values of variables 14 years ago
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 14 years ago
rubidium 1da0086a45 (svn r19707) -Add: helper functions to instantiate/fill ResolverObjects 14 years ago
rubidium e75e2648fc (svn r19706) -Add: support for the (NewGRF) debug box 14 years ago
rubidium fef77ca53e (svn r19705) -Change: reinitialise the windows when changing the newgrf_developer_tools setting 14 years ago
rubidium 3461430a34 (svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed 14 years ago
rubidium 8aad995e32 (svn r19703) -Add: hexadecimal string filter 14 years ago
rubidium cdfd81405e (svn r19702) -Add: {HEX} to strgen 14 years ago
frosch ca9a015984 (svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly and cancel object placement when selecting not available industries. 14 years ago
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
14 years ago
terkhen d9dc4c04f4 (svn r19699) -Codechange: Use InvalidateData at the refit window. 14 years ago
rubidium f642c01fb4 (svn r19698) -Add: macros to get the size/length of a variable within a class 14 years ago
rubidium 532ac6bd67 (svn r19697) -Add: sprite for NewGRF some debuging features 14 years ago
terkhen 92a6710cb7 (svn r19696) -Fix [FS#3781]: Avoid showing building toolbars behind the main toolbar when the "Link landscape toolbar" setting is active. 14 years ago
rubidium 26af87bbaa (svn r19695) -Fix: leaking a file descriptor 14 years ago
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
14 years ago
smatz f48f4c8293 (svn r19693) -Codechange: split STATUS_INACTIVE to two states 14 years ago
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
14 years ago
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 14 years ago
rubidium bc81039cb8 (svn r19687) -Fix: desync when joining the game because of using the wrong variable 14 years ago
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 14 years ago
yexo ce8523f70a (svn r19685) -Fix (r19679): off-by-one error 14 years ago
yexo 879057de25 (svn r19684) -Fix [FS#3779]: don't show an error message when trying to give another client an amount of 0 money 14 years ago
smatz dba2a57b0d (svn r19683) -Fix (r19654): towns with 3x3 and 2x2 road layouts couldn't expand 14 years ago
translators 3c8c792e7e (svn r19682) -Update from WebTranslator v3.0:
irish - 26 changes by Nalum
14 years ago
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 14 years ago
yexo 92e36c87fd (svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs 14 years ago
rubidium df4d8b3bc9 (svn r19678) -Fix (r19607): client status was shown incorrect in the console 14 years ago