summaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Collapse)Author
2013-06-27(svn r25489) -Fix (r25488): we want to have the begin, not the end of the ↵rubidium
decoded text as string to pass along
2013-06-27(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode ↵rubidium
them into a plain C string and then pass them on
2013-06-27(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and ↵rubidium
president names in script APIs
2013-06-25(svn r25464) -Fix: Hide default size button in non-newstation rail-station ↵frosch
picker since it is not resizeable anyway.
2013-06-12(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelogzuu
2013-06-09(svn r25381) -Fix: Silent story book compiler warningszuu
2013-06-09(svn r25376) -Feature: Allow access to goal list and story book of other ↵zuu
companies than your own
2013-06-09(svn r25373) -Add: squirrel bindings for cargodist-specific widgetsfonsinchen
2013-06-09(svn r25372) -Add: Allow opening a goal list window specific to a companyzuu
2013-06-09(svn r25370) -Fix: Make the prefix for widget constants unique for the goal ↵zuu
list window
2013-06-09(svn r25352) -Feature: GameScript API for selecting a story page to viewzuu
2013-06-09(svn r25344) -Feature: GUI for viewing story pageszuu
2013-06-09(svn r25342) -Add: StoryPage data structures and GS APIzuu
2013-06-08(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgetszuu
2013-05-29(svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were ↵zuu
returning the same result as in TestMode during world generation
2013-05-27(svn r25299) -Feature: Allow more concurrent goals in a gamezuu
2013-05-26(svn r25296) -Feature: Goals can now have a progress text and/or be marked ↵zuu
as completed.
2013-04-30(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and ↵rubidium
IsSnowTile work, i.e. the ones without infrastructure or buildings -Feature: introduce GetTerrainType which allows one to get that information for tiles with buildings and infrastructure as well
2013-04-13(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() ↵frosch
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
2013-04-06(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate ↵rubidium
between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating
2013-04-06(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work ↵rubidium
for large values (>65535)
2013-03-31(svn r25136) -Merge: 1.3 release (documentation) updatesrubidium
2013-03-17(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion ↵alberth
in the town directory window (sbr)
2013-02-18(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.frosch
2013-02-16(svn r25006) -Fix: Update script_window.frosch
2013-02-14(svn r25001) -Change: heading for 1.4 nowrubidium
2013-02-10(svn r24986) -Change: Cleanup goals and cargo monitors of companies when ↵zuu
they go bankrupt or are taken over.
2013-02-08(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parametersrubidium
2013-02-02(svn r24957) -Document [FS#5349]: newlines and other special characters are ↵rubidium
removed/converted
2013-01-12(svn r24908) -Fix [FS#5419]: Allow GSs to pass negative integer string ↵zuu
parameters (frosch123)
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2012-12-26(svn r24862) -Add: Settings type filter to adv. settings GUI.frosch
2012-12-23(svn r24842) -Remove: News settings window.frosch
2012-12-05(svn r24791) -Remove: Difficulty settings window.frosch
2012-12-05(svn r24790) -Remove: Classic difficulty profiles.frosch
2012-12-05(svn r24789) -Add: Separate setting to control the default settings of newly ↵frosch
added scripts and random AIs.
2012-12-05(svn r24788) -Change: Detach script settings from difficulty settings. ↵frosch
Always allow changing all script settings without setting difficulty to custom.
2012-12-05(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles ↵frosch
and highscore tables.
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ↵alberth
various sources (including Eagle_rainbow, MinchinWeb)
2012-11-27(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. ↵frosch
(Eagle_rainbow)
2012-11-25(svn r24763) -Feature: Add industry type and cargo dropdown selection for ↵alberth
easier navigating in the industry chain window.
2012-11-14(svn r24750) -Cleanup: Remove old special clear filter button from signs list.frosch
2012-11-13(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.frosch
2012-11-05(svn r24665) -Doc [FS#5353]: [Script] Add note about the compatibility ↵frosch
aspects of the enums in ScriptWindow.
2012-11-05(svn r24664) -Codechange: Add script to generate enums in script_window.hppfrosch
2012-10-31(svn r24658) -Merge: release documentation updates from 1.2rubidium
2012-10-25(svn r24628) -Fix: Document and enforce precondition start != end for ↵zuu
ScriptRoad::RemoveRoad and ScriptRoad::RemoveRoadFull
2012-10-22(svn r24623) -Feature: Allow GameScripts to construct and prospect ↵zuu
industries without having a sponsor
2012-10-10(svn r24584) -Doc: [Script] Improve API documentation.frosch
2012-10-09(svn r24582) -Fix (r24581): Order distances are not supposed to be compared ↵planetmaker
to map distances