File Details
EsperPP-9.1.0.134-beta.zip
- B
- Aug 8, 2014
- 647.06 KB
- 156
- API 9
File Name
EsperPP-9.1.0.134-beta.zip
Supported Versions
- API 9
don't try and destroy stuff that does not exist ( aka nil check on a window before :Destroy() )
don't try to recreate the Psi Charge tracker if it is not enabled in the options
Changes since tag 9.1.0.85-beta
commit 4ffe8dd6894d9e3e2e1aece8a4d2ce1343aca219
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 9 00:03:09 2014 +0200
Try and recreate the BuffContainerWindow after every 3 min given the player is out of combat
Hopefully this eliviates some of the FPS issues Psi Charge tracking was causing.
If it is still bad during a long combat fight might consider a more aggressive timer that recreates it in combat too.
Please give feedback if that is necesary for you users or not.
commit 6fc16a339924e1ec02a615f37668a71cd36fb7cd
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 23:04:58 2014 +0200
update readme
commit 5b200a70bd9f4e2f7228702fcad29152669af103
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 23:00:45 2014 +0200
fix Mind Burst telegraph assist not being hidden when removing MB from the LAS
commit 2306e179cfd6dca5fe54e6811d95c89098603afe
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 03:15:59 2014 +0200
some comments for the future
commit df140cc1445655109c81288e0b6e0627de8792b5
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 03:13:57 2014 +0200
use font name instead of it's index because apparantly the index is not future proof
commit 3c45630b6688b111c83464b57b838af18026ca0e
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 03:10:20 2014 +0200
fix PP text anchor offsets not being displayed in the options
commit d39671759f0233c6b382824f05ec104538da3970
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 02:44:40 2014 +0200
some more minor performance optimization
commit 6bbe61e3a5cba55a0eb2cfa4669eb0f9c8e27ddb
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 02:42:02 2014 +0200
some minor perofmance increase for OnUpdate
commit 66dd5706dbf4918264d1a62378cb87e591fd0a1b
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 02:24:33 2014 +0200
stop/restart Concentrated blade update timer according if it is on the LAS or not
also fix CB bars not being hidden when CB got removed from LAS
commit 4c8fb0e5841b7d927a71ecd7ae19aa997a048d33
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 02:12:20 2014 +0200
toggling showing Concentrated blade bars now toggles the update timer too
this should increase performance for those who have it disabled
commit 08721e3f3c64bd8fcc223c9cf4bea76ccc94f255
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 01:46:42 2014 +0200
update lua header and toc addon description to include the slash command for the addon
commit 34c4bfd4eedf884b118bb5b0bbdc1c0c057c44fa
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 01:39:47 2014 +0200
Use the GeminiColor alpha selector wherever applicable
Now that GeminiConfig is fixed for GeminiColor and the hasAlpha flag for the widget switch away from separate opacity sliders wherever it is applicable. Basically everywhere except at the MBTelegraphAssist because you probably want to change that independent of the PP count colors.
This also fixed the opacity not actually working for when PP colors were used for the MBTelegraphAssist colors.
Removed the remaining unnecesary getters and setters ( should have used regexp in the first place to clean it up )
commit 86c58747227a6c332cdb32f78590fc5ae1eb7b4e
Author: Caleb <calebzor@gmail.com>
Date: Sun Aug 3 00:01:51 2014 +0200
add concentrated blade customization options
move concentrated blade to it's own anchor
allow changing height/width/padding bar colors and opacity
also changed the texture to something that can actually handled these options
cleaned up some of the unnecesarily defined getters
commit 1161eb97012e61dc0252bc2fbc0f7fd0f6c1f1f6
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 2 20:25:28 2014 +0200
add PP font and size selection options
commit 2f42a03ccb3d4b31479daaed3227ea60cff87a6d
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 2 03:22:25 2014 +0200
another!
commit d02c6db800c929c2ba85f66c89264dad005dffec
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 2 03:20:32 2014 +0200
another packager attempt
commit 3bbc42c8399b16421cebff27680fea25fff3d372
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 2 03:08:31 2014 +0200
attempt to package
commit 390b147ec0c5736811b044235a2368cea1ac871d
Author: Caleb <calebzor@gmail.com>
Date: Sat Aug 2 01:01:06 2014 +0200
update TODO
commit 0911be565657e5cd84e65597c4fad6d8c789d10a
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 23:01:02 2014 +0200
update TODO
commit d44aa9cf530526a204cc56640b0e89ae64a75a19
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 22:51:29 2014 +0200
since GeminiConfig does not support tooltip description for "range" type widgets, have a description widget above the range type widgets with the intended tooltip for now.
commit 51db91b701cb2f31617edb73f252e5afa80fc189
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 22:29:13 2014 +0200
Implement a workaround for GeminiConfig scrolling frame container not displaying bottom widget when the container is not the initial one.
commit a84f3c3e0be105847c86c19856324d9a229c28bd
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 18:17:07 2014 +0200
fix typos in strings
commit 5f5a19e9845d9dd21cb164d3fdc276359bbd4e5a
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 18:13:53 2014 +0200
add scaling option for MB telegraph assist dot size
commit 1075b898c6ced77413d7d51fbb734d1fb1bf56f0
Author: Caleb <calebzor@gmail.com>
Date: Fri Aug 1 17:53:38 2014 +0200
allow mind burst telegraph assist to be colored based on PP color settings
commit e2655224e19a14dfb3573b98b946356d79c1f6fa
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 19:38:24 2014 +0200
fix CB timer
commit aa0ddf332346ae6466f21c4b346b5eb66be57d30
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 14:32:04 2014 +0200
don't open confing on start
commit 919f7ff466a993ce4e6bfbaefee4414a2af8e583
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 06:01:10 2014 +0200
don't open config on start
commit 5885d8bbfa5f83b216bc970b058b194889aa7860
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 04:42:18 2014 +0200
one more readme update
commit da4753c8798763603e22e2231bda8b33f0e852c4
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 04:37:33 2014 +0200
update readme
commit 41f41fa878b4c3cb92b09929411da5edc3c0f576
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 04:20:08 2014 +0200
add some more helper text to the options
commit b224a3f0681f537f769c5ae55edd2992948ec088
Author: Caleb <calebzor@gmail.com>
Date: Thu Jul 31 03:56:30 2014 +0200
add sound options to play at certain psi point count
move set and get up in the config tree to lessen line count - inheritance works afterall
improve performance for drawing telegraph assist
commit 001274c15154bfbba184118c04414138591c4575
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 17:46:59 2014 +0200
add license file and some sound files
commit a931fa5dfc050e511e481b9835187198a402092c
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 06:10:18 2014 +0200
start working on PP sound options
commit 42ff08b9c7b8e74342bbf2206f630dc5f857236e
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 04:34:20 2014 +0200
some cleanup
commit 00685a5e285cf88d198d27b64f40f92bac784255
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 04:23:57 2014 +0200
now that we use NextFrame for OnUpdate move other ability/resource tracking out of OnUpdate to a more appropriate update timer for some performance increase
commit 07979e9f1e40d18aabcbf4f89cd10cf8fa2b5582
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 04:00:14 2014 +0200
readme update
commit e289eb8bdf7de35e43e1fa17e803c272c66c9dff
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 03:53:05 2014 +0200
add options for telegraph assist
commit df0accc0d5a1e09660c947aa94dd551b3d4dd17f
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 01:33:32 2014 +0200
nope, @project-version@ did not do what I hoped for
commit adab11670482eeabd99261c09a2bd23ab4478b3b
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 01:31:39 2014 +0200
try and see what @project-version@ does
commit 5d2280b1c74a27abc795fd637820727337433afd
Author: Caleb <calebzor@gmail.com>
Date: Wed Jul 30 00:25:03 2014 +0200
fix double foldier name in packager
commit 9dbf0a5d09639b9a003cfbd9bfc6939e08d9e42a
Author: Caleb <calebzor@gmail.com>
Date: Tue Jul 29 23:13:15 2014 +0200
uncomment MB aid code
commit 4e049d136b7c2e26309c17c0ab84e847535c11d1
Author: Caleb <calebzor@gmail.com>
Date: Tue Jul 29 23:01:40 2014 +0200
start working on some MB telegraph aids
change pkgmeta for new curseforge packager
commit eea5e604fb0a1a181221674d534587a2ab02ad0f
Author: Caleb <calebzor@gmail.com>
Date: Sun Jul 27 19:23:36 2014 +0200
use shared defaults db