aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LSL.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix things so the wire protocol can be functions in the LSL.lua file, and ↵David Walter Seikel2012-02-051-4/+9
| | | | _LSL can go back to being local to the script.
* Do script quitting differently, using the wire protocol method, which means ↵David Walter Seikel2012-02-051-6/+13
| | | | I got to debug that.
* Enable the Lua main loop loopiness, and add a quit option.David Walter Seikel2012-02-051-5/+6
|
* Implement the script main loop, and the script UUID, which we call SID, ↵David Walter Seikel2012-02-051-9/+33
| | | | though for now it's only the file name.
* Implement more of the state handling stuff, with copious comments.David Walter Seikel2012-02-051-18/+56
|
* Slightly less half arsed. lolDavid Walter Seikel2012-02-041-3/+3
|
* Half arsed implementations of the LSL output functions.David Walter Seikel2012-02-041-5/+4
|
* Fix up rotation and vector subscripts in expressions and non plain assignments.David Walter Seikel2012-02-041-2/+2
|
* Implement typecasts when needed. Actually, doing some extras for the moment.David Walter Seikel2012-02-041-0/+32
|
* Move the predefined Lua stuff into the new LSL.lua module, then actualy use it.David Walter Seikel2012-02-041-3/+22
|
* Add LSL.lua module, with the constants and functions in it. Functions are ↵David Walter Seikel2012-02-041-0/+297
just stubs for now.