mkxp-freebird/binding-mri
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
..
audio-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
binding-mri.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 Input: Implement RGSS3 functionality in bindings 2014-02-03 15:04:57 +01:00
binding-util.h Input: Implement RGSS3 functionality in bindings 2014-02-03 15:04:57 +01:00
bitmap-binding.cpp Bitmap: Make #get_pixel/#set_pixel more accurate 2014-01-31 10:19:16 +01:00
disposable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
etc-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
filesystem-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
flashable-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
font-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
graphics-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
input-binding.cpp Input: Implement RGSS3 functionality in bindings 2014-02-03 15:04:57 +01:00
module_rpg.cpp Initial commit 2013-09-01 16:27:21 +02:00
module_rpg.rb.xxd Initial commit 2013-09-01 16:27:21 +02:00
plane-binding.cpp MRI-Binding: Reduce number of object allocations 2013-10-30 10:06:24 +01: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 Sprite: Implement wave effect (RGSS2) 2014-02-03 15:32:50 +01:00
table-binding.cpp Merge #8 2014-01-02 00:11:57 +01:00
tilemap-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
viewport-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
viewportelement-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
window-binding.cpp MRI-Binding: Reduce number of object allocations 2013-10-30 10:06:24 +01:00