aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGroundSA.cpp
AgeCommit message (Collapse)Author
2010-06-03SOTA anticheatRat
Graveyards shouldn't be captured unless the respective gates are broken. Relic shouldn't be activated unless the respective gate is broken. by Snakeice --HG-- branch : trunk
2010-06-03dismount when entering a battlegroundRat
use 80 for max level honor bonus calculation fixed SOTA second round timer by Gyullo --HG-- branch : trunk
2010-06-02fixed sota round two shipsRat
--HG-- branch : trunk
2010-06-01SOTA updateRat
-proper warning text (under attack, destroyed, capture..) -proper icons on map for gate states -fixed second round starting --HG-- branch : trunk
2010-05-31*Fix: Strand of the Ancients.Liberate
- Massive Seaforium Charge (needs DB support for the spawns) - Demolishers are not attackable at the start - Demolishers spawn at the workshop if the graveyard is taken (The spawn locations aren't official yet) - Demolishers spawn immediately after being destroyed To make SotA perfect, it needs a lot of DB support. - Seaforium Bomb spawn locations - Set speed_run to 0 of the Cannons. --HG-- branch : trunk
2010-05-17display honor gained from kills in bg score windowRat
--HG-- branch : trunk
2010-05-05SOTA: Fix team being declared winner when it should be tieSpp
Original patch by Gyullo closes issue 1111 --HG-- branch : trunk
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
--HG-- branch : trunk
2010-04-19Remove LOTS of compile warningsSpp
--HG-- branch : trunk
2010-04-11Tab to Spaces and remove of trailing spacesSpp
--HG-- branch : trunk
2010-04-11Tab to spacesSpp
--HG-- branch : trunk
2010-04-08SOTA: Fix graveyard respawn location.Spp
Thanks to AntiDiavol for pointing this bug... twice Closes issue 1516 --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"( " --> "(" " )" --> ")" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"if(" --> "if (" --HG-- branch : trunk
2010-04-07Code style (game + scripts only):Spp
"for(" --> "for (" --HG-- branch : trunk
2010-04-07Code Style: Remove trailing spacesSpp
--HG-- branch : trunk
2010-04-07Code Style: tab to spacesSpp
--HG-- branch : trunk
2010-04-07Fix a typo in SOTA that prevented players to respawn in one of the graveyardsSpp
--HG-- branch : trunk
2010-03-12Correct faction of Titan Relic in SOTA.raczman
author: maxdestroyer --HG-- branch : trunk
2010-03-07*Format BattleGroundSA.cppthenecromancer
*Check if game is still in progress before awarding teams *Resurrect and refresh players at round end --HG-- branch : trunk
2010-03-05Fix SoTA draw game by Gyullo._manuel_
--HG-- branch : trunk
2010-03-03Once again change values for BattleGroundSA honor reward at end. Sorry for ↵p0wer
misreading, it is a multiplier not the total honor. --HG-- branch : trunk
2010-03-02Add correct values for honor gain after SotA. Also, fix issues with ↵p0wer
compiling with the recent patch. --HG-- branch : trunk
2010-03-02Some SA fixes by gyullo.p0wer
Also added formating fix for BattleGroundSA::EventPlayerUsedGO. --HG-- branch : trunk
2010-02-17Removed debug comments that weren't meant to leave dev repo.raczman
--HG-- branch : trunk
2010-02-14* Core switch to client 3.3.2 (11403)Brian
* Credits (in no particular order) to: * n0n4m3, raczman, manuel, Spp, Malcrom, Teacher, QAston, Tartalo, * thenecromancer, Xanadu, Trazom, Zor, kiper * Additional credits to: * TOM_RUS and NoFantasy from MaNGOS * Thanks for testing Aokromes and XTElite1 * SoTA still needs some work, but is very playable (huge thanks to raczman and * kiper) * To upgrade, you need to apply all SQL from sql/updates/3.2.2a_old from the * last rev you are on * and then apply all SQL from sql/updates/3.3.2_old to char / realmd / world * DBs * Known problem with guild banks. --HG-- branch : trunk
2009-10-17*Backed out changeset 3be01fb200a5maximius
--HG-- branch : trunk
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ↵maximius
some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk
2009-08-06 [8315] Fixed memory leaks (mostly at server shutdown) and code cleanups. ↵megamage
Author: VladimirMangos * Fixed leak in BattleGround::m_PlayerScores at BattleGround::Reset, add and use BattleGroundScoreMap typedef * Delete AreaTeam objects stored in global map at shutdown * Delete Corpse objects stored in global map at shutdown * Store guild bank log entries as objectes instead pointers in log event lists --HG-- branch : trunk
2009-06-04*Including style fixing - part 1panaut0lordv
--HG-- branch : trunk
2009-04-29[7731] Some code cleanups, warrning fixes. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-08 [7632] more "if"-condition related codestyle in battlegroundfiles ↵megamage
Author: balrok,Triply this time with this regex: sed -i 's/if *( *\(.*\) *)$/if (\1)/' BattleGround* --HG-- branch : trunk
2009-03-07 [7399] Rewrited BattleGround starting code - moved it to battleground ↵megamage
class. Author: Triply Fixed message color for premature finish warnings. Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0. Added battleground announcer message removed in [7384]. [7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply --HG-- branch : trunk
2009-02-09 [7250] Use bg type ids enum insted raw values and catch some bugs in ↵megamage
result for fixing. * Replace max bg type checks by DBC valid index check * Use in functions and fields BattlegroundTypeId type instead uint32 * Fixed wrong use bg queue ids instead bg type ids in queue update/remove function calls. Many bg have same raw values for type id and queue id but some can be affected by this bug: BATTLEGROUND_EY, BATTLEGROUND_SA, and all areans (with small arena/team size exceptions) * Move Battlemaster to bg type ids map fron ObjectMgr to BatteleGroundMgr. * Remobe redundent for header itself includes for BG headers. * Use Auction location enum instead raw valus. Author: VladimirMangos --HG-- branch : trunk
2009-01-21*Update to Mangos 7136.megamage
--HG-- branch : trunk
2009-01-05*Fix build.megamage
--HG-- branch : trunk