aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-20Merge pull request #7449 from Tuxity/gilneasbattle_twinpeak_434Nay
[434] Basic structure and code for Battle for Gilneas and Twin Peaks
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Handlers/BattleGroundHandler.cpp src/server/game/Server/WorldSession.h src/server/game/Spells/Spell.cpp src/tools/vmap4_extractor/mpq_libmpq04.h
2012-08-20Core: Fix 4 warnings / SQL: Rename two SQL filesNay
2012-08-20Fix non PCH buildVincent-Michael
2012-08-20Merge pull request #7461 from Faq/QuestShareNay
Core/Questhandler: Fix qsharing. Thnx Chaplain for idea
2012-08-20Core/Questhandler: Fix qsharing. Thnx Chaplain for ideaFaq
2012-08-20Core/Wintergrasp: finish implementation for battlefields. this is highly ↵Kandera
experimental enable at you're own risk. will almost definatly cause issues with the wintergrasp patch floating around
2012-08-20Cmake: fix cmake file for use with wintergraspKandera
2012-08-20Sql/Wintergrasp: Remove temporary sql files.Kandera
2012-08-20Core/Battlefield: fix crash (thx joschiwald) closes #6726Kandera
2012-08-20fix buildKandera
2012-08-20cleanup merge and some unneeded selects in functionsKandera
2012-08-20DB/Files: make files more understandable and grouped better. these will be ↵Kandera
the base sql files for wg. all db updates after will be in the usual format in this folder
2012-08-20Core/Battlefield: specify correct npc for vehicle teleportations.Kandera
2012-08-20DB/WG: mistake in sql.Kandera
2012-08-20Core/Battlefield: few more updates to wintergrasp vehicle stuff.Kandera
2012-08-20Core/Battlefield: codystyle/whitespace cleanup. fix a stupid typo. attempt ↵Kandera
to get team using the vehicle creator instead of the vehicle
2012-08-20Core/Battlefield: attempt to fix vehicle counter when vehicle is killed. ↵Kandera
finish correcting alliance/horde siege engine
2012-08-20Core/Battlefield: correct siege vehicle faction types. attempt to fix ↵Kandera
vehicle creation cast time.
2012-08-20DB/Spells: fix typo in sql. (thx retriman)kandera
2012-08-20Core/Battlefield: Correct previous commitKandera
2012-08-20Core/Battlefield: correct wintergrasp faction for horde (thx kirkita), added ↵Kandera
grab passenger spell as per sniffs.
2012-08-20Core/Battlefield: cleanup a magic numberKandera
2012-08-20Core/Battlefield: added spellscript names for force building. (thx warpte)Kandera
2012-08-20Battlefield/Wintergrasp:Warpten
* Use correct spells on losing and winning factions * Enums renaming, lowerCamelCase wherever applicable * Rename some methods and class attributes for them to sound more English and less Engrish or even Frenglish (\o/) * Use correct spells when trying to build mechanical units at the Workshops.
2012-08-20Core/Battlefield: Fix issue with previous commit. codestyle cleanup and ↵Kandera
attempt to fix vehicle issues with worldstates.
2012-08-20Core/Battlefield: Correctly cast the teleport spell (data from sniffs). ↵Kandera
codestyle cleanup
2012-08-20DB/Battlefield: added sql for correct targetting for vehicle creation spell ↵Kandera
casts.
2012-08-20Core/Battlefield: fix issues with vehicles. return correct vehicle data when ↵Kandera
using getdata. small cleanups. codestyle
2012-08-20Battlefields/Wintergrasp: Fixed a crash when leaving a capture point.Subv
Fixed the worldstate counters Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-08-20Core/Battlefield: Fix build. closes #5707kandera
2012-08-20Core/Battlefield: Cleanupthomas33
2012-08-20Core/Battlefield: more cleanupthomas33
2012-08-20Core/Battlefield: cleanupthomas33
2012-08-20Core/Battlefield: pPlayer -> playerthomas33
2012-08-20Core/Battlefield: plr -> playerthomas33
2012-08-20Core/Battlefield: Cleaned up all incrementquest functions as this is a hacky ↵Kandera
way to do it
2012-08-20Core/Battlefield: remove handling for aura application when entering water. ↵Kandera
handled by liquid data.
2012-08-20Core/Battlefield: fix stupid mistakes. sorry!Kandera
2012-08-20Core/Battlefield: attempt to correctly fix again.Kandera
2012-08-20Core/Battlefield: revert part of previous commit and correctly fix .bf stop ↵Kandera
crashing
2012-08-20Core/Battlefield: attempt to fix crashes. please test and confirmKandera
2012-08-20Battlefields/WG: Refactored duplicated codeSubv
2012-08-20BF/Battlefield: Small improvement, thanks to Subv.Manuel Carrasco
2012-08-20BF/Wintergrasp: Removed harcoded Workshops related spawns, db data is used now.Manuel Carrasco
2012-08-20Battlefield: Make sBattlefieldMgr a pointer. By Subv.Manuel Carrasco
2012-08-20BF/Wintergrasp: Implemented better support for Wintergrasp phasing. It has ↵Manuel Carrasco
been done by checking player's distance to the Caputre Point on every tick. Now it is performed using spell_area. P.D: Reverted my last commit, it was wrong (my apologies)
2012-08-20BF/Wintergrasp: It's not necessary to remove Spell Spiritual Immunity manually.Manuel Carrasco
2012-08-20BF/Wintergrasp: Now graveyards use db spawned spirits.Manuel Carrasco
2012-08-20BF/Wintergrasp: Restored functionality to OnCreatureCreate function, which ↵Manuel Carrasco
was out of date.