mkxp-freebird/binding-mruby
Jonas Kulla 2adf8ab265 Transition from QtCore to stdc++ / STL / boost
This looks like a pretty major change, but in reality,
80% of it is just renames of types and corresponding
methods.

The config parsing code has been completely replaced
with a boost::program_options based version. This
means that the config file format slightly changed
(checkout the updated README).

I still expect there to be bugs / unforseen events.
Those should be fixed in follow up commits.

Also, finally reverted back to using pkg-config to
locate and link libruby. Yay for less hacks!
2013-12-29 13:59:26 +01:00
..
mrb-ext Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +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 Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp MRuby-Binding: Make code compile with latest mruby master 2013-12-27 04:36:24 +01:00
binding-util.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
bitmap-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
disposable-binding.h Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
etc-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +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 MRuby-Binding: Make code compile with latest mruby master 2013-12-27 04:36:24 +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 Initial commit 2013-09-01 16:27:21 +02:00
table-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +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