summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-16(svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui ↵alberth
to its own method.
2010-05-16(svn r19835) -Codechange: Extract grfident equality check to its own method.alberth
2010-05-16(svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel ↵alberth
with black background.
2010-05-16(svn r19833) -Change: Modify NewGRF window towards having combined lists, ↵alberth
add captions.
2010-05-16(svn r19832) -Codechange: Rename variables list->actives, sel->active_sel.alberth
2010-05-16(svn r19831) -Codechange: Rename formal parameters of the constructor to ↵alberth
match data member variable names.
2010-05-16(svn r19830) -Codechange: Move variable declarations to their first use.alberth
2010-05-16(svn r19829) -Codechange: Extract assignment from the condition-check in the ↵alberth
for statement.
2010-05-16(svn r19828) -Remove: broken strings from Italian (did hope the translator ↵rubidium
had fixed them by now)
2010-05-16(svn r19827) -Update from WebTranslator v3.0:translators
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
2010-05-16(svn r19826) -Add: extra gender to Italianrubidium
2010-05-15(svn r19825) -Update from WebTranslator v3.0:translators
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
2010-05-15(svn r19824) -Fix [FS#3837] (19799): aircraft would be heading to someonerubidium
2010-05-15(svn r19823) -Fix: Ensure that both texts of the newgrf gui download button fit.alberth
2010-05-14(svn r19822) -Fix (r19814): missing semicolonglx
2010-05-14(svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the ↵alberth
upper edge of the map (reported by IPG).
2010-05-14(svn r19820) -Update from WebTranslator v3.0:translators
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
2010-05-13(svn r19819) -Update from WebTranslator v3.0:translators
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
2010-05-13(svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't worksmatz
2010-05-13(svn r19817) -Fix: MSVC compile warningsrubidium
2010-05-13(svn r19816) -Codechange: use static const uint for the unnamed 'tile ↵rubidium
consts' enum as well
2010-05-13(svn r19815) -Cleanup: remove two unused variablessmatz
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-05-13(svn r19813) -Fix (r19807): initialising viewports kinda failedrubidium
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they ↵rubidium
consisted of unrelated values use static const (u)int
2010-05-13(svn r19811) -Codechange: make the last bits from table/strings.h use static ↵rubidium
consts too instead of an unnamed enum
2010-05-13(svn r19810) -Fix: [YAPF] Improperly formatted (global) constantrubidium
2010-05-13(svn r19809) -Codechange: make some unnamed network related enums/defines ↵rubidium
static const variables
2010-05-13(svn r19808) -Codechange: NetworkCalculateLag returned an uint, so keep it ↵rubidium
that way
2010-05-13(svn r19807) -Codechange: instead of having an unnamed enum and passing it ↵rubidium
as an int, name the enum and pass that
2010-05-13(svn r19806) -Codechange: silence one warningsmatz
2010-05-12(svn r19804) -Fix (r19802): Compile before commit, or at least triple check :)rubidium
2010-05-12(svn r19803) -Fix(r19802): Compile before commit, or at least double check... belugas
2010-05-12(svn r19802) -Codechange: Replace some more magic numbers by corresponding ↵belugas
constants
2010-05-12(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbrrubidium
2010-05-12(svn r19800) -Codechange: Replace magic number by corresponding constantbelugas
2010-05-12(svn r19799) -Change: give depots an unique name in the same manner buoys ↵rubidium
and waypoints are named
2010-05-12(svn r19798) -Codechange: generalise the waypoint naming methodrubidium
2010-05-12(svn r19797) -Cleanup: language files due to r19796rubidium
2010-05-12(svn r19796) -Codechange: introduce and use a {DEPOT} string commandrubidium
2010-05-12(svn r19795) -Update from WebTranslator v3.0:translators
galician - 5 changes by Drenghist polish - 3 changes by silver_777 russian - 3 changes by
2010-05-11(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)rubidium
2010-05-11(svn r19791) -Change: use the typed FOR_EACH_SET_BIT for RoadTypes (adf88)rubidium
2010-05-11(svn r19790) -Change: use the typed FOR_EACH_SET_BIT for CargoIDs (adf88)rubidium
2010-05-11(svn r19789) -Add [FS#3519]: a typed FOR_EACH_SET_BIT (adf88)rubidium
2010-05-11(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the ↵rubidium
passed bit variable, i.e. allow expressions as parameter
2010-05-11(svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODEglx
2010-05-11(svn r19786) -Update from WebTranslator v3.0:translators
irish - 95 changes by tem polish - 2 changes by xine russian - 6 changes by Lone_Wolf turkish - 3 changes by niw3
2010-05-11(svn r19785) -Codechange: reorder/rework the checks for CheckNextTrainTile a ↵rubidium
bit, causing the whole function to be a few percent faster and hopefully better to understand
2010-05-11(svn r19784) -Fix [FS#3770]: if a waypoint is immediately followed by a path ↵rubidium
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