aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/luaproc/luaproc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-25Moved luaproc into LuaSL, merged it all into it's own file, and replaced the ↵David Walter Seikel1-100/+0
luaproc list with Eina_Clist. From this point on, luaproc is officialy forked.
2012-02-22Implement callAndReturn(), use it from callAndWait(). That's most of ↵David Walter Seikel1-1/+2
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 Seikel1-1/+1
wrapper.
2012-02-05White space fixes.David Walter Seikel1-3/+2
2012-02-05Move the heavy lifting part of luaproc message sending to it's own function.David Walter Seikel1-0/+3
2012-01-25Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel1-0/+5
2012-01-23Add luaproc and LuaJIT libraries.David Walter Seikel1-0/+92
Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly.