Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read in any matching .skang files in moduleBegin(). | David Walter Seikel | 2014-04-03 | 1 | -17/+9 |
| | |||||
* | Load any matching .properties files into a module. | David Walter Seikel | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | TODO clean up. | David Walter Seikel | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Shuffle same docs around, and fix up others. | David Walter Seikel | 2014-04-03 | 1 | -2/+1 |
| | |||||
* | Implement getStuffed(). Knew I could get it in there. B-) | David Walter Seikel | 2014-04-02 | 1 | -10/+12 |
| | |||||
* | valueMeta -> oldMum, plus some comments. | David Walter Seikel | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Massage Thing design notes into docs, and clean up some Stuff as a result. | David Walter Seikel | 2014-04-01 | 1 | -2/+4 |
| | |||||
* | Fix up setting Stuff, mostly. | David Walter Seikel | 2014-04-01 | 1 | -5/+5 |
| | | | | | | Still broken somewhere, but working better than it did before. Third time's the (unlucky) charm. | ||||
* | Implement Stuff, and module -> parent, plus some clean ups. | David Walter Seikel | 2014-04-01 | 1 | -2/+28 |
| | | | | | Stuff is mostly working, except it's dodging the __index stuff some where in the middle. So there is debugging stuff all over the place. Thingasm Stuff gets messy sometimes. | ||||
* | Minor clean ups. | David Walter Seikel | 2014-04-01 | 1 | -3/+2 |
| | |||||
* | Clean up after my thingasm. | David Walter Seikel | 2014-03-31 | 1 | -6/+7 |
| | |||||
* | More ways to call thing, and rename it thingasm. | David Walter Seikel | 2014-03-31 | 1 | -12/+11 |
| | | | | Finally, a use for __call(). lol | ||||
* | Fix up using aliases in Stufflets, plus it helps if the alias is in the ↵ | David Walter Seikel | 2014-03-30 | 1 | -7/+6 |
| | | | | right call. lol | ||||
* | Various fixes, mostly to do with stufflets, which are still slightly broken. | David Walter Seikel | 2014-03-30 | 1 | -1/+24 |
| | |||||
* | Add fixNames() to sort out all but lowest level Thing names. | David Walter Seikel | 2014-03-30 | 1 | -0/+8 |
| | |||||
* | TODO++ | David Walter Seikel | 2014-03-30 | 1 | -0/+2 |
| | |||||
* | More tests. | David Walter Seikel | 2014-03-30 | 1 | -3/+20 |
| | |||||
* | Testing Stuff. B-) | David Walter Seikel | 2014-03-30 | 1 | -0/+29 |
| | |||||
* | Rewrite skang.lua to put all the Thing stuff in metatables, plus get(), ↵ | David Walter Seikel | 2014-03-29 | 1 | -14/+22 |
| | | | | reset(), and set(). | ||||
* | Implement multiple Thing copies. | David Walter Seikel | 2014-03-29 | 1 | -0/+5 |
| | |||||
* | Make test_c a real skang module, and tweaks to the rest of the system to ↵ | David Walter Seikel | 2014-03-28 | 1 | -2/+3 |
| | | | | support C skang modules. | ||||
* | Shuffle the version printing around. | David Walter Seikel | 2014-03-28 | 1 | -2/+0 |
| | |||||
* | Rewrite skang.thing() to allow positional and named arguments, allow ↵ | David Walter Seikel | 2014-03-28 | 1 | -0/+3 |
| | | | | changing Things, plus some more tweaks. | ||||
* | Make test_c a real Lua module, but just a test one doing it the usual way, ↵ | David Walter Seikel | 2014-03-27 | 1 | -1/+3 |
| | | | | not a skang module, yet. | ||||
* | Lua allows hash bang after all. B-) | David Walter Seikel | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Can't have two foo's fool. | David Walter Seikel | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Proper copyright parsing. | David Walter Seikel | 2014-03-27 | 1 | -2/+3 |
| | |||||
* | Have a default default. | David Walter Seikel | 2014-03-27 | 1 | -0/+2 |
| | |||||
* | No need to pass module to skang.thing(), it can work it out. | David Walter Seikel | 2014-03-27 | 1 | -3/+4 |
| | |||||
* | White space clean ups. | David Walter Seikel | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Test isBoolean(). | David Walter Seikel | 2014-03-26 | 1 | -0/+23 |
| | |||||
* | Write, use, and test isValid(). | David Walter Seikel | 2014-03-26 | 1 | -1/+12 |
| | |||||
* | Only need to check the help stuff once in the tests. | David Walter Seikel | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | Test and fix setting nil on a Thing with a default. | David Walter Seikel | 2014-03-22 | 1 | -0/+6 |
| | |||||
* | Fix up Thing inheritance again, remove get/set, and remove ThingSpace ↵ | David Walter Seikel | 2014-03-22 | 1 | -5/+7 |
| | | | | function calling. | ||||
* | Remove the excess moduleBegin crap. | David Walter Seikel | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | Dissolve ThingSpace, and commands & parameters. | David Walter Seikel | 2014-03-22 | 1 | -4/+2 |
| | |||||
* | Add Thing inheritance, and some stubs to inherit. | David Walter Seikel | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | Merge newCommand and newParam into "thing". | David Walter Seikel | 2014-03-22 | 1 | -5/+5 |
| | |||||
* | First hack at Thing. | David Walter Seikel | 2014-03-20 | 1 | -0/+1 |
| | |||||
* | More tests. | David Walter Seikel | 2014-03-20 | 1 | -3/+4 |
| | |||||
* | An actual working example of a Lua skang module. | David Walter Seikel | 2014-03-19 | 1 | -11/+48 |
| | |||||
* | Added some GuiLua test source files, and lots of comments in GuiLua.c. | David Walter Seikel | 2014-03-19 | 1 | -0/+15 |