mkxp-freebird/binding-mruby
Jonas Kulla 231e38ae8e Replace QVector, QList with std::vector, std::list
An exception is made of TexPool, which will need a
bit more testing before transitioning to std containers.

Also replace 'int' with 'size_t' where it is used only
as an array index.
2013-12-26 20:18:33 +01:00
..
mrb-ext Replace QVector, QList with std::vector, std::list 2013-12-26 20:18:33 +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 Sanitize #include statements 2013-12-04 17:48:37 +01:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp Use 'snprintf()' instead of the unsafe variant 2013-09-27 19:50:23 +02:00
binding-util.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
bitmap-binding.cpp Raise exception on too big textures 2013-09-03 15:22:00 +02:00
disposable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
etc-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +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 Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState 2013-10-09 12:30:33 +02:00
module_rpg.c Initial commit 2013-09-01 16:27:21 +02: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 Initial commit 2013-09-01 16:27:21 +02:00
table-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +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