Relog-r44880
Details
-
FilenameRelog-r44880.zip
-
Uploaded by
-
UploadedJul 26, 2007
-
Size19.57 KB
-
Downloads11
-
MD5d74748e92c5ca523bd748543dd099a67
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r44880 | cryect | 2007-07-26 09:21:38 -0400 (Thu, 26 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/GUI_Table.lua
M /trunk/Relog/LogWindow.lua
M /trunk/Relog/tags.lua
Relog - Fixes C Stack overflows
- Tables now can have columns resized by clicking and dragging the column dividers (sample test code to create a table /script local a=Relog.Table:CreateTable();a:AddColumn("Test1");a:AddColumn("Test2");a:AddColumn("Test3");a:AddColumn("Test4") )
------------------------------------------------------------------------
r44852 | cryect | 2007-07-25 20:39:02 -0400 (Wed, 25 Jul 2007) | 3 lines
Changed paths:
A /trunk/Relog/GUI_Table.lua
M /trunk/Relog/LogWindow.lua
M /trunk/Relog/Relog.toc
Relog - Removes incorrect references to Recount (should have never been there)
- Removes debug code
- Adds start of Table code
------------------------------------------------------------------------
r44837 | cryect | 2007-07-25 17:08:52 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/LogWindow.lua
M /trunk/Relog/parse.lua
Relog - Now properly adjusts the scrollbar when the position is updated by a parsed event or on UI reload
------------------------------------------------------------------------
r44829 | cryect | 2007-07-25 16:30:18 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/LogWindow.lua
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Adds scrollbar to the log window (needs to update the positioning of the scroll knob when new events come in and on UI reload)
------------------------------------------------------------------------
r44616 | cryect | 2007-07-23 10:50:21 -0400 (Mon, 23 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/parse.lua
M /trunk/Relog/tags.lua
Relog - nils out old data before writing over now
- Adds missing default tag for Dispel events
------------------------------------------------------------------------
r44548 | cryect | 2007-07-22 18:13:40 -0400 (Sun, 22 Jul 2007) | 1 line
Changed paths:
A /trunk/Relog/LogWindow.lua
M /trunk/Relog/Relog.lua
M /trunk/Relog/Relog.toc
M /trunk/Relog/parse.lua
M /trunk/Relog/tags.lua
Relog - Log is now displayed in a new window for Relog (item links aren't clickable yet, not resizable, etc)
------------------------------------------------------------------------
r44542 | cryect | 2007-07-22 16:47:01 -0400 (Sun, 22 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
M /trunk/Relog/tags.lua
Relog - Adds tags for all events now (so if you really wanted you could use Relog as a full combat log displayer in ChatFrame3)
- Fixes some parsed events data being handled wrong
------------------------------------------------------------------------
r44535 | cryect | 2007-07-22 14:56:44 -0400 (Sun, 22 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/tags.lua
Relog - Some fixes to changing number of max log messages
- Adds few more Default tags for various parsed messages (about 50% done for defaults which need to be niceified a little more)
------------------------------------------------------------------------
r44521 | cryect | 2007-07-22 13:23:44 -0400 (Sun, 22 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
M /trunk/Relog/tags.lua
Relog - Adds the tag Date(format,time) same as normal date except "%s" is used for milliseconds (time is still seconds just if it has a decimal thats used for milliseconds which the tag Time has)
- Now limits the max number of logs recorded
------------------------------------------------------------------------
r44510 | cryect | 2007-07-22 10:32:40 -0400 (Sun, 22 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/abbrev.lua
M /trunk/Relog/parse.lua
A /trunk/Relog/tags.lua
Relog - Adds tags for Unit stats (basic structure is your prior is the unit you want info on then followed by the stat or stats you want to display)
- Automatically tests all parsed logged lines through the tag compiler and spits them out to ChatFrame3
------------------------------------------------------------------------
r44469 | cryect | 2007-07-22 00:49:57 -0400 (Sun, 22 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/units.lua
Relog - Adds .Units:GetUnit(Name, Time, CacheNum) for retrieving a unit's data value at a specified time point
------------------------------------------------------------------------
r44467 | cryect | 2007-07-21 23:58:25 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/Relog.toc
M /trunk/Relog/parse.lua
M /trunk/Relog/units.lua
Relog - Starts usage of tags
------------------------------------------------------------------------
r44450 | cryect | 2007-07-21 17:53:46 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/Relog.toc
M /trunk/Relog/parse.lua
A /trunk/Relog/units.lua
Relog - Adds storing of time based Unit information
------------------------------------------------------------------------
r44446 | cryect | 2007-07-21 13:54:21 -0400 (Sat, 21 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Finished adding rest of the parser event functions
------------------------------------------------------------------------
r44430 | cryect | 2007-07-21 10:33:41 -0400 (Sat, 21 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Parse Events "Enchant", "Environmental", "Experience", "Extra Attack" and "Fade" now also processed
- Makes use of abbreviations now when recording log data
------------------------------------------------------------------------
r44420 | cryect | 2007-07-21 08:18:16 -0400 (Sat, 21 Jul 2007) | 2 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Reworked how logs were added slightly
- Parse Events "Death", "Dispel", "Drain", "Durability" now also processed
------------------------------------------------------------------------
r44402 | cryect | 2007-07-20 23:57:24 -0400 (Fri, 20 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Handles the saving of the events Aura, Cast, Create, and Damage
------------------------------------------------------------------------
r44395 | cryect | 2007-07-20 22:43:25 -0400 (Fri, 20 Jul 2007) | 3 lines
Changed paths:
M /trunk/Relog/Relog.lua
M /trunk/Relog/parse.lua
Relog - Adds code for subsecond precision with time()
-Adds code for adding log data
-Finishes basics of data structure setup
------------------------------------------------------------------------
r44253 | cryect | 2007-07-19 17:20:19 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
M /trunk/Relog/DataStructures.txt
A /trunk/Relog/Relog.lua
M /trunk/Relog/Relog.toc
A /trunk/Relog/abbrev.lua
A /trunk/Relog/parse.lua
Relog - Setups some of the initial basic files
------------------------------------------------------------------------
r44229 | cryect | 2007-07-19 13:55:36 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
A /trunk/Relog/DataStructures.txt
Relog - Adds prelim data structure plan
------------------------------------------------------------------------
r44199 | cryect | 2007-07-19 10:52:57 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
A /trunk/Relog
A /trunk/Relog/Relog.toc
Relog: Initial Commit - WARNING NOT USABLE YET! An advanced searchable/filterable combat log, with additional information stored (health, mana/energy/rage, threat)
------------------------------------------------------------------------