summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-10(svn r21133) -Add: function to check the validity of a string (without ↵rubidium
modifying it)
2010-11-10(svn r21132) -Codechange: unify the language file version/validity checkingrubidium
2010-11-10(svn r21131) -Codechange: show a (debug) warning when the GRF ID of a NewGRF ↵rubidium
differs between the file scan and other stages
2010-11-10(svn r21130) -Fix [FS#4208-ish]: under some circumstances static ↵rubidium
(disabled/influencing) NewGRFs weren't properly ignored which could cause a desync
2010-11-10(svn r21129) -Fix [FS#4208-ish]: Crash when showing the "disabled static ↵rubidium
NewGRF for desync purposes" message
2010-11-10(svn r21128) -Fix [FS#4208]: Crash when disabling static NewGRFs (when ↵rubidium
joining/starting a server)
2010-11-10(svn r21127) -Codechange: change the max gender constant's name's style to ↵rubidium
the style used by the max case constant's name
2010-11-10(svn r21126) -Codechange: increase the limit of languages OpenTTD can know ↵rubidium
about to the limit imposed by the NewGRF specs as we're already quite close to the limit; less than 10% from the limit with the currently translated languages
2010-11-09(svn r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically ↵rubidium
to a game
2010-11-09(svn r21124) -Update from WebTranslator v3.0:translators
dutch - 1 changes by habell irish - 3 changes by tem romanian - 1 changes by kkmic slovenian - 2 changes by ntadej
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-09(svn r21122) -Fix (r21100): Use the cached max speed when checking road ↵terkhen
vehicle overtaking.
2010-11-09(svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF ↵terkhen
penalties for road vehicles.
2010-11-09(svn r21120) -Fix (r21096): Use the engine max speed value instead of the ↵terkhen
savegame value, as the latter could be stored in old units in old savegames.
2010-11-08(svn r21119) -Fix: Helicopter flight altitude was determined inconsistently ↵frosch
in different places.
2010-11-08(svn r21118) -Codechange: Name and deduplicate some magic numbers.frosch
2010-11-08(svn r21117) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan croatian - 1 changes by VoyagerOne czech - 1 changes by marek995 french - 1 changes by glx korean - 1 changes by junho2813 spanish - 1 changes by Terkhen
2010-11-07(svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break ↵planetmaker
savegames with NewGRFs
2010-11-07(svn r21115) -Codechange: make it more clear that genders and cases in the ↵rubidium
base translation are not supported
2010-11-07(svn r21114) -Update from WebTranslator v3.0:translators
basque - 11 changes by HerrBasque finnish - 1 changes by jpx_ german - 1 changes by planetmaker hungarian - 1 changes by IPG italian - 4 changes by lorenzodv malay - 14 changes by rionix88 norwegian_bokmal - 3 changes by mantaray russian - 2 changes by Lone_Wolf serbian - 1 changes by etran spanish - 1 changes by Terkhen vietnamese - 1 changes by nglekhoi
2010-11-07(svn r21113) -Codechange: remove the amount of places where the language ↵rubidium
pack identifier magic value is
2010-11-07(svn r21112) -Codechange: reduce the amount (of copying) variablesrubidium
2010-11-07(svn r21111) -Add: Remove the buttons below the newgrf details if the list ↵alberth
is not editable.
2010-11-07(svn r21110) -Add: Tidy up the buttons of the active newgrfs list.alberth
2010-11-07(svn r21109) -Add: Don't display available newgrfs when the newgrf list is ↵alberth
not editable.
2010-11-07(svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its ↵alberth
layout widget.
2010-11-07(svn r21107) -Fix: Don't use the maximum track speed where the maximum ↵michi_cc
vehicle speed is meant.
2010-11-07(svn r21106) -Change: Tuned realistic acceleration to be a bit more ↵michi_cc
realistic in order to make acceleration "slower", which highlights the differences between vehicle types more.
2010-11-06(svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road ↵planetmaker
vehicles by tractive effort
2010-11-06(svn r21104) -Doc: Add doxygen commands to a few functionsplanetmaker
2010-11-06(svn r21103) -Change: Use the same sorting of the sorting criteria for both ↵planetmaker
trains and road vehicles
2010-11-06(svn r21102) -Update from WebTranslator v3.0:translators
malay - 39 changes by rionix88
2010-11-06(svn r21101) -Doc: Additions and clarifications of doxygen commentsplanetmaker
2010-11-06(svn r21100) -Feature [NewGRF]: Add CB36 support for road vehicle property ↵terkhen
0x15 (Speed).
2010-11-06(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache ↵terkhen
instead of recalculating it every time.
2010-11-06(svn r21097) -Codechange: Unify cached max speed for all vehicle types.terkhen
2010-11-06(svn r21096) -Fix: Display the real max speed for aircrafts instead of ↵terkhen
always using the engine value.
2010-11-06(svn r21095) -Codechange: Use a function to convert aircraft speed to old units.terkhen
2010-11-06(svn r21094) -Fix: Aircraft speed would ignore callback 36 result when it is ↵terkhen
greater than the engine speed.
2010-11-06(svn r21093) -Codechange: Align some functions.terkhen
2010-11-06(svn r21092) -Codechange: Merge max speed functions.terkhen
2010-11-06(svn r21091) -Codechange: Add bit constants for checking NewGRFCache validity.terkhen
2010-11-06(svn r21090) -Codechange: Rename VehicleCache to NewGRFCache.terkhen
2010-11-05(svn r21089) -Update from WebTranslator v3.0:translators
luxembourgish - 5 changes by Phreeze
2010-11-05(svn r21088) -Doc: Additions/corrections of doxygen comments.alberth
2010-11-05(svn r21087) -Doc: Align and make existing comments available for doxygen.alberth
2010-11-05(svn r21086) -Feature-ish: [NewGRF] String code to print the weight in ↵rubidium
format based on settings
2010-11-05(svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name)rubidium
2010-11-05(svn r21084) -Codechange: name a variable to cover its actual implementation ↵rubidium
better