mkxp-freebird/binding-mri
Jonas Kulla 1a489aafaf Bindings: Fix inconsistency in Viewport dispose (RGSS1)
As noted, on Viewport dispose, RMXP always calls the core
dispose method for child objects regardless of whether
user scripts override it in sub classes.

Implement this behavior in mkxp to prevent infinite recursion.
2014-10-24 18:35:05 +02:00
..
audio-binding.cpp Implement F12 game reset (MRI only) 2014-09-26 06:25:47 +02:00
binding-mri.cpp MRI: Revise 'MKXP.data_directory' behavior 2014-10-22 04:16:15 +02:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp RGSSError is a subclass of StandardError 2014-09-26 18:20:27 +02:00
binding-util.h Silence "uninitialized" warnings 2014-10-01 06:29:47 +02:00
bitmap-binding.cpp Revert Disposable concept back into core 2014-09-23 21:12:58 +02:00
disposable-binding.h Bindings: Fix inconsistency in Viewport dispose (RGSS1) 2014-10-24 18:35:05 +02:00
etc-binding.cpp Core/MRI: Fix handling of Etc/Font properties 2014-09-05 01:58:41 +02:00
filesystem-binding.cpp MRI: load_data: Catch exceptions and pass onto ruby 2014-09-13 07:26:42 +02:00
flashable-binding.h MRI-Binding: Typo in Flashable binding 2014-08-09 21:21:38 +02:00
font-binding.cpp MRI: Use ruby 2.0 compatible function name 2014-09-30 00:48:22 +02:00
graphics-binding.cpp Implement F12 game reset (MRI only) 2014-09-26 06:25:47 +02:00
input-binding.cpp Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
module_rpg.cpp Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
module_rpg1.rb.xxd Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
module_rpg2.rb.xxd Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
module_rpg3.rb.xxd Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
plane-binding.cpp Bindings: Remove 'wrapNilProperty' 2014-09-05 01:59:01 +02:00
sceneelement-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
serializable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
sprite-binding.cpp Bindings: Remove 'wrapNilProperty' 2014-09-05 01:59:01 +02:00
table-binding.cpp use std::max instead of ?: 2014-08-31 11:10:57 +02:00
tilemap-binding.cpp Tilemap/VX: Ensure proxy objects don't outlive their parents 2014-09-26 18:21:50 +02:00
tilemapvx-binding.cpp Tilemap/VX: Ensure proxy objects don't outlive their parents 2014-09-26 18:21:50 +02:00
viewport-binding.cpp Core/MRI: Fix handling of Etc/Font properties 2014-09-05 01:58:41 +02:00
viewportelement-binding.h Revert Disposable concept back into core 2014-09-23 21:12:58 +02:00
window-binding.cpp Bindings: Remove 'wrapNilProperty' 2014-09-05 01:59:01 +02:00
windowvx-binding.cpp Core, MRI: Don't expose RGSS3 functionality in 2 2014-09-06 02:01:20 +02:00