fonsinchen
|
73d273ffd6
|
(svn r26892) -Feature: Script API for retrieving planned flow
|
2014-09-21 16:20:14 +00:00 |
|
rubidium
|
c72d362840
|
(svn r26885) -Feature-ish: user interface for limiting the maximum height of a map
|
2014-09-21 12:25:04 +00:00 |
|
alberth
|
22b967676e
|
(svn r26811) -Fix[FS#6108]: Fixed spelling error in widget name.
|
2014-09-11 17:10:38 +00:00 |
|
alberth
|
b4a87e7f45
|
(svn r26805) -Feature: Allow hiding of non-interesting engines in the autoreplace GUI.
|
2014-09-07 16:14:38 +00:00 |
|
alberth
|
a49744b50c
|
(svn r26804) -Feature: Allow hiding of non-interesting engines in the build vehicle GUI.
|
2014-09-07 16:14:06 +00:00 |
|
alberth
|
81d2bdbf47
|
(svn r26800) -Feature[FS#1640]: Vehicle sorting in autoreplace GUI.
|
2014-09-07 16:11:14 +00:00 |
|
rubidium
|
33ab505567
|
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
|
2014-09-06 17:46:56 +00:00 |
|
rubidium
|
7c4e9dd71d
|
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
|
2014-09-06 17:30:33 +00:00 |
|
frosch
|
669d593fad
|
(svn r26748) -Merge: documentation updates from 1.4 branch
|
2014-08-17 16:13:23 +00:00 |
|
frosch
|
7ca57bc578
|
(svn r26744) -Fix [FS6085-ish]: ScriptListSorterItemDescending::FindNext failed to detect the end.
|
2014-08-16 21:13:58 +00:00 |
|
frosch
|
a03ad12322
|
(svn r26743) -Codechange: Simplify ScriptList iterators.
|
2014-08-16 21:11:26 +00:00 |
|
frosch
|
0d561bcf57
|
(svn r26742) -Doc: Why reverse_iterator is unsuitable for ScriptList iterators
|
2014-08-16 20:40:26 +00:00 |
|
frosch
|
c775ffe530
|
(svn r26741) -Revert (r26736): reverse_iterators are invalidated when the element next to them is erased (not the element they are pointing to), which makes them unsuitable for ScriptList.
|
2014-08-16 20:37:33 +00:00 |
|
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 |
|
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
|
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
|
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
|
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 |
|