summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-11(svn r21145) -Fix: station list wasn't updated when a new cargo got a ratingrubidium
2010-11-11(svn r21144) -Change [FS#4206]: filter stations by cargo they have a rating f...rubidium
2010-11-11(svn r21143) -Codechange: reduce the number of dereferences in UpdateStationW...rubidium
2010-11-10(svn r21142) -Codechange: replace magic bridge length constants with proper c...rubidium
2010-11-10(svn r21141) -Codechange: Use the new 'frame' variable for the bridge entry c...rubidium
2010-11-10(svn r21140) -Codechange: Use the new 'frame' variable to handle road vehicle...rubidium
2010-11-10(svn r21139) -Codechange: Use the new 'frame' variable to handle trains enter...rubidium
2010-11-10(svn r21138) -Codechange: Introduce the concepts of frame and position in the...rubidium
2010-11-10(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymor...rubidium
2010-11-10(svn r21136) -Fix [FS#4213]: bridge speed limits should apply to all wagons o...rubidium
2010-11-10(svn r21135) -Fix (r19870): silencing gcc 3.3 warnings caused gcc 4.0 to warnsmatz
2010-11-10(svn r21134) -Change: perform some more stringent validity checking on the la...rubidium
2010-11-10(svn r21133) -Add: function to check the validity of a string (without modify...rubidium
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
2010-11-10(svn r21130) -Fix [FS#4208-ish]: under some circumstances static (disabled/in...rubidium
2010-11-10(svn r21129) -Fix [FS#4208-ish]: Crash when showing the "disabled static NewG...rubidium
2010-11-10(svn r21128) -Fix [FS#4208]: Crash when disabling static NewGRFs (when joinin...rubidium
2010-11-10(svn r21127) -Codechange: change the max gender constant's name's style to th...rubidium
2010-11-10(svn r21126) -Codechange: increase the limit of languages OpenTTD can know ab...rubidium
2010-11-09(svn r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically ...rubidium
2010-11-09(svn r21124) -Update from WebTranslator v3.0:translators
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 vehic...terkhen
2010-11-09(svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF pe...terkhen
2010-11-09(svn r21120) -Fix (r21096): Use the engine max speed value instead of the sav...terkhen
2010-11-08(svn r21119) -Fix: Helicopter flight altitude was determined inconsistently i...frosch
2010-11-08(svn r21118) -Codechange: Name and deduplicate some magic numbers.frosch
2010-11-08(svn r21117) -Update from WebTranslator v3.0:translators
2010-11-07(svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savega...planetmaker
2010-11-07(svn r21115) -Codechange: make it more clear that genders and cases in the ba...rubidium
2010-11-07(svn r21114) -Update from WebTranslator v3.0:translators
2010-11-07(svn r21113) -Codechange: remove the amount of places where the language pack...rubidium
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 is...alberth
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 no...alberth
2010-11-07(svn r21108) -Add: Copy the 'editable' flag of the newgrf window to its layou...alberth
2010-11-07(svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicl...michi_cc
2010-11-07(svn r21106) -Change: Tuned realistic acceleration to be a bit more realistic...michi_cc
2010-11-06(svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road v...planetmaker
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 t...planetmaker
2010-11-06(svn r21102) -Update from WebTranslator v3.0:translators
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 0x...terkhen
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 instea...terkhen
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 always...terkhen