Latest Alex's LiCe for World of Warcraft (Development) Files http://wow.curseforge.com/addons/wowlice/files/ The latest files available for Alex's LiCe for World of Warcraft (Development) en-us Fri, 16 Jan 2009 01:23:50 +0000 CurseForge.com (http://www.curseforge.com) WoWLiCe v0.1.79 http://wow.curseforge.com/addons/wowlice/files/15-wow-li-ce-v0-1-79/ <ul><li> Clicking inventory spotlight icon now cycles through different icons. </li><li> Moved Inventory Spotlight over to LiCe Bags. It can run standalone. </li><li> Assimilated AlexBags into LiCe and changed all references to LiCe Bags </li><li> Throttled Status Bar updates, now uses /set STATUS_UPDATE_SPEED (delay in seconds) </li><li> Removed /esc main menu failsafe since there is a main menu button now on the default UI. </li><li> Added LiCe Combo Damage module. Shows total damage of multiple hits that occur close enough to each other to show simultanious damage numbers. </li><li> Added preliminary capability to add what I used to separate in lua files into separate addons. LiCe Combo Damage is the first of these. Support is very minimal. Saved variables and setting integration has not been done yet. </li><li> Added LiCe UI Screensaver. Fades out UI 5% every 20 minutes for 30 seconds. </li><li> Took out reloading of UI during theme change. It was not needed </li></ul> Fri, 16 Jan 2009 01:23:50 +0000 http://wow.curseforge.com/addons/wowlice/files/15-wow-li-ce-v0-1-79/ http://wow.curseforge.com/addons/wowlice/files/15-wow-li-ce-v0-1-79/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.78svn http://wow.curseforge.com/addons/wowlice/files/14-wow-li-ce-v0-1-78svn/ <ul><li> Fixed /sv to show current theme being used. </li><li> Implemented LiCe themes (/theme) and added several themes to the mix </li><li> Added /sv command to show LiCe version to yourself or another user (via /whisper) </li></ul> <p><br /> </p> Fri, 28 Nov 2008 20:39:44 +0000 http://wow.curseforge.com/addons/wowlice/files/14-wow-li-ce-v0-1-78svn/ http://wow.curseforge.com/addons/wowlice/files/14-wow-li-ce-v0-1-78svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.77svn http://wow.curseforge.com/addons/wowlice/files/13-wow-li-ce-v0-1-77svn/ <ul><li> Auto-reply matches in other windows now notify you in the current window, and optionally (with /mtog i) show the entire message in the current window as an alert. </li><li> Quelled /chatinfo VISIBLE response from Trade - City. It's the only way to really fix the spam problem, because Blizzard f*cks up the /chatinfo on Trade - City. You will still get the list of users in there, after you leave the channel, and *very rarely* while you're still there. </li><li> Localized last message and repeat count variables to the individual chat frame. Same messages (ie. having a channel in two windows) was counting as a repeated msg. </li><li> GPS preserves previous waypoint that was set before you died and restores it after resurrection. </li><li> GPS now automatically tracks the location of your corpse when you die. </li><li> Moved System Tray functions to StatusBar.lua </li><li> Removed obsolete WoWLiCe_Debug Addon </li><li> Changed title to "LiCe for World of Warcraft" in toc </li><li> Fixed the version check for the default settings. </li><li> Commented out various unneeded debug print statements. </li></ul> <p><br /> </p> Wed, 26 Nov 2008 20:46:21 +0000 http://wow.curseforge.com/addons/wowlice/files/13-wow-li-ce-v0-1-77svn/ http://wow.curseforge.com/addons/wowlice/files/13-wow-li-ce-v0-1-77svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.76svn http://wow.curseforge.com/addons/wowlice/files/11-wow-li-ce-v0-1-76svn/ <ul><li> Added LiCe GPS Waypoint tracking and navigation to system tray. </li><li> Added LiCe GPS simplfied waypoint creation (with /wp). </li><li> Added LiCe GPS directional navigation to system tray. </li><li> Added LiCe System Tray functionality (%Y in STATUS_FORMATx). </li><li> Fixed issue where it would say a message repeated even if it was an old message </li><li> Changed default STATUS_FORMAT2 to add SPEED to the def. status bar. </li><li> Added STATUS_SPEED to display current running speed using GetUnitSpeed() </li></ul> <p><br /> </p> Sun, 23 Nov 2008 21:59:19 +0000 http://wow.curseforge.com/addons/wowlice/files/11-wow-li-ce-v0-1-76svn/ http://wow.curseforge.com/addons/wowlice/files/11-wow-li-ce-v0-1-76svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.75svn http://wow.curseforge.com/addons/wowlice/files/10-wow-li-ce-v0-1-75svn/ <ul><li> Fixed issue where "Last line repeated" message wasn't recorded as the last message. </li><li> Updated default STATUS_ZONE to use the coordinates, and changed default status bar format. </li><li> Added map coordinates to STATUS_ZONE via %fX and %fY, where f = amount of decimal places for the resulting displayed number. </li></ul> <p><br /> </p> Fri, 21 Nov 2008 22:24:31 +0000 http://wow.curseforge.com/addons/wowlice/files/10-wow-li-ce-v0-1-75svn/ http://wow.curseforge.com/addons/wowlice/files/10-wow-li-ce-v0-1-75svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.74svn http://wow.curseforge.com/addons/wowlice/files/9-wow-li-ce-v0-1-74svn/ <ul><li> Added feature to qwell repetative messages in the Chat Window. If a message repeats more than once, instead of printing out a bunch of lines, it prints the message out once and then prints out an info message saying the last message repeated X amount of times. This is to minimize the flooding of "Player Not Found" messages due to the ignore sharing system, and also will alleviate headaches elsewhere as well. </li><li> Fixed erronious link that appears in channel messages without an author (ie. LocalDefense) </li><li> Replaced regex to get WHO info with GetWhoInfo() in WhoReply because my regex didn't support Death Knights and it is silly since GetWhoInfo(1) does the same thing. (so i think... so i hope...;) * Added Death Knight support to Alex:GetRaidColors() (actual internal name is DEATHKNIGHT, not DEATH KNIGHT) (Technically a change to AlexLib, not WoWLiCe) * Added Death Knight to the class list (used for internal checking) </li></ul> <p><br /> </p> Fri, 21 Nov 2008 18:07:43 +0000 http://wow.curseforge.com/addons/wowlice/files/9-wow-li-ce-v0-1-74svn/ http://wow.curseforge.com/addons/wowlice/files/9-wow-li-ce-v0-1-74svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.73svn http://wow.curseforge.com/addons/wowlice/files/8-wow-li-ce-v0-1-73svn/ <ul><li> Fixed problem where /chatinfo &lt;channel&gt; prints out default Blizzard output as well as LiCe output, causing massive spam on channel stats on join messages. </li><li> Fixed Easy Whisper/Query (it wasn't truly fixed last time, I forgot about the new Friends system using Blizzard's friend ID's) </li><li> Fixed Join/Leave/Change/Mode channel notices. In 3.x they changed the format of those specific strings to provide channel links. </li></ul> <p><br /> </p> Thu, 20 Nov 2008 03:15:23 +0000 http://wow.curseforge.com/addons/wowlice/files/8-wow-li-ce-v0-1-73svn/ http://wow.curseforge.com/addons/wowlice/files/8-wow-li-ce-v0-1-73svn/ no-reply@curseforge.com (hillie) WoWLiCe v0.1.72svn http://wow.curseforge.com/addons/wowlice/files/6-wow-li-ce-v0-1-72svn/ <ul><li> Fixed Easy Whisper / Easy Query (Friends list revamp broke it earlier) </li><li> Updated TOC for Wrath of the Lich King </li><li> Default status bars color is now has an icy blue tinge, c/o the Lich King&nbsp;:) </li><li> Rewrote friends sharing code completely (sharing across realms/factions) + </li><li> Added ignore reasons to /ig command (ignore-pane ad-in coming soon) ++ </li></ul> <p>+ a note about Friends syncing (what I call it now). Now when you open your friends pane you will get checkboxes to the right of the pane for each friend. If you wish to sync them across all toons in the same faction/realm check the checkbox and they will be. Uncheck them and they no longer will be. </p><p>++ New usage: /ig &lt;user&gt; [&lt;reason&gt;] ... reasons are displayed in the ignore panel next to the name. </p> Tue, 18 Nov 2008 04:29:38 +0000 http://wow.curseforge.com/addons/wowlice/files/6-wow-li-ce-v0-1-72svn/ http://wow.curseforge.com/addons/wowlice/files/6-wow-li-ce-v0-1-72svn/ no-reply@curseforge.com (hillie) WoW LiCe v0.1.71 http://wow.curseforge.com/addons/wowlice/files/3-wow-lice-v0-1-71/ <p>LiCe for World of Warcraft ChangeLog </p><p>v0.1.71: <pre>* Fixed rare infinite loop in the FetchReturnedNames() (who db code) </pre> Thu, 26 Jun 2008 06:41:31 +0000 http://wow.curseforge.com/addons/wowlice/files/3-wow-lice-v0-1-71/ http://wow.curseforge.com/addons/wowlice/files/3-wow-lice-v0-1-71/ no-reply@curseforge.com (hillie) WoW LiCe v0.1.70 http://wow.curseforge.com/addons/wowlice/files/2-wow-lice-v0-1-70/ <p>LiCe for World of Warcraft ChangeLog </p><p>v0.1.70: </p> <ul><li> Project officially changed to BETA status. </li><li> Added Inventory Spotlight (real-time as-you-type searching of bags) </li></ul> Wed, 25 Jun 2008 01:22:34 +0000 http://wow.curseforge.com/addons/wowlice/files/2-wow-lice-v0-1-70/ http://wow.curseforge.com/addons/wowlice/files/2-wow-lice-v0-1-70/ no-reply@curseforge.com (hillie) v0.1.69 http://wow.curseforge.com/addons/wowlice/files/1-v0-1-69/ <p>LiCe for World of Warcraft ChangeLog </p><p>v0.1.69: <pre>* Fixed GetRaidColors() in AlexLib. If class is nil for any reason it returns a bright magenta color instead of throwing an error. * Added LiCe Status Bars - 1 titlebar and 2 lower bars * Added color support for the status bars (%c/%r/%k) * Removed WoWLiCe.lua/StatusBar.lua from toc (they're loaded by the xml) * Changed HP/Mana STATUS /set vars so that eg. HP and maxHP can be shown in the same var. Before it was using two separate vars for each HP and Mana. * Lots of fixes and debug printouts for testers. * Added STATUS_LEVEL. You can now have your level on the status bars. * Added STATUS_GOLD. You can now have your amount of money on the status bars. No money icons yet because you can't properly get each separate icon with |T in the fontstring, and I think including separate images is a waste of space right now. More research is needed. * Added letters D, S, and T to /tog for the status bars. * You can now independently change the colors of all three status bars (via /set vars) * The status bars are now slightly translucent by default. You can change their alpha level with a set variable. </pre> <p>v0.1.68: <pre>* Made keybindings for Channel Surfing for when the edit box isn't open * Made said keybindings change the relevant /set variables * Made it so that when you change the Channel Surfing /set variables it changes the keybindings * Made it so you can remove the Channel Surfing Key Bindings and it sets the vars to &lt;EMPTY&gt; * Made it so that non-printable characters are not allowed to be set as Channel Surfing key bindings * Made it so that only one key can be bound to Forward Channel Surfing, Backward Channel Surfing (1 key per) * Fixed the AddMessage call in LiCe:Print() to properly use the new nostack argument I added to AddMessage * Made it so you are warned of ignored users on channels you join * Ignore reasons now appear on the stock Ignore Panel. * Added per channel names DB that gets populated on channel join/list (This is for upcoming TAB completion system) * Made /who output able to be themed (not using global strings, because that doesn't let you do raid colors) * Implemented WHO database. Lots of testing needed here. </pre> <p>v0.1.67: <pre>* Removed problematic "message swallowing" code that is outdated and was causing parts of the theme to not load right on startup. * Fixed Stacked Messages. * Fixed "Left Channel" theme issue. Apparently when you leave the "Trade - City" channel it uses a different variable in GlobalStrings. * Fixed various issues where UNKNOWN COMMAND sporadically pops up when an addon does something like editBox:SetText("/use bread"); ChatEdit_SendLine(editBox), (Cryo anyone?) and when inserting back ticks in channel surfing and erasing them and then hitting return still caused UNKNOWN COMMAND: ``` or whatever. Fixed. * Fixed text emotes. * Text emotes are no longer match against Auto-Reply words * Text emotes now are properly recorded along with regular emotes when you are * Wrote /tel Mage alias, then had to comment it out because you can't cast teleports/portals from CastSpellByName()&nbsp;:( I asked for it in the UI suggestions thread on WoW Forums. Let's hope they accept it. * Made /esc alias ask for confirmation before actually enabling it. This is because ToggleGameMenu() is a protected function and WoW WILL complain that WoWLiCe executed a function that is only for the Blizzard UI and ask the user whether to disable the addon or not. This is mad invasive, which is why now if the user accidentally types /esc for whatever reason, it's just a simple "Are you sure?" prompt. * The hourly time message now displays in a HH:MM AM/PM format if CLOCK_24HOUR is off, and a 24 hour format if it's on, or a custom format if CLOCK_FORMAT is set (regardless of the setting of CLOCK_24HOUR). CLOCK_FORMAT uses strftime() format. * You can now print out the time as seen in the hourly time message by typing /time. * Fixed a problem where there's a noticeable delay after changing MAX_CHAT_LINES. The way it worked is that the buffer is truncated to MAX_CHAT_LINES lines everytime AddMessage is called, but after changing the MAX_CHAT_LINES the buffer must be printed back out to the chat frames because SetMaxLines() clears the chat frame. I made it truncate the buffers BEFORE printing them back out. So you'll still get a delay if your MAX_CHAT_LINES is large enough, but at least if you go from 500 to 128 it will near-instantly come back. * Added channel stats on join. You now get a list of users on a channel when you join the channel, and if any of your friends are on the channel you get notified of this. You can get an enhanced list of users by typing /sc &lt;channel number&gt; (same as /chatinfo) </pre> <p>v0.1.66: <pre>* Added /wi alias to /who. * Started a ChangeLog that's in the main addon directory * Included a copy of the GNU General Public License v3 (COPYING.txt) in main addon directory * Changed the comments in the beginning of WoWLiCe.lua to reflect its release under the GPL v3. * Fixed a bug where everything is broken for someone who never used LiCe before (found by Zulynn) * Changed version in toc file to match true version, and made all references to version in the addon point to the toc version </pre> <p>v0.1.64: <pre>* Made it so whenever any setting in /set is changed that affects themes, the theme is reloaded * Made GetColor() return also an alpha value (so it could be used directly in themes to get the colors without problems) * Changed the Join/Part/Changed channel messages, made them look exactly like they do in EPIC4 LiCe, except the channel name appears in white. This looks WAY more elegant than the default Blizzard one. * Changed the voice enabled/disabled message. I am not changing many of the custom channel specific text because I don't think anyone even uses that functionality except maybe game masters? not a priority but since channel LiCe is voice enabled i had to make it look nice * Changed the whisper received/sent msgs in Hybrid theme. Now it's exactly like EPIC4 LiCe but with Blizzard colors, which is what the Hybrid theme is supposed to be. * Removed the []'s from the player links in whisper gets/sends from the core output so that if you want []'s you can do [%s] in the theme, if not you can take it out (also: EPIC4 LiCe uses a space between the brackets and the names for private msgs) * Updated the AlexLib version to reflect it's true release number. </pre> <p><br /> v0.1.62: <pre>* Initial release </pre> Mon, 23 Jun 2008 14:12:06 +0000 http://wow.curseforge.com/addons/wowlice/files/1-v0-1-69/ http://wow.curseforge.com/addons/wowlice/files/1-v0-1-69/ no-reply@curseforge.com (hillie)