mkxp-freebird/binding-mruby
Jonas Kulla af9039f58d Sprite: Implement wave effect (RGSS2)
This initial implementation emulates the way RMVX splits
the sprite into "chunks" of about 8 pixels, which it then
scrolls left/right on a vertical sine wave. It even
replicates the weird behavior when wave_amp < 0, namely
"shrinking" the src_rect horizontally.

As with bush_opacity, this effect in combination with
rotation will render differently from RMVX.
2014-02-03 15:32:50 +01:00
..
mrb-ext Spacing 2014-01-01 12:59:40 +01:00
audio-binding.cpp Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState 2013-10-09 12:30:33 +02:00
binding-mruby.cpp Merge #8 2014-01-02 00:11:57 +01:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp Exception: Constructor now takes printf style arguments 2013-12-29 18:05:11 +01:00
binding-util.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
bitmap-binding.cpp Bitmap: Make #get_pixel/#set_pixel more accurate 2014-01-31 10:19:16 +01:00
disposable-binding.h Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
etc-binding.cpp MRuby-Binding: Fix etc accessors not using getter/setter functions 2014-02-03 14:07:08 +01:00
flashable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
font-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
graphics-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
input-binding.cpp Input: Implement RGSS3 functionality in bindings 2014-02-03 15:04:57 +01:00
module_rpg.c MRuby-Binding: Make code compile with latest mruby master 2013-12-27 04:36:24 +01:00
plane-binding.cpp Initial commit 2013-09-01 16:27:21 +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 Sprite: Implement wave effect (RGSS2) 2014-02-03 15:32:50 +01:00
table-binding.cpp Spacing 2014-01-01 12:59:40 +01:00
tilemap-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
viewport-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00
viewportelement-binding.h Initial commit 2013-09-01 16:27:21 +02:00
window-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00