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 62afd94b47 Merge branch 'master' into jgrpp-beta
# Conflicts:
#	src/company_cmd.cpp
#	src/economy.cpp
#	src/lang/swedish.txt
#	src/network/network_command.cpp
#	src/news_gui.cpp
#	src/saveload/saveload.h
#	src/script/api/script_list.cpp
#	src/video/cocoa/cocoa_v.mm
#	src/video/sdl2_v.cpp
3 years ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
sqapi.cpp Cleanup: simplify some boolean expressions 3 years ago
sqarray.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqbaselib.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqclass.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqclass.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqclosure.h Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqcompiler.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqcompiler.h Fix: Silence some warnings when building with clang-cl on VS 2019 4 years ago
sqdebug.cpp Fix #7966: SQInteger is 64-bit, print it as 64-bit 4 years ago
sqfuncproto.h Fix: GCC9's warnings about deprecated implicit assignment operators 5 years ago
sqfuncstate.cpp Fix: [MinGW] Unused squirrel code triggering a warning 3 years ago
sqfuncstate.h
sqlexer.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqlexer.h (svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line 10 years ago
sqmem.cpp Change: Limit memory allocations for each Squirrel instance 5 years ago
sqobject.cpp Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqobject.h Merge branch 'master' into jgrpp-beta 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 Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqstate.h Fix #7513: recursive array/class/table release caused stack overflow 3 years ago
sqstring.h (svn r26841) -Codechange [Squirrel]: move the actual initialisation of instance variables of SQString into the constructor 10 years 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 Cleanup: [Squirrel] Use nullptr instead of 0 or NULL 3 years ago
sqvm.cpp Cleanup: simplify some boolean expressions 3 years ago
sqvm.h Fix #7513: recursive garbage collection caused stack overflow 3 years ago