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 c8817d7f4e Merge branch 'master' into jgrpp
# Conflicts:
#	os/macosx/notarize.sh
#	src/3rdparty/CMakeLists.txt
#	src/3rdparty/squirrel/squirrel/sqcompiler.cpp
#	src/3rdparty/squirrel/squirrel/sqdebug.cpp
#	src/3rdparty/squirrel/squirrel/sqvm.cpp
#	src/console_cmds.cpp
#	src/core/span_type.hpp
#	src/crashlog.cpp
#	src/currency.h
#	src/date_gui.cpp
#	src/driver.cpp
#	src/fios.cpp
#	src/genworld_gui.cpp
#	src/hotkeys.cpp
#	src/misc_gui.cpp
#	src/music/os2_m.cpp
#	src/network/core/os_abstraction.h
#	src/network/network_server.cpp
#	src/newgrf.cpp
#	src/newgrf_config.h
#	src/newgrf_text.cpp
#	src/openttd.cpp
#	src/os/macosx/font_osx.cpp
#	src/os/macosx/misc_osx.cpp
#	src/os/os2/CMakeLists.txt
#	src/os/os2/os2.cpp
#	src/os/unix/CMakeLists.txt
#	src/os/windows/font_win32.cpp
#	src/os/windows/win32_main.cpp
#	src/saveload/saveload.cpp
#	src/script/api/script_text.cpp
#	src/settings.cpp
#	src/settings_gui.cpp
#	src/stdafx.h
#	src/strings.cpp
#	src/timetable_gui.cpp
#	src/town_gui.cpp
#	src/train_cmd.cpp
#	src/video/dedicated_v.cpp
#	src/video/video_driver.cpp
#	src/video/win32_v.cpp
#	src/viewport.cpp
#	src/waypoint_gui.cpp
#	src/widgets/dropdown_type.h
#	src/window.cpp
#	src/window_gui.h
9 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
sqapi.cpp Merge branch 'master' into jgrpp 11 months ago
sqarray.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 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) 12 months ago
sqclass.h Fix: Check max member count in squirrel classes (#10883) 12 months ago
sqclosure.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
sqcompiler.cpp Merge branch 'master' into jgrpp 9 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 Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
sqfuncstate.cpp Revert "Revert "Codechange: Explicitly move a few variables to avoid a copy constructor (fixes warning from clang)"" 1 year ago
sqfuncstate.h
sqlexer.cpp Cleanup: remove commented out code 1 year 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 Codechange: use string/fmt instead of printf for Squirrel's Raise_Error 1 year ago
sqobject.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 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 Merge branch 'master' into jgrpp 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 Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
squserdata.h Squirrel: Change SQRefCounted allocator to avoid undefined behaviour 2 years ago
squtils.h Remove use of fmt from squtils.h 10 months 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