| Commit message (Expand) | Author | Files | Lines |
2014-05-05 | Make logDom a stand alone, plus related fix ups and some clean ups. | David Walter Seikel | 1 | -0/+2 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -0/+0 |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -0/+0 |
2014-04-21 | Convert LuaSL to use LumbrJack. | David Walter Seikel | 1 | -2/+2 |
2012-02-25 | Remove a whole bunch of stuff we don't need from our luaproc fork, and rearra... | David Walter Seikel | 1 | -7/+0 |
2012-02-25 | Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ... | David Walter Seikel | 1 | -4/+1 |
2012-02-19 | Change over to referring to scripts by SID. | David Walter Seikel | 1 | -1/+2 |
2012-02-12 | Implement compilerError() and compilerWarning(), and pass the client to the c... | David Walter Seikel | 1 | -1/+2 |
2012-02-12 | Little clean ups. | David Walter Seikel | 1 | -3/+4 |
2012-02-11 | Neaten things up a bit. | David Walter Seikel | 1 | -0/+3 |
2012-02-08 | Cleaning up some comments. | David Walter Seikel | 1 | -17/+0 |
2012-02-05 | Remove a lot of old cruft that is no longer needed. Including the eveluator,... | David Walter Seikel | 1 | -2/+0 |
2012-02-05 | White space clean up. | David Walter Seikel | 1 | -6/+5 |
2012-02-04 | Implement typecasts when needed. Actually, doing some extras for the moment. | David Walter Seikel | 1 | -1/+2 |
2012-02-04 | Track those functions and variables that are LSL constants. | David Walter Seikel | 1 | -1/+3 |
2012-02-04 | Fix up "assignments in the middle of expressions is legal in LSL, but not in ... | David Walter Seikel | 1 | -5/+8 |
2012-02-03 | Implement basic states. | David Walter Seikel | 1 | -0/+1 |
2012-02-03 | Final part of the crement Lua implementation. | David Walter Seikel | 1 | -5/+7 |
2012-02-03 | Properly implement Lua crements. | David Walter Seikel | 1 | -1/+6 |
2012-02-03 | Take care of declerations without asignments. | David Walter Seikel | 1 | -1/+2 |
2012-02-03 | Lua locals. | David Walter Seikel | 1 | -0/+7 |
2012-02-02 | More Lua conversions. Concatenate, function arguments and table elemnt separ... | David Walter Seikel | 1 | -1/+1 |
2012-02-02 | Some Lua conversions. Types, typecasts, blocks, list, vector, rotation. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Disable the diff check again, and count bugs instead. | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Partially implement parsing/outputting rotations and vectors. | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Fix up crements ignorables. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Numby magic. | David Walter Seikel | 1 | -0/+14 |
2012-02-02 | Output state changes properly. | David Walter Seikel | 1 | -1/+1 |
2012-02-02 | Parse dot subbies. | David Walter Seikel | 1 | -1/+2 |
2012-02-02 | Fix up single statement "blocks". | David Walter Seikel | 1 | -0/+1 |
2012-02-02 | Output crements properly. | David Walter Seikel | 1 | -1/+1 |
2012-02-01 | Parse and output for statements. Also, take care of ignorables on left paren... | David Walter Seikel | 1 | -1/+2 |
2012-02-01 | Parse and output lists. | David Walter Seikel | 1 | -0/+1 |
2012-02-01 | Deal with parsing if ... else ... | David Walter Seikel | 1 | -0/+2 |
2012-02-01 | Track event handlers differently from functions. | David Walter Seikel | 1 | -0/+2 |
2012-01-31 | Collect and print function arguments. | David Walter Seikel | 1 | -0/+1 |
2012-01-31 | Commentry++. | David Walter Seikel | 1 | -1/+4 |
2012-01-31 | Put back function call stuff I removed before, and document why it needs to b... | David Walter Seikel | 1 | -1/+1 |
2012-01-31 | Fix a bunch of statement ignorables. | David Walter Seikel | 1 | -1/+1 |
2012-01-31 | ignorableText -> ignorable coz it's neater. lol | David Walter Seikel | 1 | -6/+6 |
2012-01-31 | Statements now have an ignorable array. | David Walter Seikel | 1 | -1/+1 |
2012-01-31 | Clean out some old comments. | David Walter Seikel | 1 | -6/+2 |
2012-01-30 | Ignorables for statements. | David Walter Seikel | 1 | -0/+3 |
2012-01-30 | Blocks get ignorables now. | David Walter Seikel | 1 | -0/+4 |
2012-01-30 | No longer storing blocks as leaves. This one required a whole heap of functi... | David Walter Seikel | 1 | -3/+3 |
2012-01-30 | Track function type ignorable, and no need to store the leaf. | David Walter Seikel | 1 | -1/+1 |
2012-01-30 | Clean up dangling function calls. | David Walter Seikel | 1 | -1/+1 |
2012-01-30 | Add a new struct for tracking bits of text and the attached ignorable, then u... | David Walter Seikel | 1 | -6/+16 |
2012-01-30 | Comment++ | David Walter Seikel | 1 | -0/+1 |
2012-01-30 | Change the way blocks start and end, the look ahead was screwing things. | David Walter Seikel | 1 | -2/+3 |