aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmeticbloodstalker2017-06-221-1/+2
|
* mutation hostsbloodstalker2017-06-222-0/+115
|
* fixed the help function, added a general read xml comandbloodstalker2017-06-221-6/+53
|
* fixed the help contentbloodstalker2017-06-221-11/+28
|
* added a new commandbloodstalker2017-06-221-0/+1
|
* wipbloodstalker2017-06-221-1/+6
|
* rewriters now return the result as a string to luabloodstalker2017-06-171-3/+19
|
* updatedbloodstalker2017-06-171-0/+8
|
* updated help sectionbloodstalker2017-06-171-1/+1
|
* now makes some sensebloodstalker2017-06-131-0/+21
|
* added some more help textbloodstalker2017-06-131-12/+12
|
* lil fixing-upbloodstalker2017-06-131-0/+5
|
* updatedbloodstalker2017-06-121-1/+9
|
* new example scriptsbloodstalker2017-06-121-0/+16
|
* fixed the new commandbloodstalker2017-06-121-3/+25
|
* updatedbloodstalker2017-06-111-0/+14
|
* implemented the show source-code commandbloodstalker2017-06-111-2/+49
|
* new commandbloodstalker2017-06-111-0/+1
|
* new commandsbloodstalker2017-06-111-6/+39
|
* now builds luajit as wellbloodstalker2017-06-101-1/+6
|
* updated helpbloodstalker2017-06-101-9/+16
|
* more commands for auto-completionbloodstalker2017-06-101-2/+4
|
* added a bunch more commandsbloodstalker2017-06-101-0/+90
|
* new submodule, lua-jitbloodstalker2017-06-071-0/+0
|
* cleaned up the codebloodstalker2017-06-071-243/+2
|
* moved the other commands into lua now, so they are working againbloodstalker2017-06-051-17/+96
|
* fixed some commandsbloodstalker2017-06-051-22/+34
|
* 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
* added the new commands to the listbloodstalker2017-06-041-0/+6
|
* you can now call the list functions from luabloodstalker2017-06-031-6/+49
|
* added some more lua scripts. theyre mainly used for testingbloodstalker2017-06-032-0/+18
|
* added a comment about the fact that this file is basically lua.cbloodstalker2017-06-011-0/+8
|
* registering the functions in luabloodstalker2017-06-011-0/+41
|
* read itbloodstalker2017-05-311-2/+16
|
* lua test scriptsbloodstalker2017-05-314-0/+4
|
* 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
|
* nothingbloodstalker2017-05-301-1/+0
|
* fixed the memory leakbloodstalker2017-05-281-22/+40
|
* just some commentsbloodstalker2017-05-271-6/+20
|
* nothingbloodstalker2017-05-231-0/+1
|
* nothing muchbloodstalker2017-05-201-12/+18
|
* 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
|
* 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
|