rubidium
|
5f8b37047a
|
(svn r26797) -Codechange: rewrite the UTF8 reading code to make use of already existing functions instead of partially trying to implemented them
|
2014-09-07 16:03:41 +00:00 |
|
rubidium
|
876cc82f33
|
(svn r26797) -Codechange: rewrite the UTF8 reading code to make use of already existing functions instead of partially trying to implemented them
|
2014-09-07 16:03:41 +00:00 |
|
rubidium
|
9cbdd45751
|
(svn r26796) -Fix: reading of high byte of "ASCII" files yielded a negative int8, then casted to an uint32 which caused the Squirrel lexer to bail out. Regardless... the file isn't actually ASCII, but that's beyond the point for now
|
2014-09-07 16:03:02 +00:00 |
|
rubidium
|
385d3d3947
|
(svn r26796) -Fix: reading of high byte of "ASCII" files yielded a negative int8, then casted to an uint32 which caused the Squirrel lexer to bail out. Regardless... the file isn't actually ASCII, but that's beyond the point for now
|
2014-09-07 16:03:02 +00:00 |
|
rubidium
|
be23e13e33
|
(svn r26785) -Fix [Squirrel]: loading a value saved as boolean caused it to be of type integer instead of boolean
|
2014-09-07 09:30:57 +00:00 |
|
rubidium
|
08cbf11539
|
(svn r26785) -Fix [Squirrel]: loading a value saved as boolean caused it to be of type integer instead of boolean
|
2014-09-07 09:30:57 +00:00 |
|
rubidium
|
00e1e69187
|
(svn r26784) -Codechange [Squirrel]: use WChar for the lexer
|
2014-09-07 06:46:03 +00:00 |
|
rubidium
|
f41b4a8e1b
|
(svn r26784) -Codechange [Squirrel]: use WChar for the lexer
|
2014-09-07 06:46:03 +00:00 |
|
rubidium
|
4506858a83
|
(svn r26782) -Fix (r26781): was in the wrong folder when commiting
|
2014-09-06 20:22:59 +00:00 |
|
rubidium
|
b5f5e88d57
|
(svn r26782) -Fix (r26781): was in the wrong folder when commiting
|
2014-09-06 20:22:59 +00:00 |
|
rubidium
|
a106bd1dd5
|
(svn r26776) -Codechange: use safe string functions in script/squirrel*.cpp
|
2014-09-06 19:28:09 +00:00 |
|
rubidium
|
962c1a3242
|
(svn r26776) -Codechange: use safe string functions in script/squirrel*.cpp
|
2014-09-06 19:28:09 +00:00 |
|
rubidium
|
a7044da533
|
(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper defines
|
2014-09-06 18:10:36 +00:00 |
|
rubidium
|
e63ca12ab8
|
(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper defines
|
2014-09-06 18:10:36 +00:00 |
|
rubidium
|
65cab46a84
|
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
|
2014-09-06 17:46:56 +00:00 |
|
rubidium
|
33ab505567
|
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
|
2014-09-06 17:46:56 +00:00 |
|
rubidium
|
95549e6da5
|
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
|
2014-09-06 17:30:33 +00:00 |
|
rubidium
|
7c4e9dd71d
|
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
|
2014-09-06 17:30:33 +00:00 |
|
rubidium
|
e874be7691
|
(svn r26769) -Codechange [Squirrel]: remove the difference between some platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
|
2014-09-06 17:20:45 +00:00 |
|
rubidium
|
7a00d2e849
|
(svn r26769) -Codechange [Squirrel]: remove the difference between some platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
|
2014-09-06 17:20:45 +00:00 |
|
frosch
|
f6c9743ad9
|
(svn r26748) -Merge: documentation updates from 1.4 branch
|
2014-08-17 16:13:23 +00:00 |
|
frosch
|
669d593fad
|
(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
|
7ca57bc578
|
(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
|
a03ad12322
|
(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
|
0d561bcf57
|
(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 |
|
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
|
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
|
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
|
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 |
|
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
|
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 |
|
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
|
e8d4ab8994
|
(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 |
|
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
|
c24998e79f
|
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version.
|
2014-05-24 19:15:57 +00:00 |
|
alberth
|
1feba55f0f
|
(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 |
|
alberth
|
8755c26793
|
(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
|
691c22ac6a
|
(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits
|
2014-05-11 20:25:26 +00:00 |
|
rubidium
|
36e8123e4c
|
(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
|
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
|
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 |
|
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
|
38ee1c7b92
|
(svn r26563) -Fix (r26558): Don't pass explicit template arguments to std::make_pair.
|
2014-05-04 19:03:54 +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 |
|