aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move lemon to the src/others directory.David Walter Seikel2016-03-281-2/+2
|
* Put the ~/.SledHamr/ creation code into all three main binaries. sighDavid Walter Seikel2016-02-061-0/+6
|
* Create our home directories, if not already created.David Walter Seikel2016-02-061-1/+0
|
* Move return() to the hashed commands.David Walter Seikel2016-02-061-7/+16
|
* Actually use the command hash. A little.David Walter Seikel2016-02-061-36/+48
|
* More Lua network messages clean ups.David Walter Seikel2016-02-051-52/+51
| | | | | | | Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing.
* The next step in cleaning up the network Lua messages.David Walter Seikel2016-02-051-26/+44
|
* Clean up LSL command and argument passing.David Walter Seikel2016-01-191-8/+12
|
* Actually send compile messages back. Plus some refactoring of the script ↵David Walter Seikel2016-01-183-34/+10
| | | | engine.
* Unify the message sending code a bit.David Walter Seikel2016-01-171-5/+5
|
* Bunch of debuggingnesses.David Walter Seikel2016-01-171-1/+4
|
* Clean up logging, removing most of the printf's.David Walter Seikel2016-01-031-6/+8
|
* Left overs from previous commits.David Walter Seikel2016-01-031-110/+56
|
* Beat the server connection manegement into shape.David Walter Seikel2016-01-031-1/+0
|
* Clean up some TODOs and comments.David Walter Seikel2014-09-151-10/+2
|
* Shut up die spam.David Walter Seikel2014-09-151-1/+1
|
* Second pass fixes up variables now to.David Walter Seikel2014-09-152-18/+60
|
* Check LSL script first line magic comments.David Walter Seikel2014-09-142-1/+64
|
* Say which script failed compiling.David Walter Seikel2014-09-141-1/+1
|
* Support LSL multi line strings.David Walter Seikel2014-09-144-3/+16
|
* Now we can pass LSL scripts to LuaSL on the command line. Plus some white ↵David Walter Seikel2014-09-142-54/+95
| | | | space clean ups.
* Don't generate the lemon .out file, we are not using it.David Walter Seikel2014-09-141-1/+1
|
* Don't do BAD check by default.David Walter Seikel2014-08-141-1/+1
|
* Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel2014-08-145-13/+19
| | | | not outputting to the console.
* Use the new message saving stuff in the parser as well.David Walter Seikel2014-08-144-5/+9
|
* Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel2014-08-142-6/+40
| | | | batch at the end.
* Considerable cleanup of the top level compiling code.David Walter Seikel2014-08-144-122/+94
|
* Tweak function and variable not found messages.David Walter Seikel2014-08-101-2/+2
|
* Better separation between compiling and running LSL scripts.David Walter Seikel2014-08-101-10/+13
|
* Thread all of compiling, or thread nothing.David Walter Seikel2014-08-103-4/+2
|
* Quick and dirty crashing compiler catcher.David Walter Seikel2014-08-102-1/+13
|
* Move "Compiling ..." message to the compiler.David Walter Seikel2014-08-092-1/+2
|
* Init lType and rType, was getting bogus values.David Walter Seikel2014-08-091-1/+1
|
* Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2014-08-094-86/+88
|
* Move lemon building to be part of LuaSL building.David Walter Seikel2014-07-311-1/+2
|
* Move entirely over to luajit.David Walter Seikel2014-07-312-2/+2
|
* White space fix.David Walter Seikel2014-06-031-1/+1
|
* Notes++David Walter Seikel2014-06-011-0/+30
|
* Auto clean the files we build.David Walter Seikel2014-05-241-1/+1
|
* Big include and libraries clean up.David Walter Seikel2014-05-242-10/+0
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-237-802/+127
| | | | tweakage and cleanups.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-204-30/+8
|
* The results of a session with valgrind.David Walter Seikel2014-05-201-1/+2
| | | | | | I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries.
* Rearrange things in the libraries.David Walter Seikel2014-05-172-0/+2
|
* Implement llGetTime() and friends.David Walter Seikel2014-05-161-0/+25
|
* Fake result of LSL conditional wrapped function calls. Should fix this ↵David Walter Seikel2014-05-161-10/+12
| | | | better some day.
* Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel2014-05-161-7/+23
|
* Actually typecast to list / table.David Walter Seikel2014-05-161-0/+2
|
* Properly fix list concatenation, I hope.David Walter Seikel2014-05-151-2/+2
|
* Some more list adding and concatenation fixes.David Walter Seikel2014-05-151-2/+7
|