Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-09 | the codegen is working now. the generated codes will not be part of the repo ↵ | bloodstalker | 1 | -0/+3 | |
for the time being. they will be generated during the build process. | |||||
2018-06-01 | fixed a bug with default.lua. added the blueprint for the wasm interface to ↵ | bloodstalker | 1 | -2/+2 | |
bruiser. | |||||
2018-04-27 | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 1 | -14/+18 | |
ramdump. i just need to write a luawrapper. | |||||
2018-04-23 | updated the readme, added a wiki entry, fixed the default.lua script which i ↵ | bloodstalker | 1 | -0/+9 | |
broke in the last commit | |||||
2018-04-21 | two more options for load.py. also fixed the default lua script for bruiser. ↵ | bloodstalker | 1 | -2/+15 | |
now it works for everyone if luarocks is in path. | |||||
2018-02-24 | bruiser will now run a lua script before startup so now you can easily use ↵ | bloodstalker | 1 | -0/+2 | |
your lua rocks from inside bruiser. added a new demo using bruisers xobj module. added a new bruiser option for the default lua script to run prior to bruiser startup. updated the readme for bruiser. |