index
:
SledjHamr
experimental
master
Using OpenSim and Second Life open source software as crutches while we write sane replacements.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
skang.lua
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-04-27
Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵
David Walter Seikel
1
-1
/
+1
to suit.
2014-04-22
Move skang to libraries and base directory.
David Walter Seikel
1
-0
/
+0
2014-04-22
Move all source into the new src directory, and shuffle a few other things ↵
David Walter Seikel
1
-0
/
+0
around.
2014-04-21
Shift libGuiLua.so to the libraries directory.
David Walter Seikel
1
-1
/
+2
2014-04-20
Make the window command a Thing.
David Walter Seikel
1
-0
/
+2
2014-04-20
Have the skin loader add the correct require line, and fix up test to suit.
David Walter Seikel
1
-3
/
+2
2014-04-20
For the module command, make the loaded module global.
David Walter Seikel
1
-1
/
+2
2014-04-20
Let actions and other stuff set in the thingasm() call work through their ↵
David Walter Seikel
1
-3
/
+3
isValid().
2014-04-20
Fix up widget action stuff.
David Walter Seikel
1
-6
/
+9
2014-04-18
Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ↵
David Walter Seikel
1
-11
/
+39
screwing it up? I need sleep.
2014-04-18
Half arsed window and button implementation.
David Walter Seikel
1
-3
/
+42
2014-04-18
Not sure why I had parent in there, it's not used anywhere.
David Walter Seikel
1
-1
/
+2
2014-04-18
A few comments++
David Walter Seikel
1
-5
/
+12
2014-04-18
Move clear() and quit() to GuiLua.c, and actually implement quit().
David Walter Seikel
1
-11
/
+1
2014-04-18
TODO and comment additions.
David Walter Seikel
1
-2
/
+2
2014-04-18
Merge the widget module into the skang module, and some related clean ups.
David Walter Seikel
1
-0
/
+6
So now the skang module is a mix of C and Lua.
2014-04-17
Clean up from the skang.window() -> widget.window() move.
David Walter Seikel
1
-3
/
+3
2014-04-17
Move skang.window() to widget.window(), and make it work.
David Walter Seikel
1
-3
/
+3
2014-04-17
whitespace--
David Walter Seikel
1
-1
/
+1
2014-04-17
Catch properties file errors, except for when the file doesn't exist.
David Walter Seikel
1
-1
/
+3
2014-04-17
Actually get skin running to work.
David Walter Seikel
1
-6
/
+10
2014-04-17
Figure out which is the main skin and run it.
David Walter Seikel
1
-1
/
+15
2014-04-09
Make GuiLua an actual shared library, plus some minor clean ups.
David Walter Seikel
1
-7
/
+5
2014-04-09
Implement skang.module().
David Walter Seikel
1
-1
/
+4
2014-04-09
Pass C command arguments to skang.
David Walter Seikel
1
-17
/
+37
2014-04-08
Fix up getfenv() call for GuiLua, though it doesn't really make sense.
David Walter Seikel
1
-2
/
+8
2014-04-07
Add notes about what we need C for.
David Walter Seikel
1
-1
/
+12
2014-04-07
TODO++
David Walter Seikel
1
-0
/
+2
2014-04-07
Lots and lots of security / main loop notes and ideas.
David Walter Seikel
1
-0
/
+292
2014-04-07
Performance note.
David Walter Seikel
1
-0
/
+7
2014-04-04
TODO fixed.
David Walter Seikel
1
-2
/
+2
2014-04-04
TODO++
David Walter Seikel
1
-0
/
+11
2014-04-03
More argument parsing.
David Walter Seikel
1
-53
/
+70
2014-04-03
More argument parsing.
David Walter Seikel
1
-2
/
+12
2014-04-03
Parse the command line arguments.
David Walter Seikel
1
-3
/
+123
2014-04-03
Detect and print LuaJIT version.
David Walter Seikel
1
-4
/
+6
2014-04-03
Read in any matching .skang files in moduleBegin().
David Walter Seikel
1
-1
/
+9
2014-04-03
Load any matching .properties files into a module.
David Walter Seikel
1
-1
/
+6
2014-04-03
More Widget and Squeal ramblings.
David Walter Seikel
1
-26
/
+27
2014-04-03
TODO--
David Walter Seikel
1
-1
/
+0
2014-04-03
Minor proxy table clean ups.
David Walter Seikel
1
-5
/
+6
2014-04-03
Put all the Thing stuff inside the Thing definition.
David Walter Seikel
1
-64
/
+58
2014-04-03
Docs++
David Walter Seikel
1
-0
/
+6
2014-04-03
Shuffle same docs around, and fix up others.
David Walter Seikel
1
-137
/
+170
2014-04-03
Define window via array instead of argument list.
David Walter Seikel
1
-1
/
+1
2014-04-03
Combine nada into one line.
David Walter Seikel
1
-3
/
+1
2014-04-02
TODO++
David Walter Seikel
1
-0
/
+1
2014-04-02
Implement getStuffed(). Knew I could get it in there. B-)
David Walter Seikel
1
-47
/
+55
2014-04-01
valueMeta -> oldMum, plus some comments.
David Walter Seikel
1
-6
/
+10
2014-04-01
Separate out the metatable __ stuff from Thing, put it into Mum.
David Walter Seikel
1
-70
/
+70
[next]