You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/3rdparty/squirrel/squirrel
Jonathan G Rennison c4a1436362 Workaround missing std::bit_cast on some compilers 3 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
sqapi.cpp Merge branch 'master' into jgrpp 5 months ago
sqarray.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
sqbaselib.cpp Merge branch 'master' into jgrpp 5 months ago
sqclass.cpp Merge branch 'master' into jgrpp 7 months ago
sqclass.h Merge branch 'master' into jgrpp 7 months ago
sqclosure.h Merge branch 'master' into jgrpp 7 months ago
sqcompiler.cpp Workaround missing std::bit_cast on some compilers 3 months ago
sqcompiler.h Add missing includes for std::runtime_error 4 months ago
sqdebug.cpp Codechange: make SQString::Create that supports std::string and use that 12 months ago
sqfuncproto.h Merge branch 'master' into jgrpp 7 months ago
sqfuncstate.cpp Workaround missing std::bit_cast on some compilers 3 months ago
sqfuncstate.h Codechange: Simplify error throwing/catching in squirrel compiler. 4 months ago
sqlexer.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
sqlexer.h Codechange: Simplify error throwing/catching in squirrel compiler. 4 months ago
sqmem.cpp Change: Limit memory allocations for each Squirrel instance 5 years ago
sqobject.cpp Codechange: use string/fmt instead of printf for Squirrel's Raise_Error 1 year ago
sqobject.h Merge branch 'master' into jgrpp 5 months ago
sqopcodes.h (svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised instance variables 10 years ago
sqpcheader.h (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h 10 years ago
sqstate.cpp Merge branch 'master' into jgrpp 5 months ago
sqstate.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqstring.h Codechange: Add missing override specifiers to squirrel. 8 months ago
sqtable.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqtable.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
squserdata.h Merge branch 'master' into jgrpp 7 months ago
squtils.h Remove use of fmt from squtils.h 10 months ago
sqvm.cpp Workaround missing std::bit_cast on some compilers 3 months ago
sqvm.h Change: Limit total script ops that can be consumed by a list valuate (#11670) 5 months ago