v0.4-beta
Details
-
FilenameEggTimer-v0.4-beta.zip
-
Uploaded by
-
UploadedJul 2, 2009
-
Size142.54 KB
-
Downloads73
-
MD589304a75105295178e523f8f309cbf88
Supported WoW Retail Versions
- 3.1.0
Changelog
2009-07-02 jokeyrhyme <jokeyrhyme>
[1b84c5f4e81a] [tip]
* .hgtags:
Added tag v0.4-beta for changeset b365abc8053c
[b365abc8053c] [v0.4-beta]
* EggTimer.lua
- tradeskill cooldowns are on their way (but not yet working)
- there are some bugs with detecting consortium stuff
- everything else should be working and working well
2009-06-29 jokeyrhyme <jokeyrhyme>
[f7dd309e93b9]
* EggTimer.lua
- tooltip display problems fixed, except for the clipping
[e2bba3f42070]
* EggTimer.lua
- basic tooltip functions work again, but formatting is slightly incorrect :S
[f46dd3e47c2f]
* CalendarPrompt.lua EggTimer.lua
- fixed minor errors preventing basic operation of rewritten code
- TODO: add options for controlling Consortium display
2009-06-28 jokeyrhyme <jokeyrhyme>
[ae024a2fe9e6]
* EggTimer.toc ItemDB.lua SpellDB.lua
- added EndItem and StartItem info to ItemDB.lua
- added new DB for spells (only has Smelt Titansteel, for now)
[827fba861d7b]
* CalendarPrompt.lua CalendarPrompt.xml EggTimer.lua
- XML definition of calendar prompt appears to be working
2009-06-25 jokeyrhyme <jokeyrhyme>
[722a4d31739d]
* CalendarPrompt.lua CalendarPrompt.xml EggTimer.lua EggTimer.toc options.lua
- moved options code back into main .lua (massive headache for little benefit)
- code now starts without errors, further testing required
- still lots of work to do
[f3d7111afac5]
* EggTimer.lua
- fixed type that creeped in /sigh
[200195285524]
* EggTimer.lua EggTimer.toc options.lua
- fixed ordering of options code
[0b7d3f26d594]
* EggTimer.lua
- fixed a type with the calendar prompt queue
[85889c8435b2]
* CalendarPrompt.lua CalendarPrompt.xml EggTimer.lua EggTimer.toc Locales/deDE.lua Locales/enUS.lua Locales/esES.lua Locales/esMX.lua Locales/frFR.lua Locales/koKR.lua Locales/ruRU.lua Locales/zhCN.lua Locales/zhTW.lua options.lua
- this version is very likely broken
- ticket 9: consortium gem pouches are now tracked
- ticket 5: savedvariables now reorganised (you will lose your current EggTimer data)
- ticket 8: expiries no longer trigger the removal of non-expired entries
- ticket 4: FuBar support has gone the way of the dodo, /bye
- frame setup for calendar prompt now performed in XML
- localization has begun
- options broken out into separate .lua file
- tooltip layout now very similar to SavedInstances' tooltip
2009-06-24 jokeyrhyme <jokeyrhyme>
[3c2121c52e66]
* .pkgmeta:
- embed LibSink-2.0 correctly
[a994ecf03770]
* .pkgmeta:
- okay, LibDBIcon-1.0 embedded properly for sure this time :)
[9ce47fcad3df]
* .pkgmeta:
- embed LibDBIcon-1.0 correctly (hopefully)
[7282f37c93f9]
* .pkgmeta:
- don't embed/fetch LibBars-1.0 in .pkgmeta just yet
[0b0fb2650563]
* EggTimer.toc
- don't load LibBars-1.0 in .toc just yet, since it isn't used for anything
[adce54e0a8f9]
* .pkgmeta, EggTimer.toc
- add missing libraries to .pkgmeta and .toc
2009-04-08 jokeyrhyme <jokeyrhyme>
[6347fe87cecf]
* .pkgmeta, EggTimer.toc
- embed LibQTip-1.0 properly
- remove CallbackHandler-1.0 from .toc
[ac17cc5813f4]
* .hgignore, .pkgmeta:
- embedding latest LibQTip-1.0 beta (r66)
- not embedding CallbackHandler-1.0
- not packaging .DS_Store files (grrrrr Mac)
2009-02-25 jokeyrhyme <jokeyrhyme>
[8e98c64f4d52]
* .pkgmeta:
- embed latest LibQTip-1.0 beta (r57)
2009-02-16 jokeyrhyme <jokeyrhyme>
[7fbaa45e6233]
* .pkgmeta:
- embedding the latest Ace3 beta (Beta-r741)
2009-02-14 ron <ron@nitidus.bachelorpad>
[ab37b64866fe]
* .pkgmeta:
embedding new LibQTip-1.0 beta (r55-beta)
2009-01-27 JokeyRhyme <jokeyrhyme@gmail.com>
[1477bd6e1f1a]
* EggTimer.lua ItemDB.lua
- added Lunar Festival Invitation to the perishables DB
2009-01-25 JokeyRhyme <jokeyrhyme@gmail.com>
[3d8861555750]
* .pkgmeta, EggTimer.lua
- update .pkgmeta to ignore Mercurial files instead of SVN files
- FuBar text should now be updated with LDB feed
2009-01-21 JokeyRhyme <jokeyrhyme@gmail.com>
[9e7225ce32cc]
* .hgtags:
Added tag v0.3 for changeset c40e9913eab6
[c40e9913eab6] [v0.3]
* EggTimer.lua
EggTimer:
- update LDB feed with nearest perishable expiry (using AceTimer-3.0 now)
- announce when items expire (AceTimer-3.0 + LibSink-2.0)
- use OnInitialize for LDB/FuBar setup (no more PLAYER_ENTERING_WORLD)
- minor optimizations
[743534b1ac12]
* EggTimer.lua
EggTimer:
- using AceTimer-3.0
- updating LDB feed with nearest perishable expiry
[fcbea2e4dac1]
* .hgtags:
Added tag v0.2.2 for changeset fc094e9697b7
[fc094e9697b7] [v0.2.2]
* .pkgmeta, EggTimer.lua EggTimer.toc
EggTimer:
- use PLAYER_ENTERING_WORLD instead of PLAYER_LOGIN
- embed CallbackHandler-1.0