summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-13(svn r21156) -Codechange: Introduce EconomyIsInRecession().alberth
2010-11-12(svn r21155) -Fix [FS#4222] (r14959): default service interval for ships/airc...rubidium
2010-11-12(svn r21154) -Fix [FS#4223]: OPF has been removed for trains, so the 90 degre...rubidium
2010-11-12(svn r21153) -Change: unify the moment trains/road vehicles become (un)visibl...rubidium
2010-11-12(svn r21152) -Update from WebTranslator v3.0:translators
2010-11-12(svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows c...rubidium
2010-11-12(svn r21150) -Fix: [OSX] Deprecation warning with libpng 1.4rubidium
2010-11-11(svn r21149) -Fix [FS#4210]: [OSX] Unify compiler flags with other OS and wor...planetmaker
2010-11-11(svn r21148) -Fix (r21098): Evaluate callback 36 for ship speed as frequently...terkhen
2010-11-11(svn r21147) -Update from WebTranslator v3.0:translators
2010-11-11(svn r21146) -Fix [FS#4212]: make sure to be upgraded openttd is not running ...glx
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