aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-30 16:10:17 +1000
committerDavid Walter Seikel2014-03-30 16:10:17 +1000
commitcfe38d47c36d3fdc104b0b9c9da4299c1e985771 (patch)
treefbb3391bf923b1262e2f0a7e152ea80a8301a65e /ClientHamr/GuiLua/GuiLua.c
parentFix up using aliases in Stufflets, plus it helps if the alias is in the right... (diff)
downloadSledjHamr-cfe38d47c36d3fdc104b0b9c9da4299c1e985771.zip
SledjHamr-cfe38d47c36d3fdc104b0b9c9da4299c1e985771.tar.gz
SledjHamr-cfe38d47c36d3fdc104b0b9c9da4299c1e985771.tar.bz2
SledjHamr-cfe38d47c36d3fdc104b0b9c9da4299c1e985771.tar.xz
Shuffle Stuff notes around a bit.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index b256f55..510eadf 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -99,27 +99,15 @@ Currently this is in skang.lua, but should bring this in here later.
99 99
100/* stuff & squeal packages 100/* stuff & squeal packages
101 101
102In matrix-RAD Stuff took care of multi value Things, like database rows. 102Currently Stuff is in skang.lua, but should bring this in here later.
103I'm not sure this is needed here, since Lua has nice tables. B-)
104 103
105Squeal was the database driver interface for SquealStuff, the database 104Squeal was the database driver interface for SquealStuff, the database
106version of Stuff. Maybe we could wrap esskyuehl? Not really in need of 105version of Stuff. Maybe we could wrap esskyuehl? Not really in need of
107database stuff for now, but should keep it in mind. 106database stuff for now, but should keep it in mind.
108 107
109Stuff is an abstract class that gets extended by other classes, like 108For SquealStuff, the metadata would be read from the SQL database
110SquealStuff, which was the only thing extending it. It dealt with the
111basic "collection of things" stuff. Each individual thing was called a
112stufflet. A final fooStuff would extend SquealStuff, and include an
113array of strings called "stufflets" that at least named the stufflets,
114but could also include metadata and links to other Stuffs. For
115SquealStuff, the metadata would be read from the SQL database
116autamatically. 109autamatically.
117 110
118There was various infrastructure for reading and writing Stuff, throwing
119rows of Stuff into grids, having choices of Stuff, linking stufflets to
120individual widgets, having default Stuffs for windows, validating
121Stuffs, etc.
122
123*/ 111*/
124 112
125 113