Commit Graph

9184 Commits (d2338453706dec618f47aca3cbbbb65f4e63ffc7)

Author SHA1 Message Date
alberth d233845370 (svn r19838) -Change: Add filter capability to the availables list. 14 years ago
alberth b7a8497ccd (svn r19837) -Change: Display list of available (non-active) grfs in the NewGRF window. 14 years ago
alberth 219ae56f8a (svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui to its own method. 14 years ago
alberth 3271362413 (svn r19835) -Codechange: Extract grfident equality check to its own method. 14 years ago
alberth 9c3b9690fb (svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel with black background. 14 years ago
alberth 22b868f4d5 (svn r19833) -Change: Modify NewGRF window towards having combined lists, add captions. 14 years ago
alberth cf6e1165b5 (svn r19832) -Codechange: Rename variables list->actives, sel->active_sel. 14 years ago
alberth f0779f0163 (svn r19831) -Codechange: Rename formal parameters of the constructor to match data member variable names. 14 years ago
alberth c4b29c5124 (svn r19830) -Codechange: Move variable declarations to their first use. 14 years ago
alberth 8b582edb38 (svn r19829) -Codechange: Extract assignment from the condition-check in the for statement. 14 years ago
rubidium d8b9cf482a (svn r19828) -Remove: broken strings from Italian (did hope the translator had fixed them by now) 14 years ago
translators c84ddb1ebd (svn r19827) -Update from WebTranslator v3.0:
catalan - 41 changes by arnau
dutch - 48 changes by Hyronymus
finnish - 4 changes by erani
russian - 7 changes by Lone_Wolf
slovenian - 17 changes by ntadej
vietnamese - 3 changes by nglekhoi
14 years ago
rubidium 4f5ab40e0b (svn r19826) -Add: extra gender to Italian 14 years ago
translators 105a97cd0e (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
14 years ago
rubidium 0e1861c3b8 (svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someone 14 years ago
alberth 3b8c4440c5 (svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit. 14 years ago
glx 895e3c312a (svn r19822) -Fix (r19814): missing semicolon 14 years ago
alberth 270b5fdaaf (svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the upper edge of the map (reported by IPG). 14 years ago
translators e4e8ac471a (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
14 years ago
translators 9b7f9068b1 (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
14 years ago
smatz 80fd67a314 (svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work 14 years ago
rubidium 241dd9a9f5 (svn r19817) -Fix: MSVC compile warnings 14 years ago
rubidium 548dd91ef0 (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well 14 years ago
smatz 28d25cadfc (svn r19815) -Cleanup: remove two unused variables 14 years ago
rubidium 062dd0e24c (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium a2d6961ab3 (svn r19813) -Fix (r19807): initialising viewports kinda failed 14 years ago
rubidium 398418b8fa (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium 793b0f0736 (svn r19811) -Codechange: make the last bits from table/strings.h use static consts too instead of an unnamed enum 14 years ago
rubidium dc149021be (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant 14 years ago
rubidium 2555522eab (svn r19809) -Codechange: make some unnamed network related enums/defines static const variables 14 years ago
rubidium 6fa962b867 (svn r19808) -Codechange: NetworkCalculateLag returned an uint, so keep it that way 14 years ago
rubidium 3118292b14 (svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that 14 years ago
smatz d568a4258b (svn r19806) -Codechange: silence one warning 14 years ago
rubidium 7e1808ce21 (svn r19804) -Fix (r19802): Compile before commit, or at least triple check :) 14 years ago
belugas 7d43793ec4 (svn r19803) -Fix(r19802): Compile before commit, or at least double check... 14 years ago
belugas e5a3900d37 (svn r19802) -Codechange: Replace some more magic numbers by corresponding constants 14 years ago
rubidium 1a5d7b34d8 (svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr 14 years ago
belugas e91165ef6e (svn r19800) -Codechange: Replace magic number by corresponding constant 14 years ago
rubidium 93ff7d78e1 (svn r19799) -Change: give depots an unique name in the same manner buoys and waypoints are named 14 years ago
rubidium 863ff6522b (svn r19798) -Codechange: generalise the waypoint naming method 14 years ago
rubidium 0d9281dde3 (svn r19797) -Cleanup: language files due to r19796 14 years ago
rubidium 5051ef80c6 (svn r19796) -Codechange: introduce and use a {DEPOT} string command 14 years ago
translators 007c9641a6 (svn r19795) -Update from WebTranslator v3.0:
galician - 5 changes by Drenghist
polish - 3 changes by silver_777
russian - 3 changes by
14 years ago
rubidium 99ecfe4061 (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 years ago
rubidium fe71d4fc99 (svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88) 14 years ago
rubidium d2364c32ed (svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88) 14 years ago
rubidium 2c25f51281 (svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88) 14 years ago
rubidium be504a6ef0 (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter 14 years ago
glx 26bf9a13de (svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE 14 years ago
translators 1c3c7da1f2 (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
14 years ago