aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/defaults.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-08faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker1-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.
2018-06-09the codegen is working now. the generated codes will not be part of the repo ↵bloodstalker1-0/+3
for the time being. they will be generated during the build process.
2018-06-01fixed a bug with default.lua. added the blueprint for the wasm interface to ↵bloodstalker1-2/+2
bruiser.
2018-04-27relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker1-14/+18
ramdump. i just need to write a luawrapper.
2018-04-23updated the readme, added a wiki entry, fixed the default.lua script which i ↵bloodstalker1-0/+9
broke in the last commit
2018-04-21two more options for load.py. also fixed the default lua script for bruiser. ↵bloodstalker1-2/+15
now it works for everyone if luarocks is in path.
2018-02-24bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker1-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.