Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-06 | Pass stuff size up to C code. | David Walter Seikel | 1 | -2/+2 | |
This is getting unweildy. lol | |||||
2016-02-05 | Try to actually deal with return() properly. | David Walter Seikel | 1 | -8/+11 | |
2016-02-05 | Convert either to LSL or to Lua style values as needed. | David Walter Seikel | 1 | -16/+31 | |
2016-02-05 | More Lua network messages clean ups. | David Walter Seikel | 1 | -4/+4 | |
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing. | |||||
2016-01-18 | Fix up events. | David Walter Seikel | 1 | -43/+47 | |
2016-01-17 | Bunch of debuggingnesses. | David Walter Seikel | 1 | -7/+27 | |
2015-03-22 | Comment about not using locals in actions. | David Walter Seikel | 1 | -0/+1 | |
2015-03-22 | Add internal reference for skang modules, so they can find themselves. | David Walter Seikel | 1 | -0/+2 | |
2014-08-17 | LSL functions, gotta get them all. | David Walter Seikel | 1 | -7/+51 | |
2014-08-14 | Don't have LSL argument names the same as type LSL names. | David Walter Seikel | 1 | -1/+1 | |
2014-08-12 | Add most of the rest of the LSL and OS constants and function stubs. | David Walter Seikel | 1 | -70/+676 | |
Most of the very new ones are missing. | |||||
2014-08-10 | Got most of the LSL constants now, except the OS ones. | David Walter Seikel | 1 | -68/+366 | |
2014-08-09 | Add particle and vehicle constants. | David Walter Seikel | 1 | -0/+91 | |
2014-07-02 | TODO++ | David Walter Seikel | 1 | -0/+2 | |
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 1 | -22/+52 | |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 1 | -0/+62 | |
Still an odd problem with sonic that doesn't make sense. | |||||
2014-06-01 | TODO++ | David Walter Seikel | 1 | -0/+2 | |
2014-05-23 | Rewrite the LuaSL script running stuff (twice lol), plus much related ↵ | David Walter Seikel | 1 | -3/+4 | |
tweakage and cleanups. | |||||
2014-05-23 | TODO-- | David Walter Seikel | 1 | -2/+0 | |
2014-05-18 | Adjust sizes a little, and some TODO++. | David Walter Seikel | 1 | -4/+8 | |
2014-05-18 | llDialog() implementation almost complete. | David Walter Seikel | 1 | -16/+67 | |
2014-05-18 | LSLGui, clean up the mess. | David Walter Seikel | 1 | -10/+5 | |
2014-05-18 | llDialog()'s share the one window and set of widgets now. Still needs more ↵ | David Walter Seikel | 1 | -9/+32 | |
work. | |||||
2014-05-18 | Add widget hide, show, and text setting functions. | David Walter Seikel | 1 | -2/+8 | |
2014-05-17 | TODO++ | David Walter Seikel | 1 | -0/+3 | |
2014-05-17 | Make llDialog() a lot more clever. Still needs more. | David Walter Seikel | 1 | -3/+13 | |
2014-05-17 | More debugging removal. | David Walter Seikel | 1 | -2/+2 | |
2014-05-17 | Remove debugging and white space clean ups. | David Walter Seikel | 1 | -22/+17 | |
2014-05-17 | Finally fix the LSLGuiMess callback bug. lol | David Walter Seikel | 1 | -1/+2 | |
2014-05-16 | Implement llStringLength(). | David Walter Seikel | 1 | -0/+5 | |
2014-05-16 | For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ↵ | David Walter Seikel | 1 | -4/+35 | |
from extantz. Still trying to debug this. | |||||
2014-05-16 | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 1 | -1/+2 | |
2014-05-16 | Big TODO++ | David Walter Seikel | 1 | -0/+30 | |
2014-05-16 | Add a stub LSLGuiMess Lua script. | David Walter Seikel | 1 | -0/+31 | |
2014-05-16 | Skang moduleBegin() stuffs the module in the C registry, so no one has to do ↵ | David Walter Seikel | 1 | -0/+1 | |
this now. NOTE - It uses a Lua debug function for this. | |||||
2014-05-16 | Implement llCSV2List(). | David Walter Seikel | 1 | -0/+31 | |
2014-05-16 | Fix llListReplaceList(), I think. | David Walter Seikel | 1 | -3/+3 | |
2014-05-16 | llList2String returns booleans properly now. | David Walter Seikel | 1 | -0/+3 | |
2014-05-16 | Oops * 2, fix LSL.listAdd(). | David Walter Seikel | 1 | -4/+4 | |
2014-05-16 | Various ll*List2*() fixes. | David Walter Seikel | 1 | -6/+24 | |
2014-05-16 | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 1 | -15/+1 | |
2014-05-16 | Optimize toBool() a little. | David Walter Seikel | 1 | -4/+4 | |
2014-05-16 | Typo--, fixes llListInsertList. | David Walter Seikel | 1 | -1/+1 | |
2014-05-16 | Output script name from LuaSL msg() funciton. | David Walter Seikel | 1 | -1/+1 | |
2014-05-15 | Comment out list parsing debugs, seems to be working fine now. | David Walter Seikel | 1 | -0/+6 | |
2014-05-15 | Some more list adding and concatenation fixes. | David Walter Seikel | 1 | -0/+4 | |
2014-05-15 | Implement llParseStringKeepNulls() and llParseString2List(). | David Walter Seikel | 1 | -4/+95 | |
2014-05-14 | REal llStrimTrim(), and sanity check inputs to llSubStringIndex(). | David Walter Seikel | 1 | -0/+13 | |
2014-05-14 | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 1 | -2/+16 | |
2014-05-14 | Fix up llListInsertList() and llListReplaceList(). | David Walter Seikel | 1 | -3/+3 | |