Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix up using aliases in Stufflets, plus it helps if the alias is in the ↵ | David Walter Seikel | 2014-03-30 | 2 | -11/+15 | |
| | | | | right call. lol | |||||
* | Various fixes, mostly to do with stufflets, which are still slightly broken. | David Walter Seikel | 2014-03-30 | 2 | -16/+58 | |
| | ||||||
* | Add fixNames() to sort out all but lowest level Thing names. | David Walter Seikel | 2014-03-30 | 2 | -0/+21 | |
| | ||||||
* | TODO++ | David Walter Seikel | 2014-03-30 | 1 | -0/+2 | |
| | ||||||
* | Oops-- | David Walter Seikel | 2014-03-30 | 1 | -1/+1 | |
| | ||||||
* | Notes about metatable usage, and limitations from Lua. | David Walter Seikel | 2014-03-30 | 1 | -1/+4 | |
| | ||||||
* | Fix "can't store non Things in a Thing controlled module." bug. | David Walter Seikel | 2014-03-30 | 1 | -2/+4 | |
| | ||||||
* | More tests. | David Walter Seikel | 2014-03-30 | 1 | -3/+20 | |
| | ||||||
* | Move some Thing declerations to where they should be, now that the Thing ↵ | David Walter Seikel | 2014-03-30 | 1 | -6/+4 | |
| | | | | oddness isn't screwing with that. | |||||
* | Clean up some Thing oddness. | David Walter Seikel | 2014-03-30 | 1 | -9/+10 | |
| | ||||||
* | Local thing -> thingy, plus a few minor cleanups around that. | David Walter Seikel | 2014-03-30 | 1 | -69/+66 | |
| | ||||||
* | No doubling up on the default types. | David Walter Seikel | 2014-03-30 | 1 | -1/+1 | |
| | ||||||
* | Default Thing name is no longer an invalid index. | David Walter Seikel | 2014-03-30 | 1 | -1/+1 | |
| | ||||||
* | Don't print module contents, since that's the entire global space. | David Walter Seikel | 2014-03-30 | 1 | -1/+5 | |
| | ||||||
* | Testing Stuff. B-) | David Walter Seikel | 2014-03-30 | 1 | -0/+29 | |
| | ||||||
* | Rewrite get()/reset()/set() to deal with Thing metadata or values, and make ↵ | David Walter Seikel | 2014-03-30 | 1 | -17/+34 | |
| | | | | them Things. | |||||
* | TODO++ | David Walter Seikel | 2014-03-29 | 1 | -0/+2 | |
| | ||||||
* | Rewrite skang.lua to put all the Thing stuff in metatables, plus get(), ↵ | David Walter Seikel | 2014-03-29 | 2 | -162/+163 | |
| | | | | reset(), and set(). | |||||
* | Add my usual table printer. | David Walter Seikel | 2014-03-29 | 1 | -0/+31 | |
| | ||||||
* | Two alternate ideas for how to do Things. | David Walter Seikel | 2014-03-29 | 1 | -0/+87 | |
| | ||||||
* | Update isValid() to deal with multiple Thing copies. | David Walter Seikel | 2014-03-29 | 1 | -6/+8 | |
| | ||||||
* | Change table to module, coz table is one of the Lua supplied modules. | David Walter Seikel | 2014-03-29 | 1 | -5/+5 | |
| | | | | On the oter hand, module is itself a Lua name, but we ignore it coz it's broken anyway. | |||||
* | Implement multiple Thing copies. | David Walter Seikel | 2014-03-29 | 2 | -35/+44 | |
| | ||||||
* | Combine and improve the widget TODOs. | David Walter Seikel | 2014-03-29 | 1 | -32/+25 | |
| | ||||||
* | Stuff things in the Thing to. | David Walter Seikel | 2014-03-29 | 1 | -0/+2 | |
| | ||||||
* | Notes about multiple module copies, and Stuff. | David Walter Seikel | 2014-03-29 | 1 | -24/+54 | |
| | ||||||
* | Typo-- | David Walter Seikel | 2014-03-29 | 1 | -1/+1 | |
| | ||||||
* | TODO++ | David Walter Seikel | 2014-03-29 | 1 | -0/+2 | |
| | ||||||
* | More random notes. | David Walter Seikel | 2014-03-28 | 3 | -0/+15 | |
| | ||||||
* | Typo-- | David Walter Seikel | 2014-03-28 | 1 | -1/+1 | |
| | ||||||
* | Make test_c a real skang module, and tweaks to the rest of the system to ↵ | David Walter Seikel | 2014-03-28 | 3 | -54/+147 | |
| | | | | support C skang modules. | |||||
* | TODO++ | David Walter Seikel | 2014-03-28 | 1 | -0/+2 | |
| | ||||||
* | More detail for a TODO. | David Walter Seikel | 2014-03-28 | 1 | -1/+1 | |
| | ||||||
* | Shuffle the version printing around. | David Walter Seikel | 2014-03-28 | 2 | -3/+3 | |
| | ||||||
* | TODO++ - Should use positional and named arguments when we write the widget ↵ | David Walter Seikel | 2014-03-28 | 1 | -7/+2 | |
| | | | | stuff. | |||||
* | Rewrite skang.thing() to allow positional and named arguments, allow ↵ | David Walter Seikel | 2014-03-28 | 2 | -27/+74 | |
| | | | | changing Things, plus some more tweaks. | |||||
* | A new csv2table() function. | David Walter Seikel | 2014-03-28 | 1 | -0/+13 | |
| | ||||||
* | Pointers to various URLs that might be useful. | David Walter Seikel | 2014-03-27 | 3 | -0/+15 | |
| | ||||||
* | Make test_c a real Lua module, but just a test one doing it the usual way, ↵ | David Walter Seikel | 2014-03-27 | 3 | -57/+114 | |
| | | | | not a skang module, yet. | |||||
* | Print Lua version on skang load. | David Walter Seikel | 2014-03-27 | 1 | -1/+1 | |
| | ||||||
* | Lua allows hash bang after all. B-) | David Walter Seikel | 2014-03-27 | 2 | -2/+2 | |
| | ||||||
* | Add an example of a C Lua module in the test_c comments. | David Walter Seikel | 2014-03-27 | 1 | -0/+53 | |
| | ||||||
* | Found an old PIL chapter 26. | David Walter Seikel | 2014-03-27 | 1 | -0/+3 | |
| | ||||||
* | Rename the C version of test so the names don't conflict. | David Walter Seikel | 2014-03-27 | 1 | -0/+0 | |
| | ||||||
* | Add a test properties file. | David Walter Seikel | 2014-03-27 | 1 | -0/+1 | |
| | ||||||
* | Fix typoes. | David Walter Seikel | 2014-03-27 | 1 | -2/+2 | |
| | ||||||
* | Can't have two foo's fool. | David Walter Seikel | 2014-03-27 | 1 | -1/+1 | |
| | ||||||
* | TODO++ | David Walter Seikel | 2014-03-27 | 1 | -0/+1 | |
| | ||||||
* | Proper copyright parsing. | David Walter Seikel | 2014-03-27 | 2 | -8/+32 | |
| | ||||||
* | TODO++ | David Walter Seikel | 2014-03-27 | 1 | -0/+2 | |
| |