vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 SmartPet Version History
2  
3 Changes :
4 (Last Updated: 07/24/05 7pm PST)
5  
6 Recent Changes:
7 V2.3.1
8 -Fixed Bug: Settings not being saved
9 -Bug Fix: Error when dash/dive on attack is selected and pet doesn't know either
10  
11 V2.3
12 -Added support for myAddOns mod
13 -Added support for KeyMinder mod
14 -Added the ability to select how the pet responds to the scatter shot
15 -Added the ability to select a spell to cast when giving the pet atttack command <Replaces Rauen's Pet Attack>
16 -Added tickboxes on the pet tab of the spellbook. These tickboxes have the same function as the tickboxes above the pet action bar and can be used to set commands if the pet action bar is not visible.
17 -Added a multiuse keybinding
18 -Added a keybinding to bring up the options
19 -Reworked how NoFollow functions due to its breaking in patch 1.6
20 -Added an on screen warning when the pet needs to be called off when targer flees
21 -Changed the focus manager so that in PVP the pet will always use claw and use bite when there is enough focus
22  
23  
24 V2.2
25 -No longer compatable with Rauen's Pet Attack Add-on, but most of the PetAttack add on features have been implemented in Smart Pet
26 -Fixed a bug where Binding header was being defined more than once
27 -Fixed a bug where it would give the error "This AddOn is for Hunter Pets only" even if character was a hunter
28 -Added Localization for French clients
29 -Added a GUI for displaying and changing the setting
30 -Giving the standard Pet Attack command with no target selected will now issue a PetFollow command to have pet return to you
31 -Giving the standard Pet Attack command with an ally as the target will now have the pet assist them and attack their target
32 -Players now have the option to have the character say a phrase when sending you pet into battle <Replaces Rauen's Pet Attack>
33 -When issuing a pet attack command the pet can chose use now use dash/dive
34 -Casting Scatter Shot will now issue a pet follow command to stop it from attacking target and return the pet to your side.
35 -Added Raid channel to the list for Auto Warn Feature
36 -Changed Auto Warn so that if Raid or Party is selected but the Player is not in either, then it will defalt to "Say"
37  
38  
39 V2.1b
40 - Made the nochase tickbox to function more intuitively
41  
42 V2.1a
43 - Fixed a bug in the locialization of the class detect
44 - Fixed a bug where the toggling the autochase on from the tickbox didnt call the PetFollow command.
45 - Fixed the unzip directory to be SmartPet, not SmartPet2.1
46  
47 V2.1
48 - Fixed a bug where an error would be generated if pet attack was called with out a target
49 - Localized all strings and messages.
50 - Implemented localization for german clients from Gandi's SmartPet 1.5 translation
51 - Implemented the allowance for Warlocks to use no chase and auto health warn
52 - Added a tick box over the follow icon to turn on/off enemy chase.
53 - Now when enemy chase is toggled/set to 'disabled' an PetFollow() command is issued to return the pet to you
54 - Now events will be unregistered if players class is not a hunter/warlock.
55  
56 V2.0
57 -Developement & management of the mod taken over by Gathirer on Fethermoon
58 -Added ToolTips command to toggle on/of the mouse over tooltips on the checkboxes
59 -Added a PVP taunt/detaunt management. Now when commanding your pet to attacck a PVP enabled player, smart pet will automatically toggle off any taunt, detaunts, and autocower that are enabled. Upon the pet's exiting fom combat these modes will reset themselves to pre PVP settings.
60 -Added keybinding to toggle the taunt management between cower or growl
61 -Added keybinding to toggle chase on/off
62  
63 V1.6 to 1.9
64 -skipped due to new author
65  
66 Previous Versions written
67 v1.5
68 - changed nochase feature to issue a pet follow command, instead of pet stay
69 - added version checking to clean up uninitialized variable issues
70 - fixed a bug that could reset taunt actions incorrectly after combat
71  
72 v1.4
73 - skipped
74  
75 v1.3
76 - added "nochase" feature. This attempts to stop your pet from chasing fleeing mobs. Currently, if a mob with the same name as the unit you are currently targetting runs away, your pet will stop in place.
77 - added partial UI. The buttons on your pet action bar now have tiny check boxes above them. checking them will enable/disable various aspects of the AddOn. Some features (autowarn, autocower, smartfocus) must still be enabled via slash commands.
78  
79 v1.2
80 - added channel support for AutoWarn
81 - fixed issue with AutoWarn not working if AutoCower was disabled
82 - AutoWarn now displays a health percent in the sent message
83 - AutoWarn now sets the frequency at which is sends messages based on the health percent
84 - all commands now accept enable/disable/on/off commands. Passing passing none of these toggles the command from it's current state.
85 Examples:
86 /sp autowarn (toggles based on current state)
87 /sp autowarn enable (explicitly turns on autowarn)
88  
89 (Last Updated: 1/11/05 8:00PM PST)
90 Recent Changes:
91 - added channel support for AutoWarn
92 - fixed issue with AutoWarn not working if AutoCower was disabled
93 - AutoWarn now displays a health percent in the sent message
94 - AutoWarn now sets the frequency at which is sends messages based on the health percent
95 - all commands now accept enable/disable/on/off commands. Passing passing none of these toggles the command from it's current state.
96 Examples:
97 /sp autowarn (toggles based on current state)
98 /sp autowarn enable (explicitly turns on autowarn)