Sergii Pylypenko
|
ab0e3a8bef
|
Removed references to tablet bar, it's not needed anymore
|
2015-03-29 20:23:39 +03:00 |
|
Sergii Pylypenko
|
2603e6b5e3
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/os/unix/unix.cpp
src/widgets/dropdown.cpp
|
2014-08-19 19:21:47 +03:00 |
|
frosch
|
f6c9743ad9
|
(svn r26748) -Merge: documentation updates from 1.4 branch
|
2014-08-17 16:13:23 +00:00 |
|
frosch
|
898ec49421
|
(svn r26744) -Fix [FS6085-ish]: ScriptListSorterItemDescending::FindNext failed to detect the end.
|
2014-08-16 21:13:58 +00:00 |
|
frosch
|
63047e51b1
|
(svn r26743) -Codechange: Simplify ScriptList iterators.
|
2014-08-16 21:11:26 +00:00 |
|
frosch
|
98c4648d20
|
(svn r26742) -Doc: Why reverse_iterator is unsuitable for ScriptList iterators
|
2014-08-16 20:40:26 +00:00 |
|
frosch
|
7d1e17bdb5
|
(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
|
54ad0d342f
|
(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
|
a9367c0219
|
(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
|
ee7700ef78
|
(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 |
|
Sergii Pylypenko
|
91ebce1a9c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
|
2014-06-04 17:09:23 +03:00 |
|
Sergii Pylypenko
|
7e6e95c34c
|
Some fixes to window placement
|
2014-06-02 23:25:47 +03:00 |
|
alberth
|
c24998e79f
|
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.
|
2014-05-24 19:15:57 +00:00 |
|
alberth
|
ac23e46713
|
(svn r26610) -Feature: Select an editable preset name for saving.
|
2014-05-24 19:11:20 +00:00 |
|
rubidium
|
ebe3c797dc
|
(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits
|
2014-05-11 20:25:26 +00:00 |
|
rubidium
|
fb9dbf30fa
|
(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
|
38ee1c7b92
|
(svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::make_pair.
|
2014-05-04 19:03:54 +00:00 |
|
fonsinchen
|
cee5920fcc
|
(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
|
7836470f60
|
(svn r26557) -Fix: clean up, test (somewhat), and complete the API for waiting cargo
|
2014-05-04 13:57:48 +00:00 |
|
frosch
|
32c9d71baf
|
(svn r26529) -Merge: documentation updates from 1.4 branch
|
2014-04-27 15:45:53 +00:00 |
|
frosch
|
f5545aa0b1
|
(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
|
9430dfe7fa
|
(svn r26525) -Remove: Screenshot format setting from GUI.
|
2014-04-27 15:13:46 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
1ab6ab9094
|
(svn r26492) -Fix (r26491): obviously it's too late
|
2014-04-23 21:33:29 +00:00 |
|
rubidium
|
1535ad6327
|
(svn r26491) -Fix: compilation failure when networking is disabled
|
2014-04-23 21:32:41 +00:00 |
|
rubidium
|
6ecc602050
|
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
|
2014-04-23 21:12:09 +00:00 |
|
frosch
|
24c7134bff
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
2be4215f43
|
(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
|
ed8f6f1a0f
|
(svn r26450) -Feature: Hierarchical vehicle subgroups.
|
2014-04-08 21:09:06 +00:00 |
|
Sergii Pylypenko
|
25630ab4c7
|
Moved touchscrren buttons to main toolbar, now it crashes
|
2014-03-19 23:49:08 +02:00 |
|
Sergii Pylypenko
|
121a8ad773
|
Merge remote-tracking branch 'upstream/master'
|
2014-03-19 22:01:51 +02:00 |
|
frosch
|
50729655ec
|
(svn r26406) -Change: heading for 1.5 now
|
2014-03-17 20:02:30 +00:00 |
|
Juanjo
|
141bb0861e
|
Before opening linked to main toolbar windows, delete linked windows.
|
2014-03-15 22:56:17 +02:00 |
|
Juanjo
|
90c00f5b58
|
Adaptation of viewport for confirm mode.
|
2014-03-15 22:53:35 +02:00 |
|
Juanjo
|
4f60841795
|
Base functions for a confirm action mode.
|
2014-03-15 22:52:14 +02:00 |
|
Juanjo
|
06a276e5ad
|
Add a window for touchscreen devices.
|
2014-03-15 22:23:22 +02:00 |
|
Juanjo
|
b69c4bb7a9
|
Add scrollbars to tracklist window and set min sizing.
|
2014-03-15 21:56:55 +02:00 |
|
pelya
|
98c2f0647e
|
Removing leftovers of my sloppy merging
|
2014-03-15 21:39:03 +02:00 |
|
Juanjo
|
02d035fbef
|
Position of landscaping toolbar.
|
2014-03-15 21:32:43 +02:00 |
|
pelya
|
6dc8be0332
|
Android patches
|
2014-03-15 19:44:27 +02:00 |
|
zuu
|
886d3a06f7
|
(svn r26398) -Codechange/fix (26396): A tab that should be a space
|
2014-03-11 22:08:58 +00:00 |
|
zuu
|
ad639258f8
|
(svn r26396) -Add: [script] AI/GS APIs to get cargo waiting from/via other station
|
2014-03-10 22:18:53 +00:00 |
|
alberth
|
e3583b4cd1
|
(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
|
3d2a8bb1e9
|
(svn r26307) -Add: [nogo] Allow GS to hide story page date
|
2014-02-06 19:50:34 +00:00 |
|
zuu
|
6a571811c7
|
(svn r26306) -Add: [nogo] More story APIs: RemovePageElement, GetCompany, GetDate, SetDate
|
2014-02-06 19:48:19 +00:00 |
|
zuu
|
ea7483a419
|
(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
|
2d250c571f
|
(svn r26304) -Fix (26303): Forgot to add new files
|
2014-02-06 19:36:19 +00:00 |
|
zuu
|
a6e0f162ed
|
(svn r26303) -Add: [nogo] ScriptStoryPageList() - a list of all story pages
|
2014-02-06 19:25:39 +00:00 |
|
zuu
|
0317163f1b
|
(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements
|
2014-02-06 19:24:01 +00:00 |
|
zuu
|
33bcc9d24a
|
(svn r26298) -Fix: [nogo] Invalid DoCommand return callback for method returning bool
|
2014-02-06 18:50:25 +00:00 |
|