aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-05Fix things so the wire protocol can be functions in the LSL.lua file, and _LS...David Walter Seikel1-1/+1
2012-02-05Do script quitting differently, using the wire protocol method, which means I...David Walter Seikel1-1/+1
2012-02-05Tell the scripts to quit after a short delay.David Walter Seikel1-0/+28
2012-02-05Code formatting.David Walter Seikel1-8/+10
2012-02-05Loop through the compiled scripts and run them using luaproc + LuaJIT.David Walter Seikel1-2/+19
2012-02-05Turn on the script running stuff, clean out the now excess tests, then move t...David Walter Seikel1-243/+2
2012-02-05White space clean up.David Walter Seikel1-2/+2
2012-01-28Disable the Lua run time tests for now, and patch up a couple of things that ...David Walter Seikel1-1/+5
2012-01-25Last minute coment before bed.David Walter Seikel1-0/+1
2012-01-25Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lolDavid Walter Seikel1-6/+179
2012-01-24Quick and dirty testing of luaJIT+luaproc from LuaSL.David Walter Seikel1-1/+32
2012-01-24Make the script engine testing UI a command option.David Walter Seikel1-78/+109
2012-01-23Add ability to disable the test harness, or the Lua compile test.David Walter Seikel1-7/+17
2012-01-23Tweaked the output a little.David Walter Seikel1-2/+2
2012-01-23Exercise the lua compiler to, and produce an estimate of compile time. Also ...David Walter Seikel1-6/+39
2012-01-23Replace #ifdef with if or #if.David Walter Seikel1-3/+1
2012-01-22Coz one file is enough, more than that during debugging runs and I run out of...David Walter Seikel1-0/+3
2012-01-22Found a use for that after all. lolDavid Walter Seikel1-1/+3
2012-01-22Oops, left overs.David Walter Seikel1-1/+0
2012-01-22Basic script compiling instrumentation.David Walter Seikel1-0/+8
2012-01-22Move the test script into the directory where the other tests are, so it's no...David Walter Seikel1-11/+2
2012-01-21Disable some of the output, and compile every script in the test sim.David Walter Seikel1-6/+28
2012-01-21Add LSL constants by simply compiling an LSL script with them all, and keepin...David Walter Seikel1-2/+2
2012-01-20Run both test scripts.David Walter Seikel1-0/+2
2012-01-17Use EFL logging.David Walter Seikel1-2/+2
2012-01-17Merge the compiler into the test harness. Remove excess files.David Walter Seikel1-2/+5
2012-01-05Add a compiler stub.David Walter Seikel1-1/+7
2012-01-04Skeleton of the GUI test harness for the LuaSL script engine.David Walter Seikel1-0/+173