Commit Graph

35 Commits

Author SHA1 Message Date
Tekkub 1a63ede024 Merge branch 'master' of git@github.com:tekkub/libdatabroker-1-1 2008-07-31 22:46:02 -06:00
Tekkub d02e8580b4 Add pairs and ipairs iters, since we can't use the normal iters on our dataobjs 2008-07-31 22:45:23 -06:00
Tekkub 6684021962 Simplify readme, all docs have been moved into GitHub wiki pages 2008-07-08 23:56:03 -06:00
Tekkub 1ec2d8b707 Documentation on how to use LDB data (for display addons) 2008-07-08 23:26:28 -06:00
Tekkub 6f130570de Add StatBlockCore forum link 2008-07-08 15:44:00 -06:00
Tekkub 17be81342c Add link to Fortress thread 2008-07-08 15:21:59 -06:00
Tekkub 073a8744d6 And rearrange the addon list a bit too 2008-07-08 00:36:49 -06:00
Tekkub 6146a32b9d Make field lists into nice pretty tables 2008-07-08 00:33:20 -06:00
Tekkub 33c67b1dee Add list of who is using LDB 2008-07-07 22:25:59 -06:00
Tekkub 0617fd1e5f Always with the typos, I hate my fingers 2008-07-07 22:21:39 -06:00
Tekkub 19674c66a1 Add tooltiptext and OnTooltipShow to data addon spec 2008-07-07 22:12:28 -06:00
Tekkub 891224b50b Readme rejiggering 2008-07-07 22:02:55 -06:00
Tekkub 5ae78829a4 Add in some documentation on how to push data into LDB 2008-07-07 20:31:29 -06:00
Tekkub b190611e12 Meh, fuck you textile 2008-07-07 13:30:06 -06:00
Tekkub c947601d75 Adding readme 2008-07-07 13:25:25 -06:00
Tekkub 92347c5d8c Pass current dataobj with attr change callbacks to avoid excessive calls to :GetDataObjectByName 2008-07-05 21:29:09 -06:00
Tekkub Stoutwrithe 1498b61a82 Make passed dataobj actually work 2008-05-13 21:02:47 -06:00
Tekkub Stoutwrithe 7782df3c98 I always forget the 'then' 2008-05-13 21:02:27 -06:00
Tekkub Stoutwrithe bdbc513351 Minor memory optimization
- Only hold upvalues to locals in the functions called frequently
 - Retain the metatable across future lib upgrades (the one in v1 will be lost)
2008-05-13 11:49:36 -06:00
Tekkub Stoutwrithe 7655ff9801 Allow caller to pass a pre-populated table to NewDataObject 2008-05-13 11:44:53 -06:00
Tekkub Stoutwrithe f9d04aca94 Add asserts to ensure our embedder has provided LibStub and CBH-1.0 2008-05-12 23:11:34 -06:00
Tekkub Stoutwrithe 60b2557268 Remove all the other crap, this lib isn't standalone 2008-05-12 23:09:13 -06:00
Tekkub Stoutwrithe 52a68af9a4 Remove unused file 2008-05-12 23:04:56 -06:00
Tekkub Stoutwrithe caa52c9091 Add two more callbacks, so we can listen to all changes to all DOs, and for changes to a specific key across all DOs 2008-05-12 23:00:30 -06:00
Tekkub Stoutwrithe 890376564b Compact down some code 2008-05-12 21:22:45 -06:00
Tekkub Stoutwrithe 1732e63c10 Simplify new/register into one function 2008-05-12 21:22:44 -06:00
Tekkub Stoutwrithe 3f44478fe0 Why do we not fire callbacks for specific keys? 2008-05-12 21:22:43 -06:00
Tekkub Stoutwrithe c95346bd06 Clean up redundant code, see redundant 2008-05-12 21:22:42 -06:00
Tekkub Stoutwrithe 33aaa8e5ad We're now LDB-1.1 2008-05-12 21:22:41 -06:00
Tekkub Stoutwrithe 02eedf1d02 Clean up Elky's retarded whitespace 2008-05-12 21:22:34 -06:00
elkano bce535daf7 LibDataBroker-1.0: setting attribute to its current value wont fire AttributeChanged anymore
git-svn-id: http://svn.wowace.com/wowace/branches/LibDataBroker-1.0/Elkano/LibDataBroker-1.0@72050 48e1f902-e210-0410-a839-a0138e9d5bd5
2008-04-29 07:12:14 +00:00
elkano e4255aac77 LibDataBroker-1.0: moved the test file in here
git-svn-id: http://svn.wowace.com/wowace/branches/LibDataBroker-1.0/Elkano/LibDataBroker-1.0@72047 48e1f902-e210-0410-a839-a0138e9d5bd5
2008-04-29 06:59:33 +00:00
elkano 13d98defda LibDataBroker-1.0:
- readded LS and CBH
- pushed TOC
- changed directory structure for better embedding
- added Revision keyword to lua file

git-svn-id: http://svn.wowace.com/wowace/branches/LibDataBroker-1.0/Elkano/LibDataBroker-1.0@72046 48e1f902-e210-0410-a839-a0138e9d5bd5
2008-04-29 06:57:37 +00:00
ag 14c1046f21 LibDataBroker-1.0: remove libstub and CallbackHandler
git-svn-id: http://svn.wowace.com/wowace/branches/LibDataBroker-1.0/Elkano/LibDataBroker-1.0@69523 48e1f902-e210-0410-a839-a0138e9d5bd5
2008-04-13 12:20:19 +00:00
elkano 4718396dc8 LibDataBroker-1.0: initial push to SVN
git-svn-id: http://svn.wowace.com/wowace/branches/LibDataBroker-1.0/Elkano/LibDataBroker-1.0@63372 48e1f902-e210-0410-a839-a0138e9d5bd5
2008-03-02 12:21:17 +00:00