Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | a new example script | bloodstalker | 2017-06-24 | 1 | -0/+9 | |
| | ||||||
* | new command | bloodstalker | 2017-06-24 | 1 | -1/+2 | |
| | ||||||
* | new command | bloodstalker | 2017-06-24 | 1 | -2/+4 | |
| | ||||||
* | added a new command to extract mutagens | bloodstalker | 2017-06-23 | 1 | -0/+66 | |
| | ||||||
* | added help for the new command | bloodstalker | 2017-06-23 | 1 | -1/+2 | |
| | ||||||
* | added the new command | bloodstalker | 2017-06-23 | 1 | -0/+1 | |
| | ||||||
* | whatever | bloodstalker | 2017-06-22 | 1 | -0/+1 | |
| | ||||||
* | fix? | bloodstalker | 2017-06-22 | 1 | -1/+1 | |
| | ||||||
* | cosmetic | bloodstalker | 2017-06-22 | 1 | -1/+2 | |
| | ||||||
* | mutation hosts | bloodstalker | 2017-06-22 | 2 | -0/+115 | |
| | ||||||
* | fixed the help function, added a general read xml comand | bloodstalker | 2017-06-22 | 1 | -6/+53 | |
| | ||||||
* | fixed the help content | bloodstalker | 2017-06-22 | 1 | -11/+28 | |
| | ||||||
* | added a new command | bloodstalker | 2017-06-22 | 1 | -0/+1 | |
| | ||||||
* | wip | bloodstalker | 2017-06-22 | 1 | -1/+6 | |
| | ||||||
* | rewriters now return the result as a string to lua | bloodstalker | 2017-06-17 | 1 | -3/+19 | |
| | ||||||
* | updated | bloodstalker | 2017-06-17 | 1 | -0/+8 | |
| | ||||||
* | updated help section | bloodstalker | 2017-06-17 | 1 | -1/+1 | |
| | ||||||
* | now makes some sense | bloodstalker | 2017-06-13 | 1 | -0/+21 | |
| | ||||||
* | added some more help text | bloodstalker | 2017-06-13 | 1 | -12/+12 | |
| | ||||||
* | lil fixing-up | bloodstalker | 2017-06-13 | 1 | -0/+5 | |
| | ||||||
* | updated | bloodstalker | 2017-06-12 | 1 | -1/+9 | |
| | ||||||
* | new example scripts | bloodstalker | 2017-06-12 | 1 | -0/+16 | |
| | ||||||
* | fixed the new command | bloodstalker | 2017-06-12 | 1 | -3/+25 | |
| | ||||||
* | updated | bloodstalker | 2017-06-11 | 1 | -0/+14 | |
| | ||||||
* | implemented the show source-code command | bloodstalker | 2017-06-11 | 1 | -2/+49 | |
| | ||||||
* | new command | bloodstalker | 2017-06-11 | 1 | -0/+1 | |
| | ||||||
* | new commands | bloodstalker | 2017-06-11 | 1 | -6/+39 | |
| | ||||||
* | now builds luajit as well | bloodstalker | 2017-06-10 | 1 | -1/+6 | |
| | ||||||
* | updated help | bloodstalker | 2017-06-10 | 1 | -9/+16 | |
| | ||||||
* | more commands for auto-completion | bloodstalker | 2017-06-10 | 1 | -2/+4 | |
| | ||||||
* | added a bunch more commands | bloodstalker | 2017-06-10 | 1 | -0/+90 | |
| | ||||||
* | new submodule, lua-jit | bloodstalker | 2017-06-07 | 1 | -0/+0 | |
| | ||||||
* | cleaned up the code | bloodstalker | 2017-06-07 | 1 | -243/+2 | |
| | ||||||
* | moved the other commands into lua now, so they are working again | bloodstalker | 2017-06-05 | 1 | -17/+96 | |
| | ||||||
* | fixed some commands | bloodstalker | 2017-06-05 | 1 | -22/+34 | |
| | ||||||
* | now the list commands output the results in as strings so they can be reused ↵ | bloodstalker | 2017-06-04 | 1 | -2/+11 | |
| | | | | in lua in any way the user sees fit | |||||
* | added the new commands to the list | bloodstalker | 2017-06-04 | 1 | -0/+6 | |
| | ||||||
* | you can now call the list functions from lua | bloodstalker | 2017-06-03 | 1 | -6/+49 | |
| | ||||||
* | added some more lua scripts. theyre mainly used for testing | bloodstalker | 2017-06-03 | 2 | -0/+18 | |
| | ||||||
* | added a comment about the fact that this file is basically lua.c | bloodstalker | 2017-06-01 | 1 | -0/+8 | |
| | ||||||
* | registering the functions in lua | bloodstalker | 2017-06-01 | 1 | -0/+41 | |
| | ||||||
* | read it | bloodstalker | 2017-05-31 | 1 | -2/+16 | |
| | ||||||
* | lua test scripts | bloodstalker | 2017-05-31 | 4 | -0/+4 | |
| | ||||||
* | now all commands are sent to the lua interpreter. what that simply means is ↵ | bloodstalker | 2017-05-31 | 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 | |||||
* | added a new command to the list | bloodstalker | 2017-05-31 | 1 | -0/+1 | |
| | ||||||
* | basically lua.c wrappes in extern C. | bloodstalker | 2017-05-31 | 1 | -0/+597 | |
| | ||||||
* | nothing | bloodstalker | 2017-05-30 | 1 | -1/+0 | |
| | ||||||
* | fixed the memory leak | bloodstalker | 2017-05-28 | 1 | -22/+40 | |
| | ||||||
* | just some comments | bloodstalker | 2017-05-27 | 1 | -6/+20 | |
| | ||||||
* | nothing | bloodstalker | 2017-05-23 | 1 | -0/+1 | |
| |