3.0.7

Details

  • Filename
    WIM-3.0.7.zip
  • Uploaded by
  • Uploaded
    Mar 12, 2009
  • Size
    1.02 MB
  • Downloads
    604
  • MD5
    bfd6656b08d14db8f199ceed920a52e6

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
r167 | pazza | 2009-03-12 20:22:12 +0000 (Thu, 12 Mar 2009) | 11 lines
Changed paths:
   A /tags/3.0.7 (from /trunk:166)

Tagging as 3.0.7

+Added context menu management system.
+Added minimap icon right mouse click menu.
*Modules were getting loaded on startup regardless of their settings.
*Fixed a bug where tabs would be updated incorrectly.
*Fixed freeze/lockup bug when switching tabs.
+Added <Right-Click> drop down menu to window's text box.
+Added emoticons to the drop down menu.
+Added recently sent messages to drop down menu.
+Added koKR translation. (thank you BlueNyx).
------------------------------------------------------------------------
r166 | pazza | 2009-03-12 20:18:42 +0000 (Thu, 12 Mar 2009) | 2 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

*added koKR translations.
*prep for tag
------------------------------------------------------------------------
r165 | pazza | 2009-03-12 06:30:08 +0000 (Thu, 12 Mar 2009) | 1 line
Changed paths:
   D /trunk/Sources/Emoticons.lua

deleted a file that should never have been packaged in the first place.
------------------------------------------------------------------------
r164 | pazza | 2009-03-12 06:28:58 +0000 (Thu, 12 Mar 2009) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Emoticons.lua
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/ContextMenu.lua
   M /trunk/Sources/WindowHandler.lua

