aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/demo2.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip-the lua syntax is not what i want to be yet and im having trouble with ↵bloodstalker2018-03-041-3/+39
| | | | the JMP_S_T pointers
* the skeletion code for the jump table struct is now workingbloodstalker2018-03-021-1/+7
|
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-011-2/+28
| | | | implementation
* bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker2018-02-241-0/+35
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.