Commit Graph

15387 Commits (d8716dfa8a93f1005c1c5497046e11d480bd0d50)
 

Author SHA1 Message Date
translators 0c41d9e7d3 (svn r19825) -Update from WebTranslator v3.0:
hungarian - 1 changes by IPG
korean - 13 changes by junho2813
norwegian_bokmal - 10 changes by mantaray
norwegian_nynorsk - 4 changes by mantaray
romanian - 18 changes by kkmic
russian - 11 changes by Lone_Wolf
15 years ago
rubidium 62b2efae0c (svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someone 15 years ago
alberth 95b10740a9 (svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit. 15 years ago
glx b171226a13 (svn r19822) -Fix (r19814): missing semicolon 15 years ago
alberth 1f08a7a72e (svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the upper edge of the map (reported by IPG). 15 years ago
translators 4206cd58f6 (svn r19820) -Update from WebTranslator v3.0:
traditional_chinese - 78 changes by josesun
german - 17 changes by planetmaker
italian - 17 changes by lorenzodv
lithuanian - 28 changes by BlinK_
polish - 1 changes by silver_777
portuguese - 17 changes by ozulus
russian - 12 changes by Lone_Wolf
slovak - 144 changes by keso53
swedish - 36 changes by tool
vietnamese - 1 changes by nglekhoi
15 years ago
translators f2963236c9 (svn r19819) -Update from WebTranslator v3.0:
croatian - 17 changes by VoyagerOne
esperanto - 1 changes by kristjan
finnish - 13 changes by jpx_
french - 23 changes by glx
hungarian - 22 changes by IPG
norwegian_bokmal - 13 changes by mantaray
norwegian_nynorsk - 13 changes by mantaray
polish - 17 changes by CrySec
russian - 20 changes by Lone_Wolf
serbian - 17 changes by etran
slovak - 17 changes by keso53
spanish - 17 changes by Terkhen
15 years ago
smatz 09cb5fff3a (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 15 years ago
rubidium ec3c6484a9 (svn r19817) -Fix: MSVC compile warnings 15 years ago
rubidium f2d86acbd9 (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 15 years ago
smatz a1bdbe47a4 (svn r19815) -Cleanup: remove two unused variables 15 years ago
rubidium a70fd540fc (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 15 years ago
rubidium fc13802c72 (svn r19813) -Fix (r19807): initialising viewports kinda failed 15 years ago
rubidium f09a74a996 (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 15 years ago
rubidium f1e3a88257 (svn r19811) -Codechange: make the last bits from table/strings.h use static consts too instead of an unnamed enum 15 years ago
rubidium a4bc80417b (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant 15 years ago
rubidium eb8ee7ad5e (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 15 years ago
rubidium 5732bdcdb9 (svn r19808) -Codechange: NetworkCalculateLag returned an uint, so keep it that way 15 years ago
rubidium b4747b00e6 (svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that 15 years ago
smatz 32a8202446 (svn r19806) -Codechange: silence one warning 15 years ago
smatz a5ba605772 (svn r19805) -Codechange: disable warnings about unused but set variables when building with asserts disabled 15 years ago
rubidium 35ba356ed3 (svn r19804) -Fix (r19802): Compile before commit, or at least triple check :) 15 years ago
belugas 2ef7ec4309 (svn r19803) -Fix(r19802): Compile before commit, or at least double check... 15 years ago
belugas 6ef9f85cb6 (svn r19802) -Codechange: Replace some more magic numbers by corresponding constants 15 years ago
rubidium 63865a5ed7 (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 15 years ago
belugas 1e5ef8ce36 (svn r19800) -Codechange: Replace magic number by corresponding constant 15 years ago
rubidium 7f43b93eae (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 15 years ago
rubidium 92648be718 (svn r19798) -Codechange: generalise the waypoint naming method 15 years ago
rubidium 7fd8910c4b (svn r19797) -Cleanup: language files due to r19796 15 years ago
rubidium 99e88d6f7f (svn r19796) -Codechange: introduce and use a {DEPOT} string command 15 years ago
translators a75c228efb (svn r19795) -Update from WebTranslator v3.0:
galician - 5 changes by Drenghist
polish - 3 changes by silver_777
russian - 3 changes by
15 years ago
rubidium 113a6362f0 (svn r19794) -Fix: missing header in MSVC project files 15 years ago
rubidium 0c58a5e410 (svn r19793) -Add [FS#3657]: source.list to the Visual Studio solutions and run the project file regeneration when source.list changes (adf88) 15 years ago
rubidium 618572ce77 (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 15 years ago
rubidium 00422b37ef (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 15 years ago
rubidium fa7c8be0b8 (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 15 years ago
rubidium 115a4ee734 (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) 15 years ago
rubidium ee02599bbf (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter 15 years ago
glx 862321c62a (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE 15 years ago
translators 23d8539cf5 (svn r19786) -Update from WebTranslator v3.0:
irish - 95 changes by tem
polish - 2 changes by xine
russian - 6 changes by Lone_Wolf
turkish - 3 changes by niw3
15 years ago
rubidium 9f84fd4298 (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 15 years ago
rubidium c293e7efa0 (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 15 years ago
translators d04bec3dc0 (svn r19783) -Update from WebTranslator v3.0:
polish - 5 changes by xine
russian - 24 changes by Lone_Wolf
15 years ago
peter1138 55d227ef8b (svn r19782) -Fix [FS#3828]: NULL pointer deference when testing relative scope *action2 on an unbuilt engine. 15 years ago
rubidium a06b3c0646 (svn r19781) -Fix [FS#3809]: compilation on NetBSD failed (Krille) 15 years ago
rubidium fb84d465ed (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 15 years ago
rubidium c03844c22a (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 15 years ago
rubidium fe63c484cb (svn r19778) -Change: use the value from PATH_MAX (POSIX) for MAX_PATH (Windows/OpenTTD) if it exists 15 years ago
rubidium 2099d3ffb8 (svn r19777) -Change: use the file scanner to find the .tars 15 years ago
rubidium a1e9becc8f (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. 15 years ago