aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move luajit.pc to lib directory.David Walter Seikel2016-07-211-0/+25
* Pass stuff size up to C code.David Walter Seikel2016-02-061-2/+2
* Try to actually deal with return() properly.David Walter Seikel2016-02-051-8/+11
* Convert either to LSL or to Lua style values as needed.David Walter Seikel2016-02-051-16/+31
* More Lua network messages clean ups.David Walter Seikel2016-02-051-4/+4
* Fix up events.David Walter Seikel2016-01-181-43/+47
* Bunch of debuggingnesses.David Walter Seikel2016-01-171-7/+27
* Comment about not using locals in actions.David Walter Seikel2015-03-221-0/+1
* Add internal reference for skang modules, so they can find themselves.David Walter Seikel2015-03-221-0/+2
* LSL functions, gotta get them all.David Walter Seikel2014-08-171-7/+51
* Don't have LSL argument names the same as type LSL names.David Walter Seikel2014-08-141-1/+1
* Add most of the rest of the LSL and OS constants and function stubs.David Walter Seikel2014-08-121-70/+676
* Got most of the LSL constants now, except the OS ones.David Walter Seikel2014-08-101-68/+366
* Add particle and vehicle constants.David Walter Seikel2014-08-091-0/+91
* TODO++David Walter Seikel2014-07-021-0/+2
* Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel2014-06-021-22/+52
* Get the from disk sim loading to work.David Walter Seikel2014-06-011-0/+62
* TODO++David Walter Seikel2014-06-011-0/+2
* Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag...David Walter Seikel2014-05-231-3/+4
* TODO--David Walter Seikel2014-05-231-2/+0
* Adjust sizes a little, and some TODO++.David Walter Seikel2014-05-181-4/+8
* llDialog() implementation almost complete.David Walter Seikel2014-05-181-16/+67
* LSLGui, clean up the mess.David Walter Seikel2014-05-181-10/+5
* llDialog()'s share the one window and set of widgets now. Still needs more w...David Walter Seikel2014-05-181-9/+32
* Add widget hide, show, and text setting functions.David Walter Seikel2014-05-181-2/+8
* TODO++David Walter Seikel2014-05-171-0/+3
* Make llDialog() a lot more clever. Still needs more.David Walter Seikel2014-05-171-3/+13
* More debugging removal.David Walter Seikel2014-05-171-2/+2
* Remove debugging and white space clean ups.David Walter Seikel2014-05-171-22/+17
* Finally fix the LSLGuiMess callback bug. lolDavid Walter Seikel2014-05-171-1/+2
* Implement llStringLength().David Walter Seikel2014-05-161-0/+5
* For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ...David Walter Seikel2014-05-161-4/+35
* Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel2014-05-161-1/+2
* Big TODO++David Walter Seikel2014-05-161-0/+30
* Add a stub LSLGuiMess Lua script.David Walter Seikel2014-05-161-0/+31
* Skang moduleBegin() stuffs the module in the C registry, so no one has to do ...David Walter Seikel2014-05-161-0/+1
* Implement llCSV2List().David Walter Seikel2014-05-161-0/+31
* Fix llListReplaceList(), I think.David Walter Seikel2014-05-161-3/+3
* llList2String returns booleans properly now.David Walter Seikel2014-05-161-0/+3
* Oops * 2, fix LSL.listAdd().David Walter Seikel2014-05-161-4/+4
* Various ll*List2*() fixes.David Walter Seikel2014-05-161-6/+24
* Fix up the various list concatenations, and mark one as not being tested yet.David Walter Seikel2014-05-161-15/+1
* Optimize toBool() a little.David Walter Seikel2014-05-161-4/+4
* Typo--, fixes llListInsertList.David Walter Seikel2014-05-161-1/+1
* Output script name from LuaSL msg() funciton.David Walter Seikel2014-05-161-1/+1
* Comment out list parsing debugs, seems to be working fine now.David Walter Seikel2014-05-151-0/+6
* Some more list adding and concatenation fixes.David Walter Seikel2014-05-151-0/+4
* Implement llParseStringKeepNulls() and llParseString2List().David Walter Seikel2014-05-151-4/+95
* REal llStrimTrim(), and sanity check inputs to llSubStringIndex().David Walter Seikel2014-05-141-0/+13
* LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both.David Walter Seikel2014-05-141-2/+16