rubidium
|
d733c7d196
|
(svn r26736) -Fix [Script]: infinite loop (by scripts; always returning the same item) when sorted by item in descending order by oddly constructed FindNext that uses forward iterators. Simply use the same code as the ascending item sort but use the reverse iterator instead of the forward. Also do this same trick for the descending value sort even though I couldn't trigger the problem there
|
2014-08-16 10:20:15 +00:00 |
|
rubidium
|
c25b0a0ad4
|
(svn r26734) -Fix-ish: make clear the AI/GS List's Begin and Next return the item, not the value
|
2014-08-16 10:05:57 +00:00 |
|
alberth
|
8fe8765aaa
|
(svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters.
|
2014-07-12 17:04:14 +00:00 |
|
rubidium
|
a6b4e59963
|
(svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done in the same VM, causing e.g. constants to break the loading of info of other scripts
|
2014-05-25 19:53:46 +00:00 |
|
alberth
|
1feba55f0f
|
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.
|
2014-05-24 19:15:57 +00:00 |
|
alberth
|
8755c26793
|
(svn r26610) -Feature: Select an editable preset name for saving.
|
2014-05-24 19:11:20 +00:00 |
|
rubidium
|
691c22ac6a
|
(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits
|
2014-05-11 20:25:26 +00:00 |
|
rubidium
|
39e90ec6e0
|
(svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts always 64 bits, so scripts behave the same on 32 or 64 bits architectures
|
2014-05-11 20:16:37 +00:00 |
|
rubidium
|
89c25b955e
|
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with actual pickup), s/acceptance_pickup/status/ (the enum isn't called GoodEntryStatus for a reason; it's not only acceptance and pickup anymore)
|
2014-05-11 18:02:11 +00:00 |
|
fonsinchen
|
5fc2c3dcc8
|
(svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::make_pair.
|
2014-05-04 19:03:54 +00:00 |
|
fonsinchen
|
20f49ecf00
|
(svn r26558) -Fix: be more explicit about the type of iterators in the waiting cargo API
|
2014-05-04 15:16:58 +00:00 |
|
fonsinchen
|
bb269661d4
|
(svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo
|
2014-05-04 13:57:48 +00:00 |
|
frosch
|
083e02afe1
|
(svn r26529) -Merge: documentation updates from 1.4 branch
|
2014-04-27 15:45:53 +00:00 |
|
frosch
|
775c96a0d2
|
(svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console.
|
2014-04-27 15:15:28 +00:00 |
|
frosch
|
ebd2d3ccef
|
(svn r26525) -Remove: Screenshot format setting from GUI.
|
2014-04-27 15:13:46 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
e61fe21237
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
frosch
|
fad2d3c709
|
(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat
|
2014-04-24 19:09:17 +00:00 |
|
rubidium
|
66743167c9
|
(svn r26501) -Fix: Windows compilation error
|
2014-04-24 18:44:29 +00:00 |
|
rubidium
|
24fdd0b7bb
|
(svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf
|
2014-04-24 17:40:43 +00:00 |
|
rubidium
|
b4914b91d9
|
(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
|
2014-04-24 04:41:54 +00:00 |
|
rubidium
|
ae46990636
|
(svn r26492) -Fix (r26491): obviously it's too late
|
2014-04-23 21:33:29 +00:00 |
|
rubidium
|
567bf962fd
|
(svn r26491) -Fix: compilation failure when networking is disabled
|
2014-04-23 21:32:41 +00:00 |
|
rubidium
|
21f991e235
|
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
|
2014-04-23 21:23:21 +00:00 |
|
rubidium
|
a5274117bd
|
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
|
2014-04-23 21:16:58 +00:00 |
|
rubidium
|
5b82822c12
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
peter1138
|
567d0ff3a7
|
(svn r26450) -Feature: Hierarchical vehicle subgroups.
|
2014-04-08 21:09:06 +00:00 |
|
frosch
|
db96a109ff
|
(svn r26406) -Change: heading for 1.5 now
|
2014-03-17 20:02:30 +00:00 |
|
zuu
|
e73cd7e81d
|
(svn r26398) -Codechange/fix (26396): A tab that should be a space
|
2014-03-11 22:08:58 +00:00 |
|
zuu
|
ae23f519f7
|
(svn r26396) -Add: [script] AI/GS APIs to get cargo waiting from/via other station
|
2014-03-10 22:18:53 +00:00 |
|
alberth
|
75504d24bf
|
(svn r26320) -Add: Label for both the filter category and filter type in the advanced settings window.
|
2014-02-09 13:04:50 +00:00 |
|
zuu
|
9603014102
|
(svn r26307) -Add: [nogo] Allow GS to hide story page date
|
2014-02-06 19:50:34 +00:00 |
|
zuu
|
1dbd59e6ab
|
(svn r26306) -Add: [nogo] More story APIs: RemovePageElement, GetCompany, GetDate, SetDate
|
2014-02-06 19:48:19 +00:00 |
|
zuu
|
57a88c9de2
|
(svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story page elements for a given page
|
2014-02-06 19:41:56 +00:00 |
|
zuu
|
14d99c6961
|
(svn r26304) -Fix (26303): Forgot to add new files
|
2014-02-06 19:36:19 +00:00 |
|
zuu
|
5165be2698
|
(svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pages
|
2014-02-06 19:25:39 +00:00 |
|
zuu
|
ebcc8462b7
|
(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements
|
2014-02-06 19:24:01 +00:00 |
|
zuu
|
0c6f22b5c1
|
(svn r26298) -Fix: [nogo] Invalid DoCommand return callback for method returning bool
|
2014-02-06 18:50:25 +00:00 |
|
frosch
|
5d4c4b9172
|
(svn r26279) -Fix [FS#5853]: [NoAI] Some RemoveRail methods required to set a valid railtype, though it was not used anyway. Remove the need to set one.
|
2014-01-26 14:54:34 +00:00 |
|
frosch
|
f36d084db5
|
(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new random town name, don't bother sending a command, but fail immediately.
|
2014-01-20 22:34:22 +00:00 |
|
zuu
|
b2f2a017b1
|
(svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that
|
2013-12-17 20:41:51 +00:00 |
|
frosch
|
ab9be31562
|
(svn r26153) -Doc [FS#5826]: Fix copy-pasty. (krinn)
|
2013-12-09 18:38:07 +00:00 |
|
frosch
|
51f5d62fdb
|
(svn r26150) -Revert (r26120): EnforcePrecondition alters the last-error status and is only meant for commands.
|
2013-12-08 18:20:14 +00:00 |
|
frosch
|
bf0e7c34e6
|
(svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whether ScrtipRoad::SetCurrentRoadType was called appropiately.
|
2013-12-08 15:44:09 +00:00 |
|
frosch
|
2e79fd9c40
|
(svn r26148) -Fix [FS#5824] (r25735): Script API failed for vehicles with only implicit orders.
|
2013-12-08 15:13:06 +00:00 |
|
rubidium
|
eec66b089d
|
(svn r26138) -Fix [FS#5821] (r26105-ish): [Script] scripts could trigger the internal IsValidRoadType assertion
|
2013-11-29 18:06:14 +00:00 |
|
rubidium
|
354ec53b3c
|
(svn r26137) -Merge: documentation updates from 1.3 branch
|
2013-11-29 13:15:02 +00:00 |
|
rubidium
|
945fccc706
|
(svn r26120) -Fix: [Script] Replace simple check with precondition check, after that simple check was documented as a precondition
|
2013-11-26 12:48:56 +00:00 |
|
rubidium
|
3b83a195ca
|
(svn r26119) -Fix: ResolveCompanyID on an already resolved CompanyID
|
2013-11-26 12:46:21 +00:00 |
|
rubidium
|
43f76dcabb
|
(svn r26113) -Fix: unhandled seek error, and leaking file descriptor
|
2013-11-25 16:42:35 +00:00 |
|
rubidium
|
0460b78515
|
(svn r26093) -Fix (r26092): compilation error
|
2013-11-24 19:53:35 +00:00 |
|
rubidium
|
168fa4129d
|
(svn r26092) -Fix [FS#5818]: prevent scripts from crashing OpenTTD when they send text with command codes to user editable texts such as sign and station names
|
2013-11-24 19:46:16 +00:00 |
|
rubidium
|
be6b64f4e6
|
(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()
|
2013-11-23 18:13:30 +00:00 |
|
rubidium
|
0e9c992104
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +00:00 |
|
rubidium
|
b3e93d6520
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
frosch
|
78d0c37298
|
(svn r26038) -Fix: Doxygen syntax.
|
2013-11-18 20:09:09 +00:00 |
|
zuu
|
6fc653d2d7
|
(svn r26012) -Add: new goal type that show a story page when clicked
|
2013-11-16 17:41:57 +00:00 |
|
zuu
|
41b07b571d
|
(svn r26010) -Document [FS#5662]: The AI/GS library name to use in Import, is not the name given by GetName but GetInstanceName
|
2013-11-16 12:33:45 +00:00 |
|
frosch
|
e044bd8a73
|
(svn r25995) -Fix (r25785) [FS#5801]: [NoGo] GS failed to rename towns. (Zydeco)
|
2013-11-14 18:04:31 +00:00 |
|
frosch
|
17eb3ee9df
|
(svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration.
|
2013-11-12 17:57:32 +00:00 |
|
frosch
|
9a41aefcc4
|
(svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town growth via ScriptTown::SetGrowthRate and GetGrowthRate.
|
2013-11-12 17:57:12 +00:00 |
|
frosch
|
b1f41a0afb
|
(svn r25967) -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth rate set previously via GSTown::SetGrowthRate.
|
2013-11-12 17:56:35 +00:00 |
|
frosch
|
41184fb871
|
(svn r25966) -Fix: [NoGo] Properly validate the range of the growth rate passed to GSTown::SetGrowthRate, instead of masking it to 16 bit.
|
2013-11-12 15:15:02 +00:00 |
|
rubidium
|
85d4f8d65c
|
(svn r25959) -Fix: clang warnings; either because type safety was assumed, or because technically the wrong value was tested
|
2013-11-09 06:52:08 +00:00 |
|
frosch
|
0aae2fd606
|
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
|
2013-11-07 18:17:21 +00:00 |
|
frosch
|
a249db1374
|
(svn r25924) -Fix: [Script] Documentation for ScriptTown::GetGrowthRate.
|
2013-10-28 11:09:02 +00:00 |
|
frosch
|
28f6009509
|
(svn r25923) -Fix: [NoGo] Documentation for GSTown::SetGrowthRate
|
2013-10-28 11:03:13 +00:00 |
|
frosch
|
dfa0e61f25
|
(svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro)
|
2013-10-06 11:29:14 +00:00 |
|
frosch
|
f26aad2e84
|
(svn r25815) -Fix [FS#5754]: ScriptTile::IsBuildableRectangle could report true for tiles outside of the map, if they happened to wrap around into a valid area. (Bolt)
|
2013-10-06 11:16:00 +00:00 |
|
zuu
|
8895ae5e0d
|
(svn r25809) -Fix: [Script] Decoding JSON data with an empty array from Admin port failed
|
2013-10-03 16:47:24 +00:00 |
|
zuu
|
3ad1896273
|
(svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENSES_INVALID in the script API
|
2013-10-02 21:44:31 +00:00 |
|
zuu
|
ce5ea8900c
|
(svn r25791) -Fix (r25788): Silence comiler warning in ScriptCompany::ChangeBankBalance
|
2013-09-21 19:35:49 +00:00 |
|
zuu
|
ab69c6c2a0
|
(svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies
|
2013-09-21 13:07:42 +00:00 |
|
zuu
|
67ab3108d6
|
(svn r25785) -Feature: [Script] Allow AIs and GS to found towns. Allow GS to rename towns
|
2013-09-19 18:48:05 +00:00 |
|
fonsinchen
|
7ea878b938
|
(svn r25709) -Fix: don't return -1 as unsigned
|
2013-08-10 12:47:13 +00:00 |
|
rubidium
|
13855f0a09
|
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
|
2013-08-09 18:43:44 +00:00 |
|
zuu
|
4f6d19465b
|
(svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open
|
2013-07-21 15:59:07 +00:00 |
|
rubidium
|
de90a1ffb3
|
(svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail
-Fix [FS#5650]: [Script] Be more specific that a non-NewGRF station can be built when asking for a NewGRF station
|
2013-07-15 18:19:26 +00:00 |
|
rubidium
|
6e12838376
|
(svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to move an order to its current location
|
2013-07-14 20:21:36 +00:00 |
|
frosch
|
c35591c864
|
(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.
|
2013-07-14 08:55:38 +00:00 |
|
rubidium
|
57a3a2b147
|
(svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that could not be built by an AI via callback 18, an unknown error would be thrown instead of falling back to the default station
|
2013-07-13 15:03:42 +00:00 |
|
rubidium
|
8f89cd6dd3
|
(svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too
|
2013-07-13 06:44:22 +00:00 |
|
rubidium
|
fac0bc4176
|
(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts
|
2013-07-13 06:38:54 +00:00 |
|
rubidium
|
81ce9ad189
|
(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game
|
2013-07-12 18:54:27 +00:00 |
|
rubidium
|
423b44e552
|
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix
|
2013-07-10 15:38:42 +00:00 |
|
rubidium
|
635ec0dd9f
|
(svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in.
|
2013-07-08 19:42:39 +00:00 |
|
rubidium
|
4c443bce5c
|
(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger
|
2013-07-04 16:36:47 +00:00 |
|
rubidium
|
f4c9ba4981
|
(svn r25546) -Fix: two small memory leaks
|
2013-06-30 20:40:49 +00:00 |
|
rubidium
|
1ff95f36bf
|
(svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent
|
2013-06-30 15:59:10 +00:00 |
|
zuu
|
be4451d40f
|
(svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id
|
2013-06-29 14:54:07 +00:00 |
|
rubidium
|
868001a1e0
|
(svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along
|
2013-06-27 20:07:09 +00:00 |
|
rubidium
|
19eca468fc
|
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on
|
2013-06-27 19:57:41 +00:00 |
|
rubidium
|
5d37e21d04
|
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs
|
2013-06-27 19:23:23 +00:00 |
|
frosch
|
bbbecceae1
|
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
|
2013-06-25 20:22:08 +00:00 |
|
zuu
|
80d35ca284
|
(svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog
|
2013-06-12 19:31:33 +00:00 |
|
zuu
|
53d2e785f5
|
(svn r25381) -Fix: Silent story book compiler warnings
|
2013-06-09 14:13:59 +00:00 |
|
zuu
|
a724a9924b
|
(svn r25376) -Feature: Allow access to goal list and story book of other companies than your own
|
2013-06-09 13:37:04 +00:00 |
|
fonsinchen
|
4e902f2e20
|
(svn r25373) -Add: squirrel bindings for cargodist-specific widgets
|
2013-06-09 13:24:26 +00:00 |
|
zuu
|
eaede14b8f
|
(svn r25372) -Add: Allow opening a goal list window specific to a company
|
2013-06-09 13:23:03 +00:00 |
|
zuu
|
086aae8d04
|
(svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window
|
2013-06-09 13:17:20 +00:00 |
|
zuu
|
33ad9774fb
|
(svn r25352) -Feature: GameScript API for selecting a story page to view
|
2013-06-09 12:57:22 +00:00 |
|
zuu
|
a2d84868e7
|
(svn r25344) -Feature: GUI for viewing story pages
|
2013-06-09 12:48:27 +00:00 |
|
zuu
|
9aa1bf0264
|
(svn r25342) -Add: StoryPage data structures and GS API
|
2013-06-09 12:19:09 +00:00 |
|
zuu
|
059eee93fc
|
(svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets
|
2013-06-08 12:37:36 +00:00 |
|
zuu
|
a58427115c
|
(svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were returning the same result as in TestMode during world generation
|
2013-05-29 19:31:58 +00:00 |
|
zuu
|
168391ad56
|
(svn r25299) -Feature: Allow more concurrent goals in a game
|
2013-05-27 21:59:11 +00:00 |
|
zuu
|
a4cddc3e08
|
(svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed.
|
2013-05-26 19:54:43 +00:00 |
|
rubidium
|
5730e63a10
|
(svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and 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-30 17:16:32 +00:00 |
|
frosch
|
5eddbb338b
|
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
2013-04-13 13:42:08 +00:00 |
|
rubidium
|
7a3d549f2f
|
(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate 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 12:36:33 +00:00 |
|
rubidium
|
70454b8d64
|
(svn r25148) -Fix [FS#5517]: [Script] XXBase::Chance function did not work for large values (>65535)
|
2013-04-06 11:59:27 +00:00 |
|
rubidium
|
327615c2ce
|
(svn r25136) -Merge: 1.3 release (documentation) updates
|
2013-03-31 21:14:39 +00:00 |
|
alberth
|
15ec6e26f0
|
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
|
2013-03-17 15:41:40 +00:00 |
|
frosch
|
1b10910af6
|
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler.
|
2013-02-18 19:30:24 +00:00 |
|
frosch
|
7e5c649844
|
(svn r25006) -Fix: Update script_window.
|
2013-02-16 16:43:05 +00:00 |
|
rubidium
|
7ff6598cd2
|
(svn r25001) -Change: heading for 1.4 now
|
2013-02-14 18:58:04 +00:00 |
|
zuu
|
b1016f66ba
|
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.
|
2013-02-10 19:49:04 +00:00 |
|
rubidium
|
4e61c1770d
|
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
|
2013-02-08 20:34:27 +00:00 |
|
rubidium
|
2e20291a3d
|
(svn r24957) -Document [FS#5349]: newlines and other special characters are removed/converted
|
2013-02-02 19:46:46 +00:00 |
|
zuu
|
07ffc90bf4
|
(svn r24908) -Fix [FS#5419]: Allow GSs to pass negative integer string parameters (frosch123)
|
2013-01-12 12:48:00 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
c4c3d00578
|
(svn r24862) -Add: Settings type filter to adv. settings GUI.
|
2012-12-26 17:47:02 +00:00 |
|
frosch
|
647ee0de64
|
(svn r24842) -Remove: News settings window.
|
2012-12-23 21:06:37 +00:00 |
|
frosch
|
ff6880f9dd
|
(svn r24791) -Remove: Difficulty settings window.
|
2012-12-05 19:37:15 +00:00 |
|
frosch
|
d1ab0f03bc
|
(svn r24790) -Remove: Classic difficulty profiles.
|
2012-12-05 19:36:41 +00:00 |
|
frosch
|
812ae4140a
|
(svn r24789) -Add: Separate setting to control the default settings of newly added scripts and random AIs.
|
2012-12-05 19:36:04 +00:00 |
|
frosch
|
e43bf5dabd
|
(svn r24788) -Change: Detach script settings from difficulty settings. Always allow changing all script settings without setting difficulty to custom.
|
2012-12-05 19:35:38 +00:00 |
|
frosch
|
a499435351
|
(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles and highscore tables.
|
2012-12-05 19:34:45 +00:00 |
|
alberth
|
732e073261
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
frosch
|
507de921c2
|
(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eagle_rainbow)
|
2012-11-27 21:35:52 +00:00 |
|
alberth
|
fb892f4b20
|
(svn r24763) -Feature: Add industry type and cargo dropdown selection for easier navigating in the industry chain window.
|
2012-11-25 15:24:02 +00:00 |
|
frosch
|
06054d7a9d
|
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
|
2012-11-14 22:51:05 +00:00 |
|
frosch
|
7699a7dc06
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +00:00 |
|
frosch
|
40c3cd46f1
|
(svn r24665) -Doc [FS#5353]: [Script] Add note about the compatibility aspects of the enums in ScriptWindow.
|
2012-11-05 20:03:17 +00:00 |
|
frosch
|
3252d41dcc
|
(svn r24664) -Codechange: Add script to generate enums in script_window.hpp
|
2012-11-05 19:53:05 +00:00 |
|
rubidium
|
d365156633
|
(svn r24658) -Merge: release documentation updates from 1.2
|
2012-10-31 21:40:26 +00:00 |
|
zuu
|
1f764f51f0
|
(svn r24628) -Fix: Document and enforce precondition start != end for ScriptRoad::RemoveRoad and ScriptRoad::RemoveRoadFull
|
2012-10-25 19:25:31 +00:00 |
|
zuu
|
0826994821
|
(svn r24623) -Feature: Allow GameScripts to construct and prospect industries without having a sponsor
|
2012-10-22 18:56:21 +00:00 |
|
frosch
|
dee2f39f99
|
(svn r24584) -Doc: [Script] Improve API documentation.
|
2012-10-10 19:11:22 +00:00 |
|
planetmaker
|
e0529d4861
|
(svn r24582) -Fix (r24581): Order distances are not supposed to be compared to map distances
|
2012-10-09 20:59:29 +00:00 |
|
planetmaker
|
60335b7b79
|
(svn r24581) -Doc [FS#5318]: Indicate that the return value for script related order distances is the square of the distance
|
2012-10-09 20:37:20 +00:00 |
|
zuu
|
d39a50e76e
|
(svn r24575) -Add: ScriptController::Break() now also pauses the game (and not only the script)
|
2012-10-05 19:16:23 +00:00 |
|
zuu
|
4f40acded0
|
(svn r24574) -Change: remove undocumented return value of ScriptController::Break()
|
2012-10-05 19:13:44 +00:00 |
|
zuu
|
aa3f776483
|
(svn r24570) -Fix (r24542): Some documentation was missing
|
2012-10-03 20:43:32 +00:00 |
|
zuu
|
f10c54633b
|
(svn r24559) -Fix (24542): Blocking script debug on non-dedicated servers is a not too much
|
2012-09-26 20:16:57 +00:00 |
|
zuu
|
77347682db
|
(svn r24543) -Fix-ish (r24542): Removed unnecessary preprocessor directive
|
2012-09-21 21:00:32 +00:00 |
|
zuu
|
46605e554e
|
(svn r24542) -Feature: Allow AI/GS script developers to break the execution of their scripts using ScriptController::Break
|
2012-09-21 20:49:43 +00:00 |
|
yexo
|
d70ecf609c
|
(svn r24538) -Fix-ish: remove compiler warning about initialization order
|
2012-09-21 20:27:09 +00:00 |
|