mkxp/binding-mri
Jonas Kulla af8f3a36d2 MRI: Move former 'System' module into 'MKXP' module
This breaks script compatibility.

'System' is way too generic of a name to reserve for mkxp use,
and I have already seen at least one occurance in the wild of
it being used by user scripts.

Ideally, all mkxp RGSS extensions would be moved under this
module, but I feel like the core modules (Input, Graphics etc)
are more safe as users are hesitant to directly extend these.
2014-10-22 04:15:40 +02:00
..
audio-binding.cpp Implement F12 game reset (MRI only) 2014-09-26 06:25:47 +02:00
binding-mri.cpp MRI: Move former 'System' module into 'MKXP' module 2014-10-22 04:15:40 +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 Revert Disposable concept back into core 2014-09-23 21:12:58 +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