Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-06-25 | updated | bloodstalker | 1 | -0/+1 | |
2017-06-25 | silenced a compiler warning | bloodstalker | 1 | -1/+1 | |
2017-06-24 | added two more commands | bloodstalker | 1 | -0/+79 | |
2017-06-24 | added two new commands, fixed some previous help texts | bloodstalker | 1 | -11/+15 | |
2017-06-24 | added two new commands | bloodstalker | 1 | -0/+2 | |
2017-06-24 | added a new command, fixed an old one | bloodstalker | 1 | -7/+60 | |
2017-06-24 | a new example script | bloodstalker | 1 | -0/+9 | |
2017-06-24 | new command | bloodstalker | 1 | -1/+2 | |
2017-06-24 | new command | bloodstalker | 1 | -2/+4 | |
2017-06-23 | added a new command to extract mutagens | bloodstalker | 1 | -0/+66 | |
2017-06-23 | added help for the new command | bloodstalker | 1 | -1/+2 | |
2017-06-23 | added the new command | bloodstalker | 1 | -0/+1 | |
2017-06-22 | whatever | bloodstalker | 1 | -0/+1 | |
2017-06-22 | fix? | bloodstalker | 1 | -1/+1 | |
2017-06-22 | cosmetic | bloodstalker | 1 | -1/+2 | |
2017-06-22 | mutation hosts | bloodstalker | 2 | -0/+115 | |
2017-06-22 | fixed the help function, added a general read xml comand | bloodstalker | 1 | -6/+53 | |
2017-06-22 | fixed the help content | bloodstalker | 1 | -11/+28 | |
2017-06-22 | added a new command | bloodstalker | 1 | -0/+1 | |
2017-06-22 | wip | bloodstalker | 1 | -1/+6 | |
2017-06-17 | rewriters now return the result as a string to lua | bloodstalker | 1 | -3/+19 | |
2017-06-17 | updated | bloodstalker | 1 | -0/+8 | |
2017-06-17 | updated help section | bloodstalker | 1 | -1/+1 | |
2017-06-13 | now makes some sense | bloodstalker | 1 | -0/+21 | |
2017-06-13 | added some more help text | bloodstalker | 1 | -12/+12 | |
2017-06-13 | lil fixing-up | bloodstalker | 1 | -0/+5 | |
2017-06-12 | updated | bloodstalker | 1 | -1/+9 | |
2017-06-12 | new example scripts | bloodstalker | 1 | -0/+16 | |
2017-06-12 | fixed the new command | bloodstalker | 1 | -3/+25 | |
2017-06-11 | updated | bloodstalker | 1 | -0/+14 | |
2017-06-11 | implemented the show source-code command | bloodstalker | 1 | -2/+49 | |
2017-06-11 | new command | bloodstalker | 1 | -0/+1 | |
2017-06-11 | new commands | bloodstalker | 1 | -6/+39 | |
2017-06-10 | now builds luajit as well | bloodstalker | 1 | -1/+6 | |
2017-06-10 | updated help | bloodstalker | 1 | -9/+16 | |
2017-06-10 | more commands for auto-completion | bloodstalker | 1 | -2/+4 | |
2017-06-10 | added a bunch more commands | bloodstalker | 1 | -0/+90 | |
2017-06-07 | new submodule, lua-jit | bloodstalker | 1 | -0/+0 | |
2017-06-07 | cleaned up the code | bloodstalker | 1 | -243/+2 | |
2017-06-05 | moved the other commands into lua now, so they are working again | bloodstalker | 1 | -17/+96 | |
2017-06-05 | fixed some commands | bloodstalker | 1 | -22/+34 | |
2017-06-04 | now the list commands output the results in as strings so they can be reused ↵ | bloodstalker | 1 | -2/+11 | |
in lua in any way the user sees fit | |||||
2017-06-04 | added the new commands to the list | bloodstalker | 1 | -0/+6 | |
2017-06-03 | you can now call the list functions from lua | bloodstalker | 1 | -6/+49 | |
2017-06-03 | added some more lua scripts. theyre mainly used for testing | bloodstalker | 2 | -0/+18 | |
2017-06-01 | added a comment about the fact that this file is basically lua.c | bloodstalker | 1 | -0/+8 | |
2017-06-01 | registering the functions in lua | bloodstalker | 1 | -0/+41 | |
2017-05-31 | read it | bloodstalker | 1 | -2/+16 | |
2017-05-31 | lua test scripts | bloodstalker | 4 | -0/+4 | |
2017-05-31 | now all commands are sent to the lua interpreter. what that simply means is ↵ | bloodstalker | 1 | -13/+92 | |
that bruiser is an interactive lua interpreter that uses linenoise for shell-like functionality instead of what the normal lua interpreter does, plus it will feature its own functionality. Im updating the readme as well. I explain more there |