summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/squirrel/sqstate.cpp
AgeCommit message (Expand)Author
2021-06-17Cleanup: [Squirrel] Use nullptr instead of 0 or NULLRubidium
2021-04-17Fix #7513: recursive array/class/table release caused stack overflowRubidium
2021-04-17Fix #7513: recursive garbage collection caused stack overflowRubidium
2021-04-01Fix #8919: Release builds with asserts enabled (#8925)Charles Pigott
2021-04-01Codechange: 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 constructorsrubidium
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 SQSharedStaterubidium
2014-09-06(svn r26778) -Codechange: remove pointless rsl macrorubidium
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 macrorubidium
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