summaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
2014-05-25(svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done ...rubidium
2014-05-24(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed v...alberth
2014-05-24(svn r26610) -Feature: Select an editable preset name for saving.alberth
2014-05-11(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bitsrubidium
2014-05-11(svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts al...rubidium
2014-05-11(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...rubidium
2014-05-04(svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::ma...fonsinchen
2014-05-04(svn r26558) -Fix: be more explicit about the type of iterators in the waitin...fonsinchen
2014-05-04(svn r26557) -Fix: clean up, test (somewhat), and complete the API for waitin...fonsinchen
2014-04-27(svn r26529) -Merge: documentation updates from 1.4 branchfrosch
2014-04-27(svn r26526) -Remove: Ability to set map generation seed via GUI. If you real...frosch
2014-04-27(svn r26525) -Remove: Screenshot format setting from GUI.frosch
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-24(svn r26506) -Codechange: replace most of vsnprintf with vseprintfrubidium
2014-04-24(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecatfrosch
2014-04-24(svn r26501) -Fix: Windows compilation errorrubidium
2014-04-24(svn r26494) -Codechange: replace some further usages of s(n)printf with sepr...rubidium
2014-04-24(svn r26493) -Codechange: use strecat to concatenate script settings instead ...rubidium
2014-04-23(svn r26492) -Fix (r26491): obviously it's too laterubidium
2014-04-23(svn r26491) -Fix: compilation failure when networking is disabledrubidium
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script namesrubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-04-08(svn r26450) -Feature: Hierarchical vehicle subgroups.peter1138
2014-03-17(svn r26406) -Change: heading for 1.5 nowfrosch
2014-03-11(svn r26398) -Codechange/fix (26396): A tab that should be a spacezuu
2014-03-10(svn r26396) -Add: [script] AI/GS APIs to get cargo waiting from/via other st...zuu
2014-02-09(svn r26320) -Add: Label for both the filter category and filter type in the ...alberth
2014-02-06(svn r26307) -Add: [nogo] Allow GS to hide story page datezuu
2014-02-06(svn r26306) -Add: [nogo] More story APIs: RemovePageElement, GetCompany, Get...zuu
2014-02-06(svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story ...zuu
2014-02-06(svn r26304) -Fix (26303): Forgot to add new fileszuu
2014-02-06(svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pageszuu
2014-02-06(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and i...zuu
2014-02-06(svn r26298) -Fix: [nogo] Invalid DoCommand return callback for method return...zuu
2014-01-26(svn r26279) -Fix [FS#5853]: [NoAI] Some RemoveRail methods required to set a...frosch
2014-01-20(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new rando...frosch
2013-12-17(svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect ...zuu
2013-12-09(svn r26153) -Doc [FS#5826]: Fix copy-pasty. (krinn)frosch
2013-12-08(svn r26150) -Revert (r26120): EnforcePrecondition alters the last-error stat...frosch
2013-12-08(svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whe...frosch
2013-12-08(svn r26148) -Fix [FS#5824] (r25735): Script API failed for vehicles with onl...frosch
2013-11-29(svn r26138) -Fix [FS#5821] (r26105-ish): [Script] scripts could trigger the ...rubidium
2013-11-29(svn r26137) -Merge: documentation updates from 1.3 branchrubidium
2013-11-26(svn r26120) -Fix: [Script] Replace simple check with precondition check, aft...rubidium
2013-11-26(svn r26119) -Fix: ResolveCompanyID on an already resolved CompanyIDrubidium
2013-11-25(svn r26113) -Fix: unhandled seek error, and leaking file descriptorrubidium
2013-11-24(svn r26093) -Fix (r26092): compilation errorrubidium