rubidium
|
1685118169
|
(svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedState
|
2014-09-16 21:11:14 +00:00 |
|
rubidium
|
525316ea9b
|
(svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs more explicit
|
2014-09-16 21:10:01 +00:00 |
|
rubidium
|
22fc96ad6b
|
(svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs more explicit
|
2014-09-16 21:10:01 +00:00 |
|
rubidium
|
061be20b78
|
(svn r26838) -Fix (r26831): attempt to make MSVC like the code again
|
2014-09-16 20:14:03 +00:00 |
|
rubidium
|
0291a1be11
|
(svn r26838) -Fix (r26831): attempt to make MSVC like the code again
|
2014-09-16 20:14:03 +00:00 |
|
rubidium
|
e19dfdee99
|
(svn r26837) -Fix [Squirrel]: remove some pointless assignments
|
2014-09-16 20:09:20 +00:00 |
|
rubidium
|
74ceffd3c5
|
(svn r26837) -Fix [Squirrel]: remove some pointless assignments
|
2014-09-16 20:09:20 +00:00 |
|
rubidium
|
3d2f511f43
|
(svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line
|
2014-09-16 20:08:44 +00:00 |
|
rubidium
|
9f249cfff9
|
(svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line
|
2014-09-16 20:08:44 +00:00 |
|
rubidium
|
5502a19f3d
|
(svn r26835) -Fix [Squirrel]: remove dead code from the lexer
|
2014-09-16 20:07:47 +00:00 |
|
rubidium
|
0d0c4461ce
|
(svn r26835) -Fix [Squirrel]: remove dead code from the lexer
|
2014-09-16 20:07:47 +00:00 |
|
rubidium
|
fef12f24dd
|
(svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving code from (static) Init to constructure for SQFunctionProto
|
2014-09-16 20:07:19 +00:00 |
|
rubidium
|
7176f65edf
|
(svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving code from (static) Init to constructure for SQFunctionProto
|
2014-09-16 20:07:19 +00:00 |
|
rubidium
|
8716e0c26d
|
(svn r26833) -Fix [Squirrel]: remove a few bits of dead code
|
2014-09-16 20:06:28 +00:00 |
|
rubidium
|
12bd7532ba
|
(svn r26833) -Fix [Squirrel]: remove a few bits of dead code
|
2014-09-16 20:06:28 +00:00 |
|
rubidium
|
dd0254220f
|
(svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is properly initialized
|
2014-09-16 20:06:05 +00:00 |
|
rubidium
|
5cec030d4d
|
(svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is properly initialized
|
2014-09-16 20:06:05 +00:00 |
|
rubidium
|
de8230a219
|
(svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switch
|
2014-09-16 20:05:21 +00:00 |
|
rubidium
|
ff880a420d
|
(svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switch
|
2014-09-16 20:05:21 +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
|
0d042630d5
|
(svn r26783) -Fix (r26781): removed one include too many
|
2014-09-06 20:38:39 +00:00 |
|
rubidium
|
6bf8a63ed9
|
(svn r26783) -Fix (r26781): removed one include too many
|
2014-09-06 20:38:39 +00:00 |
|
rubidium
|
e8a72f8234
|
(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h
|
2014-09-06 20:20:35 +00:00 |
|
rubidium
|
9b0c01e9bf
|
(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h
|
2014-09-06 20:20:35 +00:00 |
|
rubidium
|
fc6d256948
|
(svn r26780) -Cleanup: remove unused SQUIRREL_API macro
|
2014-09-06 20:11:00 +00:00 |
|
rubidium
|
7ece56c347
|
(svn r26780) -Cleanup: remove unused SQUIRREL_API macro
|
2014-09-06 20:11:00 +00:00 |
|
rubidium
|
ed365a33c0
|
(svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be exporting things to C from our squirrel
|
2014-09-06 20:05:07 +00:00 |
|
rubidium
|
a47874754c
|
(svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be exporting things to C from our squirrel
|
2014-09-06 20:05:07 +00:00 |
|
rubidium
|
506de3c53d
|
(svn r26778) -Codechange: remove pointless rsl macro
|
2014-09-06 19:57:01 +00:00 |
|
rubidium
|
9543f4ed1e
|
(svn r26778) -Codechange: remove pointless rsl macro
|
2014-09-06 19:57:01 +00:00 |
|
rubidium
|
ac7ef48b0d
|
(svn r26777) -Codechange: use safe string functions in squirrel code as well, and prevent using the ones that are deemed unsafe
|
2014-09-06 19:54:35 +00:00 |
|
rubidium
|
eb52e65bec
|
(svn r26777) -Codechange: use safe string functions in squirrel code as well, and prevent using the ones that are deemed unsafe
|
2014-09-06 19:54:35 +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
|
ab4f228aa8
|
(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define
|
2014-09-06 17:36:29 +00:00 |
|
rubidium
|
ad315ef6d9
|
(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define
|
2014-09-06 17:36:29 +00:00 |
|
rubidium
|
20a83b406e
|
(svn r26770) -Fix [Squirrel]: in case SQChar is a char (previously everything non-Windows or non-Unicode, now everything), the lexer throws away the higher bytes of characters
|
2014-09-06 17:22:06 +00:00 |
|
rubidium
|
3f9525ff0e
|
(svn r26770) -Fix [Squirrel]: in case SQChar is a char (previously everything non-Windows or non-Unicode, now everything), the lexer throws away the higher bytes of characters
|
2014-09-06 17:22:06 +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
|
44fabee8ca
|
(svn r26764) -Fix: Buffer overrun in SQCompiler::Error. (kalenz)
|
2014-08-31 10:20:30 +00:00 |
|
frosch
|
43e82ded9a
|
(svn r26764) -Fix: Buffer overrun in SQCompiler::Error. (kalenz)
|
2014-08-31 10:20:30 +00:00 |
|
rubidium
|
dcc2da107a
|
(svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigning values to variables with smaller integer size
|
2014-05-24 17:58:32 +00:00 |
|
rubidium
|
8e87ae9120
|
(svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigning values to variables with smaller integer size
|
2014-05-24 17:58:32 +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
|
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 |
|