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
/
src
/
GuiLua
/
test_c.c
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2014-05-24
Big include and libraries clean up.
David Walter Seikel
1
-1
/
+0
2014-05-23
Rewrite the LuaSL script running stuff (twice lol), plus much related ↵
David Walter Seikel
1
-0
/
+1
tweakage and cleanups.
2014-05-20
Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.
David Walter Seikel
1
-2
/
+1
2014-05-16
Skang moduleBegin() stuffs the module in the C registry, so no one has to do ↵
David Walter Seikel
1
-2
/
+0
this now. NOTE - It uses a Lua debug function for this.
2014-05-05
Clean up include files.
David Walter Seikel
1
-3
/
+1
2014-05-05
Call skang modules from extantz. Needs some clean up.
David Walter Seikel
1
-0
/
+4
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-18
Merge the widget module into the skang module, and some related clean ups.
David Walter Seikel
1
-13
/
+11
So now the skang module is a mix of C and Lua.
2014-04-17
Convert test_c to use GuiLua.
David Walter Seikel
1
-59
/
+7
2014-04-17
Fix the stack usage of test_c.
David Walter Seikel
1
-47
/
+5
2014-04-17
Make C calling Lua easier with wrapper functions, lifted from edje_lua2, and ↵
David Walter Seikel
1
-0
/
+1
modified a bit.
2014-04-09
Make GuiLua an actual shared library, plus some minor clean ups.
David Walter Seikel
1
-9
/
+0
2014-04-09
Debugging for test_c to deal with later.
David Walter Seikel
1
-5
/
+13
2014-04-08
Notes about why a combined skang library / app probably wont work, and what ↵
David Walter Seikel
1
-2
/
+8
we could do about that.
2014-04-08
Comment out the currently unused dumpStack().
David Walter Seikel
1
-0
/
+2
2014-04-08
TODO -= 0.5
David Walter Seikel
1
-0
/
+1
2014-04-08
Typo--
David Walter Seikel
1
-1
/
+1
2014-04-03
Fix up the commented version of the function calls.
David Walter Seikel
1
-6
/
+6
2014-04-03
Shuffle same docs around, and fix up others.
David Walter Seikel
1
-11
/
+8
2014-03-31
Clean up after my thingasm.
David Walter Seikel
1
-25
/
+23
2014-03-31
More ways to call thing, and rename it thingasm.
David Walter Seikel
1
-7
/
+7
Finally, a use for __call(). lol
2014-03-30
Oops--
David Walter Seikel
1
-1
/
+1
2014-03-29
TODO++
David Walter Seikel
1
-0
/
+2
2014-03-28
More random notes.
David Walter Seikel
1
-0
/
+3
2014-03-28
Make test_c a real skang module, and tweaks to the rest of the system to ↵
David Walter Seikel
1
-46
/
+131
support C skang modules.
2014-03-27
Pointers to various URLs that might be useful.
David Walter Seikel
1
-0
/
+11
2014-03-27
Make test_c a real Lua module, but just a test one doing it the usual way, ↵
David Walter Seikel
1
-56
/
+57
not a skang module, yet.
2014-03-27
Add an example of a C Lua module in the test_c comments.
David Walter Seikel
1
-0
/
+53
2014-03-27
Found an old PIL chapter 26.
David Walter Seikel
1
-0
/
+3
2014-03-27
Rename the C version of test so the names don't conflict.
David Walter Seikel
1
-0
/
+0
2014-03-19
"Simplify" test.c. B-)
David Walter Seikel
1
-18
/
+2
2014-03-19
Add some notes to test.c.
David Walter Seikel
1
-0
/
+19
2014-03-19
Added some GuiLua test source files, and lots of comments in GuiLua.c.
David Walter Seikel
1
-0
/
+19