| Commit message (Expand) | Author | Files | Lines |
2015-03-29 | Uncomment this now that EFL got fixed. | David Walter Seikel | 1 | -16/+16 |
2015-03-22 | The new way to beg for the proper 3D graphics engine. | David Walter Seikel | 1 | -4/+3 |
2015-03-22 | Comment out the radio buttons for now, this is causing the crashing. | David Walter Seikel | 1 | -20/+20 |
2015-03-22 | Allow dropping the Evas_3D stuff out of the compile. | David Walter Seikel | 2 | -0/+15 |
2015-03-22 | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in c... | David Walter Seikel | 6 | -20/+20 |
2015-03-22 | Comment out markers around commented out code. | David Walter Seikel | 1 | -2/+2 |
2015-03-22 | Add internal reference for skang modules, so they can find themselves. | David Walter Seikel | 3 | -5/+5 |
2014-12-26 | Bring it up to date with EFL changes. Though more are needed. | David Walter Seikel | 2 | -5/+5 |
2014-09-15 | Clean up some TODOs and comments. | David Walter Seikel | 2 | -11/+3 |
2014-09-15 | Shut up die spam. | David Walter Seikel | 1 | -1/+1 |
2014-09-15 | Second pass fixes up variables now to. | David Walter Seikel | 2 | -18/+60 |
2014-09-14 | Shut up logger startup spam, for now. | David Walter Seikel | 1 | -5/+5 |
2014-09-14 | Check LSL script first line magic comments. | David Walter Seikel | 2 | -1/+64 |
2014-09-14 | Say which script failed compiling. | David Walter Seikel | 1 | -1/+1 |
2014-09-14 | Support LSL multi line strings. | David Walter Seikel | 4 | -3/+16 |
2014-09-14 | Now we can pass LSL scripts to LuaSL on the command line. Plus some white sp... | David Walter Seikel | 2 | -54/+95 |
2014-09-14 | Don't generate the lemon .out file, we are not using it. | David Walter Seikel | 1 | -1/+1 |
2014-08-30 | Update to new file getting API. | David Walter Seikel | 3 | -5/+5 |
2014-08-14 | Don't do BAD check by default. | David Walter Seikel | 1 | -1/+1 |
2014-08-14 | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 6 | -14/+26 |
2014-08-14 | Use the new message saving stuff in the parser as well. | David Walter Seikel | 4 | -5/+9 |
2014-08-14 | Optimise message sending. | David Walter Seikel | 1 | -4/+4 |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 6 | -9/+75 |
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 6 | -231/+144 |
2014-08-10 | Tweak function and variable not found messages. | David Walter Seikel | 1 | -2/+2 |
2014-08-10 | It seems that now we have to kick Elm harder to get GL out of it. | David Walter Seikel | 1 | -0/+1 |
2014-08-10 | Typo-- | David Walter Seikel | 1 | -1/+1 |
2014-08-10 | More comments. | David Walter Seikel | 1 | -0/+69 |
2014-08-10 | Better separation between compiling and running LSL scripts. | David Walter Seikel | 1 | -10/+13 |
2014-08-10 | Rejig the compile timing stats. | David Walter Seikel | 1 | -16/+16 |
2014-08-10 | Bitch about not being able to load the compiled Lua. | David Walter Seikel | 1 | -0/+3 |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 5 | -8/+12 |
2014-08-10 | Quick and dirty crashing compiler catcher. | David Walter Seikel | 2 | -1/+13 |
2014-08-09 | TODO++ | David Walter Seikel | 1 | -0/+2 |
2014-08-09 | Move "Compiling ..." message to the compiler. | David Walter Seikel | 2 | -1/+2 |
2014-08-09 | Init lType and rType, was getting bogus values. | David Walter Seikel | 1 | -1/+1 |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 6 | -86/+91 |
2014-08-09 | Mention compiler speed even if the last one failed. | David Walter Seikel | 1 | -0/+13 |
2014-07-31 | Move lemon building to be part of LuaSL building. | David Walter Seikel | 1 | -1/+2 |
2014-07-31 | Stop building in Irrlicht, but keep it around in case Evas_3D isn't good enough. | David Walter Seikel | 1 | -8/+12 |
2014-07-31 | Move entirely over to luajit. | David Walter Seikel | 7 | -7/+7 |
2014-07-13 | TODO++ | David Walter Seikel | 1 | -0/+1 |
2014-07-13 | Typo -- | David Walter Seikel | 1 | -1/+1 |
2014-07-02 | More logging to ignore. | David Walter Seikel | 1 | -0/+1 |
2014-07-02 | Bleeding edge API updates. | David Walter Seikel | 1 | -2/+2 |
2014-06-11 | Update to post release API change. So much for stable API to collaborate wit... | David Walter Seikel | 6 | -34/+34 |
2014-06-03 | White space fix. | David Walter Seikel | 1 | -1/+1 |
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 5 | -120/+159 |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 6 | -41/+263 |
2014-06-01 | Notes++ | David Walter Seikel | 1 | -0/+30 |