Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add particle and vehicle constants. | David Walter Seikel | 2014-08-09 | 1 | -0/+91 |
| | |||||
* | TODO++ | David Walter Seikel | 2014-07-02 | 1 | -0/+2 |
| | |||||
* | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 2014-06-02 | 1 | -22/+52 |
| | |||||
* | Get the from disk sim loading to work. | David Walter Seikel | 2014-06-01 | 1 | -0/+62 |
| | | | | Still an odd problem with sonic that doesn't make sense. | ||||
* | TODO++ | David Walter Seikel | 2014-06-01 | 1 | -0/+2 |
| | |||||
* | Rewrite the LuaSL script running stuff (twice lol), plus much related ↵ | David Walter Seikel | 2014-05-23 | 1 | -3/+4 |
| | | | | tweakage and cleanups. | ||||
* | TODO-- | David Walter Seikel | 2014-05-23 | 1 | -2/+0 |
| | |||||
* | Adjust sizes a little, and some TODO++. | David Walter Seikel | 2014-05-18 | 1 | -4/+8 |
| | |||||
* | llDialog() implementation almost complete. | David Walter Seikel | 2014-05-18 | 1 | -16/+67 |
| | |||||
* | LSLGui, clean up the mess. | David Walter Seikel | 2014-05-18 | 1 | -10/+5 |
| | |||||
* | llDialog()'s share the one window and set of widgets now. Still needs more ↵ | David Walter Seikel | 2014-05-18 | 1 | -9/+32 |
| | | | | work. | ||||
* | Add widget hide, show, and text setting functions. | David Walter Seikel | 2014-05-18 | 1 | -2/+8 |
| | |||||
* | TODO++ | David Walter Seikel | 2014-05-17 | 1 | -0/+3 |
| | |||||
* | Make llDialog() a lot more clever. Still needs more. | David Walter Seikel | 2014-05-17 | 1 | -3/+13 |
| | |||||
* | More debugging removal. | David Walter Seikel | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Remove debugging and white space clean ups. | David Walter Seikel | 2014-05-17 | 1 | -22/+17 |
| | |||||
* | Finally fix the LSLGuiMess callback bug. lol | David Walter Seikel | 2014-05-17 | 1 | -1/+2 |
| | |||||
* | Implement llStringLength(). | David Walter Seikel | 2014-05-16 | 1 | -0/+5 |
| | |||||
* | For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ↵ | David Walter Seikel | 2014-05-16 | 1 | -4/+35 |
| | | | | | | from extantz. Still trying to debug this. | ||||
* | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 2014-05-16 | 1 | -1/+2 |
| | |||||
* | Big TODO++ | David Walter Seikel | 2014-05-16 | 1 | -0/+30 |
| | |||||
* | Add a stub LSLGuiMess Lua script. | David Walter Seikel | 2014-05-16 | 1 | -0/+31 |
| | |||||
* | Skang moduleBegin() stuffs the module in the C registry, so no one has to do ↵ | David Walter Seikel | 2014-05-16 | 1 | -0/+1 |
| | | | | | | this now. NOTE - It uses a Lua debug function for this. | ||||
* | Implement llCSV2List(). | David Walter Seikel | 2014-05-16 | 1 | -0/+31 |
| | |||||
* | Fix llListReplaceList(), I think. | David Walter Seikel | 2014-05-16 | 1 | -3/+3 |
| | |||||
* | llList2String returns booleans properly now. | David Walter Seikel | 2014-05-16 | 1 | -0/+3 |
| | |||||
* | Oops * 2, fix LSL.listAdd(). | David Walter Seikel | 2014-05-16 | 1 | -4/+4 |
| | |||||
* | Various ll*List2*() fixes. | David Walter Seikel | 2014-05-16 | 1 | -6/+24 |
| | |||||
* | Fix up the various list concatenations, and mark one as not being tested yet. | David Walter Seikel | 2014-05-16 | 1 | -15/+1 |
| | |||||
* | Optimize toBool() a little. | David Walter Seikel | 2014-05-16 | 1 | -4/+4 |
| | |||||
* | Typo--, fixes llListInsertList. | David Walter Seikel | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Output script name from LuaSL msg() funciton. | David Walter Seikel | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Comment out list parsing debugs, seems to be working fine now. | David Walter Seikel | 2014-05-15 | 1 | -0/+6 |
| | |||||
* | Some more list adding and concatenation fixes. | David Walter Seikel | 2014-05-15 | 1 | -0/+4 |
| | |||||
* | Implement llParseStringKeepNulls() and llParseString2List(). | David Walter Seikel | 2014-05-15 | 1 | -4/+95 |
| | |||||
* | REal llStrimTrim(), and sanity check inputs to llSubStringIndex(). | David Walter Seikel | 2014-05-14 | 1 | -0/+13 |
| | |||||
* | LSL's EOF sucks, Lua's 0 isn't false sucks more. Work around both. | David Walter Seikel | 2014-05-14 | 1 | -2/+16 |
| | |||||
* | Fix up llListInsertList() and llListReplaceList(). | David Walter Seikel | 2014-05-14 | 1 | -3/+3 |
| | |||||
* | Fix llListSort(). That's what you get for mixing three different languages ↵ | David Walter Seikel | 2014-05-14 | 1 | -3/+1 |
| | | | | that don't agree an array origin. | ||||
* | Comment out possible left over cruft. | David Walter Seikel | 2014-05-14 | 1 | -4/+5 |
| | |||||
* | Shut up some excess debugs. | David Walter Seikel | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Get list appending and adding to work. | David Walter Seikel | 2014-05-14 | 1 | -0/+41 |
| | |||||
* | Trash the trash thingy that was trashing memory. Plus some debugging prints. | David Walter Seikel | 2014-05-14 | 1 | -0/+2 |
| | |||||
* | A little clean up. | David Walter Seikel | 2014-05-14 | 1 | -8/+8 |
| | |||||
* | Fix llListSort. | David Walter Seikel | 2014-05-14 | 1 | -1/+3 |
| | |||||
* | Display LSL script names instead of lengthy paths and UUIDs. | David Walter Seikel | 2014-05-14 | 1 | -1/+2 |
| | |||||
* | Starting up and closing down the servers gets some love. Needs more love. | David Walter Seikel | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Setup all the Lua paths in a central place. | David Walter Seikel | 2014-05-08 | 1 | -1/+0 |
| | |||||
* | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 2014-05-05 | 1 | -1/+3 |
| | |||||
* | GuiLua handles multiple windows now. | David Walter Seikel | 2014-05-05 | 1 | -1/+1 |
| |