mkxp-z/binding-sandbox
刘皓 b55f6dd1f4
Add more error checking to sandbox bindings
* Added checks for when an incorrect number of arguments is passed to a
  function
* Added checks for when an argument of object type has mismatching type
  (arguments of numeric and string types were already checked for type
  mismatches before this commit)
* Added checks for trying to read certain properties of a disposed
  object
2025-08-18 14:04:09 -04:00
..
audio-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
audio-binding.h Handle game shutdown properly in libretro builds 2025-05-18 10:03:08 -04:00
binding-base.cpp Add bounds checking to operations involving arrays in sandbox memory 2025-08-10 11:27:39 -04:00
binding-base.h Add bounds checking to operations involving arrays in sandbox memory 2025-08-10 11:27:39 -04:00
binding-sandbox.cpp Move sandbox coroutine destructors into an end() method 2025-07-25 21:21:29 -04:00
binding-sandbox.h Move sandbox coroutine destructors into an end() method 2025-07-25 21:21:29 -04:00
binding-util.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
binding-util.h Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
bitmap-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
bitmap-binding.h Implement growing VM memory in libretro builds 2025-05-09 22:49:13 -04:00
disposable-binding.h Add more helper functions for bindings in libretro builds 2025-05-01 11:18:02 -04:00
etc-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
etc-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
flashable-binding.h Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
font-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
font-binding.h Implement growing VM memory in libretro builds 2025-05-09 22:49:13 -04:00
graphics-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
graphics-binding.h Handle game shutdown properly in libretro builds 2025-05-18 10:03:08 -04:00
hasher.cpp Add a log message when loading libretro save state made with incompatible mkxp-z version 2025-06-04 11:32:32 -04:00
input-binding.cpp Merge branch 'misc-fixes' into libretro 2025-06-03 11:36:20 -04:00
input-binding.h Implement growing VM memory in libretro builds 2025-05-09 22:49:13 -04:00
meson.build Add a log message when loading libretro save state made with incompatible mkxp-z version 2025-06-04 11:32:32 -04:00
module_rpg.cpp Reconcile the standalone and libretro build systems 2025-04-09 23:52:12 -04:00
plane-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
plane-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
sandbox-serial-util.cpp Only allow disposable objects to be marked as disposed in libretro save states 2025-07-25 11:51:58 -04:00
sandbox-serial-util.h Fix edge case in pointer unswizzling algorithm for libretro save state serialization 2025-07-02 13:32:06 -04:00
sandbox.cpp Refactor libretro core initialization to not need RETRO_SERIALIZATION_QUIRK_MUST_INITIALIZE 2025-07-23 13:47:58 -04:00
sandbox.h Don't run stack frame destructors when deserializing libretro save states 2025-07-25 11:22:31 -04:00
sceneelement-binding.h Add more helper functions for bindings in libretro builds 2025-05-01 11:18:02 -04:00
serializable-binding.h Add bounds checking to operations involving arrays in sandbox memory 2025-08-10 11:27:39 -04:00
sprite-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
sprite-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
table-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
table-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
tilemap-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
tilemap-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
tilemapvx-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
tilemapvx-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
viewport-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
viewport-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
viewportelement-binding.h Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
wasi.cpp Fix crash when performing zero-length vectored file operations in libretro builds 2025-08-13 09:49:54 -04:00
wasi.h Add bounds checking to operations involving arrays in sandbox memory 2025-08-10 11:27:39 -04:00
wasm-rt.cpp Explicitly cast integers before passing to log_printf in wasm-rt.cpp 2025-08-18 11:13:53 -04:00
wasm-rt.h Start implementing save state deserialization in libretro builds 2025-05-25 16:07:40 -04:00
wasm-types.h Keep track of all C++ objects allocated by bindings in libretro builds 2025-05-19 14:44:44 -04:00
window-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
window-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00
windowvx-binding.cpp Add more error checking to sandbox bindings 2025-08-18 14:04:09 -04:00
windowvx-binding.h Refactor binding-sandbox header files into .cpp files 2025-04-30 22:31:13 -04:00