|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Addon Info.
Change Log
Optional Files (0)
Archived (27)
Comments (417)
Category: PvP/Arena/BattleGrounds
Change Log - SSPVP2
------------------------------------------------------------------------ r633 | shadowed.wow | 2008-03-27 15:10:40 -0700 (Thu, 27 Mar 2008) | 1 line * SSPVP should actually work now, Blizzard decided to be a pain in the ass and change things. ------------------------------------------------------------------------ r626 | shadowed.wow | 2008-03-18 14:54:42 -0700 (Tue, 18 Mar 2008) | 2 lines * Removed our mark of honor killing code, because it's now done by default as of 2.4 (Or so Blizzard says) * Added a bugged arena check, if either team has an old rating of 0 we just print "Bugged game" ------------------------------------------------------------------------ r612 | shadowed.wow | 2008-03-03 13:59:28 -0800 (Mon, 03 Mar 2008) | 1 line * Updated AceAddon-3.0, AceConsole-3.0, AceDB-3.0, AceTimer-3.0, CallbackHandler-1.0, HousingAuthority ------------------------------------------------------------------------ r595 | shadowed.wow | 2008-02-28 14:55:15 -0800 (Thu, 28 Feb 2008) | 1 line * TOC bump to 20400 ------------------------------------------------------------------------ r592 | shadowed.wow | 2008-02-28 13:05:27 -0800 (Thu, 28 Feb 2008) | 7 lines * THIS IS NOW A 2.4 ONLY VERSION, BLAH BLAH BLAH * Fixed soulstone option not working and showing blank text * Fixed win detection not using GetBattlefieldWinner() as they actually fixed it (4 months later) * Fixed server parsing code having issues with servers with dashes in the name * All positioning code now uses GetEffectiveScale() for frames, may need to reposition things * You now hold SHIFT down to disable auto queuing * Removed avsync.lua code, as you can now join AV while grouped. If they restrict it to only 5 people, it's possible it'll come back as a way to coordinate queuing between groups ------------------------------------------------------------------------ r567 | shadowed.wow | 2008-02-11 11:47:08 -0800 (Mon, 11 Feb 2008) | 1 line * Fixed CancelAllTimers typo ------------------------------------------------------------------------ r566 | shadowed.wow | 2008-02-10 10:34:30 -0800 (Sun, 10 Feb 2008) | 1 line * All positions should now be saved so that changing ui scale doesn't reset positioning ------------------------------------------------------------------------ r553 | shadowed.wow | 2008-02-06 21:10:53 -0800 (Wed, 06 Feb 2008) | 1 line * Players cached list of arena teams are now refreshed before showing personal rating, to help prevent inaccurate personal ratings being given ------------------------------------------------------------------------ r537 | shadowed.wow | 2008-02-03 15:33:38 -0800 (Sun, 03 Feb 2008) | 2 lines * Updated to use Ace3 trunk now ------------------------------------------------------------------------ r529 | shadowed.wow | 2008-01-28 12:34:33 -0800 (Mon, 28 Jan 2008) | 1 line * Trying to see if this fixes taint issues ------------------------------------------------------------------------ r525 | shadowed.wow | 2008-01-26 23:17:40 -0800 (Sat, 26 Jan 2008) | 1 line * Added capture bar moving back in, shouldn't cause taint issues hopefully with the 2.3.3 changes ------------------------------------------------------------------------ r513 | shadowed.wow | 2008-01-19 12:10:37 -0800 (Sat, 19 Jan 2008) | 3 lines * Updated OptionHouse * Tweaked positioning around a bit to be consistent for the arena display * Instead of just showing "Join Disabled" or "Join Suspended" we show "<map>: <time left> (Disabled/Suspend" ------------------------------------------------------------------------ r505 | shadowed.wow | 2008-01-13 01:19:12 -0800 (Sun, 13 Jan 2008) | 1 line * More arena info modifications, we now show season/week win percentage, also changed positioning of attendance for season/week to be aligned to the right of the frame instead of appended to your games played this week/personal rating ------------------------------------------------------------------------ r502 | shadowed.wow | 2008-01-12 13:28:23 -0800 (Sat, 12 Jan 2008) | 2 lines * Updated AceDB-3.0 and HousingAuthority * Hopefully fixed a bunch of errors that flag.lua was triggering when joining WSG ------------------------------------------------------------------------ r497 | shadowed.wow | 2008-01-10 22:37:23 -0800 (Thu, 10 Jan 2008) | 3 lines * Fixed a logic error with attempting to hide buttons in combat, instead of hiding when out of combat and scheduling to hide when in combat. Should fix carrier names not hiding when afking out in combat * Fixed a typo in the German localization * Added a nil check to priorities to prevent a rare error ------------------------------------------------------------------------ r494 | shadowed.wow | 2008-01-07 10:10:42 -0800 (Mon, 07 Jan 2008) | 1 line * Fixed higher priority message showing up, even if auto join is disabled ------------------------------------------------------------------------ r491 | shadowed.wow | 2008-01-05 23:40:46 -0800 (Sat, 05 Jan 2008) | 1 line * Removed usage of a handler in CancelTimer, we simply repress it if it's a non existent one ------------------------------------------------------------------------ r486 | shadowed.wow | 2008-01-04 00:21:31 -0800 (Fri, 04 Jan 2008) | 1 line * We no longer register RAID_ROSTER_UPDATE while inside any battlefield to prevent it from being filled up with data from people in the match, once we leave a battlefield we clear out the player status table as well ------------------------------------------------------------------------ r484 | shadowed.wow | 2008-01-03 14:50:11 -0800 (Thu, 03 Jan 2008) | 2 lines * Updated AceDB-3.0, AceTimer-3.0, HousingAuthority and OptionHouse * Fixed CancelTimer not passing the silent flag (Damn you whoever changed this) ------------------------------------------------------------------------ r476 | shadowed.wow | 2008-01-02 11:31:45 -0800 (Wed, 02 Jan 2008) | 1 line * Fixed string.format argument #2 nil error in flag.lua, also added checks so we won't attempt to do any checks if carrier names are nil ------------------------------------------------------------------------ r475 | shadowed.wow | 2008-01-02 11:08:05 -0800 (Wed, 02 Jan 2008) | 1 line * Fixed CancelAllTimers error in flag.lua ------------------------------------------------------------------------ r473 | shadowed.wow | 2007-12-31 13:41:59 -0800 (Mon, 31 Dec 2007) | 7 lines * Fixed flag carrier bindings not working * Fixed scoreboard display issue for servers with a dash in their name * Typo fixed * Changed health and party timers to just use an OnUpdate instead of AceTimer-3.0 * Updated deDE localization * Auto Leave/Auto Join is now Leaving and Joining to be a bit more accurate ------------------------------------------------------------------------ r472 | shadowed.wow | 2007-12-28 14:53:40 -0800 (Fri, 28 Dec 2007) | 3 lines * Should have fixed the issues with flag carriers not hiding if you afk out while in combat * Cleaned up coloring, instead of servers and level being colored white, they'll be colored the actual players factions, and only their names will colored by class * Added an immeditiate score request, and then we get new data every 15 seconds instead of waiting 15 seconds for first batch of data ------------------------------------------------------------------------ r471 | shadowed.wow | 2007-12-26 16:46:16 -0800 (Wed, 26 Dec 2007) | 8 lines * Fixed match.lua using the localized faction, NOT the unlocalized one * Fixed battlefield minimap not being reshown if you toggle it off of show in battlefield/always while inside a battleground * Fixed not checking points for EoTS in delaying auto leave, since Blizzard apparently doesn't give a damn and is never going to fix GetBattlefieldWinner() * Fixed disabling auto join when window is hidden not checking our custom one when it's being used * Fixed flag carrier bugs, should no longer be getting index nil errors randomly * Fixed flag carrier targetting, instead of saying targetting X, will specifically say cannot target them due to combat lockdown if it changes * Auto leave is "instant" now if you set delay to <= 0, instead of being whenever the next timer update is scheduled ------------------------------------------------------------------------ r470 | shadowed.wow | 2007-12-26 13:52:39 -0800 (Wed, 26 Dec 2007) | 1 line * Localization is suppose to use metatables ------------------------------------------------------------------------ r469 | shadowed.wow | 2007-12-26 11:18:17 -0800 (Wed, 26 Dec 2007) | 1 line * German localization updated, should be completed now ------------------------------------------------------------------------ r468 | shadowed.wow | 2007-12-25 10:47:53 -0800 (Tue, 25 Dec 2007) | 2 lines * Fixed index #226 error in flag.lua * Fixed multiple screenshots being taken in one game ------------------------------------------------------------------------ r467 | shadowed.wow | 2007-12-24 10:25:07 -0800 (Mon, 24 Dec 2007) | 3 lines * Fixed usage of OnEnable not being updated to OnInitialize * Added positioning for when we first join WSG or EoTS, this should solve the issues with text overlapping the pvp objectives icons and such * ------------------------------------------------------------------------ r466 | shadowed.wow | 2007-12-23 15:56:20 -0800 (Sun, 23 Dec 2007) | 1 line * Fixed captian messages using invalid faction ------------------------------------------------------------------------ r465 | shadowed.wow | 2007-12-23 15:24:41 -0800 (Sun, 23 Dec 2007) | 2 lines * Updated zhCN localization.zhCN.lua * If we don't find any events registered to a chat frame, will default to DEFAULT_CHAT_FRAME instead ------------------------------------------------------------------------ r463 | shadowed.wow | 2007-12-22 19:50:16 -0800 (Sat, 22 Dec 2007) | 2 lines * Added the short hand time back in for overlay, allows you to format it as "HH:MM:SS" instead of "X Minutes, X Seconds" * Added battlefield entry window options, will show time left to join before it expires along with an option to never reshow the frame like it currently does now ------------------------------------------------------------------------ r462 | shadowed.wow | 2007-12-22 11:27:30 -0800 (Sat, 22 Dec 2007) | 1 line * Fixed arena attendance for the week not working, was showing numbers >100% if you didn't play every game the team played that week ------------------------------------------------------------------------ r461 | shadowed.wow | 2007-12-22 00:15:40 -0800 (Sat, 22 Dec 2007) | 3 lines * Fixed ready check not working * Fixed syncing being off by a second (3 second sync = 2, 1, queue instead of 3, 2, 1, queue) * Fixed total player stats ------------------------------------------------------------------------ r460 | shadowed.wow | 2007-12-21 21:26:54 -0800 (Fri, 21 Dec 2007) | 7 lines * Fixed mine category not being removed when leaving AV * AV Sync GUI is actually useful now * Shows name colored by class, status (ready/not ready/afk/offline), queue status (queued all, queued #, active #, confirm #) along with version used * New status data is polled every 10 seconds, window and ping data is polled every 60 seconds incase someone goes offline or joins the raid late * Alerts when a new version if available (Someones version is higher then yours) * Everything is sortable just click the headers * You can start a sync queue, ready check or drop the queues through the GUI as well ------------------------------------------------------------------------ r458 | shadowed.wow | 2007-12-21 01:15:45 -0800 (Fri, 21 Dec 2007) | 6 lines * Fixed error when changing AV options while inside AV * Fixed a captureTime error in av.lua when trying to ALT + Click a random area in the overlay * Fixed enable capture timers not working in AV options * Added more checks to flag.lua to prevent index nil errors * Added GUI for AV queuing, type /av status to pop it up, it needs a lot more work but it's a start for seeing how many have window open and such, it'll automatically check window status every 10 seconds and check pings every 60 * All capture types of messages not follow BG_SYSTEM_ALLIANCE and BG_SYSTEM_HORDE instead of going to ChatFrame1 ------------------------------------------------------------------------ r457 | shadowed.wow | 2007-12-19 15:14:06 -0800 (Wed, 19 Dec 2007) | 3 lines * Fixed "$Revision: ###$" showing up in OptionHouse * Added /av join #, only works for people using r457 * You can disable the force join option by going to /oh -> SSPVP2 -> Alterac Valley -> Sync Queue group however it is enabled by default ------------------------------------------------------------------------ r456 | shadowed.wow | 2007-12-19 14:35:09 -0800 (Wed, 19 Dec 2007) | 3 lines * Fixed /av ready not showing up, also will fix errors when doing /av if you have Mumble * Updated all libraries * Updated localization.zhCN.lua ------------------------------------------------------------------------ r455 | shadowed.wow | 2007-12-19 14:33:07 -0800 (Wed, 19 Dec 2007) | 4 lines * Fixed /av ready not working (/av window works, but it's suppose to be /av ready) * Fixed /av attend showing a percentage above 100%, not a bug per say mostly just display * Fixed DisableModule in flag.lua not unregistering OOC updates and possibly leading to flag carriers not being removed ------------------------------------------------------------------------ r451 | shadowed.wow | 2007-12-17 14:34:30 -0800 (Mon, 17 Dec 2007) | 3 lines * Added zhCN localization * Added party target scanning for flags * Fixed match info not making sure we actually have points before doing calculations ------------------------------------------------------------------------ r448 | shadowed.wow | 2007-12-16 10:10:48 -0800 (Sun, 16 Dec 2007) | 2 lines * Fixed Right Click + Drag not resetting things with anchors * Removed our checks for bases before doing calculations, it seems to have issues with not being correct in AB/EoTS ------------------------------------------------------------------------ r447 | shadowed.wow | 2007-12-15 18:50:07 -0800 (Sat, 15 Dec 2007) | 1 line * Cleaned up the players arena score, you can now see week + season stats, along with your personal rating for each time ------------------------------------------------------------------------ r446 | shadowed.wow | 2007-12-14 00:05:19 -0800 (Fri, 14 Dec 2007) | 10 lines * AV syncing has gotten an overhaul * Anyone who uses SSPVP2 can now take advantage of the more advance features including dropping queues, status of everyone elses queues and ready checks based on battlemaster window being open * You can see how many people are confirmation for a specific battleground instance, how many are in a specific battleground instance along with how many are queued. * Backwords compatible with other SSPVP and SSPVP2 users before this revision, but they can't take advantage of anything beyond auto queuing * Includes compatabiility for queuing/dropping with StinkyQueue and any other variation of it (LightQueue and so on) * Personal rating display when arena ends works now, it'll only show up if your personal rating is different from your teams rating * Added /arena and /av information in /sspvp so people actually can find out they exist * Fixed /arena change not showing the correct numbers * Removed the burn code as it's unneeded ------------------------------------------------------------------------ r445 | shadowed.wow | 2007-12-12 18:34:12 -0800 (Wed, 12 Dec 2007) | 6 lines * Updated HousingAuthority * Added option to squeeze honor out of a battlefield if it has nodes that give honor when they burn (Just AV right now), disabled by default, needs more testing * Fixed the arena formula should correctly work now and calculate points for winning/losing * Fixed personal rating, should also show up correctly now using the new calculations * Fixed option to show personal rating changes not showing up * Added /arena attend back since it'll work correctly now as well ------------------------------------------------------------------------ r441 | shadowed.wow | 2007-12-12 14:47:47 -0800 (Wed, 12 Dec 2007) | 1 line * Fixed macro text option not showing up for Warsong Gulch flag carrier targeting ------------------------------------------------------------------------ r440 | shadowed.wow | 2007-12-12 14:46:19 -0800 (Wed, 12 Dec 2007) | 4 lines * Fixed modules using OnEnable instead of OnInitialize (Damn Nev) * Fixed flag.lua and score.lua using the same namespace, your flag configurations will be reset however * Players team will be shown first on rating change when arenas ends * Removed /arena change for now, need to tweak the foruma more ------------------------------------------------------------------------ r439 | shadowed.wow | 2007-12-12 01:35:00 -0800 (Wed, 12 Dec 2007) | 1 line * Updated AceDB-3.0 ------------------------------------------------------------------------ r436 | shadowed.wow | 2007-12-10 17:23:28 -0800 (Mon, 10 Dec 2007) | 2 lines * Cleaned up our season fix, won't change return results of a function now * Addded /arena change <winner> <loser> to see how many points are gained/lost if the <winner>'s rating beats the <loser>'s rating ------------------------------------------------------------------------ r435 | shadowed.wow | 2007-12-10 13:08:58 -0800 (Mon, 10 Dec 2007) | 3 lines * APPARENTLY you're suppose to use a variable before you nil it out, who'd of thought? (Fixed line #498 error in SSPVP.lua due to window being hidden when auto joining) * Cleaned up the ScreenshotTaken() code, not doing 3 concats + a string format, doing a single format now ------------------------------------------------------------------------ r431 | shadowed.wow | 2007-12-08 15:48:35 -0800 (Sat, 08 Dec 2007) | 2 lines * Added a fix so personal rating shows up inside battlefields, will remove this once 2.4.0 is live. * Added disabling auto leave if another battlefield is ready to join ------------------------------------------------------------------------ r430 | shadowed.wow | 2007-12-07 00:36:31 -0800 (Fri, 07 Dec 2007) | 1 line * Added option to show personal rating gain/lost, only shows up if you gained or lost more points then the amount your team changed by, will clean it up later to show up in the same line as the actual rating change ------------------------------------------------------------------------ Optional Files - SSPVP2
Sorry, there are currently no optional files available.
Archived Versions - SSPVP2
Comments - SSPVP2
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||