Download
(141Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 12-03-22 04:48 PM
Pictures
File Info
Compatibility:
Dragonflight (10.0.2)
Classic (1.14.3)
Updated:12-03-22 04:48 PM
Created:12-25-09 07:04 AM
Downloads:13,239
Favorites:27
MD5:
Categories:Data Broker, The Burning Crusade Classic, Classic - General

zz Infoclock  Popular! (More than 5000 hits)

Version: 100002.33
by: Rilgamon [More]

Broker AddOn for time, date, latency and fps with configurable display line.

3ec7305 | Robin Hüskes | Sat Dec 3 23:33:07 2022 +0100

[zzAddOn] Fix copy&paste error, bumb lib version
------------------------------------------------------------------------
da3e19f | Robin Hüskes | Sat Dec 3 17:20:20 2022 +0100

Update LibDBIcon
------------------------------------------------------------------------
baec5ae | Robin Hüskes | Sat Dec 3 16:14:46 2022 +0100

[zzAddOn] Fix to make sure ManagerFrameEvent is fired only once
------------------------------------------------------------------------
d1f18bf | Robin Hüskes | Fri Dec 2 16:13:14 2022 +0100

[zzAddOn] Cleanup RegisterOpen, RegisterClose
------------------------------------------------------------------------
c23ed35 | Robin Hüskes | Fri Dec 2 15:59:46 2022 +0100

[zzAddOn] Add RegisterOpen, RegisterClose
------------------------------------------------------------------------
97a06f5 | Robin Hüskes | Mon Nov 28 23:11:48 2022 +0100

Fix open prefs taint
------------------------------------------------------------------------
bc03134 | Robin Hüskes | Sun Nov 27 23:21:50 2022 +0100

Update Libs
------------------------------------------------------------------------
43a570d | Robin Hüskes | Sun Nov 27 22:26:40 2022 +0100

Add local fps for ldb
------------------------------------------------------------------------
265ad8d | Robin Hüskes | Sun Nov 27 12:59:43 2022 +0100

Fix copy&paste error for latencycolor
------------------------------------------------------------------------
2ec7ad7 | Robin Hüskes | Sun Nov 27 12:30:38 2022 +0100

Add settings to color fps and latency
------------------------------------------------------------------------
1114c6c | Robin Hüskes | Wed Nov 23 19:33:25 2022 +0100

Fix multiple update processes running
------------------------------------------------------------------------
a55653b | Robin Hüskes | Wed Nov 23 19:32:28 2022 +0100

Update zzHelper
------------------------------------------------------------------------
acdf992 | Robin Hüskes | Mon Nov 21 01:34:18 2022 +0100

Update Ace3 Libs r1297-alpha, zzLDB 5
------------------------------------------------------------------------
73fcba2 | Robin Hüskes | Tue Oct 25 16:05:19 2022 +0200

Fix OnClick for Dragonflight
------------------------------------------------------------------------
578aab3 | Robin Hüskes | Tue Oct 25 15:40:15 2022 +0200

Update toc and file modes
------------------------------------------------------------------------
c418af8 | Robin Hüskes | Sun Oct 2 16:46:43 2022 +0200

Remove BCC-Toc
------------------------------------------------------------------------
7f71e4d | Robin Hüskes | Sun Oct 2 16:46:12 2022 +0200

Update Toc
------------------------------------------------------------------------
703947d | Robin Hüskes | Sun Oct 2 16:45:54 2022 +0200

Update Libraries
------------------------------------------------------------------------
20f3f83 | robin | Tue May 3 17:36:05 2022 +0200

Update Libs
------------------------------------------------------------------------
4e5fb45 | robin | Tue May 25 15:11:29 2021 +0200

Update Libs
------------------------------------------------------------------------
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Author
Date
100002.32
141kB
Rilgamon
11-28-22 04:23 PM
100002.31
141kB
Rilgamon
11-27-22 03:34 PM
100002.30
141kB
Rilgamon
11-27-22 05:50 AM
100002.29
140kB
Rilgamon
11-20-22 09:57 PM
90005.27
140kB
Rilgamon
10-25-22 11:17 AM
90005.27
140kB
Rilgamon
05-23-21 06:27 AM
90005.26
140kB
Rilgamon
03-23-21 04:09 AM


Post A Reply Comment Options
Unread 07-23-19, 09:52 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
ouch, thank you for sharing this. Replacing global functions like this explains broken addons
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 07-22-19, 05:33 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Originally Posted by Rilgamon
No idea, really.
The values come from "GetAddOnMemoryUsage" and should be available.
Yeah, I disabled "GarbageProtector" and it worked again. According to the author:
Report comment to moderator  
Reply With Quote
Unread 07-17-19, 03:23 PM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
No idea, really.
The values come from "GetAddOnMemoryUsage" and should be available.
Or are you playing the classic-beta?
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 07-17-19, 11:11 AM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Any ideas why I'm not seeing addon memory usage? Some dumb CVAR?
Report comment to moderator  
Reply With Quote
Unread 07-25-14, 07:38 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Re: Latency String

Originally Posted by AzureDragon
Just started using the addon and found that %local wasn't working correctly for latency. I checked the code and found that line 79 had
Lua Code:
  1. l = l:gsub("%%local", l)
instead of
Lua Code:
  1. l = l:gsub("%%local", h)
After making that change in my copy it looks to be working correctly.
Thank you for reporting Never noticed because latency displayed is so inaccurate I stopped using it long ago
I've fixed the bug in the repo but delay an update until pre-patch because I'm already testing and changing my addons on beta-servers
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 07-22-14, 06:33 PM  
AzureDragon
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Latency String

Just started using the addon and found that %local wasn't working correctly for latency. I checked the code and found that line 79 had
Lua Code:
  1. l = l:gsub("%%local", l)
instead of
Lua Code:
  1. l = l:gsub("%%local", h)
After making that change in my copy it looks to be working correctly.
Report comment to moderator  
Reply With Quote
Unread 04-22-12, 04:58 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Originally Posted by tordenflesk
40300.10 doesn't load.
Do you get an error ? Here it loads fine. Tested it on chars with old wtf and chars with wtf deleted.
Edit: Damn ... it's the Addonloader support again ... need to remember to check this twice
Edit 2: 40300.13 is pending ... could you check if this works for you ? I'll update the other addons asap if this fixes your probs
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Last edited by Rilgamon : 04-22-12 at 06:29 AM.
Report comment to moderator  
Reply With Quote
Unread 04-22-12, 04:26 AM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
40300.10 doesn't load.
Report comment to moderator  
Reply With Quote
Unread 12-06-10, 06:33 AM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Originally posted by Rilgamon
I've changed the loading process for 4.1 ... perhaps this fixes your problem, too.
I removed the old version and Its files in WTF. Installed the latest version, and now it's working just fine.
Originally posted by Rilgamon
When you hover the mouse over it, does it show the tooltip with the right values ? [/b]
Yes, it did.
Report comment to moderator  
Reply With Quote
Unread 12-06-10, 04:27 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Originally posted by tordenflesk
Makes no difference. Even after deleting it's files from the WTF-folder, the boxes in the config do nothing.
I'm looking at the code over and over and cant find the fault.
I've changed the loading process for 4.1 ... perhaps this fixes your problem, too.

When you hover the mouse over it, does it show the tooltip with the right values ?
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 12-05-10, 03:36 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Makes no difference. Even after deleting it's files from the WTF-folder, the boxes in the config do nothing.
Last edited by tordenflesk : 12-05-10 at 03:40 PM.
Report comment to moderator  
Reply With Quote
Unread 12-05-10, 03:02 PM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Originally posted by tordenflesk
Started getting this today:

All addons up to date, and no bugs in BugSack.
The new version resetted the settings. When you see the addon-name
instead of the time/fps/latency check them.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 12-05-10, 01:43 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Started getting this today:

All addons up to date, and no bugs in BugSack.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 04:26 PM  
Opaque
A Fallenroot Satyr
 
Opaque's Avatar

Forum posts: 23
File comments: 138
Uploads: 0
Talking Thanks!

Great little mod!
__________________
Last edited by Opaque : 10-14-10 at 04:27 PM.
Report comment to moderator  
Reply With Quote
Unread 06-15-10, 09:40 AM  
Latharus
A Murloc Raider
 
Latharus's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 22
Uploads: 3
another great ZZ addon. I used to have three for clock/mem/fps, and now I just need to run one on my bar.

THankx for this one
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: