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/script
Jonathan G Rennison edfd378e93 Merge branch 'master' into jgrpp
# Conflicts:
#	source.list
#	src/blitter/32bpp_anim.cpp
#	src/linkgraph/linkgraphjob.cpp
#	src/order_cmd.cpp
#	src/vehicle.cpp
#	src/vehicle_type.h
5 years ago
..
api Merge branch 'master' into jgrpp 5 years ago
script_config.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_config.hpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_fatalerror.hpp
script_info.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_info.hpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_info_dummy.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_instance.cpp Fix b3fd7879: Ignore command flags when verifying script commands 5 years ago
script_instance.hpp Fix #7188: check the validity of command callback for scripts (#7701) 5 years ago
script_scanner.cpp Codechange: catch script exceptions by reference 5 years ago
script_scanner.hpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
script_storage.hpp Fix #7188: check the validity of command callback for scripts (#7701) 5 years ago
script_suspend.hpp
squirrel.cpp Fix #7590: decrement allocated_size in ScriptAllocator::Free() 5 years ago
squirrel.hpp Change: Limit memory allocations for each Squirrel instance 5 years ago
squirrel_class.hpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
squirrel_helper.hpp Codechange: catch script exceptions by reference 5 years ago
squirrel_helper_type.hpp Fix: MSVC warnings (#7423) 5 years ago
squirrel_std.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
squirrel_std.hpp