aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the window command a Thing.David Walter Seikel2014-04-201-0/+2
|
* Have the skin loader add the correct require line, and fix up test to suit.David Walter Seikel2014-04-201-3/+2
|
* For the module command, make the loaded module global.David Walter Seikel2014-04-201-1/+2
|
* Let actions and other stuff set in the thingasm() call work through their ↵David Walter Seikel2014-04-201-3/+3
| | | | isValid().
* Fix up widget action stuff.David Walter Seikel2014-04-201-6/+9
|
* Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ↵David Walter Seikel2014-04-181-11/+39
| | | | | | screwing it up? I need sleep.
* Half arsed window and button implementation.David Walter Seikel2014-04-181-3/+42
|
* Not sure why I had parent in there, it's not used anywhere.David Walter Seikel2014-04-181-1/+2
|
* A few comments++David Walter Seikel2014-04-181-5/+12
|
* Move clear() and quit() to GuiLua.c, and actually implement quit().David Walter Seikel2014-04-181-11/+1
|
* TODO and comment additions.David Walter Seikel2014-04-181-2/+2
|
* Merge the widget module into the skang module, and some related clean ups.David Walter Seikel2014-04-181-0/+6
| | | | So now the skang module is a mix of C and Lua.
* Clean up from the skang.window() -> widget.window() move.David Walter Seikel2014-04-171-3/+3
|
* Move skang.window() to widget.window(), and make it work.David Walter Seikel2014-04-171-3/+3
|
* whitespace--David Walter Seikel2014-04-171-1/+1
|
* Catch properties file errors, except for when the file doesn't exist.David Walter Seikel2014-04-171-1/+3
|
* Actually get skin running to work.David Walter Seikel2014-04-171-6/+10
|
* Figure out which is the main skin and run it.David Walter Seikel2014-04-171-1/+15
|
* Make GuiLua an actual shared library, plus some minor clean ups.David Walter Seikel2014-04-091-7/+5
|
* Implement skang.module().David Walter Seikel2014-04-091-1/+4
|
* Pass C command arguments to skang.David Walter Seikel2014-04-091-17/+37
|
* Fix up getfenv() call for GuiLua, though it doesn't really make sense.David Walter Seikel2014-04-081-2/+8
|
* Add notes about what we need C for.David Walter Seikel2014-04-071-1/+12
|
* TODO++David Walter Seikel2014-04-071-0/+2
|
* Lots and lots of security / main loop notes and ideas.David Walter Seikel2014-04-071-0/+292
|
* Performance note.David Walter Seikel2014-04-071-0/+7
|
* TODO fixed.David Walter Seikel2014-04-041-2/+2
|
* TODO++David Walter Seikel2014-04-041-0/+11
|
* More argument parsing.David Walter Seikel2014-04-031-53/+70
|
* More argument parsing.David Walter Seikel2014-04-031-2/+12
|
* Parse the command line arguments.David Walter Seikel2014-04-031-3/+123
|
* Detect and print LuaJIT version.David Walter Seikel2014-04-031-4/+6
|
* Read in any matching .skang files in moduleBegin().David Walter Seikel2014-04-031-1/+9
|
* Load any matching .properties files into a module.David Walter Seikel2014-04-031-1/+6
|
* More Widget and Squeal ramblings.David Walter Seikel2014-04-031-26/+27
|
* TODO--David Walter Seikel2014-04-031-1/+0
|
* Minor proxy table clean ups.David Walter Seikel2014-04-031-5/+6
|
* Put all the Thing stuff inside the Thing definition.David Walter Seikel2014-04-031-64/+58
|
* Docs++David Walter Seikel2014-04-031-0/+6
|
* Shuffle same docs around, and fix up others.David Walter Seikel2014-04-031-137/+170
|
* Define window via array instead of argument list.David Walter Seikel2014-04-031-1/+1
|
* Combine nada into one line.David Walter Seikel2014-04-031-3/+1
|
* TODO++David Walter Seikel2014-04-021-0/+1
|
* Implement getStuffed(). Knew I could get it in there. B-)David Walter Seikel2014-04-021-47/+55
|
* valueMeta -> oldMum, plus some comments.David Walter Seikel2014-04-011-6/+10
|
* Separate out the metatable __ stuff from Thing, put it into Mum.David Walter Seikel2014-04-011-70/+70
|
* Massage Thing design notes into docs, and clean up some Stuff as a result.David Walter Seikel2014-04-011-80/+96
|
* Fix up setting Stuff, mostly.David Walter Seikel2014-04-011-14/+6
| | | | | | 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 Seikel2014-04-011-106/+127
| | | | | 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 Seikel2014-04-011-0/+1
|