Relog-r44548

Details

  • Filename
    Relog-r44548.zip
  • Uploaded by
  • Uploaded
    Jul 22, 2007
  • Size
    15.54 KB
  • Downloads
    11
  • MD5
    fb5a27dcfc432f8a010a30c7a8b720cd

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
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)
------------------------------------------------------------------------