+Added <Right-Click> drop down menu to window's text box.
+Added emoticons to the drop down menu.
+Added recently sent messages to drop down menu.
------------------------------------------------------------------------
r163 | pazza | 2009-03-12 00:59:45 +0000 (Thu, 12 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

couple minor fixes.
------------------------------------------------------------------------
r162 | pazza | 2009-03-11 21:49:27 +0000 (Wed, 11 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

*fixed tab lag.
------------------------------------------------------------------------
r161 | pazza | 2009-03-11 05:45:49 +0000 (Wed, 11 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/TabHandler.lua

*code optimization in tab handler. please pay attention to tabs. make sure I didn't break anything. Thanks.
------------------------------------------------------------------------
r160 | pazza | 2009-03-10 23:14:07 +0000 (Tue, 10 Mar 2009) | 4 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Menu.lua
   M /trunk/Modules/MinimapIcon.lua
   A /trunk/Sources/ContextMenu.lua
   M /trunk/Sources/Includes.xml
   M /trunk/Sources/TabHandler.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

+Added context menu management system. (Restart required)
+Added minimap icon right mouse click menu. (not completed).
*Modules were getting loaded on startup regardless of their settings.
*Fixed a bug where tabs would be updated incorrectly.
------------------------------------------------------------------------
r158 | pazza | 2009-03-10 04:57:28 +0000 (Tue, 10 Mar 2009) | 25 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

    *Fixed: Error when receiving whisper while minimizing.
    *Fixed: Negotiating with guild members would cause addon msg spam.
    *Changed outbound whispers priority from NORMAL to ALERT.
    *Fix for 3.0.8/9 patch. GM's should no longer receive addon messages.
    +Tabs now flash when it contains an unread message.
    *Fixed error when closing tabs.
    +Added LibChatHandler-1.0 for chat management. I will post documentation for this.
    *Fixed Level lookup.
    *LibBabbel-TalentTree is no longer packaged with WIM.
    +Added compatibility for PTR ChatEventFilters.
    +Added Change Log Viewer (/wim changelog).
    *Set cache timeout of 60 seconds for filter level lookups.
    *Fixed error that would sometimes occur when right mouse clicking the minimap icon.
    *Fixed bug which caused tabbed windows to pop regardless of selected rules.
    *Level filtering wasn't recording stats.
    +Added option to filters to send alert chat frame when a message is blocked.
    -Depricated WIM:EventHandler() to avoid conflict with old WIM event hooks.
    *Revised the module calls made when WIM is enabled/disabled.
    *Fixed bug in history viewer when using Prat formatting.
    +Addon messages are never sent if on a private server.
    *Fixed inconsistant pop rules.
    +<TAB> and <Shift>+<Tab> can be used to navigate through a tab group
    *Tabstrip updates to show selected tab when window is popped/shown.
    +Moving the minimap icon now requires you to hold <Shift> while dragging.
    +Added option to unlock Minimap Icon from the Minimap (Free Moving).
------------------------------------------------------------------------
r157 | pazza | 2009-03-10 01:07:07 +0000 (Tue, 10 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

*fixed bug with attaching windows.
------------------------------------------------------------------------
r156 | pazza | 2009-03-09 23:55:10 +0000 (Mon, 09 Mar 2009) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

+Addon messages are never sent if on a private server.
*Fixed inconsistant pop rules.
+<TAB> and <SHIFT><TAB> can be used to navigate through a tab group
------------------------------------------------------------------------
r155 | pazza | 2009-03-07 00:52:19 +0000 (Sat, 07 Mar 2009) | 2 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/WIM.lua

*Level filtering wasn't recording stats.
+Added option to filters to send alert chat frame when a message is blocked.
------------------------------------------------------------------------
r154 | pazza | 2009-03-06 19:19:06 +0000 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/Modules/Sounds.lua
   M /trunk/Skins/Default/skin.lua
   A /trunk/Sounds/aping1.wav
   A /trunk/Sounds/aping2.mp3
   M /trunk/WIM.lua

*minor bug fix
------------------------------------------------------------------------
r153 | pazza | 2009-03-06 01:34:58 +0000 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua

Forgot to update new localized strings.
------------------------------------------------------------------------
r152 | pazza | 2009-03-06 01:19:33 +0000 (Fri, 06 Mar 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

*Fixed bug which caused tabbed windows to pop regardless of selected rules.
------------------------------------------------------------------------
r151 | pazza | 2009-03-06 00:31:14 +0000 (Fri, 06 Mar 2009) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/WindowHandler.lua

+Added Change Log Viewer (/wim changelog).
*Set cache timeout of 60 for filter level lookups.
*Fixed error that would sometimes occur when right mouse clicking the minimap icon.
------------------------------------------------------------------------
r150 | pazza | 2009-03-05 19:53:44 +0000 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Libs
   M /trunk/WIM.toc

updated pkgmeta and svn includes
------------------------------------------------------------------------
r149 | pazza | 2009-03-05 19:46:30 +0000 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   D /trunk/Libs/LibChatHandler-1.0

removing lib, has its own svn now.
------------------------------------------------------------------------
r148 | pazza | 2009-03-05 19:44:42 +0000 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   M /trunk/Libs/LibChatHandler-1.0/LibChatHandler-1.0.lua
   M /trunk/Libs/LibChatHandler-1.0/lib.xml

clean up
------------------------------------------------------------------------
r147 | pazza | 2009-03-05 14:21:15 +0000 (Thu, 05 Mar 2009) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ChangeLog.lua
   M /trunk/Libs
   M /trunk/Libs/Includes.xml
   M /trunk/Libs/LibChatHandler-1.0/LibChatHandler-1.0.lua
   M /trunk/Localization/Includes.xml
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/enGB.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Constants.lua
   M /trunk/WIM.lua

*LibBabbel-TalentTree is no longer packaged with WIM.
+Added compatibility for PTR ChatEventFilters.
+Added back Talent Spec support
------------------------------------------------------------------------
r146 | pazza | 2009-03-04 23:37:42 +0000 (Wed, 04 Mar 2009) | 1 line
Changed paths:
   M /trunk/Libs/LibChatHandler-1.0/LibChatHandler-1.0.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/WhisperEngine.lua

*modified filters to work with the new lib.
------------------------------------------------------------------------
r145 | pazza | 2009-03-03 03:50:01 +0000 (Tue, 03 Mar 2009) | 5 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Libs/Includes.xml
   A /trunk/Libs/LibChatHandler-1.0
   A /trunk/Libs/LibChatHandler-1.0/LibChatHandler-1.0.lua
   A /trunk/Libs/LibChatHandler-1.0/LibChatHandler-1.0.toc
   A /trunk/Libs/LibChatHandler-1.0/LibStub.lua
   A /trunk/Libs/LibChatHandler-1.0/lib.xml
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/WhisperEngine.lua
   A /trunk/Skins/Default/class_icons2.tga
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Constants.lua
   M /trunk/WIM.lua

I wrote a MCV chat handler lib. I am testing it and tweaking it from within WIM. Once ready for release, this should solve problems that chat addons have when working together. Specifically, those spam blocking addons.

+Added LibChatHandler-1.0 for chat management. I will post documentation for this.
*Fixed Level lookup.
*LibBabbel-TalentTree is disabled for now till i figure out why i can't get it to work.
------------------------------------------------------------------------
r144 | pazza | 2009-02-09 22:43:42 +0000 (Mon, 09 Feb 2009) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.toc

*Fixed error when closing tabs.
------------------------------------------------------------------------
r143 | pazza | 2009-01-27 21:23:56 +0000 (Tue, 27 Jan 2009) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Skins/Default/skin.lua
   A /trunk/Skins/Default/tab_flash.tga
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

- fixed the tabs (what i borked last update)
- added flash notifier to tabs containing unread messages. (Still need to add flash to tab scroll buttons.)
- requires restart to see flash. added new file to skin.
------------------------------------------------------------------------
r142 | pazza | 2009-01-21 20:32:13 +0000 (Wed, 21 Jan 2009) | 5 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Negotiate.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

*Fixed: Error when receiving whisper while minimizing.
*Fixed: Negotiating with guild members would cause addon msg spam.
*Changed outbound whispers priority from NORMAL to ALERT.
*Fix for 3.0.8 patch. GM's should no longer receive addon messages.
*Removed a call in WIM window on show. Should reduce tab lag?
------------------------------------------------------------------------
r140 | pazza | 2008-12-02 02:51:06 +0000 (Tue, 02 Dec 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Sounds.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

prep for release.
------------------------------------------------------------------------
r139 | pazza | 2008-12-01 23:10:03 +0000 (Mon, 01 Dec 2008) | 5 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Emoticons.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.toc

*Fixed: System message of user coming online wasn't being handled correctly.
+Added libraries to optional dependencies to allow for disembedded addons.
*Moved Window Alpha option from Window Settings to Display Settings.
+Added Window Strata option to Window Settings.
*Fixed: History viewer wasn't loading for entire realm.
------------------------------------------------------------------------
r138 | pazza | 2008-12-01 20:23:02 +0000 (Mon, 01 Dec 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

troubleshooting tabs and focus rules.
------------------------------------------------------------------------
r137 | pazza | 2008-11-21 04:49:09 +0000 (Fri, 21 Nov 2008) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Emoticons.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/TimeStamps.lua
   M /trunk/Sources/WindowHandler.lua

*Fixed the history viewer. For real this time? (Thanks Stewart)
*History text view loads correctly now on first click. (Thanks Stewart)
*History text views are stripped of all colors and emoticons.
------------------------------------------------------------------------
r136 | pazza | 2008-11-19 22:36:03 +0000 (Wed, 19 Nov 2008) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

*Fixed: Who lookups wouldn't update if already cached.
*Fixed: Default Spamfilter wasn't working as intended.
*Loading of skins also updates character info as well.
------------------------------------------------------------------------
r134 | pazza | 2008-11-12 20:40:39 +0000 (Wed, 12 Nov 2008) | 16 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/WIM.lua

*History frame was named incorrectly. 'WIM3_HistoryFrame' is its new name.
*Socket only compresses large transmissions to minimize resource usage.
*Optimized tabs.
*Tabs scroll correctly now.
*Location button on shortcut uses special W2W tooltip if applicable.
*History viewer wasn't displaying realms which had non-alphanumeric characters in it.
*Fixed bug where alerts where referencing minimap icon even though it hasn't been loaded.
+WIM now comes packaged with LibBabble-TalentTree-3.0 and further defines class information.
+Added W2W Talent Spec sharing.
*Lowered options frame strata from DIALOG to MEDIUM.
*Fixed animation crash (Caused by blizzards ScrollingMessageFrame).
+WIM's widget API now calls UpdateSkin method of widget if available upon skin loading.
*Long messages are now split correclty without breaking links.
*LastTellTarget is not set correctly when receiving AFK & DND responses.
+WIM now uses LibWho-2.0. WhoLib-1.0 is not considered depricated.
-Removed dependencies(libs) of all Ace2 addons including Deformat.
------------------------------------------------------------------------
r133 | pazza | 2008-11-11 06:25:45 +0000 (Tue, 11 Nov 2008) | 1 line
Changed paths:
   M /trunk/Modules/WhisperEngine.lua

* modified event handlers to preserve nil arg values.
------------------------------------------------------------------------
r132 | pazza | 2008-11-11 05:27:10 +0000 (Tue, 11 Nov 2008) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ChangeLog.lua
   M /trunk/Libs
   M /trunk/Libs/Includes.xml
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/Includes.xml
   M /trunk/Modules/W2W.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

+WIM now uses LibWho-2.0. WhoLib-1.0 is not considered depricated.
-Removed dependencies(libs) of all Ace2 addons including Deformat.
------------------------------------------------------------------------
r131 | pazza | 2008-11-10 22:09:27 +0000 (Mon, 10 Nov 2008) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/ToolBox.lua
   M /trunk/Sources/WindowHandler.lua

*WIM's widget API updated to call widget:UpdateSkin() when provided.
*messages sent which are greater than 255 characters are now split correctly preserving links and avoiding fragmented escape codes.
*AFK & DND messages now set last tell target accordingly.
------------------------------------------------------------------------
r130 | pazza | 2008-11-09 07:24:17 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/WindowHandler.lua

testing an idea
------------------------------------------------------------------------
r129 | pazza | 2008-11-06 22:13:23 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

I think i give up on the crash... It has to be a low level error.
------------------------------------------------------------------------
r128 | pazza | 2008-11-06 21:55:29 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

again
------------------------------------------------------------------------
r127 | pazza | 2008-11-06 21:46:28 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

Am I pissing off the Repo Yet? Crash Test away!
------------------------------------------------------------------------
r126 | pazza | 2008-11-06 21:35:36 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

crash test
------------------------------------------------------------------------
r125 | pazza | 2008-11-06 21:29:48 +0000 (Thu, 06 Nov 2008) | 2 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Libs/Includes.xml
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/W2W.lua
   M /trunk/Sources/Constants.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

crash test
+W2W Talent Spec service.
------------------------------------------------------------------------
r124 | pazza | 2008-11-06 19:22:57 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ChangeLog.lua
   M /trunk/Libs

Updated svn:external and pkgmeta to import LibBabble-TalentTree-3.0
------------------------------------------------------------------------
r123 | pazza | 2008-11-06 15:09:22 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Sources/WindowHandler.lua

* fixed error with alerts when minimap icon is disabled.
------------------------------------------------------------------------
r122 | pazza | 2008-11-06 00:13:03 +0000 (Thu, 06 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

added some debuggout output to help crash detect
------------------------------------------------------------------------
r121 | pazza | 2008-11-05 23:55:14 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

crash test
------------------------------------------------------------------------
r120 | pazza | 2008-11-05 20:15:06 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

crash test.
------------------------------------------------------------------------
r119 | pazza | 2008-11-05 20:08:30 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
   M /trunk/Modules/ShortcutBar.lua
   M /trunk/Modules/W2W.lua
   M /trunk/Sources/WindowHandler.lua

crash test
------------------------------------------------------------------------
r118 | pazza | 2008-11-05 19:49:03 +0000 (Wed, 05 Nov 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/History.lua
   M /trunk/Sources/ToolBox.lua
   M /trunk/Sources/WindowHandler.lua

- crash test.
------------------------------------------------------------------------
r117 | pazza | 2008-10-30 02:01:40 +0000 (Thu, 30 Oct 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/ShortcutBar.lua
   M /trunk/Modules/W2W.lua
   M /trunk/Sources/Locale.lua
   M /trunk/Sources/TabHandler.lua

*fixed scrolling of tabs. and added mousewheel support.
------------------------------------------------------------------------
r116 | pazza | 2008-10-29 20:07:30 +0000 (Wed, 29 Oct 2008) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Modules/History.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

*Socket only compresses large transmissions to minimize resource usage.
*Attempt at stopping minimize crashing.
*Attempt at fixing tab and lag issue.
------------------------------------------------------------------------
r115 | pazza | 2008-10-27 17:49:40 +0000 (Mon, 27 Oct 2008) | 1 line
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

Crash debugging - Take 1
------------------------------------------------------------------------
r113 | pazza | 2008-10-23 21:35:09 +0000 (Thu, 23 Oct 2008) | 14 lines
Changed paths:
   M /trunk/WIM.lua

    +Added Tab Management module. (Auto grouping of windows.)
    *Avoid any chances of dividing by 0 in window animation.
    *Changed window behavior priorities to: Arena, Combat, PvP, Raid, Party, Resting Other.
    *Fixed bug when running WIM on WOTLK.
    +W2W Typing notifiction is triggered from the default chat frame now too.
    -W2W will no longer notify user as typing if user is typing a slash command.
    *Fixed a resizing bug when using tabs. Entire tab group inherrits size until removed.
    +Added ChangeLog.lua (contains release information to be used later.)
    *Corrected shaman class color.
    *Focus gain also respects Blizzard's ChatEditFrame.
    *Filters are no longer trimmed.
    +Added deDE localizations.
    +Added sound options.
    +Added some stock sound files.
------------------------------------------------------------------------
r112 | pazza | 2008-10-23 21:33:46 +0000 (Thu, 23 Oct 2008) | 2 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Sounds.lua
   A /trunk/Sounds/ichatIn.mp3
   A /trunk/Sounds/ichatOut.mp3
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/WIM.lua

+Added sound options.
+Added some stock sound files.
------------------------------------------------------------------------
r111 | pazza | 2008-10-22 20:48:29 +0000 (Wed, 22 Oct 2008) | 3 lines
Changed paths:
   M /trunk/ChangeLog.lua
   M /trunk/Localization/deDE.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Sources/WindowHandler.lua

*Focus gain also respects Blizzard's ChatEditFrame.
*Filters are no longer trimmed.
+Added deDE localizations.
------------------------------------------------------------------------
r110 | pazza | 2008-10-21 21:12:06 +0000 (Tue, 21 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/Filters.lua

forgot to actually remove that filter... there you go.
------------------------------------------------------------------------
r109 | pazza | 2008-10-21 21:09:43 +0000 (Tue, 21 Oct 2008) | 6 lines
Changed paths:
   A /trunk/ChangeLog.lua
   M /trunk/Modules/W2W.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Constants.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.toc

-Removed "^/" from default filters. [/wim clear filters] to take effect.
+W2W Typing notifiction is triggered from the default chat frame now too.
-W2W will no longer notify user as typing if user is typing a slash command.
*Fixed a resizing bug when using tabs. Entire tab group inherrits size until removed.
+Added ChangeLog.lua (contains release information to be used later.)
*Corrected shaman class color.
------------------------------------------------------------------------
r108 | pazza | 2008-10-20 21:22:33 +0000 (Mon, 20 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/TabManagement.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

- Added Tab Management module & associated options
- Updated enUS translation reflecting additions from new options.
- tabs are no longer indexed by name but rather the window's objects.
------------------------------------------------------------------------
r107 | pazza | 2008-10-20 02:43:00 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
   M /trunk/Sources/StateHandler.lua

- Changed state handler priority to: Arena, Combat, Pvp, Raid, Party, Resting, Other.
------------------------------------------------------------------------
r106 | pazza | 2008-10-20 02:32:50 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/Sounds.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/WindowHandler.lua

- Works on WOTLK again. odd really. but simple fix.
------------------------------------------------------------------------
r105 | pazza | 2008-10-16 21:49:20 +0000 (Thu, 16 Oct 2008) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Filters.lua
   M /trunk/Sources/Locale.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

- Declared all strings that can be localized so far in case translators feel like getting started :-)
------------------------------------------------------------------------
r103 | pazza | 2008-10-16 05:59:39 +0000 (Thu, 16 Oct 2008) | 1 line
Changed paths:
   M /trunk/WIM.lua

Prep for package
------------------------------------------------------------------------
r102 | pazza | 2008-10-16 05:44:43 +0000 (Thu, 16 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Modules/Negotiate.lua
   M /trunk/Modules/W2W.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/Socket.lua

- optimized w2w widget.
- removed tbc compatibility hacks.
- revised negotiate module
------------------------------------------------------------------------
r101 | pazza | 2008-10-15 23:51:51 +0000 (Wed, 15 Oct 2008) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Libs
   M /trunk/Libs/Includes.xml
   M /trunk/Modules/Sounds.lua
   A /trunk/Sources/Compression.lua
   M /trunk/Sources/Includes.xml
   M /trunk/Sources/Socket.lua
   M /trunk/WIM.lua

- Fixed error when joining party/raid.
- Removed library LibCompress from package. Huffman algorithm created way too much garbage. Instead I moved the huffman code into WIM itself and optimized it. Runs a lot cleaner as well as escapes properly for save transmissions over addon channels.
- other various tweaks to remove garbage.
*Update requires game restart*
------------------------------------------------------------------------
r100 | pazza | 2008-10-15 06:53:47 +0000 (Wed, 15 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Modules/Negotiate.lua
   M /trunk/Modules/Sounds.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

- fixed error when joining party/raid.
- fixed bug where scroll frames weren't scrolling.
------------------------------------------------------------------------
r97 | pazza | 2008-10-14 06:32:10 +0000 (Tue, 14 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/W2W.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/WIM.lua
   M /trunk/WIM.toc

-- fixed paths... sorry.
------------------------------------------------------------------------
r93 | pazza | 2008-10-14 05:09:00 +0000 (Tue, 14 Oct 2008) | 1 line
Changed paths:
   M /trunk/WIM.lua
   M /trunk/WIM.toc

- updated toc for 30000
------------------------------------------------------------------------
r92 | pazza | 2008-10-14 04:59:35 +0000 (Tue, 14 Oct 2008) | 3 lines
Changed paths:
   A /trunk/.pkgmeta
   M /trunk/Modules/History.lua
   M /trunk/Modules/Includes.xml
   A /trunk/Modules/Negotiate.lua
   M /trunk/Modules/ShortcutBar.lua
   A /trunk/Modules/Textures/avatar.tga
   M /trunk/Modules/Tutorials.lua
   A /trunk/Modules/W2W.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Skins/Default/skin.lua
   A /trunk/Skins/Default/w2w.tga
   A /trunk/Sources/Clear.lua
   M /trunk/Sources/Includes.xml
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua
   A /trunk/WIM.toc
   D /trunk/WIM_Rewrite.toc

- initial w2w functionality
- changed toc name to WIM
- setting up pkgmeta
------------------------------------------------------------------------
r91 | pazza | 2008-10-13 16:44:44 +0000 (Mon, 13 Oct 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

- Added WIM.nextColor
------------------------------------------------------------------------
r90 | pazza | 2008-10-13 15:14:16 +0000 (Mon, 13 Oct 2008) | 5 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Modules/Sounds.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

- Proper GM support in windows. GM's flow through wow normally and are never passed through WIM's filters. (therefore can not be suppressed).
- If whispers are being stored in history, a GM will always be logged.
- GM's are appropriately labeled in history viewer.
- added font selection in options with option to use suggested settings from skins (on by default).
- skins can set font by global font objects (ie: ChatFontNormal) or though SmartMediaLib. font paths will not be accepted.
------------------------------------------------------------------------
r89 | pazza | 2008-10-11 01:36:08 +0000 (Sat, 11 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Locale.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/Options/OptionsTookKit.lua

- locale wasn't detecting enGB correctly.
- added options ui for history.
- added delete buttons to history frame.
- wim wasn't setting last tell target correctly.
------------------------------------------------------------------------
r88 | pazza | 2008-10-10 01:18:35 +0000 (Fri, 10 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Modules/Emoticons.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/URLHandler.lua
   M /trunk/Sources/Locale.lua

- Modified how emoticons & urls are processed.
- History no longer lags the game when loading a large convo.
------------------------------------------------------------------------
r87 | pazza | 2008-10-09 21:10:05 +0000 (Thu, 09 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Localization/Includes.xml
   A /trunk/Localization/enGB.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/Menu.lua
   A /trunk/Modules/Textures/tutorial.tga
   M /trunk/Modules/Tutorials.lua
   M /trunk/Sources/Locale.lua
   M /trunk/Sources/Options/Textures/blipBlue.tga

- added locale type enGB for date formatting reasons.
- modified graphics on WIM tutorials.
- updated Locale.lua to determin enGB locale.
------------------------------------------------------------------------
r86 | pazza | 2008-10-09 07:34:33 +0000 (Thu, 09 Oct 2008) | 3 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Modules/Includes.xml
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Modules/WhisperEngine.lua
   A /trunk/Modules/ldb.lua
   M /trunk/Sources/WindowHandler.lua

- fixed bug where history widget kept disappearing.
- history widget, when clicked, now links to the history viewer.
- added LibDataBroker support (mainly for Fubar & Titan)
------------------------------------------------------------------------
r85 | pazza | 2008-10-08 22:45:16 +0000 (Wed, 08 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Sources/WindowHandler.lua

- added search to history (needs a few user input checks)
------------------------------------------------------------------------
r84 | pazza | 2008-10-08 20:48:12 +0000 (Wed, 08 Oct 2008) | 2 lines
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Sources/WindowHandler.lua

- modifications to message formatting
- history browsing by realm across multiple characters wasn't working right.
------------------------------------------------------------------------
r83 | pazza | 2008-10-08 19:45:16 +0000 (Wed, 08 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/History.lua
   M /trunk/Sources/WindowHandler.lua

- some widgets weren't triggering events like they should. (Prat Testing)
------------------------------------------------------------------------
r82 | pazza | 2008-10-07 03:05:30 +0000 (Tue, 07 Oct 2008) | 1 line
Changed paths:
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/History.lua
   M /trunk/Modules/TimeStamps.lua
   M /trunk/WIM.lua

- Finished large portion of History Viewer   (/wim history)
------------------------------------------------------------------------
r81 | pazza | 2008-10-05 06:12:28 +0000 (Sun, 05 Oct 2008) | 6 lines
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Emoticons.lua
   A /trunk/Modules/History.lua
   M /trunk/Modules/Includes.xml
   M /trunk/Modules/Menu.lua
   A /trunk/Modules/TabManagement.lua
   M /trunk/Modules/TimeStamps.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua
   M /trunk/WIM_Rewrite.toc

-- optimized emoticon module.
-- Added history module. Records all whispers and shows preview if history exists. Creates history widget and shows when applicable (does not link to history viewer yet since it does not exist).
-- modified timestamp module.
-- updated skin table for history widget.
-- Tab management module created. Just a place holder for now. Does nothing.
**History still needs options UI.
------------------------------------------------------------------------
r80 | pazza | 2008-10-03 02:53:15 +0000 (Fri, 03 Oct 2008) | 4 lines
Changed paths:
   M /trunk/Modules/Filters.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/WIM.lua

- filters are now functional (to be tested of course).
- included are default filters one of which is protected and cannot be deleted.
- Note: Filter/Level Rules - Are ignored if a window is already open for the user. Window open means you want to talk to the person.
- Note: Reset your filters by  /script WIM3_Filters = nil; ReloadUI();
------------------------------------------------------------------------
r79 | pazza | 2008-10-02 20:59:35 +0000 (Thu, 02 Oct 2008) | 3 lines
Changed paths:
   A /trunk/Modules/Filters.lua
   M /trunk/Modules/Includes.xml
   M /trunk/Sources/Options/CoreOptions.lua
   A /trunk/Sources/Options/Textures/down.tga
   A /trunk/Sources/Options/Textures/up.tga
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua
   M /trunk/WIM_Rewrite.toc

- Some adjustments to socket compression. (not quite finished)
- Added filter module as well as filter UI. Filters not yet functional however.
- This build requires a restart (new files).
------------------------------------------------------------------------
r78 | pazza | 2008-10-01 14:01:48 +0000 (Wed, 01 Oct 2008) | 1 line
Changed paths:
   M /trunk/Libs

...
------------------------------------------------------------------------
r77 | pazza | 2008-10-01 13:59:22 +0000 (Wed, 01 Oct 2008) | 1 line
Changed paths:
   M /trunk/Libs

sorry missed one...
------------------------------------------------------------------------
r76 | pazza | 2008-10-01 13:43:20 +0000 (Wed, 01 Oct 2008) | 1 line
Changed paths:
   M /trunk/Libs

- again external update..
------------------------------------------------------------------------
r75 | pazza | 2008-10-01 04:06:27 +0000 (Wed, 01 Oct 2008) | 1 line
Changed paths:
   M /trunk/Libs

Updated externals.
------------------------------------------------------------------------
r74 | pazza | 2008-09-30 21:04:06 +0000 (Tue, 30 Sep 2008) | 3 lines
Changed paths:
   M /trunk/Modules/ShortcutBar.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

-- shortcut bar should be complete. Additional API will be made for it if needed at a later time.
-- Windows acount for widgets in its size restricting. This prevents widgets hanging off the window when windows are made too small for them.

------------------------------------------------------------------------
r73 | pazza | 2008-09-30 03:42:22 +0000 (Tue, 30 Sep 2008) | 4 lines
Changed paths:
   M /trunk/Modules/Menu.lua
   M /trunk/Modules/ShortcutBar.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

-- modified shortcut bar skin schema allowing for spacing between buttons.
-- 'add friend'' shortcut is now shown when applicable.
-- changed order of operations in math equation to avoid chance of dividing by 0.
-- friend & guild cache now recycles their own tables. make gc happier.
------------------------------------------------------------------------
r72 | pazza | 2008-09-29 22:21:07 +0000 (Mon, 29 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Modules/Includes.xml
   A /trunk/Modules/ShortcutBar.lua
   A /trunk/Skins/Default/shortcuts_frame.tga
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/WindowHandler.lua

- initial shortcut bar widget.
- additions to the widget api.
------------------------------------------------------------------------
r71 | pazza | 2008-09-28 18:29:30 +0000 (Sun, 28 Sep 2008) | 2 lines
Changed paths:
   M /trunk/WIM.lua

- Fixed bug where events where being processed prior to WIM receiving its saved variables.
- Fixed: Modules where getting passed events even when WIM was disabled.
------------------------------------------------------------------------
r70 | pazza | 2008-09-26 21:53:49 +0000 (Fri, 26 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

- fixed error caused when closing a window from its tab.
------------------------------------------------------------------------
r69 | pazza | 2008-09-26 19:22:32 +0000 (Fri, 26 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Modules/Menu.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/WindowHandler.lua

- Modified Menu status visuals and text color.
- removed 255 message length limit from WIM's message boxes. Messages are automatically split if they are over the allowed length.
------------------------------------------------------------------------
r68 | pazza | 2008-09-26 05:57:48 +0000 (Fri, 26 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Hooks.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

- Added handling of chat_sys_msg events in order to catch/suppress user not online, friend when off & online messages.
- fixed bug in hooks, caused error when tab key was pressed in chateditbox.
------------------------------------------------------------------------
r67 | pazza | 2008-09-25 22:10:12 +0000 (Thu, 25 Sep 2008) | 3 lines
Changed paths:
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Skins/Default/tab_normal.tga
   M /trunk/Skins/Default/tab_selected.tga
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/ToolBox.lua
   M /trunk/Sources/WindowHandler.lua

- Modified visuals in options frame work - nested check boxes.
- Added option to show unread messages on right click of minimap icon (disabled by default)
- fixed tab graphics to conform to skin schema.
------------------------------------------------------------------------
r66 | pazza | 2008-09-25 20:42:23 +0000 (Thu, 25 Sep 2008) | 5 lines
Changed paths:
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/WindowHandler.lua

- Slightly modified how skins are loaded to account for class color.
- Added some globals to the skinner. (mainly for options sake).
- Added option to set skin. Skinners can start testing. We'll improve on it as you need.
- Made classic skin's styles into independent skins.
- Option's Disable/Enable functions now give a more modal feel when displaying color picker.
------------------------------------------------------------------------
r65 | pazza | 2008-09-25 16:06:16 +0000 (Thu, 25 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/WindowHandler.lua

- Fixed bug when resizing windows and depressing shift before completed.
------------------------------------------------------------------------
r64 | pazza | 2008-09-25 05:40:41 +0000 (Thu, 25 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/Socket.lua

- fixed error on window behavior screen on wotlk (thank you stewart)
- sockets now uses the huffman compression method to send data. (thank you stewart for adding the encode/decode functions)
------------------------------------------------------------------------
r63 | pazza | 2008-09-24 03:34:33 +0000 (Wed, 24 Sep 2008) | 7 lines
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

-- Added window type "demo"
-- Added option to set default window spawn point.
-- Added cascading options (may need improvement).
-- Added option to disable who lookups.
-- Modified skin table for tabs and added scroll arrows.
-- Messages are no longer lost when received while window is moving.
-- random bug fixes reported which i can't remember atm.
------------------------------------------------------------------------
r62 | pazza | 2008-09-23 02:33:53 +0000 (Tue, 23 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Modules/MinimapIcon.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/WindowHandler.lua

- messages are no longer lost when a message is received while moving windows.
- minimap alerts are now triggered when messages are received when window is hidden.
------------------------------------------------------------------------
r61 | pazza | 2008-09-22 22:16:31 +0000 (Mon, 22 Sep 2008) | 1 line
Changed paths:
   M /trunk/Modules/URLHandler.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/WindowHandler.lua

Fixed this/self issue between game versions.
------------------------------------------------------------------------
r60 | pazza | 2008-09-22 21:07:51 +0000 (Mon, 22 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/Socket.lua
   M /trunk/Sources/Stewmat.lua

socket testing
------------------------------------------------------------------------
r59 | pazza | 2008-09-22 19:58:23 +0000 (Mon, 22 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/Socket.lua

socket test.
------------------------------------------------------------------------
r58 | pazza | 2008-09-22 16:23:05 +0000 (Mon, 22 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Libs
   M /trunk/Libs/Includes.xml
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Includes.xml
   A /trunk/Sources/Socket.lua
   M /trunk/Sources/Stewmat.lua
   M /trunk/WIM.lua

Attached a couple libraries.
created a socket management segment for WIM transmissions.
------------------------------------------------------------------------
r57 | pazza | 2008-09-19 15:14:51 +0000 (Fri, 19 Sep 2008) | 1 line
Changed paths:
   M /trunk/Modules/Menu.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/Options/Textures/blipAmber.tga
   M /trunk/Sources/Options/Textures/blipBlue.tga
   M /trunk/Sources/Options/Textures/blipClear.tga
   M /trunk/Sources/Options/Textures/blipRed.tga
   M /trunk/Sources/Options/Textures/close.tga

Modified some textures
------------------------------------------------------------------------
r56 | pazza | 2008-09-18 22:10:38 +0000 (Thu, 18 Sep 2008) | 3 lines
Changed paths:
   M /trunk/Modules/Menu.lua
   M /trunk/Sources/Options/Options.lua
   A /trunk/Sources/Options/Textures/blipAmber.tga
   A /trunk/Sources/Options/Textures/blipBlue.tga
   A /trunk/Sources/Options/Textures/blipClear.tga
   A /trunk/Sources/Options/Textures/blipRed.tga
   A /trunk/Sources/Options/Textures/close.tga

- added close button to options
- added status icons to menu (only 2 states atm)
- added a few images files. (restart required)
------------------------------------------------------------------------
r55 | pazza | 2008-09-18 20:42:10 +0000 (Thu, 18 Sep 2008) | 3 lines
Changed paths:
   M /trunk/Modules/URLHandler.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/Options.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

- Added more options & objects to the option toolkit.
- changed url module to run from it's own name space.
- added Enable() and Disable() to options frame when using modals.
------------------------------------------------------------------------
r54 | pazza | 2008-09-18 04:49:49 +0000 (Thu, 18 Sep 2008) | 2 lines
Changed paths:
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/OptionsTookKit.lua
   M /trunk/Sources/WindowHandler.lua

- More work on the Options UI.
- You must call   /wim reset   to revert to default settings.
------------------------------------------------------------------------
r53 | pazza | 2008-09-17 22:01:38 +0000 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Sources/Options/CoreOptions.lua
   M /trunk/Sources/Options/OptionsTookKit.lua

- Added initial Whisper options UI
------------------------------------------------------------------------
r52 | pazza | 2008-09-17 07:33:05 +0000 (Wed, 17 Sep 2008) | 4 lines
Changed paths:
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/SlashHandler.lua
   M /trunk/Sources/WindowHandler.lua

- turned off debugging text.
- fixed suppression of messages.
- further modified skin schema.
- removed traces of skin styles.
------------------------------------------------------------------------
r51 | pazza | 2008-09-17 02:55:56 +0000 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/Skins/Default/skin.lua
   M /trunk/Sources/Skinner.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

Skins no longer have styles: Updated necessary code & skin to reflect this change.
------------------------------------------------------------------------
r50 | pazza | 2008-09-17 02:09:21 +0000 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/Stewmat.lua

Added Focus rules and refined pop rules for tabbed windows.
------------------------------------------------------------------------
r49 | pazza | 2008-09-17 00:52:40 +0000 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/Sources/Stewmat.lua

One more for Stew.
------------------------------------------------------------------------
r48 | pazza | 2008-09-17 00:49:32 +0000 (Wed, 17 Sep 2008) | 1 line
Changed paths:
   M /trunk/Modules/Menu.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/Includes.xml
   A /trunk/Sources/Stewmat.lua
   M /trunk/Sources/WindowHandler.lua
   M /trunk/WIM.lua

Some fun with Stew.
------------------------------------------------------------------------
r47 | pazza | 2008-09-16 05:43:33 +0000 (Tue, 16 Sep 2008) | 6 lines
Changed paths:
   M /trunk/Modules/Emoticons.lua
   M /trunk/Modules/WhisperEngine.lua
   M /trunk/Sources/TabHandler.lua
   M /trunk/Sources/WindowHandler.lua

- fixed bug with minimizing/restoring tabbed windows
- fixed bug history/emoticon conflict
- added fontstring to tab buttons (work in progress)
- modified how windows are referenced in several places
- changed pop_rule structure & added sever more settings (no ui yet).
- tab textures read from skin table.
------------------------------------------------------------------------
r46

Additional Files

Type Name Size Uploaded Game Version Downloads
1,012.95 KB Mar 12, 2009 3.0.9 107