rubidium
|
c31b3567f9
|
(svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full
|
2013-07-11 17:29:51 +00:00 |
|
rubidium
|
2d459b2fc0
|
(svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full
|
2013-07-11 17:29:51 +00:00 |
|
rubidium
|
9c98d758d8
|
(svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
|
2013-07-04 20:06:27 +00:00 |
|
rubidium
|
3f7fdd738b
|
(svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
|
2013-07-04 20:06:27 +00:00 |
|
rubidium
|
3b606aa46a
|
(svn r24970) -Fix [FS#5346]: crash when infinite loop occured during loading a script
|
2013-02-05 20:52:28 +00:00 |
|
rubidium
|
124f0fc7a3
|
(svn r24970) -Fix [FS#5346]: crash when infinite loop occured during loading a script
|
2013-02-05 20:52:28 +00:00 |
|
frosch
|
f72366db3f
|
(svn r24928) -Fix [FS#5408]: [Squirrel] Update line information before processing 'while' token of 'do'-'while' statement.
|
2013-01-20 17:23:08 +00:00 |
|
frosch
|
dafff99b2a
|
(svn r24928) -Fix [FS#5408]: [Squirrel] Update line information before processing 'while' token of 'do'-'while' statement.
|
2013-01-20 17:23:08 +00:00 |
|
rubidium
|
2d31ee7382
|
(svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array with negative size
|
2012-04-18 19:22:32 +00:00 |
|
rubidium
|
a355e123fc
|
(svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array with negative size
|
2012-04-18 19:22:32 +00:00 |
|
rubidium
|
a2f09d617b
|
(svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI
|
2012-02-17 21:49:53 +00:00 |
|
rubidium
|
703ef5b7b6
|
(svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn't caught properly, so they could cause crashes of OpenTTD instead of the AI
|
2012-02-17 21:49:53 +00:00 |
|
rubidium
|
a90ad57763
|
(svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTD
|
2012-01-29 14:27:21 +00:00 |
|
rubidium
|
cd735fb613
|
(svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTD
|
2012-01-29 14:27:21 +00:00 |
|
yexo
|
9d92eefbc9
|
(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machines failed
|
2012-01-15 11:31:34 +00:00 |
|
yexo
|
f5b6a9db5c
|
(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machines failed
|
2012-01-15 11:31:34 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
yexo
|
27988c78fb
|
(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp meta-function doesn't return an integer
|
2011-12-11 15:52:18 +00:00 |
|
yexo
|
8f36e70e35
|
(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp meta-function doesn't return an integer
|
2011-12-11 15:52:18 +00:00 |
|
truebrain
|
fa07d61b84
|
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues
|
2011-12-01 12:03:20 +00:00 |
|
truebrain
|
0c2bbdde5c
|
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues
|
2011-12-01 12:03:20 +00:00 |
|
rubidium
|
3053d8e3b5
|
(svn r23194) -Codechange: don't cast away const needlessly
|
2011-11-12 08:26:30 +00:00 |
|
rubidium
|
4f87d2e88c
|
(svn r23194) -Codechange: don't cast away const needlessly
|
2011-11-12 08:26:30 +00:00 |
|
rubidium
|
a46be19d86
|
(svn r23190) -Fix: compile error due to Squirrel define messing up another included file
|
2011-11-11 18:59:47 +00:00 |
|
rubidium
|
624c8a6173
|
(svn r23190) -Fix: compile error due to Squirrel define messing up another included file
|
2011-11-11 18:59:47 +00:00 |
|
yexo
|
ea2aee17d3
|
(svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatory
|
2011-11-10 20:07:14 +00:00 |
|
yexo
|
72b1fffe82
|
(svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatory
|
2011-11-10 20:07:14 +00:00 |
|
yexo
|
4da846abe2
|
(svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to fix stack overflow
|
2011-11-10 19:40:49 +00:00 |
|
yexo
|
37797164ca
|
(svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to fix stack overflow
|
2011-11-10 19:40:49 +00:00 |
|
terkhen
|
c30ff054f6
|
(svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR)
|
2011-05-25 16:35:23 +00:00 |
|
terkhen
|
1f3853249d
|
(svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR)
|
2011-05-25 16:35:23 +00:00 |
|
smatz
|
f761b7249c
|
(svn r22481) -Fix: compilation with recent GCC
|
2011-05-21 08:40:50 +00:00 |
|
smatz
|
2447efdefd
|
(svn r22481) -Fix: compilation with recent GCC
|
2011-05-21 08:40:50 +00:00 |
|
yexo
|
45c46ce522
|
(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash
|
2011-02-11 06:18:39 +00:00 |
|
yexo
|
5f18d6d828
|
(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash
|
2011-02-11 06:18:39 +00:00 |
|
rubidium
|
489c169291
|
(svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2
|
2010-07-16 17:42:58 +00:00 |
|
rubidium
|
92da292fbc
|
(svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference was more than "MAX_UINT"/2
|
2010-07-16 17:42:58 +00:00 |
|
yexo
|
1e2733d2ac
|
(svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead
|
2010-02-20 13:28:56 +00:00 |
|
yexo
|
7c51a82020
|
(svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead
|
2010-02-20 13:28:56 +00:00 |
|
frosch
|
a2d9e85336
|
(svn r18832) -Fix: some indentation whitespace.
|
2010-01-16 20:51:35 +00:00 |
|
frosch
|
c07c7a3818
|
(svn r18832) -Fix: some indentation whitespace.
|
2010-01-16 20:51:35 +00:00 |
|
rubidium
|
36df94ddb0
|
(svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed.
|
2010-01-10 13:12:34 +00:00 |
|
rubidium
|
3ca0937c1c
|
(svn r18769) -Codechange: replace MiniLZO with the real library. If you're using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed.
|
2010-01-10 13:12:34 +00:00 |
|
rubidium
|
687d0739ee
|
(svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4
-Revert (r17273): this fix is included in Squirrel 2.2.4
|
2009-12-26 09:59:32 +00:00 |
|
rubidium
|
9574371e53
|
(svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4
-Revert (r17273): this fix is included in Squirrel 2.2.4
|
2009-12-26 09:59:32 +00:00 |
|
rubidium
|
a2a336b585
|
(svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of)
|
2009-11-08 23:56:39 +00:00 |
|
rubidium
|
6db598e408
|
(svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of)
|
2009-11-08 23:56:39 +00:00 |
|
rubidium
|
a6eb65c06b
|
(svn r18024) -Fix (r17217): missing (
|
2009-11-08 22:24:33 +00:00 |
|
rubidium
|
29ee106efa
|
(svn r18024) -Fix (r17217): missing (
|
2009-11-08 22:24:33 +00:00 |
|