aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added a new bruiser option. you pass bruiser a lua script and bruiser runs ↵bloodstalker2017-07-031-0/+24
| | | | it in non-cli mode.
* added a new commandbloodstalker2017-07-021-14/+56
|
* updatedbloodstalker2017-06-271-0/+1
|
* added 4 new commandsbloodstalker2017-06-251-7/+55
|
* added two more commandsbloodstalker2017-06-241-0/+79
|
* added a new command, fixed an old onebloodstalker2017-06-241-7/+60
|
* added a new command to extract mutagensbloodstalker2017-06-231-0/+66
|
* cosmeticbloodstalker2017-06-221-1/+2
|
* fixed the help function, added a general read xml comandbloodstalker2017-06-221-6/+53
|
* rewriters now return the result as a string to luabloodstalker2017-06-171-3/+19
|
* lil fixing-upbloodstalker2017-06-131-0/+5
|
* fixed the new commandbloodstalker2017-06-121-3/+25
|
* implemented the show source-code commandbloodstalker2017-06-111-2/+49
|
* new commandsbloodstalker2017-06-111-6/+39
|
* added a bunch more commandsbloodstalker2017-06-101-0/+90
|
* cleaned up the codebloodstalker2017-06-071-243/+2
|
* moved the other commands into lua now, so they are working againbloodstalker2017-06-051-17/+96
|
* now the list commands output the results in as strings so they can be reused ↵bloodstalker2017-06-041-2/+11
| | | | in lua in any way the user sees fit
* you can now call the list functions from luabloodstalker2017-06-031-6/+49
|
* registering the functions in luabloodstalker2017-06-011-0/+41
|
* now all commands are sent to the lua interpreter. what that simply means is ↵bloodstalker2017-05-311-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
* nothingbloodstalker2017-05-301-1/+0
|
* fixed the memory leakbloodstalker2017-05-281-22/+40
|
* just some commentsbloodstalker2017-05-271-6/+20
|
* nothing muchbloodstalker2017-05-201-12/+18
|
* the history number is broken. commented it out til i fix it.bloodstalker2017-05-181-8/+3
|
* fixed the history command. now it prints the contents of the history filebloodstalker2017-05-181-1/+16
|
* fixed the color "seeping" problembloodstalker2017-05-151-12/+22
|
* added the new real hint and tab-completion functionsbloodstalker2017-05-151-3/+3
|
* fixed some stuff, added some more stuff. the embedded lua interpreter now works.bloodstalker2017-05-131-30/+56
|
* history works, need to write completions and hin callbacks, thecolors are ↵bloodstalker2017-05-121-26/+60
| | | | messed-up
* fixes and some changesbloodstalker2017-05-121-13/+13
|
* added the list records actionbloodstalker2017-05-091-7/+59
|
* now prints function signature and var decls instead of just a namebloodstalker2017-05-091-2/+16
|
* now the list command worksbloodstalker2017-05-081-8/+202
|
* added a list featurebloodstalker2017-05-071-4/+214
|
* hijack main now worksbloodstalker2017-05-021-3/+4
|
* history..., well sortabloodstalker2017-05-011-3/+22
|
* changed inclusion directive from ncurses/curses.h to curses.hbloodstalker2017-04-301-1/+1
|
* added some excuse of a shell functionalitybloodstalker2017-04-301-24/+94
|
* added some xml-related stuffbloodstalker2017-04-261-1/+21
|
* some fixesbloodstalker2017-04-241-5/+18
|
* minor changesbloodstalker2017-04-181-1/+3
|
* added a new class to read the xml report created by M0.bloodstalker2017-04-151-7/+15
|
* added some more experimental stuff. right now bruiser can only hijack the main.bloodstalker2017-04-131-15/+84
|
* adding some infrastructure.wip.bloodstalker2017-04-131-8/+148
|
* the new mutator experimetal mutator feature. bruiser tries to break your code.bloodstalker2017-04-111-0/+94