aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LSL.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-05Fix things so the wire protocol can be functions in the LSL.lua file, and _LS...David Walter Seikel1-4/+9
2012-02-05Do script quitting differently, using the wire protocol method, which means I...David Walter Seikel1-6/+13
2012-02-05Enable the Lua main loop loopiness, and add a quit option.David Walter Seikel1-5/+6
2012-02-05Implement the script main loop, and the script UUID, which we call SID, thoug...David Walter Seikel1-9/+33
2012-02-05Implement more of the state handling stuff, with copious comments.David Walter Seikel1-18/+56
2012-02-04Slightly less half arsed. lolDavid Walter Seikel1-3/+3
2012-02-04Half arsed implementations of the LSL output functions.David Walter Seikel1-5/+4
2012-02-04Fix up rotation and vector subscripts in expressions and non plain assignments.David Walter Seikel1-2/+2
2012-02-04Implement typecasts when needed. Actually, doing some extras for the moment.David Walter Seikel1-0/+32
2012-02-04Move the predefined Lua stuff into the new LSL.lua module, then actualy use it.David Walter Seikel1-3/+22
2012-02-04Add LSL.lua module, with the constants and functions in it. Functions are ju...David Walter Seikel1-0/+297