Φ wowmods - Remembrance @ ?
[ addon updates | search | RSS | Google: subscribed link (?); Gadget | Twitter ]
[ login | register ] [ contact ]
search addons:

 • details
addon: Remembrance
listed author: Shadowed   [list all addons]
latest version: r1159
date last updated: Mon, 23 Mar 2009 22:28:18 +0000
date added: Sat, 10 Nov 2007 01:56:22 +0000
 
wowinterface.com: http://www.wowinterface.com/downloads/info7792-r1159.html

 • about + changelog
Change Log:









r1159 | shadowed.wow | 2009-03-23 15:26:53 -0700 (Mon, 23 Mar 2009) | 4 lines



* Stripped Ace3 out

* Stripped out all of the old API code as it's not really needed anymore

* Updated TOC to 30000








r732 | shadowed.wow | 2008-05-26 22:40:22 -0700 (Mon, 26 May 2008) | 1 line



* Removed our auto inspect code inside arenas as this no longer works as of 2.4.0






r620 | shadowed.wow | 2008-03-09 13:16:57 -0700 (Sun, 09 Mar 2008) | 4 lines



* Fixed usage of UnitIsUnit("player", unit) (Supposed to be InspectFrame.unit)

* Fixed "inspectFrame.unit" typo

* Removed our CanInspect hook as Blizzard does the check C side now

* Updated error message when doing /remin will now say it's only for people within 30 yards, or who are unflagged/not hostile






r601 | shadowed.wow | 2008-03-01 19:16:26 -0800 (Sat, 01 Mar 2008) | 5 lines



* NEW API: Remembrance:GetRawTalents(name, server)

* Returns the "raw" talent format of the person, as well as the classToken, returns nil if no data is found

* Cleaned up inspection code, also fixed a bug where trying to inspect the player would break the inspection process, all inspections on the player are auto rejected silently

* We now save the raw talent format using the same format Blizzard uses to compress points spent

* You can now inspect party and raid members by name just by using /remin






r596 | shadowed.wow | 2008-02-28 16:26:44 -0800 (Thu, 28 Feb 2008) | 3 lines



* Fixed callback API

* Fixed GetSpecName() erroring

* Added :GetSpecName(name, server, showHybrid) will return "Hybrid" if a person has more then 30 points in two trees, by default it'll return whichever tree has the most points






r594 | shadowed.wow | 2008-02-28 14:54:54 -0800 (Thu, 28 Feb 2008) | 1 line



* TOC bump to 20400






r593 | shadowed.wow | 2008-02-28 14:43:07 -0800 (Thu, 28 Feb 2008) | 1 line



* API change, we pass inspectType, name, server, ... instead of just inspectType, name






r584 | shadowed.wow | 2008-02-25 17:51:52 -0800 (Mon, 25 Feb 2008) | 2 lines



* Forgot to add some quick docs

* Returns ##/##/## if no tree data is found, instead of ##, ##, ##






r583 | shadowed.wow | 2008-02-25 17:43:54 -0800 (Mon, 25 Feb 2008) | 8 lines



* NEW API

* Remembrance:GetSpecName(name, server) - Returns the spec name of the player, a 0/0/61 Druid is considered Restoration, more then 30 points in two trees is a Hybrid

* Remembrance:InspectUnit(unit) - Sends a Remembrance inspect request using the passed return, returns are -2 for bad unit, -1 for request pending, 1 for request sent

* Remembrance:RegisterCallback( or ) - Registers the passed handler and/or func to be called when a new talent is saved, or someones talents has changed. Returns (inspectType, name, firstTree, firstPoints, secondTree, secondPoints, thirdTree, thirdPoints)

* Removed aggressive scanning, didn't see a reason in it really

* We now save the talent trees of people inspected, along with class, meaning we can now return the actual tree the person has points in

* Changed zone check to PLAYER_ENTERING_WORLD instead of UPDATE_BATTLEFIELD_STATUS








r568 | shadowed.wow | 2008-02-11 15:32:45 -0800 (Mon, 11 Feb 2008) | 1 line



* Minor fix, if no inspection type is found will never output talents






r555 | shadowed.wow | 2008-02-07 10:40:39 -0800 (Thu, 07 Feb 2008) | 1 line



* Fixed a ")" at #193






r554 | shadowed.wow | 2008-02-07 01:01:51 -0800 (Thu, 07 Feb 2008) | 2 lines



