Commit Graph

12 Commits

Author SHA1 Message Date
2d28173870 Update to use project-date-integer 2021-03-23 13:46:51 -05:00
8b9b834af7 Remove now-extraneous line 2021-03-23 13:36:09 -05:00
eb2cb83df8 Add missing code to actually use the highest minor version of all constituent files 2021-03-23 11:32:36 -07:00
8aae0f894f Switched to file-date-integer and increased dev version number 2016-05-27 00:21:06 -05:00
c1f15193c6 Replaced SVN keyword substitution 2016-05-26 17:51:22 -05:00
c741f93841 WoWAce Post-Processing: Virtually inflate Library Revision numbers for proper upgrade path 2008-10-09 21:52:31 +00:00
03a441a720 - fix an issue with string to number forcing.
- add in tests for upgrading, not done yet.
2008-03-28 18:36:13 +00:00
8262d6ec7a - add Icon tag
- add Prepend and Append tags
2008-03-25 20:47:28 +00:00
5e65914e11 - (following changes cut CPU usage roughly 25% and memory usage roughly 20%
- instead of registering tags as strings, they will be registered as functions.
- add ability to mark tags as static, which means if all args are literal or static (or there are no args), then the function will be run on compiletime rather than runtime
- remove number flattening in parser (e.g. 1/4 => 0.25)
- remove globals field and FakeGlobal system
- make a lot of error messages better
2008-03-19 09:12:09 +00:00
4af35669d9 - remove a lot of unneeded localization data.
- make the library creation process a bit simpler
2008-03-14 01:02:58 +00:00
0aeeafe5df - some file cleanup, move general helper functions into Helpers.lua
- add basic event support, currently only callbacks work, no FontStrings yet.
- allow tag.events to be a function
- allow events to specify the argument to look at, and that argument can even be dynamic instead of a literal.
2008-03-08 22:40:45 +00:00
492720efe2 - initial commit
- note: this is not to be used yet, it is not finished, it is mostly so I can have a proper code history as well as allowing others to view what I have thus far.
- Differences from 2.0: Different syntax, uses a proper LALR parser instead of regexes. Vigorous testing, no longer unit-specific, that will be part of its own namespace.
Feel free to check out test.lua, it's pretty much a full testsuite for LibDogTag-3.0 thus far, and it will stay that way.
2008-03-05 02:27:40 +00:00