aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luaproc (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-25Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ↵David Walter Seikel14-2267/+0
luaproc list with Eina_Clist. From this point on, luaproc is officialy forked.
2012-02-24Time to fork luaproc and turn it into an EFL based thing, with tighter ↵David Walter Seikel1-0/+2
integration into LuaSL. More of this coming soon.
2012-02-22Implement callAndReturn(), use it from callAndWait(). That's most of ↵David Walter Seikel3-4/+47
LuaSL's side of "use OpenSim to deal with in world stuff".
2012-02-05Complete the separation of the guts of luaproc message sending from the Lua ↵David Walter Seikel2-50/+13
wrapper.
2012-02-05White space fixes.David Walter Seikel2-9/+7
2012-02-05Move the heavy lifting part of luaproc message sending to it's own function.David Walter Seikel2-0/+64
2012-01-25Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel3-23/+98
2012-01-23Add luaproc and LuaJIT libraries.David Walter Seikel14-0/+2122
Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly.