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
/
squirrel
/
sqstate.cpp
Age
Commit message (
Expand
)
Author
2021-06-17
Cleanup: [Squirrel] Use nullptr instead of 0 or NULL
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
2014-10-12
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...
rubidium
2014-09-17
(svn r26845) -Fix [Squirrel]: more uninitialized variables in constructors
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-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
2014-09-06
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
rubidium
2014-05-24
(svn r26609) -Fix: compile warnings on MSVC for 32 bits builds due to assigni...
rubidium
2011-12-01
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, i...
truebrain
2009-06-07
(svn r16534) -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI was...
yexo
2009-03-09
(svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^...
yexo
2009-02-25
(svn r15578) -Change: unexternalise squirrel.
rubidium