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
Rubidium eaae0bb5e7 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
11 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
sqapi.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
sqarray.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqbaselib.cpp Codechange: use string/fmt instead of printf for Squirrel's Raise_Error 1 year ago
sqclass.cpp Fix: Check max member count in squirrel classes (#10883) 1 year ago
sqclass.h Fix: Check max member count in squirrel classes (#10883) 1 year ago
sqclosure.h Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqcompiler.cpp Codechange: make SQString::Create that supports std::string and use that 12 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 Fix: GCC9's warnings about deprecated implicit assignment operators 5 years ago
sqfuncstate.cpp Codechange: replace printf with PRINTF macros by fmt::format for scripts 1 year ago
sqfuncstate.h
sqlexer.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
sqlexer.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 Fix #9588, 140a96b: [Squirrel] Reaching memory limit during script registration could prevent further script detections (#9589) 3 years 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 Codechange: do not hide parameters with local variables 1 year ago
sqstate.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqstring.h Codechange: make SQString::Create that supports std::string and use that 12 months ago
sqtable.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqtable.h Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
squserdata.h Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
squtils.h Fix #10846: [Squirrel] Ensure sqvector size does not overflow (#10848) 1 year ago
sqvm.cpp Codechange: make SQString::Create that supports std::string and use that 12 months ago
sqvm.h Codechange: use string/fmt instead of printf for Squirrel's Raise_Error 1 year ago