------------------------------------------------------------------------
r78 | celess | 2011-05-23 22:35:05 +0000 (Mon, 23 May 2011) | 1 line
Changed paths:
   M /trunk/LibKarmaUtil-1.0.lua

- fix time calc break when IsInstance added second return value
------------------------------------------------------------------------
r77 | celess | 2011-05-23 19:47:27 +0000 (Mon, 23 May 2011) | 4 lines
Changed paths:
   M /trunk/LibKarma-1.0.lua

- changing the update timer interval to .25 form .32 to support less choppy looking display counter updates. 

.32 would end up firing the update event, for add-ons that used it, in a way where it would appear to have slightly random 'seconds' updates if they were using the timer to show time, or other counters based on seconds level timing. .25 divides evenly into a single second vs. .320, which will put updates with in only a .07 more accurate time display, but at an "even" precision, so the rollovers would be consistent in appearance. .320 would hit their event little more than three times a second, or about once every about 19.2 frames at 60 fps. This will hit nearly every 15 frames like clock work if they are v-sync at 60 fps.

------------------------------------------------------------------------
r76 | celess | 2011-05-23 16:28:03 +0000 (Mon, 23 May 2011) | 1 line
Changed paths:
   M /trunk/LibKarmaUtil-1.0.lua

- adding time display function
------------------------------------------------------------------------
r75 | celess | 2011-02-14 09:25:54 +0000 (Mon, 14 Feb 2011) | 1 line
Changed paths:
   M /trunk/LibKarmaAce-1.0.lua
   M /trunk/LibKarmaUI-1.0.lua

- clean up of menu
------------------------------------------------------------------------
