| Commit message (Expand) | Author | Files | Lines |
2015-03-22 | Add internal reference for skang modules, so they can find themselves. | David Walter Seikel | 1 | -1/+1 |
2014-05-14 | Disable the testing part of test.lua, so it doesn't flood the screen. | David Walter Seikel | 1 | -1/+2 |
2014-05-05 | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 1 | -2/+3 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -0/+0 |
2014-04-20 | Have the skin loader add the correct require line, and fix up test to suit. | David Walter Seikel | 1 | -5/+3 |
2014-04-20 | Fix up widget action stuff. | David Walter Seikel | 1 | -2/+3 |
2014-04-18 | Merge the widget module into the skang module, and some related clean ups. | David Walter Seikel | 1 | -2/+1 |
2014-04-17 | Convert test_c to use GuiLua. | David Walter Seikel | 1 | -1/+1 |
2014-04-17 | GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work... | David Walter Seikel | 1 | -1/+0 |
2014-04-09 | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 1 | -0/+1 |
2014-04-03 | Read in any matching .skang files in moduleBegin(). | David Walter Seikel | 1 | -17/+9 |
2014-04-03 | Load any matching .properties files into a module. | David Walter Seikel | 1 | -1/+1 |
2014-04-03 | TODO clean up. | David Walter Seikel | 1 | -1/+1 |
2014-04-03 | Shuffle same docs around, and fix up others. | David Walter Seikel | 1 | -2/+1 |
2014-04-02 | Implement getStuffed(). Knew I could get it in there. B-) | David Walter Seikel | 1 | -10/+12 |
2014-04-01 | valueMeta -> oldMum, plus some comments. | David Walter Seikel | 1 | -1/+1 |
2014-04-01 | Massage Thing design notes into docs, and clean up some Stuff as a result. | David Walter Seikel | 1 | -2/+4 |
2014-04-01 | Fix up setting Stuff, mostly. | David Walter Seikel | 1 | -5/+5 |
2014-04-01 | Implement Stuff, and module -> parent, plus some clean ups. | David Walter Seikel | 1 | -2/+28 |
2014-04-01 | Minor clean ups. | David Walter Seikel | 1 | -3/+2 |
2014-03-31 | Clean up after my thingasm. | David Walter Seikel | 1 | -6/+7 |
2014-03-31 | More ways to call thing, and rename it thingasm. | David Walter Seikel | 1 | -12/+11 |
2014-03-30 | Fix up using aliases in Stufflets, plus it helps if the alias is in the right... | David Walter Seikel | 1 | -7/+6 |
2014-03-30 | Various fixes, mostly to do with stufflets, which are still slightly broken. | David Walter Seikel | 1 | -1/+24 |
2014-03-30 | Add fixNames() to sort out all but lowest level Thing names. | David Walter Seikel | 1 | -0/+8 |
2014-03-30 | TODO++ | David Walter Seikel | 1 | -0/+2 |
2014-03-30 | More tests. | David Walter Seikel | 1 | -3/+20 |
2014-03-30 | Testing Stuff. B-) | David Walter Seikel | 1 | -0/+29 |
2014-03-29 | Rewrite skang.lua to put all the Thing stuff in metatables, plus get(), reset... | David Walter Seikel | 1 | -14/+22 |
2014-03-29 | Implement multiple Thing copies. | David Walter Seikel | 1 | -0/+5 |
2014-03-28 | Make test_c a real skang module, and tweaks to the rest of the system to supp... | David Walter Seikel | 1 | -2/+3 |
2014-03-28 | Shuffle the version printing around. | David Walter Seikel | 1 | -2/+0 |
2014-03-28 | Rewrite skang.thing() to allow positional and named arguments, allow changing... | David Walter Seikel | 1 | -0/+3 |
2014-03-27 | Make test_c a real Lua module, but just a test one doing it the usual way, no... | David Walter Seikel | 1 | -1/+3 |
2014-03-27 | Lua allows hash bang after all. B-) | David Walter Seikel | 1 | -1/+1 |
2014-03-27 | Can't have two foo's fool. | David Walter Seikel | 1 | -1/+1 |
2014-03-27 | Proper copyright parsing. | David Walter Seikel | 1 | -2/+3 |
2014-03-27 | Have a default default. | David Walter Seikel | 1 | -0/+2 |
2014-03-27 | No need to pass module to skang.thing(), it can work it out. | David Walter Seikel | 1 | -3/+4 |
2014-03-26 | White space clean ups. | David Walter Seikel | 1 | -1/+1 |
2014-03-26 | Test isBoolean(). | David Walter Seikel | 1 | -0/+23 |
2014-03-26 | Write, use, and test isValid(). | David Walter Seikel | 1 | -1/+12 |
2014-03-26 | Only need to check the help stuff once in the tests. | David Walter Seikel | 1 | -3/+3 |
2014-03-22 | Test and fix setting nil on a Thing with a default. | David Walter Seikel | 1 | -0/+6 |
2014-03-22 | Fix up Thing inheritance again, remove get/set, and remove ThingSpace functio... | David Walter Seikel | 1 | -5/+7 |
2014-03-22 | Remove the excess moduleBegin crap. | David Walter Seikel | 1 | -1/+1 |
2014-03-22 | Dissolve ThingSpace, and commands & parameters. | David Walter Seikel | 1 | -4/+2 |
2014-03-22 | Add Thing inheritance, and some stubs to inherit. | David Walter Seikel | 1 | -1/+1 |
2014-03-22 | Merge newCommand and newParam into "thing". | David Walter Seikel | 1 | -5/+5 |
2014-03-20 | First hack at Thing. | David Walter Seikel | 1 | -0/+1 |