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 97e6f3062e Adding of _t to (u)int types, and WChar to char32_t
See: eaae0bb5e
5 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
sqapi.cpp Adding of _t to (u)int types, and WChar to char32_t 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 Merge branch 'master' into jgrpp 7 months ago
sqcompiler.h Fix: Silence some warnings when building with clang-cl on VS 2019 4 years 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 Merge branch 'master' into jgrpp 6 months ago
sqfuncstate.h
sqlexer.cpp Adding of _t to (u)int types, and WChar to char32_t 5 months ago
sqlexer.h Adding of _t to (u)int types, and WChar to char32_t 5 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. 9 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 Change: Limit total script ops that can be consumed by a list valuate 5 months ago
sqvm.h Change: Limit total script ops that can be consumed by a list valuate 5 months ago