summaryrefslogtreecommitdiff
path: root/src/script/api
AgeCommit message (Expand)Author
2019-09-07Fix #7188: check the validity of command callback for scripts (#7701)glx22
2019-09-01Fix b870596f153c17d9aa915ca67b8f6414d73cb31f: forgotten squirrel_export run (...glx22
2019-08-17Add #6887: Option to show zone inside local authority boundary of townsGabda
2019-08-07Fix: typo in ScriptList::Valuate param error (#7687)nikolas
2019-07-22Feature: Town name filtering (#7621)TELK
2019-07-22Fix #7593: Crash in ScriptOrder::GetOrderDistance in VT_AIR modeJonathan G Rennison
2019-07-14Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID <...dP
2019-07-07Fix #5685: Check for free wagons in ScriptVehicleListunknown
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-05-11Add: Show memory allocations by GS and AI in framerate windowNiels Martin Hansen
2019-05-11Change: Limit memory allocations for each Squirrel instanceNiels Martin Hansen
2019-05-01Add: New RoadType API functions.peter1138
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Remove Company/OwnerByte typesCharles Pigott
2019-04-29Codechange: Remove RailTypeByte typeCharles Pigott
2019-04-25Feature: Add station coverage area display for towns.peter1138
2019-04-25Feature: Add coverage area display for existing stations.peter1138
2019-04-24Fix: Automatic line breaking of the warningNiels Martin Hansen
2019-04-24Add: Warn players that company passwords are not truly secureNiels Martin Hansen
2019-04-13Fix: Industry coverage area is no longer rectangular. (#7464)PeterN
2019-04-13Codechange: Replace duplicated code with TileArea::Expand() (#7467)PeterN
2019-04-11Codechange: Replace NULL with nullptr in squirrel interface.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-31Codechange: Remove ship max order distance from script API.peter1138
2019-03-31Fix 6fc60d8c4f: forgot to update API changelogglx
2019-03-30Codechange: Check airport layout would fit within map bounds before iterating...PeterN
2019-03-29Codechange: Distance between town and airport has already just been found, so...PeterN
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-24Add: script API functions for build with refit featureglx
2019-03-24Feature: When filtering purchase list by cargo type, make buy button perform ...peter1138
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-09Feature: Non-rectangular sparse station catchment area.Peter Nelson
2019-03-09Codechange: Convert StationList from SmallVector to std::set.peter1138
2019-03-08Fix 13962a847, 00d28a500: forgotten squirrel_export run (#7345)glx22
2019-03-08Add: AI API for vehicle group colours (#7336)PeterN
2019-03-03Change: Heading for 1.10 now (#7319)frosch
2019-03-03Add: Add parent_group_id parameter to CreateGroup()Peter Nelson
2019-03-03Add: AI function to get current usage of a group.Peter Nelson
2019-03-03Add: AI functions to get/set company colours.Peter Nelson
2019-03-03Add: AI functions to get current and last year profit of a group.Peter Nelson
2019-03-03Add: AI functions to set/get vehicle group parent.Peter Nelson
2019-02-23Change: Framerate window can now scroll and resizeNiels Martin Hansen
2019-02-23Change: Add scrollbar to cargo legend in cargo payment rates window.Peter Nelson
2019-02-23Feature: Add option to adjust font size separately from GUI size. (#7003)Greg Carlin
2019-02-19Doc: [AI] UnshareOrders empties the orders list of the vehicle.Samu
2019-02-15Fix #7224: AI could no longer create groups. (#7233)PeterN
2019-02-10Fix: line ending issues with MSYS2glx
2019-02-06Fix #7108: Missed generate_widget script run for livery changes.Peter Nelson
2019-01-31Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle typ...SamuXarick