aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* added a new command to the listbloodstalker2017-05-311-0/+1
|
* basically lua.c wrappes in extern C.bloodstalker2017-05-311-0/+597
|
* make install makes oracle executable, updated a commentbloodstalker2017-05-311-1/+2
|
* oraclebloodstalker2017-05-302-0/+5574
|
* oraclebloodstalker2017-05-301-0/+19
|
* added oraclebloodstalker2017-05-301-0/+1
|
* nothingbloodstalker2017-05-301-1/+0
|
* added reliquarybloodstalker2017-05-291-4/+33
|
* added the reliquary dorectoriesbloodstalker2017-05-291-0/+1
|
* changedbloodstalker2017-05-291-1/+1
|
* Merge branch 'master' of https://github.com/bloodstalker/mutatorbloodstalker2017-05-281-789/+2015
|\
| * a bunch of stuff, including handling of fread and fwriteuser12017-05-271-789/+2015
| |
* | make install now also adds reliquary which is only useful for dev purposesbloodstalker2017-05-281-0/+3
| |
* | added relicsbloodstalker2017-05-281-1/+7
| |
* | fixed the memory leakbloodstalker2017-05-281-22/+40
|/
* added more bad strain extractionsbloodstalker2017-05-271-30/+73
|
* now makes a beep sound when it finishesbloodstalker2017-05-271-0/+4
|
* just some commentsbloodstalker2017-05-271-6/+20
|
* not muchbloodstalker2017-05-251-1/+1
|
* changed the destructor to virtualbloodstalker2017-05-251-2/+4
|
* adding the extraction to some related matchersbloodstalker2017-05-251-29/+106
|
* added some more mutagen extraction methodsbloodstalker2017-05-241-5/+62
|
* added some more mutagen extractionbloodstalker2017-05-241-5/+76
|
* added the mutgen optionbloodstalker2017-05-231-1/+1
|
* minorbloodstalker2017-05-231-0/+2
|
* added xml report classes, there is a problem with a tinyxml2 assert being ↵bloodstalker2017-05-235-13/+77
| | | | triggered on inheritance while the same problem doesnt exist when you dont inherit, raised an issue, until that gets sorted out, the report classes are one-offs, took me 2 days
* nothingbloodstalker2017-05-231-0/+1
|
* small changebloodstalker2017-05-201-0/+1
|
* added an xml report base classbloodstalker2017-05-201-50/+66
|
* added an xml report base classbloodstalker2017-05-201-2/+30
|
* added a report classbloodstalker2017-05-201-0/+13
|
* nothing muchbloodstalker2017-05-201-12/+18
|
* added the mutagen option to action1bloodstalker2017-05-201-1/+1
|
* fleshed out extractmutagen somewhatbloodstalker2017-05-201-8/+33
|
* added a test for mutagen extractAncestry to make usre it worksbloodstalker2017-05-201-0/+11
|
* fixed a tinyxml2 assert being thrown when the xml report ended up being emptybloodstalker2017-05-181-0/+3
|
* fixed a tinyxml2 assert being thrown when the xml report ended up being emptybloodstalker2017-05-181-1/+18
|
* added some commentsbloodstalker2017-05-181-0/+3
|
* the history number is broken. commented it out til i fix it.bloodstalker2017-05-181-8/+3
|
* changed a commentbloodstalker2017-05-181-30/+1
|
* fixed the history command. now it prints the contents of the history filebloodstalker2017-05-181-1/+16
|
* added a class for mutagen extractionbloodstalker2017-05-181-0/+31
|
* added a new option for mutagen extractionbloodstalker2017-05-181-2/+3
|
* the memory leak is apparently a non-issue, for more info read the comment in ↵bloodstalker2017-05-151-6/+9
| | | | the source code for it
* chaned some macros to fix the color problembloodstalker2017-05-151-3/+5
|
* added the shell commands to the listbloodstalker2017-05-151-0/+24
|
* fixed the color "seeping" problembloodstalker2017-05-151-12/+22
|
* updated to build the new objectbloodstalker2017-05-151-1/+1
|
* the header for the tab completions and suggestionsbloodstalker2017-05-151-0/+44
|