aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/defaults.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker2018-08-081-3/+3
| | | | C. the memory management side of faultreiber is not implemented yet since im on the fence on how to do it. faultreiber along with tablegen will completely automate the process of adding new file formats to bruiser.
* the codegen is working now. the generated codes will not be part of the repo ↵bloodstalker2018-06-091-0/+3
| | | | for the time being. they will be generated during the build process.
* fixed a bug with default.lua. added the blueprint for the wasm interface to ↵bloodstalker2018-06-011-2/+2
| | | | bruiser.
* relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker2018-04-271-14/+18
| | | | ramdump. i just need to write a luawrapper.
* updated the readme, added a wiki entry, fixed the default.lua script which i ↵bloodstalker2018-04-231-0/+9
| | | | broke in the last commit
* two more options for load.py. also fixed the default lua script for bruiser. ↵bloodstalker2018-04-211-2/+15
| | | | now it works for everyone if luarocks is in path.
* bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker2018-02-241-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.