Commit Graph

5 Commits

Author SHA1 Message Date
Varun Patil 0dbe2008af Update for latest mruby, emscripten 2019-05-07 22:35:40 +05:30
Varun Patil a997bcd67f Fix emscripten support, for mruby
Gets to title screen, input works

Fix up repo, fix Graphics.cpp, add emscripten_sleep to audio files
2018-05-01 13:59:25 +05:30
Ghabry 5b3c1d2b13 WIP: Emscripten support 2018-04-29 19:18:36 +02:00
Jonas Kulla f665d8b41c BoostSet: Add 'remove' and rename BoostHash::erase to remove
This is more consistent with Qt's method naming.
2014-09-05 01:06:08 +02:00
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