mkxp/binding-mruby
Jonas Kulla 520162f36a Use safe way to get at a vector's data pointer
&std::vector<C>[0] is not guaranteed to not throw if the
vector is empty. Better safe than sorry.
2014-10-09 19:02:29 +02:00
..
mrb-ext Use safe way to get at a vector's data pointer 2014-10-09 19:02:29 +02:00
audio-binding.cpp Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState 2013-10-09 12:30:33 +02:00
binding-mruby.cpp Implement F12 game reset (MRI only) 2014-09-26 06:25:47 +02:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp Tilemap/VX: Ensure proxy objects don't outlive their parents 2014-09-26 18:21:50 +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 MRuby-Binding: Bind #initialize_copy for clonable classes 2014-08-09 21:24:50 +02:00
flashable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
font-binding.cpp Revert Disposable concept back into core 2014-09-23 21:12:58 +02:00
graphics-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
input-binding.cpp Merge separate RGSS version build configs into one 2014-08-28 23:22:05 +02:00
module_rpg.c MRuby-Binding: Make code compile with latest mruby master 2013-12-27 04:36:24 +01:00
plane-binding.cpp MRuby: Fix handling of Etc/Font properties 2014-09-05 22:53:19 +02:00
sceneelement-binding.h Initial commit 2013-09-01 16:27:21 +02:00
serializable-binding.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
sprite-binding.cpp MRuby: Fix handling of Etc/Font properties 2014-09-05 22:53:19 +02:00
table-binding.cpp MRuby-Binding: Bind #initialize_copy for clonable classes 2014-08-09 21:24:50 +02:00
tilemap-binding.cpp Tilemap/VX: Ensure proxy objects don't outlive their parents 2014-09-26 18:21:50 +02:00
viewport-binding.cpp MRuby: Fix handling of Etc/Font properties 2014-09-05 22:53:19 +02:00
viewportelement-binding.h Revert Disposable concept back into core 2014-09-23 21:12:58 +02:00
window-binding.cpp MRuby: Fix handling of Etc/Font properties 2014-09-05 22:53:19 +02:00