File Details
v1.6
- R
- Jul 22, 2013
- 5.49 KB
- 116
- 5.3.0
- Retail
File Name
gonefishing-v1.6.zip
Supported Versions
- 5.3.0
tag v1.6
8b359f85c6398a08d4abf01b1e898adde694db41
Christian Garbs <mitch@cgarbs.de>
2013-07-23 00:03:10 +0200
version 1.6
- use item IDs instead of item names (now works in any language)
- add /gonefishing [conditional] support
- add 1 new fishing rod
- add some sanity checks
- code cleanups
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUAUe2sf1R8cWt58anBAQhzCw/7BwywWZygfFtUT0L6o39/tiovF8axYHPi
uydQh+674GV/6OvsChO2Rf17yN/WvypschJb95m/+qjItkGNiWyQXY5U/E7M8/bL
MPV4ZGJsKgtEyw1wCVmTsrQT2q47t3z+ul93S+9DVWiLzyEoBgRkHdxUkivIsXIv
PW1UZByaQIUxySEyx++5ezQxV7zkIanuETHHxbMMdNikcpXfHA7CKqsL3XtzIiYd
gr+CsIcmujPuqv7ZD7WhihUgpq617300BKT0XmmHfxGm1mX5fc1ayJzGZvUE+WNn
2I5hwe7u0LIjBiEnNXmEjq69/UvSopBZTNH3l36LRYzleeUddeJBMrQeacx7Aoo6
T2/Nd5aRtYttoi2EkJcBM4Y5obEekd8t369IXAJEfR68ehrs7A25BfPNvBEAkJQ6
EWEpdsu5jICKZFaNaFZa4tr/MaxFyxMk6WdlKrm4/FvMVSIFZQul2aKtNRWaL/y7
HcB5pVm0n7WPe86FFzgeaBS+n4ImCsiN2f/vMZwMuFUAfkxEJ03PALJKfMOj9KuH
Vegdeu4vMrSHHQj53do47FTweAoVx1YCrkTPHsZJqnfJlTN4ELjHKI9dZe3hylCr
llXahbCbUArFquICu17ysd7m74VPRqvk+ev48MF3WIZbNVmjIvwsBIDEFxazgmoG
xO09mHy9QfY=
=aU5Y
-----END PGP SIGNATURE-----
--------------------
Christian Garbs:
- tag version 1.6
- add proper copyright
- remove unneeded local variable
slowly I'm learning LUA :)
- add sanity checks on restore
- update README
- add another fishing rod
- add /gonefishing [conditional] support
- name variables consistent with WoW API
- remove duplicate local variables
- use item ID instead of item name
and suddenly we don't depend on the locale any more :)
- add minimum interface version number
perhaps this removes the need to increment the Inferface: on every patch
- update to WoW patch 5.3
no changes
- update to WoW patch 5.2
no changes
- update to WoW patch 5.1
no changes
- fix debug output
we don't know wheter an action succeeds or fails, so tell what we ar
going to do instead of what we think to have done
- fix cache
- cache slot IDs
only check them on startup, they should not change without client restart
- print some debug information
- also swap fishing hoods and boots
- add all known fishing rods
- remove todo
there is no reason to break with no fishing rod
nothing should happen at all
- discard the isFishing state
check for an equipped fishing pole instead
works in all situations except when logging with fishing rod equipped
naturally gonefishing can't know your real weapon then
- add version number
- fix for MoP
- add another fishing pole
- fix multiple pole handling
"did the equip work test" did not work, so always equip the whole list
of poles. The best pole is at the end of the list so the best pole is
equipped afterwards.
- add TODO
- rename 'rod' to 'pole'
- update TODO list
prioritized list and basic i18n/l10n finished
- use GONEFISHING_ namespace for global variables
- update indentation
- add support for different fishing poles
(fishing pole, not fishing rod?)
- update for WoW patch 4.3
- add TODOs
- add metadata
- initial commit
- add README

