index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
3rdparty
/
squirrel
Age
Commit message (
Expand
)
Author
2021-10-02
Fix #9588, 140a96b: [Squirrel] Reaching memory limit during script registrati...
Loïc Guilloux
2021-06-17
Cleanup: simplify some boolean expressions
Rubidium
2021-06-17
Cleanup: [Squirrel] Use nullptr instead of 0 or NULL
Rubidium
2021-06-10
Fix: [MinGW] Unused squirrel code triggering a warning
glx22
2021-06-03
Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...
Patric Stout
2021-05-16
Fix #9267, 47a99bb: [Squirrel] Heap use after free
Rubidium
2021-04-17
Fix #7513: recursive array/class/table release caused stack overflow
Rubidium
2021-04-17
Fix #7513: recursive garbage collection caused stack overflow
Rubidium
2021-04-01
Fix #8919: Release builds with asserts enabled (#8925)
Charles Pigott
2021-04-01
Codechange: Suppress warnings when asserts are disabled (#8916)
Charles Pigott
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-06-27
Codechange: Add WARN_FORMAT to vseprintf and fix the cascade of warnings that...
Charles Pigott
2020-06-18
Fix: Silence some warnings when building with clang-cl on VS 2019
Niels Martin Hansen
2020-06-05
Add: introduce CMake for project management
Patric Stout
2020-02-01
Fix #7966: SQInteger is 64-bit, print it as 64-bit
glx
2019-09-30
Codechange: Explicitly move a few variables to avoid a copy constructor (fixe...
Charles Pigott
2019-09-30
Fix: GCC9's warnings about deprecated implicit assignment operators
Charles Pigott
2019-05-11
Change: Limit memory allocations for each Squirrel instance
Niels Martin Hansen
2018-06-27
Codechange: Silence -Wclass-memaccess warnings with GCC8
Charles Pigott
2018-06-15
Codechange: Address some MSVC compiler warnings
Niels Martin Hansen
2017-08-20
(svn r27896) -Fix: some warnings
frosch
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2016-06-27
(svn r27605) -Fix: GCC 6 warning about misleading indentation
rubidium
2016-05-11
(svn r27561) -Fix [Squirrel]: Fix typos in error messages
matthijs
2015-05-20
(svn r27289) -Fix: some uninitialised instance variables
rubidium
2015-04-11
(svn r27233) -Fix [FS#6272]: crash when no AIs were installed due to improper...
rubidium
2014-10-12
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...
rubidium
2014-09-19
(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and esp...
rubidium
2014-09-17
(svn r26845) -Fix [Squirrel]: more uninitialized variables in constructors
rubidium
2014-09-17
(svn r26844) -Fix: clang compile error
rubidium
2014-09-16
(svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised in...
rubidium
2014-09-16
(svn r26841) -Codechange [Squirrel]: move the actual initialisation of instan...
rubidium
2014-09-16
(svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedState
rubidium
2014-09-16
(svn r26839) -Fix [Squirrel]: some dead code and making switch fall throughs ...
rubidium
2014-09-16
(svn r26838) -Fix (r26831): attempt to make MSVC like the code again
rubidium
2014-09-16
(svn r26837) -Fix [Squirrel]: remove some pointless assignments
rubidium
2014-09-16
(svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there...
rubidium
2014-09-16
(svn r26835) -Fix [Squirrel]: remove dead code from the lexer
rubidium
2014-09-16
(svn r26834) -Fix [Squirrel]: prevent unitialized memory warning by moving co...
rubidium
2014-09-16
(svn r26833) -Fix [Squirrel]: remove a few bits of dead code
rubidium
2014-09-16
(svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is ...
rubidium
2014-09-16
(svn r26831) -Fix [Squirrel]: (bogus) warning about falling through in a switch
rubidium
2014-09-07
(svn r26784) -Codechange [Squirrel]: use WChar for the lexer
rubidium
2014-09-06
(svn r26783) -Fix (r26781): removed one include too many
rubidium
2014-09-06
(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are alr...
rubidium
2014-09-06
(svn r26780) -Cleanup: remove unused SQUIRREL_API macro
rubidium
2014-09-06
(svn r26779) -Cleanup [Squirrel]: remove extern "C" statements; we won't be e...
rubidium
2014-09-06
(svn r26778) -Codechange: remove pointless rsl macro
rubidium
2014-09-06
(svn r26777) -Codechange: use safe string functions in squirrel code as well,...
rubidium
2014-09-06
(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper de...
rubidium
[next]