Flamanis
45573bf99d
Use Detailsframework not DF
2023-07-11 16:43:06 -05:00
Flamanis
4f01d4665d
Wrap the specid name locatlization cache in a DF+ check
2023-07-11 16:42:13 -05:00
Tercio Jose
50dc90cc6c
More fixes for real time dps
2023-07-11 17:07:07 -03:00
Tercio Jose
fa65530a7c
update
2023-07-11 14:11:03 -03:00
Tercio Jose
6f92e054d8
Merge pull request #567 from Flamanis/Overall-Clear-Logout-fix
...
Don't populate overall segment on load. and force refresh window on s…
2023-07-11 10:45:23 -03:00
Tercio Jose
80b8e338b0
Merge pull request #566 from Flamanis/SpecIdsTooltip
...
Add spec detection by tooltip.
2023-07-11 10:44:35 -03:00
Flamanis
5cb48534f6
Don't populate overall segment on load. and force refresh window on segment swap
2023-07-10 20:15:32 -05:00
Flamanis
71f1ed6149
Add spec detection by tooltip.
2023-07-10 18:00:04 -05:00
Tercio Jose
79353cee90
Fix icon things, improvements to class detection by using GetPlayerInfoByGUID()
2023-07-08 15:21:40 -03:00
Tercio Jose
bff23a8a0b
icon updates
2023-07-08 11:18:52 -03:00
Tercio Jose
2768b988cf
removed Breath of Eons from spec detection for augmentation evokers
2023-07-08 11:18:38 -03:00
Tercio Jose
5c8b4526af
When DBM/BW send a callback, check if the current combat in details is valid
2023-07-08 11:18:15 -03:00
Tercio Jose
efd1e883be
When the actor is ungroupped players, check if that player has a spec and show the spec icon instead
2023-07-08 11:17:37 -03:00
Tercio Jose
dfdc826241
Merge pull request #564 from Flamanis/Don't-swap-to-overall
...
Segments locked don't swap windows to overall.
2023-07-08 10:21:41 -03:00
Tercio Jose
c5a958ba3c
Merge pull request #563 from Flamanis/SetSegmentTooltip
...
Use new SetSegment over TrocaTabela for the segment selector
2023-07-08 10:21:24 -03:00
Flamanis
9cf0c2d85a
Segments locked don't swap windows to overall.
2023-07-08 04:17:30 -05:00
Flamanis
ba145bca12
Use new SetSegment over TrocaTabela for the segment selector
2023-07-08 02:14:57 -05:00
Tercio Jose
0677e2e874
Framework, update
2023-07-07 18:49:16 -03:00
Tercio Jose
e6448ffee6
Merge pull request #560 from Numynum/patch-1
...
Sort damage taken tooltip on damage amount
2023-07-06 18:19:35 -03:00
Tercio Jose
ebffd6c1b6
Framework update to version 446
2023-07-05 07:57:46 -03:00
Tercio Jose
56275fecf9
Added Details:GetBossEncounterTexture(encounterName); Added combat.bossIcon; Added combat.bossTimers
2023-07-05 00:24:08 -03:00
Tercio Jose
9b879f4baa
Details:UnpackDeathTable(deathTable) now return the spec of the character as the last parameter returned
2023-07-04 18:47:06 -03:00
Tercio Jose
f3c49ec02e
Added: Details:DoesCombatWithUIDExists(uniqueCombatId); Details:GetCombatByUID(uniqueCombatId); combat:GetCombatUID()
2023-07-04 18:46:22 -03:00
Tercio Jose
9cf94ead8c
classCombat:GetTimeData(chartName) now check if the combat has a TimeData table or return an empty table; Added classCombat:EraseTimeData(chartName)
2023-07-04 18:27:23 -03:00
Tercio Jose
978b464419
Code for Dispel has been modernized, deathTable now includes the member .spec
2023-07-04 18:25:47 -03:00
Tercio Jose
b5f302ae03
Libraries Update
2023-07-04 18:23:57 -03:00
MarkW
06fda83a03
Sort damage taken tooltip on damage amount
2023-07-04 13:06:14 +02:00
Tercio Jose
185d27ea9c
Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter
2023-07-02 13:34:31 -03:00
Tercio Jose
dc98287142
Added .unixtime into is_boss to know when the boss was killed
2023-07-02 13:34:04 -03:00
Tercio Jose
917dc4688e
Merge pull request #559 from Flamanis/autoruncode
...
Actually save to disk auto run code
2023-07-02 13:31:35 -03:00
Flamanis
c6f3f34af7
Move and change run_code save
2023-07-02 10:59:42 -05:00
Tercio Jose
30bfc685d4
Merge pull request #558 from Flamanis/Vessel-damage-change
...
Ignore vessel periodic damage
2023-07-02 12:23:20 -03:00
Flamanis
1f6383929f
Actually save to disk auto run code
2023-07-02 10:14:47 -05:00
Flamanis
92e73263e5
Ignore vessel periodic damage
2023-07-01 22:26:11 -05:00
Tercio Jose
318555ae51
More fixes for Augmentation Evoker on 10.1.5
2023-06-30 15:04:05 -03:00
Tercio Jose
6ccb64863e
Code changes, see commit description
...
Combat Objects which has been discarded due to any reason will have the boolean member: __destroyed set to true. With this change, 3rd party code can see if the data cached is up to date or obsolete.
- Removed several deprecated code from March 2023 and earlier.
- Large amount of code cleanup and refactoring, some functions got renamed, they are listed below:
* TravarTempos renamed to LockActivityTime.
* ClearTempTables renamed to ClearCacheTables.
* SpellIsDot renamed to SetAsDotSpell.
* FlagCurrentCombat remamed to FlagNewCombat_PVPState.
* UpdateContainerCombatentes renamed to UpdatePetCache.
* segmentClass:AddCombat(combatObject) renamed to Details222.Combat.AddCombat(combatToBeAdded)
- CurrentCombat.verifica_combate timer is now obsolete.
- Details.last_closed_combat is now obsolete.
- Details.EstaEmCombate is now obsolete.
- Details.options is now obsolete.
- Added: Details:RemoveSegmentByCombatObject(combatObject)
- Spec Guess Timers are now stored within Details222.GuessSpecSchedules.Schedules, all timers are killed at the end of the combat or at a data reset.
- Initial time to send startup signal reduced from 5 to 4 seconds.
- Fixed some division by zero on ptr 10.1.5.
- Fixed DETAILS_STARTED event not triggering in some cases due to 'event not registered'.
2023-06-27 19:01:44 -03:00
Tercio Jose
d3d5154c67
Libraries Update
2023-06-27 18:21:39 -03:00
Tercio Jose
f30d0439e8
Fixed Auto Run Code window not closing by click on the close button
2023-06-27 11:14:42 -03:00
Tercio Jose
2476c95464
fixed a bug on 10.1.5 ptr
2023-06-27 11:13:21 -03:00
Tercio Jose
5d0f06f692
Merge pull request #555 from Flamanis/StatusbarInit
...
Set up statusbar options instead of using metatable
2023-06-25 11:31:13 -03:00
Tercio Jose
963edb5fa8
Merge pull request #553 from Flamanis/IgnoreVesselShadow
...
Ignore Vessel of Seared Shadow ticks from starting combats
2023-06-25 11:30:28 -03:00
Tercio Jose
7b34b88ca3
More code cleanup and framework update
2023-06-25 11:29:45 -03:00
Flamanis
0400b6dce0
Set up statusbar options instead of using metatable
2023-06-24 22:34:49 -05:00
Tercio Jose
fae511884c
Merge pull request #554 from Flamanis/UpdateTocsWrath
...
Wrath toc bumps
2023-06-23 21:10:03 -03:00
Flamanis
e7530d1454
Wrath toc bumps
2023-06-23 19:08:48 -05:00
Tercio Jose
141787f401
logs changes
2023-06-23 16:01:59 -03:00
Tercio Jose
28255ac7d0
Overall segment load fix
2023-06-23 15:25:39 -03:00
Tercio Jose
a86f717200
Code cleanup, framework update and bug fixes
2023-06-23 14:16:12 -03:00
Flamanis
93811485c6
Ignore Vessel of Seared Shadow ticks from starting combats
2023-06-22 19:19:22 -05:00
Tercio Jose
9fb2b0d66b
translated code to English and a few bug fixes from latest alpha
2023-06-21 17:27:58 -03:00