summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-05(svn r24575) -Add: ScriptController::Break() now also pauses the game (and ↵zuu
not only the script)
2012-10-05(svn r24574) -Change: remove undocumented return value of ↵zuu
ScriptController::Break()
2012-10-04(svn r24573) -Fix: hopefully get packing right on Mingw's gcc 4.7rubidium
2012-10-04(svn r24572) -Fix: do not cast away some other constsrubidium
2012-10-04(svn r24571) -Fix: do not cast away construbidium
2012-10-03(svn r24570) -Fix (r24542): Some documentation was missingzuu
2012-10-03(svn r24569) -Fix (r23817): Naming of bundles was somewhat brokenplanetmaker
2012-10-01(svn r24568) -Codechange: No need to resort the group GUI when toggling the ↵frosch
autoreplace protection. (Juanjo)
2012-10-01(svn r24567) -Fix [FS#5261]: Non-train vehicle lists were not resorted when ↵frosch
vehicles were renamed. (Juanjo)
2012-10-01(svn r24566) -Codechange: Reorder some code more intuitively. (Juanjo)frosch
2012-10-01(svn r24565) -Fix: Stop both price and payment inflation if either of them ↵frosch
has reached MAX_INFLATION.
2012-10-01(svn r24564) -Fix [FS#5312] (r17433): Limiting the inflation did not quite work.frosch
2012-10-01(svn r24563) -Update from WebTranslator v3.0:translators
lithuanian - 8 changes by RunisLabs welsh - 13 changes by kazzie
2012-09-30(svn r24562) -Update from WebTranslator v3.0:translators
lithuanian - 11 changes by RunisLabs
2012-09-29(svn r24561) -Update from WebTranslator v3.0:translators
estonian - 3 changes by Jaanus
2012-09-28(svn r24560) -Update from WebTranslator v3.0:translators
czech - 9 changes by Eskymak
2012-09-26(svn r24559) -Fix (24542): Blocking script debug on non-dedicated servers is ↵zuu
a not too much
2012-09-26(svn r24558) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau
2012-09-25(svn r24557) -Update from WebTranslator v3.0:translators
french - 2 changes by glx vietnamese - 4 changes by nglekhoi
2012-09-24(svn r24556) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by Wowanxm croatian - 2 changes by VoyagerOne dutch - 2 changes by habell
2012-09-23(svn r24555) -Update from WebTranslator v3.0:translators
finnish - 2 changes by jpx_ german - 2 changes by planetmaker italian - 14 changes by lorenzodv korean - 3 changes by telk5093 romanian - 16 changes by tonny russian - 2 changes by edd_k spanish - 2 changes by Terkhen swedish - 12 changes by Zuu
2012-09-23(svn r24554) -Add: Hotkeys for widgets in AI Debug windowzuu
2012-09-23(svn r24553) -Add: Separate the 'available vehicles' from the other buttons ↵frosch
in the vehicle list.
2012-09-23(svn r24552) -Fix (r24537): Unpause do no longer continue scriptszuu
2012-09-22(svn r24551) -Fix (r24544): Change unfinished languages.terkhen
2012-09-22(svn r24550) -Codechange: Remove unused panel widget in the group gui (Juanjo).alberth
2012-09-22(svn r24549) -Codechange: Remove the hard-coded sprite button sizes in the ↵alberth
group gui (Juanjo).
2012-09-22(svn r24548) -Add: Extra group line in the group gui, if possible (Juanjo).alberth
2012-09-22(svn r24547) -Add [FS#5263]: Separate the 'available vehicles' from the ↵alberth
other buttons in the group gui (Juanjo).
2012-09-22(svn r24546) -Fix (r24544): Change all other languages too.terkhen
2012-09-22(svn r24545) -Update from WebTranslator v3.0:translators
english_US - 4 changes by Rubidium russian - 4 changes by edd_k ukrainian - 357 changes by edd_k
2012-09-22(svn r24544) -Fix [FS#5297]: Do not show profit from refits as cost in the ↵terkhen
refit window.
2012-09-21(svn r24543) -Fix-ish (r24542): Removed unnecessary preprocessor directivezuu
2012-09-21(svn r24542) -Feature: Allow AI/GS script developers to break the execution ↵zuu
of their scripts using ScriptController::Break
2012-09-21(svn r24541) -Cleanup [FS#5260]: remove unused function GetGroupArraySize ↵yexo
(juanjo)
2012-09-21(svn r24540) -Codechange: Remove the not-so-useful HALF_TILE_SIZE constant.alberth
2012-09-21(svn r24539) -Codechange [FS#5260]: make code simpler by using IsValidTile ↵yexo
instead of manually checking the bounds (juanjo)
2012-09-21(svn r24538) -Fix-ish: remove compiler warning about initialization orderyexo
2012-09-21(svn r24537) -Feature: Scripts can be suspended even if the game is still ↵zuu
progressing, thus break-on-log now works also for Game Scripts.
2012-09-21(svn r24536) -Update from WebTranslator v3.0:translators
tamil - 7 changes by aswn ukrainian - 80 changes by edd_k
2012-09-21(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some ↵alberth
Doxygen improvements.
2012-09-19(svn r24534) -Feature: Highlight industries on the smallmap when the mouse ↵frosch
is over an entry in the legend.
2012-09-19(svn r24533) -Codechange: Move position determination on minimap legend to ↵frosch
separate function.
2012-09-19(svn r24532) -Change: try to read more UDP packets per game looprubidium
2012-09-18(svn r24531) -Fix: Max script chance was too big.alberth
2012-09-17(svn r24530) -Fix [#5203] (r24521): Ctrl+backspace/delete could remove too ↵zuu
many characters (sbr)
2012-09-16(svn r24529) -Update from WebTranslator v3.0:translators
hungarian - 2 changes by yozi korean - 2 changes by telk5093 latvian - 7 changes by Parastais
2012-09-16(svn r24528) -Fix: [NewGRF] RandomAction 84 should interpret register 100 as ↵frosch
signed.
2012-09-16(svn r24527) -Add: [NewGRF] Allow resolving var 5F via vehicle var 61.frosch
2012-09-15(svn r24526) -Update from WebTranslator v3.0:translators
latvian - 2 changes by Parastais