Commit Graph

72 Commits

Author SHA1 Message Date
Tercio Jose fe05d2f9de More debugging tools 2024-08-26 09:30:48 -07:00
Tercio Jose 8b82b9829e Added dump actor data in the debug window 2024-08-26 09:29:32 -07:00
andrew6180 d458995b5a hide error msg 2024-07-10 16:29:39 -07:00
Tercio Jose 00f04959cb added commentator stuff, general code cleanup and better formatting, some deprecated code removed 2024-07-10 15:59:02 -07:00
andrew6180 436c9cd3df Fix report to party/raid 2024-06-11 07:56:08 -07:00
Elitesparkle 03a1efe4ba Add Grouping Options
Add options to change the horizontal gap between grouped windows.
2024-03-30 13:33:19 +01:00
Elitesparkle cfb3596608 Update Windows Grouping
Add a gap when grouping windows horizontally.
2024-03-30 11:04:18 +01:00
Tercio Jose 2c613e063d General round of fixes, implementations and polishing
- Polished tooltips from damage and healing done.
- Added new sound: "Details Truck".
- Added 'right click to close' icons before the phrase, also the text is move visible now.
- Added ReopenAllWindows() as alias for a Portuguese function named ReabrirTodasInstancias().
- Added a close button for the breakdown options panel.
- Added support for mask in the spec icons shown in the regular window. Require to add: Instance.row_info.icon_mas = masktexture.
- Event "COMBAT_MYTHICPLUS_OVERALL_READY" now sends the overall mythic+ combat as payload.
2024-03-11 15:43:10 -03:00
Tercio Jose 72c61b8c6a Instance class changes
- Added GetActorBySubDisplayAndRank(displayId, subDisplayId, rankIndex): return an actorObject for the given sub display and rank.
2024-02-26 13:50:51 -03:00
Tercio Jose cd8266fff6 More fixes for text color and bar color. Early and under development report button addon to the Player Breakdown window. 2024-02-15 17:02:29 -03:00
Continuity f3af2b0759 - Fix extraStatusbar showing in wrong views (non-player-dmg) 2023-10-04 19:58:51 +02:00
Tercio Jose 443c0af3ab Fixed the issue 'Segment Not Found' while resetting data
- Fixed the issue 'Segment Not Found' while resetting data.
2023-09-14 11:10:28 -03:00
Tercio Jose 762c80669d Better options for Real Time DPS
- Removed 'Real Time DPS' from the time measure dropdown.
- Added "Show 'Real Time' DPS" toggle to show real time dps while in combat.
- Added "Order Bars By Real Time DPS" toggle to order bars by the amount of real time dps.
- Added "Always Use Real Time in Arenas" toggle to always use real time dps in Arenas.
- Added .last_dps_realtime to player actors, caches the latest real time dps calculated.
2023-07-24 16:43:34 -03:00
Tercio Jose c39deda381 LibOpenRaid Update
- Fixed an issue with the rename InstaciaCallFunction to InstanceCallDetailsFunc.
2023-07-19 18:20:08 -03:00
Tercio Jose de678d70ac Checking for windows using a combat which got destroyed while transfering the current combat to the segmentsTable 2023-07-19 10:45:10 -03:00
Tercio Jose c3e931a459 Renamed InstaciaCallFunction to InstanceCallDetailsFunc 2023-07-19 09:57:00 -03:00
Tercio Jose 5180459d67 Using effective time when displaying tooltips information 2023-07-11 19:05:06 -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
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
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 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 9fb2b0d66b translated code to English and a few bug fixes from latest alpha 2023-06-21 17:27:58 -03:00
Tercio Jose a2c5e926c9 More bug fixes for destroyed combats; TimeData code modernizations 2023-06-14 18:43:33 -03:00
Tercio Jose efd131ef04 More fixes for the "Report to Discord" bugs; Implementations to show plugins in the breakdown window; 2023-06-12 19:59:15 -03:00
Tercio Jose aaab652817 Code cleanups, Bug Fixes, Show plugins in the breakdown window, added damage taken and friendly fire tp breakdown 2023-06-11 20:46:27 -03:00
Tercio Jose 0c397b5816 container_segments 424 error: now it is ensuring to wipe the combatObject that got removed from containerSegments 2023-06-06 17:36:13 -03:00
Tercio Jose 0cdfa2b900 Replacing table.wipe with Details:Destroy() 2023-05-22 15:31:29 -03:00
Tercio Jose 690168bef3 Fixed more bugs on the new Breakdown Window 2023-05-01 14:20:04 -03:00
Tercio Jose f947e26945 Reemove all startmoving scripts to be re-write soon 2023-04-30 18:22:38 -03:00
Tercio Jose b946da73bb Major cleanup on breakdown main file 2023-04-30 18:22:38 -03:00
Tercio Jose be5e89ab95 Finished instance:SetDisplay(segmentId, attributeId, subAttributeId, modeId) and instance:SetSegment(segmentId) 2023-03-26 13:36:33 -03:00
Tercio Jose bf4af71e84 Fix segments Lock; Unmerge Gem Stones 2023-03-25 11:50:22 -03:00
Flamanis 703b4a7770 Update class_instance.lua 2023-03-24 02:19:05 -05:00
Tercio Jose e87e89d966 release for the new patch 2023-03-23 13:17:53 -03:00
Tercio Jose 0ce7e240b2 Toc Update 2023-03-22 18:15:07 -03:00
Tercio Jose 4371c87972 Code cleanups 2023-03-20 21:31:18 -03:00
Tercio Jose f024ecc58b Fixed an issue when using Click to Open Menus + Auto Hide Menu 2023-03-20 14:34:58 -03:00
Flamanis 2af5440d50 Statusbar fixes and click showing hidden frame fix 2023-02-25 13:35:04 -06:00
Flamanis 47ca70bbb6 Don't save a SwiitchBack table when leaving combat 2023-01-28 03:21:43 -06:00
Tercio Jose 1c8dfb3ab7 Release Candidate 1 2022-11-18 16:54:25 -03:00
Flamanis d216a1d9d2 Move bad skin check to after ReajustaGump
ReajustaGump sets up the bar objects which are used in the ChangeSkin function and it's children functions.
2022-10-24 19:49:22 -05:00
Tercio Jose a9e858d864 Disabled Bindings.xml to avoid taints in 10.0 2022-10-20 09:47:48 -03:00
Tercio Jose fd801fa69f Open Raid Library update 2022-10-18 10:31:05 -03:00
Flamanis c618aa11c8 Pass self reference to timer callback for PostponeSwitchToCurrent 2022-10-15 15:07:16 -05:00
Tercio Jose 6243a32740 More bug fixes 2022-10-12 18:37:00 -03:00
Tercio Jose 69899679e7 Merging Seal of Command on Wrath classic 2022-10-10 16:51:56 -03:00
Tercio Jose 1ed29008aa Small bug fixes and improvements 2022-10-10 13:26:13 -03:00
Tercio Jose b588d5e30c Fixed an error while trying to move the window by clicking and holding on a window line 2022-10-09 20:48:47 -03:00