* Dry code fix so when you inspect people through a means besides auto inspect or /remin will save the talents returned

* Fixed an issue with timeOut being set to 0 instead of 5000000041343413millionnumbers






r552 | shadowed.wow | 2008-02-06 21:10:21 -0800 (Wed, 06 Feb 2008) | 2 lines



* We now auto timeout inspects after 3 seconds, meaning you shouldn't run into issues with auto inspection randomly not inspecting people

* Added /remembrance aggressive not likely ever to be needed, but if you're in things like 5vs5 and want to make sure you get all the players talents use this (Disabled by default)






r546 | shadowed.wow | 2008-02-04 23:21:34 -0800 (Mon, 04 Feb 2008) | 1 line



* Fixed non-existant files being listed in the toc






r540 | shadowed.wow | 2008-02-03 15:36:14 -0800 (Sun, 03 Feb 2008) | 1 line



* Updated to Ace3 Beta trunk






r536 | shadowed.wow | 2008-01-30 23:44:52 -0800 (Wed, 30 Jan 2008) | 1 line



* For some weird reason I was trying to clear a hashed table using #(alreadyInspected). Fixed a bug where auto inspection wouldn't clear when you leave an arena






r507 | shadowed.wow | 2008-01-15 10:14:42 -0800 (Tue, 15 Jan 2008) | 2 lines



* Fixed libs/ not being added to SVN

* Added a direct call to SSAF for next update to update peoples talent display






r506 | shadowed.wow | 2008-01-14 16:06:19 -0800 (Mon, 14 Jan 2008) | 4 lines



* A game restart is required when upgrading to this version, or you'll run into some issues

* Recoded a few areas of code to clean it up in general

* All settings will be wiped upgrading to this version, however saved talent data will not

* Added /remembrance tree lets you toggle showing full tree names "Arms (##), Fury (##), Protection (##)" instead of "##/##/##"






r415 | shadowed.wow | 2007-12-02 01:12:42 -0800 (Sun, 02 Dec 2007) | 1 line



* I lied, added class to the remembrance output since it's a bit hard to associate names -> classes inside arenas






r378 | shadowed.wow | 2007-11-14 22:56:09 -0800 (Wed, 14 Nov 2007) | 1 line



* Added auto-inspect for talent information inside arenas, will show peoples talents if they've changed and only scans them once per a season, you can toggle this on/off by typing /remembrance auto






r367 | shadowed.wow | 2007-11-13 16:23:47 -0800 (Tue, 13 Nov 2007) | 3 lines



* /remembrance cancel actually does something now

* Cleaned up SaveTalentInfo, won't create a temp table everytime we save talents

* /inspect now accepts a unitid, defaults to target






r354 | shadowed.wow | 2007-11-10 14:11:49 -0800 (Sat, 10 Nov 2007) | 1 line



* Updated all TOC information to 20300, added revision info to the version field, also the author field is now consistent instead of using 5 different character names






r342 | shadowed.wow | 2007-11-07 23:21:57 -0800 (Wed, 07 Nov 2007) | 4 lines



* Finalizing a few things for the release once 2.3 hits, everything appears to work still

* Added /remembrance (/rem) for a list of available slash commands

* Added /rem info and /rem reset for showing saved data and reseting saved data

* Added /rem cancel in-case /reminspect bugs out, hopefully this isn't needed






r305 | shadowed.wow | 2007-10-28 03:01:22 -0700 (Sun, 28 Oct 2007) | 1 line



* Fixed reference to self instead of Remembrance at line #135






r265 | shadowed.wow | 2007-10-15 15:31:21 -0700 (Mon, 15 Oct 2007) | 3 lines



* Initial import

* Remembrance lets you inspect people even if they are the enemy faction (using /in and /inspect)

* You can also just inspect the talents of the person by using /remin or /reminspect it'll take a few seconds before the data is received, and you can only send one request to the server at a time






Description:




Remembrance is a simple/lightweight/"superomgefficent" mod that takes advantage of the new inspection talent apis provided in 2.3, one thing it does is let you quick inspect people who are within inspection ranged (30 yards). You can type /remin to get a quick tree output of the person.



Slash commands: /remembrance for a list of available slash commands, /inspect (/in shorthand) to pull up the full inspection ui or /reminspect (/remin shorthand) to get a summary report that'll look like "name-server: ##/##/##"

 
Hint: see addon details for related searches in Google: use the Google Subscribed Links service.