aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-20Scripts/Achievements: Remove a duplicated achievement scriptNay
2012-08-20Fix more non PCH build and code styleVincent-Michael
2012-08-20Fix more non PCH buildVincent-Michael
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/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-20cleanup merge and some unneeded selects in functionsKandera
2012-08-20Core/Battlefield: specify correct npc for vehicle teleportations.Kandera
2012-08-20Core/Battlefield: few more updates to wintergrasp vehicle stuff.Kandera
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-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-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-20Core/Battlefield: fix issues with vehicles. return correct vehicle data when ↵Kandera
using getdata. small cleanups. codestyle
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: 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-20Battlefield: Make sBattlefieldMgr a pointer. By Subv.Manuel Carrasco
2012-08-20Battlefield/Wintergrasp/Scripts: removed a few unneeded casts.Kandera
2012-08-20merge master into wintergrasp and fix build errors. yay me!Kandera
2012-08-20Fix Didn't Stand a Chance achievementShocker
2012-08-20- Rename scriptnames to keep naming consistent;Nay
- Template updates and spells to WG vehicles; - Cleanup SQL files a bit.
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/tools/vmap4_extractor/vmapexport.cpp
2012-08-20Core/Items: Updated InventoryResult enumShauren
2012-08-20Core/Spells: Fixed Libram of Wracking. thnx Vincent-MichaelFaq
Closes #7094
2012-08-20Core/Objects: Encapsulated Postion::m_orientation field to ensure it is ↵teyrnon
always normalized to 0-2pi range Closes #7400.
2012-08-19Scripts/Zul Gurub: Fix map id in instance script for cataVincent-Michael
2012-08-18Scripts/Zul Gurub: cleanup for cataVincent-Michael
2012-08-18Core: Fix build and cleanup whitespace and double semicolonNay
2012-08-17Better way to fix some of the warnings of the previous commitSpp
2012-08-17Core: Fix compile (Thanks to Sovak for reporting). Remove many warnings and ↵Spp
Fix possible out of bounds access to Void storage
2012-08-16Core/Spells:Greymane
* Implemented aura 328 SPELL_AURA_PROC_ON_POWER_AMOUNT. * Added eclipse power energize handling. Closes #7417
2012-08-16Scripts/Commands: Fixed remaining crashes caused by removal of dbc localesShauren
2012-08-15Misc: CRLF to LF, whitespace cleanup and tabs to spacesNay
2012-08-15Core/Loading: Fix a field type when loading reputation_spillover_templateNay
Also whitespace cleanup
2012-08-15Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-15Core/Scripts: Missing change from previous commitVincent-Michael
2012-08-14Core/Scripts: Fix uninitialized variable in boss_akilzonVincent-Michael
2012-08-14Core/Scripts: Fixed more uninitialized variablesVincent-Michael
2012-08-14Core/Vendors: Add currencies to vendorsNay
npc_vendor table gets a new field, type (1 is item, 2 is currency) for type 1 fields still mean the same, for type 2 maxcount is buycount (without any "precision") changed structure of SMSG_UPDATE_CURRENCY(_WEEK_LIMIT) but not enabled, wrong values are being wrongly calculated
2012-08-14Merge pull request #7398 from Vincent-Michael/onyxiaCreatureTextNay
Scripts/Onyxias Lair: Convert script_texts in creature_text
2012-08-14Scripts/Onyxias Lair: Convert script_texts in creature_textVincent-Michael