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 ead18b2af2 Merge branch 'master' into jgrpp
# Conflicts:
#	CMakeLists.txt
#	src/3rdparty/md5/md5.h
#	src/3rdparty/squirrel/squirrel/squtils.h
#	src/animated_tile.cpp
#	src/console_func.h
#	src/core/CMakeLists.txt
#	src/core/container_func.hpp
#	src/core/smallstack_type.hpp
#	src/crashlog.cpp
#	src/crashlog.h
#	src/debug.h
#	src/economy.cpp
#	src/gamelog.cpp
#	src/industry_gui.cpp
#	src/lang/catalan.txt
#	src/misc_gui.cpp
#	src/network/network_content.h
#	src/newgrf.cpp
#	src/newgrf.h
#	src/newgrf_config.cpp
#	src/newgrf_config.h
#	src/newgrf_gui.cpp
#	src/os/unix/font_unix.cpp
#	src/os/windows/crashlog_win.cpp
#	src/rail_cmd.cpp
#	src/saveload/animated_tile_sl.cpp
#	src/script/api/script_tilelist.cpp
#	src/settings.cpp
#	src/settingsgen/settingsgen.cpp
#	src/sl/oldloader_sl.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/stdafx.h
#	src/strgen/strgen.cpp
#	src/strgen/strgen_base.cpp
#	src/table/settings/gui_settings.ini
#	src/train_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_cmd.cpp
#	src/vehicle_gui_base.h
#	src/viewport_sprite_sorter.h
11 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 Revert "Revert "Codechange: Explicitly move a few variables to avoid a copy constructor (fixes warning from clang)"" 1 year ago
sqcompiler.h Fix: Silence some warnings when building with clang-cl on VS 2019 4 years ago
sqdebug.cpp Codechange: replace printf with PRINTF macros by fmt::format for scripts 1 year 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 (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 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 Merge branch 'master' into jgrpp 11 months ago
sqvm.cpp Codechange: replace printf with PRINTF macros by fmt::format for scripts 1 year ago
sqvm.h Codechange: use string/fmt instead of printf for Squirrel's Raise_Error 1 year ago