Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added 4 new commands | bloodstalker | 2017-06-25 | 1 | -7/+55 | |
| | ||||||
* | added two more commands | bloodstalker | 2017-06-24 | 1 | -0/+79 | |
| | ||||||
* | added a new command, fixed an old one | bloodstalker | 2017-06-24 | 1 | -7/+60 | |
| | ||||||
* | added a new command to extract mutagens | bloodstalker | 2017-06-23 | 1 | -0/+66 | |
| | ||||||
* | cosmetic | bloodstalker | 2017-06-22 | 1 | -1/+2 | |
| | ||||||
* | fixed the help function, added a general read xml comand | bloodstalker | 2017-06-22 | 1 | -6/+53 | |
| | ||||||
* | rewriters now return the result as a string to lua | bloodstalker | 2017-06-17 | 1 | -3/+19 | |
| | ||||||
* | lil fixing-up | bloodstalker | 2017-06-13 | 1 | -0/+5 | |
| | ||||||
* | fixed the new command | bloodstalker | 2017-06-12 | 1 | -3/+25 | |
| | ||||||
* | implemented the show source-code command | bloodstalker | 2017-06-11 | 1 | -2/+49 | |
| | ||||||
* | new commands | bloodstalker | 2017-06-11 | 1 | -6/+39 | |
| | ||||||
* | added a bunch more commands | bloodstalker | 2017-06-10 | 1 | -0/+90 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | you can now call the list functions from lua | bloodstalker | 2017-06-03 | 1 | -6/+49 | |
| | ||||||
* | registering the functions in lua | bloodstalker | 2017-06-01 | 1 | -0/+41 | |
| | ||||||
* | 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 | |||||
* | 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 much | bloodstalker | 2017-05-20 | 1 | -12/+18 | |
| | ||||||
* | the history number is broken. commented it out til i fix it. | bloodstalker | 2017-05-18 | 1 | -8/+3 | |
| | ||||||
* | fixed the history command. now it prints the contents of the history file | bloodstalker | 2017-05-18 | 1 | -1/+16 | |
| | ||||||
* | fixed the color "seeping" problem | bloodstalker | 2017-05-15 | 1 | -12/+22 | |
| | ||||||
* | added the new real hint and tab-completion functions | bloodstalker | 2017-05-15 | 1 | -3/+3 | |
| | ||||||
* | fixed some stuff, added some more stuff. the embedded lua interpreter now works. | bloodstalker | 2017-05-13 | 1 | -30/+56 | |
| | ||||||
* | history works, need to write completions and hin callbacks, thecolors are ↵ | bloodstalker | 2017-05-12 | 1 | -26/+60 | |
| | | | | messed-up | |||||
* | fixes and some changes | bloodstalker | 2017-05-12 | 1 | -13/+13 | |
| | ||||||
* | added the list records action | bloodstalker | 2017-05-09 | 1 | -7/+59 | |
| | ||||||
* | now prints function signature and var decls instead of just a name | bloodstalker | 2017-05-09 | 1 | -2/+16 | |
| | ||||||
* | now the list command works | bloodstalker | 2017-05-08 | 1 | -8/+202 | |
| | ||||||
* | added a list feature | bloodstalker | 2017-05-07 | 1 | -4/+214 | |
| | ||||||
* | hijack main now works | bloodstalker | 2017-05-02 | 1 | -3/+4 | |
| | ||||||
* | history..., well sorta | bloodstalker | 2017-05-01 | 1 | -3/+22 | |
| | ||||||
* | changed inclusion directive from ncurses/curses.h to curses.h | bloodstalker | 2017-04-30 | 1 | -1/+1 | |
| | ||||||
* | added some excuse of a shell functionality | bloodstalker | 2017-04-30 | 1 | -24/+94 | |
| | ||||||
* | added some xml-related stuff | bloodstalker | 2017-04-26 | 1 | -1/+21 | |
| | ||||||
* | some fixes | bloodstalker | 2017-04-24 | 1 | -5/+18 | |
| | ||||||
* | minor changes | bloodstalker | 2017-04-18 | 1 | -1/+3 | |
| | ||||||
* | added a new class to read the xml report created by M0. | bloodstalker | 2017-04-15 | 1 | -7/+15 | |
| | ||||||
* | added some more experimental stuff. right now bruiser can only hijack the main. | bloodstalker | 2017-04-13 | 1 | -15/+84 | |
| | ||||||
* | adding some infrastructure.wip. | bloodstalker | 2017-04-13 | 1 | -8/+148 | |
| | ||||||
* | the new mutator experimetal mutator feature. bruiser tries to break your code. | bloodstalker | 2017-04-11 | 1 | -0/+94 | |