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