------------------------------------------------------------------------ r44674 | cryect | 2007-07-23 20:18:30 -0400 (Mon, 23 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Back to syncing just for yourself till I get a chance to figure out whats going haywire ------------------------------------------------------------------------ r44657 | cryect | 2007-07-23 17:24:23 -0400 (Mon, 23 Jul 2007) | 2 lines Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Sync.lua M /trunk/Recount/textures/scrollbar/UI-ScrollBar-Knob.tga M /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Disabled.tga M /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Up.tga M /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Disabled.tga M /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Up.tga Recount - Scrollbar textures touched up to fit in better - Adds scrollbar to the detail window ------------------------------------------------------------------------ r44635 | cryect | 2007-07-23 13:47:54 -0400 (Mon, 23 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Realtime.lua Recount - Fixes a bug with realtime windows being permanent when you close them and do a ReloadUI ------------------------------------------------------------------------ r44543 | cryect | 2007-07-22 17:26:07 -0400 (Sun, 22 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua Recount - Completely removes setting of global textures just in case you had the variable still set for some strange reason from long ago ------------------------------------------------------------------------ r44513 | cryect | 2007-07-22 11:21:46 -0400 (Sun, 22 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_DeathGraph.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/GUI_Realtime.lua M /trunk/Recount/GUI_Report.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc A /trunk/Recount/Widgets.lua Recount - Begins to consolidate all window creation through one window create function ------------------------------------------------------------------------ r44462 | cryect | 2007-07-21 22:25:26 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Implements a throttle on sending other player sync messages ------------------------------------------------------------------------ r44460 | cryect | 2007-07-21 21:53:00 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Couple more sync bug fixes ------------------------------------------------------------------------ r44458 | cryect | 2007-07-21 21:38:52 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Fixes syncing bug (couple variables were flopped on receive) ------------------------------------------------------------------------ r44428 | cryect | 2007-07-21 09:13:41 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes if a nontable tries to get freed as a table ------------------------------------------------------------------------ r44426 | cryect | 2007-07-21 08:35:49 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Correctly calls :NewRaidMember() on a new member actually joining instead of the wrong function (will fix version checking and some sync issues) ------------------------------------------------------------------------ r44423 | cryect | 2007-07-21 08:30:55 -0400 (Sat, 21 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Sync fix for when joining a raid ------------------------------------------------------------------------ r44331 | cryect | 2007-07-20 12:37:53 -0400 (Fri, 20 Jul 2007) | 2 lines Changed paths: M /trunk/Recount/Sync.lua Recount - Forgot to actually call the code to remove old distance tables - Adds some test sync code ------------------------------------------------------------------------ r44325 | cryect | 2007-07-20 10:15:32 -0400 (Fri, 20 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Couple fixes to sync for possible issues ------------------------------------------------------------------------ r44274 | cryect | 2007-07-19 19:43:30 -0400 (Thu, 19 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - New full raid syncing in ------------------------------------------------------------------------ r44239 | cryect | 2007-07-19 14:59:21 -0400 (Thu, 19 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Addresses range bug when max range is nil ------------------------------------------------------------------------ r44231 | cryect | 2007-07-19 14:13:25 -0400 (Thu, 19 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Minor error fix involving precedence ------------------------------------------------------------------------ r44214 | cryect | 2007-07-19 12:39:07 -0400 (Thu, 19 Jul 2007) | 2 lines Changed paths: M /trunk/Recount M /trunk/Recount/GUI_Config.lua M /trunk/Recount/Recount.toc M /trunk/Recount/Sync.lua M /trunk/Recount/embeds.xml Recount - Deactivates some test code for colors on the config screen -Adds the start of additional sync code (new library added RangeCheck-1.0) ------------------------------------------------------------------------ r44110 | cryect | 2007-07-18 16:00:47 -0400 (Wed, 18 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/WindowOrder.lua Recount - Properly saves positions of scaled windows now ------------------------------------------------------------------------ r44048 | cryect | 2007-07-18 00:33:53 -0400 (Wed, 18 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/WindowOrder.lua Recount - Can now lock/unlock all of recounts windows with "/recount lock" ------------------------------------------------------------------------ r44040 | cryect | 2007-07-17 22:01:30 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua Recount - Can now lock select items in the detail window by clicking on them in the upper portion which also allows you to report the lower details ------------------------------------------------------------------------ r44036 | cryect | 2007-07-17 21:04:49 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: A /trunk/Recount/GUI_DeathGraph.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc M /trunk/Recount/Tracker.lua Recount - Adds Death Graph to the death log that lets you see how fast the mob/player died visually (if the actual max health is known for the character it will also show hits & heals as dots) ------------------------------------------------------------------------ r44012 | cryect | 2007-07-17 14:49:35 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Slight increase on grabbing the slain message from the last death message ------------------------------------------------------------------------ r44010 | cryect | 2007-07-17 13:31:54 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Tracker.lua Recount - Fixes a bug with death log plus adds new way to track who kills a mob if there is no slain message ------------------------------------------------------------------------ r44008 | cryect | 2007-07-17 13:06:22 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua Recount - Addresses a few issues with scrolling in death log windows ------------------------------------------------------------------------ r43991 | duglum | 2007-07-17 06:31:49 -0400 (Tue, 17 Jul 2007) | 1 line Changed paths: M /trunk/Recount/embeds.xml Recount: fix typo in embeds.xml ------------------------------------------------------------------------ r43930 | cryect | 2007-07-16 13:16:24 -0400 (Mon, 16 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua Recount - Can now filter death log messages by types and incoming/outgoing ------------------------------------------------------------------------ r43926 | cryect | 2007-07-16 12:17:19 -0400 (Mon, 16 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - Colorizes death log messages based on if its damage (red), healing (green), or misc (dark gray) ------------------------------------------------------------------------ r43914 | cryect | 2007-07-16 09:46:38 -0400 (Mon, 16 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.toc Recount - Adds FixLogStrings to OpDeps for French users (and probably other foreign language users) who need FixLogStrings for parsing to work correctly. ------------------------------------------------------------------------ r43887 | cryect | 2007-07-15 22:17:39 -0400 (Sun, 15 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/Recount.lua Recount - Adds autohide on combat(and reshows on leaving combat). A little glitchy at the moment with false combat detects (due to recount trying to predict combat before it occurs) ------------------------------------------------------------------------ r43872 | cryect | 2007-07-15 16:29:52 -0400 (Sun, 15 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/Recount.lua M /trunk/Recount/WindowOrder.lua Recount - Adds window scaling to config options ------------------------------------------------------------------------ r43863 | cryect | 2007-07-15 13:51:01 -0400 (Sun, 15 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Main.lua Recount - Can now right click on the title of the main window to change data display mode ------------------------------------------------------------------------ r43861 | cryect | 2007-07-15 13:34:00 -0400 (Sun, 15 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount_Modes.lua Recount - Fixes a bug that occurs with displaying activity time being longer than 2 decimal places (occurs due to rounding errors) ------------------------------------------------------------------------ r43860 | cryect | 2007-07-15 13:31:37 -0400 (Sun, 15 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Main.lua Recount - Will trim the end of a name for the bars on the main window if it overlaps with the right text ------------------------------------------------------------------------ r43859 | cryect | 2007-07-15 13:18:31 -0400 (Sun, 15 Jul 2007) | 4 lines Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/GUI_Report.lua M /trunk/Recount/Recount.lua Recount -Changes % number on main window to add a decimal place -Add Whisper Target for Reporting -Adds new graphical based selection of bar textures in config window -Can now control row height & spacing in the config window ------------------------------------------------------------------------ r43313 | cryect | 2007-07-09 16:47:57 -0400 (Mon, 09 Jul 2007) | 3 lines Changed paths: A /trunk/Recount/Fonts.lua M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/GUI_Realtime.lua M /trunk/Recount/GUI_Report.lua M /trunk/Recount/GUI_Reset.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc Recount - Adds the ability to choose the font used (the config window is kinda messy but its being revamped) -Now can set individual filters settings for your player different from other grouped players ------------------------------------------------------------------------ r43225 | cryect | 2007-07-08 13:24:43 -0400 (Sun, 08 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua Recount - Forgot to disable test code for the new config screen ------------------------------------------------------------------------ r43224 | cryect | 2007-07-08 13:24:05 -0400 (Sun, 08 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/GUI_Main.lua A /trunk/Recount/textures/scrollbar A /trunk/Recount/textures/scrollbar/UI-ScrollBar-Knob.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Disabled.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Highlight.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Overlay.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollDownButton-Up.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Disabled.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Highlight.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Overlay.tga A /trunk/Recount/textures/scrollbar/UI-ScrollBar-ScrollUpButton-Up.tga Recount - Adds custom scrollbar textures ------------------------------------------------------------------------ r43073 | cryect | 2007-07-07 08:44:16 -0400 (Sat, 07 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - fixes a bug with an issue with passing a wrong unit for determining overhealing ------------------------------------------------------------------------ r42999 | cryect | 2007-07-06 16:10:20 -0400 (Fri, 06 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - Reduces the calls to :FindUnit ------------------------------------------------------------------------ r42992 | cryect | 2007-07-06 14:57:38 -0400 (Fri, 06 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Deleting old data is done less often to save processing time on the time tick ------------------------------------------------------------------------ r42990 | cryect | 2007-07-06 14:40:12 -0400 (Fri, 06 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - Few performance improvements on the time tick ------------------------------------------------------------------------ r42982 | cryect | 2007-07-06 14:08:14 -0400 (Fri, 06 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - Several performance optimizations on leaving combat now ------------------------------------------------------------------------ r42929 | cryect | 2007-07-05 21:51:59 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes some bugs (at a slight memory cost but still its better than before the bug was introduced) ------------------------------------------------------------------------ r42911 | cryect | 2007-07-05 19:33:09 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes an issue where players were being set pets of themselves ------------------------------------------------------------------------ r42910 | cryect | 2007-07-05 19:26:04 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua Recount - Fixes an issue with players being misclassified as pets ------------------------------------------------------------------------ r42902 | cryect | 2007-07-05 17:59:07 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Potential fix for infinite recursion on :FreeTableRecurse, dry coded since auth servers are broken ------------------------------------------------------------------------ r42887 | cryect | 2007-07-05 14:44:50 -0400 (Thu, 05 Jul 2007) | 2 lines Changed paths: M /trunk/Recount/Recount.lua Recount - Adds "/recount hide" to hide the main window -Adds "/recount toggle" which allows hiding/showing of the main window ------------------------------------------------------------------------ r42884 | cryect | 2007-07-05 14:32:53 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - More memory improvements with leaving combat ------------------------------------------------------------------------ r42880 | cryect | 2007-07-05 14:17:19 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - More memory improvements ------------------------------------------------------------------------ r42862 | cryect | 2007-07-05 12:31:59 -0400 (Thu, 05 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Tracker.lua Recount - A few memory improvements for sitting around idle ------------------------------------------------------------------------ r42705 | cryect | 2007-07-04 01:36:36 -0400 (Wed, 04 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Realtime.lua M /trunk/Recount/Tracker.lua Recount - Fixes double events being added for self heal events ------------------------------------------------------------------------ r42675 | cryect | 2007-07-03 20:14:15 -0400 (Tue, 03 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Fixes receiving of sync messages >_> ------------------------------------------------------------------------ r42663 | cryect | 2007-07-03 18:32:00 -0400 (Tue, 03 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Tracker.lua Recount - Better use of defaults for combatants ------------------------------------------------------------------------ r42649 | cryect | 2007-07-03 17:01:48 -0400 (Tue, 03 Jul 2007) | 2 lines Changed paths: M /trunk/Recount M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/GUI_Realtime.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Sync.lua M /trunk/Recount/Tracker.lua M /trunk/Recount/embeds.xml Recount - Revert back to using Ace DB after figuring out the real issue (and fixes it) -Still keeps changes to setting defaults for combat log ------------------------------------------------------------------------ r42646 | cryect | 2007-07-03 16:30:01 -0400 (Tue, 03 Jul 2007) | 3 lines Changed paths: M /trunk/Recount M /trunk/Recount/GUI_Config.lua M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/GUI_Realtime.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Sync.lua M /trunk/Recount/Tracker.lua M /trunk/Recount/embeds.xml D /trunk/Recount/todo.txt Recount - Removes use of Ace 2 DB (defaults shouldn't overwrite settings anymore) -When combat log range being set by Recount is disabled it will now set it to default ranges ------------------------------------------------------------------------ r42514 | cryect | 2007-07-02 12:51:27 -0400 (Mon, 02 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Some fixes for syncing (still work to be done to get it working with real testing) ------------------------------------------------------------------------ r42437 | cryect | 2007-07-01 18:40:57 -0400 (Sun, 01 Jul 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Main.lua Recount - Fixes a bug with reporting ------------------------------------------------------------------------ r42415 | cryect | 2007-07-01 12:39:22 -0400 (Sun, 01 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Sync.lua Recount - Fixes a sync bug if received a prefix thats not RECOUNT ------------------------------------------------------------------------ r42404 | cryect | 2007-07-01 10:23:45 -0400 (Sun, 01 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Fixes a nil variable ------------------------------------------------------------------------ r42371 | cryect | 2007-07-01 00:17:39 -0400 (Sun, 01 Jul 2007) | 1 line Changed paths: M /trunk/Recount/Recount_Modes.lua Recount - Slight fix for pet handling if the owner hasn't done anything yet ------------------------------------------------------------------------ r42360 | cryect | 2007-06-30 20:15:35 -0400 (Sat, 30 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Fixes a var name that was forgotten to be changed ------------------------------------------------------------------------ r42357 | cryect | 2007-06-30 19:39:13 -0400 (Sat, 30 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes a bug with combat time potentially going negative if you restart your computer with saved data still in and don't reset the data. ------------------------------------------------------------------------ r42356 | cryect | 2007-06-30 19:12:52 -0400 (Sat, 30 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc A /trunk/Recount/Sync.lua M /trunk/Recount/Tracker.lua Recount - Syncing is back in with a new protocol that hopefully should work a lot better ------------------------------------------------------------------------ r42185 | cryect | 2007-06-29 03:10:08 -0400 (Fri, 29 Jun 2007) | 2 lines Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Tracker.lua Recount - Adds reporting to the summary reports (click on one of the elements then click the report icon) -Moved the health on the death log from the end to the beginning ------------------------------------------------------------------------ r42162 | cryect | 2007-06-28 22:10:06 -0400 (Thu, 28 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Main.lua Recount - Fixes a bug with reporting Overhealing ------------------------------------------------------------------------ r42161 | cryect | 2007-06-28 22:08:10 -0400 (Thu, 28 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Couple more fixes to where elemental data is handled for being taken ------------------------------------------------------------------------ r42118 | cryect | 2007-06-28 17:07:13 -0400 (Thu, 28 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Fixes considering all nonmelee damage as melee damage (melee damage was then being classified as Physical) ------------------------------------------------------------------------ r42097 | cryect | 2007-06-28 14:36:28 -0400 (Thu, 28 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Tracker.lua A /trunk/Recount/textures/icon-summary.tga Recount - Adds summary page in the detail window (click the magnification glass, need a better icon). Currently no means of reporting the data here ------------------------------------------------------------------------ r41840 | cryect | 2007-06-26 23:20:51 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua Recount - Slight fix and message change if in Parser-3.0 compatibility mode ------------------------------------------------------------------------ r41830 | cryect | 2007-06-26 22:32:50 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua Recount - Fixes Recount for Parser-3.0 backwards compatibility mode ------------------------------------------------------------------------ r41811 | cryect | 2007-06-26 19:24:16 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Removes a call for a function I deleted ------------------------------------------------------------------------ r41807 | cryect | 2007-06-26 19:13:02 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Changes the fix slightly ------------------------------------------------------------------------ r41801 | cryect | 2007-06-26 18:25:01 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: D /trunk/Recount/Fix_SWFixLogStrings.bat M /trunk/Recount/Recount.lua Recount - Hopefully should fix issues with ParserLib & SWS FixCombatLog ------------------------------------------------------------------------ r41792 | cryect | 2007-06-26 16:45:50 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: A /trunk/Recount/Fix_SWFixLogStrings.bat Recount - Adds a batch file for fixing data issues caused by SWStats ------------------------------------------------------------------------ r41785 | cryect | 2007-06-26 15:18:04 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/embeds.xml Recount - Fixes loading of Parser-3.0 ------------------------------------------------------------------------ r41770 | cryect | 2007-06-26 13:44:21 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.toc A /trunk/Recount/embeds.xml Recount - Forgot to include embeds.xml ------------------------------------------------------------------------ r41768 | cryect | 2007-06-26 13:23:52 -0400 (Tue, 26 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua Recount - Drycoded support for health amounts when reporting death logs (whoops >_>) ------------------------------------------------------------------------ r41717 | cryect | 2007-06-25 22:21:13 -0400 (Mon, 25 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount_Modes.lua Recount - Few bug fixes involving the damage mode ------------------------------------------------------------------------ r41716 | cryect | 2007-06-25 22:02:46 -0400 (Mon, 25 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount.toc M /trunk/Recount/Tracker.lua Recount - By default now only tracks data while in combat which is either when a player in your group is in combat or when someone in your group deals damage to a nonfriendly target ------------------------------------------------------------------------ r41655 | cryect | 2007-06-25 12:30:22 -0400 (Mon, 25 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua Recount - Adds percent overhealing to the overheal mode ------------------------------------------------------------------------ r41600 | cryect | 2007-06-24 20:58:20 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount_Modes.lua Recount - Fixes a tooltip bug ------------------------------------------------------------------------ r41599 | cryect | 2007-06-24 20:55:57 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua Recount - Fixes the bug with saving/logging out apparently WoW dislikes look tables in save vars ------------------------------------------------------------------------ r41598 | cryect | 2007-06-24 20:34:13 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes some bugs involving pets ------------------------------------------------------------------------ r41595 | cryect | 2007-06-24 19:39:48 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes some issues where a pet is found but can't determine its owner ------------------------------------------------------------------------ r41591 | cryect | 2007-06-24 19:14:54 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Some missing code ------------------------------------------------------------------------ r41590 | cryect | 2007-06-24 19:12:55 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes logging out/reloading UI issues ------------------------------------------------------------------------ r41582 | cryect | 2007-06-24 18:03:48 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Fixes bug with pet owner determination ------------------------------------------------------------------------ r41577 | cryect | 2007-06-24 17:30:12 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua Recount - Checks how linear the past value on the time value graph looks when it adds a new value and uses this to decide whether to discard the last value or not ------------------------------------------------------------------------ r41571 | cryect | 2007-06-24 16:36:00 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua Recount - Removes a few lines of debug code ------------------------------------------------------------------------ r41568 | cryect | 2007-06-24 16:12:00 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua Recount - Adds special Pet & Mob colors ------------------------------------------------------------------------ r41563 | cryect | 2007-06-24 15:12:35 -0400 (Sun, 24 Jun 2007) | 3 lines Changed paths: M /trunk/Recount/GUI_Detail.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Tracker.lua Recount - Adds pet merging (for now automerged, some issues with shadow fiends and water elementals only being attributed to the first owner) -Adds health to the death log -Fixes some bugs with tracking ------------------------------------------------------------------------ r41502 | cryect | 2007-06-24 01:16:43 -0400 (Sun, 24 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Graph.lua Recount - Fixes an error with the graph window when selecting an empty area ------------------------------------------------------------------------ r41491 | cryect | 2007-06-23 23:26:15 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/Recount.lua Recount - Standby actually puts the addon on standby now ------------------------------------------------------------------------ r41466 | cryect | 2007-06-23 19:26:21 -0400 (Sat, 23 Jun 2007) | 2 lines Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/Recount.lua Recount - Filters data a little more for stacked graphs -Adds "/recount resetpos" to reset the main, detail, and graph windows to the center ------------------------------------------------------------------------ r41461 | cryect | 2007-06-23 19:01:49 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Graph.lua Recount - Bug fix for graph when data sparsening needs to occur ------------------------------------------------------------------------ r41449 | cryect | 2007-06-23 17:05:56 -0400 (Sat, 23 Jun 2007) | 2 lines Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Tracker.lua Recount - Fixes a bug with creating tooltips -Adds more detailed info to CC Breaking tracking ------------------------------------------------------------------------ r41428 | cryect | 2007-06-23 14:16:33 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Recount.lua M /trunk/Recount/Recount_Modes.lua M /trunk/Recount/Tracker.lua Recount - Polymorph breaking tracking is now in ------------------------------------------------------------------------ r41423 | cryect | 2007-06-23 13:47:53 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Report.lua Recount - Can now whisper a target a report ------------------------------------------------------------------------ r41422 | cryect | 2007-06-23 13:28:24 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Detail.lua Recount - Bug fix for detail window ------------------------------------------------------------------------ r41421 | cryect | 2007-06-23 13:23:56 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/Tracker.lua Recount - More memory improvements in Graph Window ------------------------------------------------------------------------ r41411 | cryect | 2007-06-23 11:34:13 -0400 (Sat, 23 Jun 2007) | 1 line Changed paths: M /trunk/Recount/Tracker.lua Recount - Still a few syncing issues I need to readdress so syncing is disabled for the moment ------------------------------------------------------------------------ r41367 | cryect | 2007-06-23 02:52:36 -0400 (Sat, 23 Jun 2007) | 2 lines Changed paths: M /trunk/Recount/GUI_Graph.lua M /trunk/Recount/GUI_Main.lua M /trunk/Recount/Recount.lua Recount - Improvements to memory usage on graph window (still high per operation for stacked graphs but thats due to how the math is being done) -When you add all the combatants at once for comparison to the graph window should be faster and less memory consuming ------------------------------------------------------------------------