File Details
r43-release-nolib
- R
- Mar 28, 2009
- 14.60 KB
- 10
- 3.0.9
- Retail
File Name
TB_Core-r43-release-nolib.zip
Supported Versions
- 3.0.9
------------------------------------------------------------------------
r44 | valana_tb | 2009-03-28 21:39:58 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
A /tags/r43-release (from /trunk:43)
Tagging as r43-release
------------------------------------------------------------------------
r43 | valana_tb | 2009-03-28 21:27:27 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
M /trunk/Locales/deDE.lua
M /trunk/Locales/enUS.lua
M /trunk/Locales/esES.lua
M /trunk/Locales/esMX.lua
M /trunk/Locales/frFR.lua
M /trunk/Locales/koKR.lua
M /trunk/Locales/ruRU.lua
M /trunk/Locales/zhCN.lua
M /trunk/Locales/zhTW.lua
if (not L) then return end
------------------------------------------------------------------------
r42 | valana_tb | 2009-03-28 20:59:14 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
M /trunk/Locales/deDE.lua
M /trunk/Locales/esES.lua
M /trunk/Locales/esMX.lua
M /trunk/Locales/frFR.lua
M /trunk/Locales/koKR.lua
M /trunk/Locales/ruRU.lua
M /trunk/Locales/zhCN.lua
M /trunk/Locales/zhTW.lua
if (L) then...
------------------------------------------------------------------------
r40 | valana_tb | 2009-03-28 06:27:37 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Typo.
------------------------------------------------------------------------
r39 | valana_tb | 2009-03-28 06:26:18 +0000 (Sat, 28 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
UnitInParty("player") always returns 1. Sigh...
------------------------------------------------------------------------
r38 | valana_tb | 2009-03-27 00:16:53 +0000 (Fri, 27 Mar 2009) | 2 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/Embeds.xml
M /trunk/Locales/enUS.lua
M /trunk/TB_Core.lua
Updated alpha code for AutoBG refactoring.
Add the slash commands using AceConsole.
------------------------------------------------------------------------
r37 | valana_tb | 2009-03-27 00:14:29 +0000 (Fri, 27 Mar 2009) | 1 line
Changed paths:
A /trunk/Locales/deDE.lua
A /trunk/Locales/esES.lua
A /trunk/Locales/esMX.lua
A /trunk/Locales/frFR.lua
A /trunk/Locales/koKR.lua
A /trunk/Locales/ruRU.lua
A /trunk/Locales/zhCN.lua
A /trunk/Locales/zhTW.lua
M /trunk/Locales.xml
Added localization injection support for all locales.
------------------------------------------------------------------------
r36 | valana_tb | 2009-03-26 03:51:38 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
GetGuildInfo("player") => IsInGuild().
------------------------------------------------------------------------
r35 | valana_tb | 2009-03-26 03:46:25 +0000 (Thu, 26 Mar 2009) | 2 lines
Changed paths:
M /trunk/TB_Core.lua
IsGuildMate() now accepts a parameter specifying whether to consider offline members, instead of always considering them.
IsGuildMate() now returns immediately if the player is not in a guild.
------------------------------------------------------------------------
r34 | valana_tb | 2009-03-25 03:35:23 +0000 (Wed, 25 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Don't force TB Emo-tes enabled in alpha versions.
------------------------------------------------------------------------
r33 | valana_tb | 2009-03-24 06:22:40 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
if (not _isValana) encompassed too much.
------------------------------------------------------------------------
r32 | valana_tb | 2009-03-24 06:06:29 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Don't toggle the add-ons for myself.
------------------------------------------------------------------------
r31 | valana_tb | 2009-03-24 02:24:35 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
strgsub => gsub
------------------------------------------------------------------------
r29 | valana_tb | 2009-03-22 20:33:02 +0000 (Sun, 22 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Restored the action bar gryphons.
------------------------------------------------------------------------
r28 | valana_tb | 2009-03-22 09:23:34 +0000 (Sun, 22 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
IsInSameGroup => IsUnitInGroup.
------------------------------------------------------------------------
r26 | valana_tb | 2009-03-22 08:57:22 +0000 (Sun, 22 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Only hide the mini-map world map button in alpha builds.
------------------------------------------------------------------------
r24 | valana_tb | 2009-03-22 08:30:36 +0000 (Sun, 22 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Removed TbCore:SendMessageTo().
------------------------------------------------------------------------
r23 | valana_tb | 2009-03-22 08:17:10 +0000 (Sun, 22 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Fixed filtering logic in AutoBG comm handlers.
------------------------------------------------------------------------
r22 | valana_tb | 2009-03-22 08:15:13 +0000 (Sun, 22 Mar 2009) | 3 lines
Changed paths:
M /trunk/TB_Core.lua
More cleanup.
Replaced a stray self:IsInGroup() with the appropriate IsInParty("player").
Removed TbCore:Whisper().
------------------------------------------------------------------------
r21 | valana_tb | 2009-03-21 04:28:33 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Make use of self:IsInSameGroup().
------------------------------------------------------------------------
r20 | valana_tb | 2009-03-21 04:18:22 +0000 (Sat, 21 Mar 2009) | 2 lines
Changed paths:
M /trunk/TB_Core.lua
self:IsInParty() no longer exists.
UnitIsInParty() => UnitInParty.
------------------------------------------------------------------------
r19 | valana_tb | 2009-03-21 04:14:52 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
UnitName() should never be passed nil.
------------------------------------------------------------------------
r18 | valana_tb | 2009-03-21 04:10:48 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Typo in GetCaseInsensitivePattern().
------------------------------------------------------------------------
r17 | valana_tb | 2009-03-21 03:35:44 +0000 (Sat, 21 Mar 2009) | 7 lines
Changed paths:
M /trunk/TB_Core.lua
Use locals to speed up the execution of all methods.
Removed argument defaulting from most methods. TB_Core is not intended to be used for player used like 3 years ago, and assuming "target" whenever unit was nil is just a bad idea now.
Removed TbCore:IsInRaid(), since one can simply call IsInRaid("player").
Removed TbCore:IsInGroup(), since one can simply call IsInParty("player").
Removed the "Lake" overloads of the Wintergrasp-related methods.
IsInSameGuild() => IsGuildMate()
Added IsFriendOrGuildMate().
------------------------------------------------------------------------
r16 | valana_tb | 2009-03-21 01:45:20 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.toc
Remove donation information as per Blizzard's new policy.
------------------------------------------------------------------------
r15 | valana_tb | 2009-03-20 17:55:13 +0000 (Fri, 20 Mar 2009) | 2 lines
Changed paths:
M /trunk/TB_Core.lua
The TDebug alias now calls TbCore:Debug rather than TbCore:Print.
Removed references to Team BATTLE guilds, and the TbCore:IsTbMember method.
------------------------------------------------------------------------
r14 | valana_tb | 2009-03-20 08:36:57 +0000 (Fri, 20 Mar 2009) | 1 line
Changed paths:
M /trunk/!Read Me.txt
Added faction and region.
------------------------------------------------------------------------
r13 | valana_tb | 2009-03-20 08:27:18 +0000 (Fri, 20 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
TB-specific code now only runs in alpha builds to keep out of the hands of the public.
------------------------------------------------------------------------
r12 | valana_tb | 2009-03-20 05:49:38 +0000 (Fri, 20 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
Re-added TB-specific code as debug code.
------------------------------------------------------------------------
r10 | valana_tb | 2009-03-20 00:05:53 +0000 (Fri, 20 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
The Team BATTLE-specific code now always executes.
------------------------------------------------------------------------
r9 | valana_tb | 2009-03-19 23:32:55 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.lua
IsInRaid() => self:IsInRaid()
------------------------------------------------------------------------
r8 | valana_tb | 2009-03-19 19:06:00 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk
Switching to global ignore list for Libs folders.
------------------------------------------------------------------------
r6 | valana_tb | 2009-03-19 17:11:17 +0000 (Thu, 19 Mar 2009) | 6 lines
Changed paths:
M /trunk/Locales/enUS.lua
M /trunk/TB_Core.lua
M /trunk/TB_Core.toc
Removed methods for hiding popups, since Blizzard actually provides a function for this.
Improved the efficiency of CountDictionaryEntries.
Fixed StrJoin for correctness.
Removed IsDictionaryArray. It was sort of a useless method (and incorrect to boot).
Fixed the argument passed into PrintAutoBGAlert by AUTOBG_NOTIFY_INACTIVE.
Reorganized ToC.
------------------------------------------------------------------------
r5 | valana_tb | 2009-03-19 07:08:43 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/TB_Core.toc
Oops, the X-Curse meta-data get set automatically.
------------------------------------------------------------------------
r4 | valana_tb | 2009-03-19 05:19:43 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
Fixed reference to LibStub.
------------------------------------------------------------------------
r2 | valana_tb | 2009-03-19 04:13:13 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk
A /trunk/!Read Me.txt
A /trunk/.pkgmeta
A /trunk/Embeds.xml
A /trunk/Locales
A /trunk/Locales/enUS.lua
A /trunk/Locales.xml
A /trunk/TB_Core.lua
A /trunk/TB_Core.toc
Initial check-in.
------------------------------------------------------------------------
r1 | root | 2009-03-19 04:04:29 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"tb_core/mainline: Initial Import"
------------------------------------------------------------------------