TextSpy-r49577-nolib
Details
-
FilenameTextSpy-r49577-nolib.zip
-
Uploaded by
-
UploadedSep 23, 2007
-
Size50.07 KB
-
Downloads16
-
MD53909015afcd8f1ef88a4404809de953d
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r49577 | recluse | 2007-09-23 22:47:41 -0400 (Sun, 23 Sep 2007) | 3 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/code/components/AudioAlerts.lua
TextSpy:
- Dupe checking re-enabled for smoother operation, thanks Sylvanaar
- Audio component: random multi-file option added
------------------------------------------------------------------------
r49569 | recluse | 2007-09-23 14:24:48 -0400 (Sun, 23 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
A /trunk/TextSpy/code/components/ScreenFlash.lua
TextSpy:
- Added basic screen flash component
------------------------------------------------------------------------
r49411 | recluse | 2007-09-21 01:27:40 -0400 (Fri, 21 Sep 2007) | 4 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
M /trunk/TextSpy/code/TextSpy.lua
A /trunk/TextSpy/code/components
A /trunk/TextSpy/code/components/AudioAlerts.lua
A /trunk/TextSpy/code/components/CombatText.lua
A /trunk/TextSpy/code/components/TEMPLATE.lua
TextSpy:
- Major code rewrite to allow for easier future growth
- Actions which triggers are able to do are now sectioned off from the 'core' of TextSpy
- TOC description reworded to reflect changes
------------------------------------------------------------------------
r49206 | recluse | 2007-09-18 02:29:23 -0400 (Tue, 18 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- Added interim compatibility for newer Parrot.
------------------------------------------------------------------------
r49032 | recluse | 2007-09-16 14:32:30 -0400 (Sun, 16 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- trigger table migration finalized/implemented
------------------------------------------------------------------------
r48912 | recluse | 2007-09-14 09:42:46 -0400 (Fri, 14 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- Combat log parse fix
------------------------------------------------------------------------
r48818 | recluse | 2007-09-13 05:13:48 -0400 (Thu, 13 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- Fix for toggles sometimes resetting mysteriously.
------------------------------------------------------------------------
r48707 | recluse | 2007-09-12 00:43:11 -0400 (Wed, 12 Sep 2007) | 4 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/localization/TextSpyLocale-deDE.lua
M /trunk/TextSpy/localization/TextSpyLocale-enUS.lua
TextSpy:
- Allow pattern matches to be used in output
- Removed: Short Text - rendered obsolete by Custom Text
- Slight localization overhaul/cleanup
------------------------------------------------------------------------
r48613 | recluse | 2007-09-11 05:47:04 -0400 (Tue, 11 Sep 2007) | 3 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- Catch empty string properly this time.
- Write: I will remember to test all features for bugs before committing. 100 times on the blackboard.
------------------------------------------------------------------------
r48612 | recluse | 2007-09-11 05:37:48 -0400 (Tue, 11 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy:
- Users can now define a custom string to output for their triggers if they wish.
------------------------------------------------------------------------
r48598 | recluse | 2007-09-11 00:36:31 -0400 (Tue, 11 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
A /trunk/TextSpy/localization/TextSpyLocale-deDE.lua
TextSpy: localization
- Adding deDE localization
------------------------------------------------------------------------
r48509 | recluse | 2007-09-10 02:28:09 -0400 (Mon, 10 Sep 2007) | 3 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: refinements
- Added custom frame support for MSBT output
- Allow hideWithoutStandby
------------------------------------------------------------------------
r48466 | recluse | 2007-09-09 08:44:41 -0400 (Sun, 09 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: feature add
- MSBT support
------------------------------------------------------------------------
r48443 | recluse | 2007-09-08 20:33:26 -0400 (Sat, 08 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/documentation/README.txt
M /trunk/TextSpy/localization/TextSpyLocale-enUS.lua
TextSpy: feature add
- Added user-option to remove output text identifier and static portion of the FuBar caption.
------------------------------------------------------------------------
r48306 | recluse | 2007-09-06 01:47:49 -0400 (Thu, 06 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/TextSpy.toc
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/localization/TextSpyLocale-enUS.lua
TextSpy: feature add
- added option to toggle audio per trigger as well as globally
------------------------------------------------------------------------
r48272 | recluse | 2007-09-05 11:16:46 -0400 (Wed, 05 Sep 2007) | 3 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: superficial logic fix
- fixed two of the menu spacers to show at the proper time
- removed some unnecessary code from squelch checks
------------------------------------------------------------------------
r48185 | recluse | 2007-09-04 22:46:13 -0400 (Tue, 04 Sep 2007) | 3 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: code improvements
- more efficient logic for determining presence of compatible addons
- better code comments
------------------------------------------------------------------------
r48126 | recluse | 2007-09-03 22:42:59 -0400 (Mon, 03 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: bug fix
- ScrollFrame lists now update properly on menu
------------------------------------------------------------------------
r48121 | recluse | 2007-09-03 21:25:36 -0400 (Mon, 03 Sep 2007) | 4 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
TextSpy: interal squelch
- Lightened ChangeName parameters
- Added squelching to duplicate trigger procs when user
- is subscribed to channels in multiple chat windows.
------------------------------------------------------------------------
r48034 | recluse | 2007-09-03 00:02:45 -0400 (Mon, 03 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/localization/TextSpyLocale-enUS.lua
TextSpy: case sensing
- Added option for case sensitivity to provide more control over pattern matching
------------------------------------------------------------------------
r48019 | recluse | 2007-09-02 21:50:52 -0400 (Sun, 02 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/code/TextSpy.lua
M /trunk/TextSpy/embeds.xml
TextSpy: hook migration
- Now hooking chatframes with AceHook
------------------------------------------------------------------------
r48008 | recluse | 2007-09-02 19:37:18 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
M /trunk/TextSpy/libs
TextSpy: update externals
------------------------------------------------------------------------
r47942 | recluse | 2007-09-02 05:45:48 -0400 (Sun, 02 Sep 2007) | 2 lines
Changed paths:
M /trunk/TextSpy/libs
TextSpy: updated externals
------------------------------------------------------------------------
r47938 | recluse | 2007-09-02 05:31:15 -0400 (Sun, 02 Sep 2007) | 3 lines
Changed paths:
A /trunk/TextSpy
A /trunk/TextSpy/TextSpy.toc
A /trunk/TextSpy/code
A /trunk/TextSpy/code/TextSpy.lua
A /trunk/TextSpy/documentation
A /trunk/TextSpy/documentation/README.txt
A /trunk/TextSpy/embeds.xml
A /trunk/TextSpy/libs
A /trunk/TextSpy/localization
A /trunk/TextSpy/localization/TextSpyLocale-enUS.lua
A /trunk/TextSpy/media
A /trunk/TextSpy/media/audio
A /trunk/TextSpy/media/audio/cow.wav
A /trunk/TextSpy/media/audio/dogbark.mp3
A /trunk/TextSpy/media/audio/ohno.mp3
A /trunk/TextSpy/media/audio/omg.wav
A /trunk/TextSpy/media/images
A /trunk/TextSpy/media/images/TextSpy.tga
TextSpy: initial import
- Audio alerts for user defined chatbox text searches.
------------------------------------------------------------------------