aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* More tests.David Walter Seikel2014-03-301-3/+20
* Testing Stuff. B-)David Walter Seikel2014-03-301-0/+29
* Rewrite skang.lua to put all the Thing stuff in metatables, plus get(), reset...David Walter Seikel2014-03-291-14/+22
* Implement multiple Thing copies.David Walter Seikel2014-03-291-0/+5
* Make test_c a real skang module, and tweaks to the rest of the system to supp...David Walter Seikel2014-03-281-2/+3
* Shuffle the version printing around.David Walter Seikel2014-03-281-2/+0
* Rewrite skang.thing() to allow positional and named arguments, allow changing...David Walter Seikel2014-03-281-0/+3
* Make test_c a real Lua module, but just a test one doing it the usual way, no...David Walter Seikel2014-03-271-1/+3
* Lua allows hash bang after all. B-)David Walter Seikel2014-03-271-1/+1
* Can't have two foo's fool.David Walter Seikel2014-03-271-1/+1
* Proper copyright parsing.David Walter Seikel2014-03-271-2/+3
* Have a default default.David Walter Seikel2014-03-271-0/+2
* No need to pass module to skang.thing(), it can work it out.David Walter Seikel2014-03-271-3/+4
* White space clean ups.David Walter Seikel2014-03-261-1/+1
* Test isBoolean().David Walter Seikel2014-03-261-0/+23
* Write, use, and test isValid().David Walter Seikel2014-03-261-1/+12
* Only need to check the help stuff once in the tests.David Walter Seikel2014-03-261-3/+3
* Test and fix setting nil on a Thing with a default.David Walter Seikel2014-03-221-0/+6
* Fix up Thing inheritance again, remove get/set, and remove ThingSpace functio...David Walter Seikel2014-03-221-5/+7
* Remove the excess moduleBegin crap.David Walter Seikel2014-03-221-1/+1
* Dissolve ThingSpace, and commands & parameters.David Walter Seikel2014-03-221-4/+2
* Add Thing inheritance, and some stubs to inherit.David Walter Seikel2014-03-221-1/+1
* Merge newCommand and newParam into "thing".David Walter Seikel2014-03-221-5/+5
* First hack at Thing.David Walter Seikel2014-03-201-0/+1
* More tests.David Walter Seikel2014-03-201-3/+4
* An actual working example of a Lua skang module.David Walter Seikel2014-03-191-11/+48
* Added some GuiLua test source files, and lots of comments in GuiLua.c.David Walter Seikel2014-03-191-0/+15