aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2010-09-08Core/Spells: Fix ammo depletion handlingShocker
--HG-- branch : trunk
2010-09-08Core/Spells: Add server-side check for not allowing non-instant spells with ↵Shocker
movement interrupt flag to be casted while moving --HG-- branch : trunk
2010-09-08Core/Spells: Add server-side check for spells that require combo points to ↵Shocker
prevent exploits --HG-- branch : trunk
2010-09-07Script: Fix crash in boss_tharon_ja.Trazom62
Fixes issue #3356. --HG-- branch : trunk
2010-09-07Core/Script/Item: fix urand range in Six Demon Bag.Trazom62
--HG-- branch : trunk
2010-09-06Core/Scripts: Ensure Example and spell-scripts are loaded at all times in ↵click
the AddScripts() function --HG-- branch : trunk
2010-09-06Fix spell damage bonus for improved devouring plague.silinoron
Patch by dr.tenma. Fixes issue #2785 --HG-- branch : trunk
2010-09-06Core: Disallow race and faction transfers to races for which character ↵silinoron
creation is not allowed. --HG-- branch : trunk
2010-09-06Core: add possibility to disable creating of characters of specified ↵azazel
races/classes. --HG-- branch : trunk
2010-09-06Core/DBLayer: Fix a warningMachiavelli
--HG-- branch : trunk
2010-09-06Core: Fix some warningsSpp
--HG-- branch : trunk
2010-09-06Core/Spells: Implemented effect for Tiny Abomination in a Jar trinket, ↵Shauren
original patch by Stryker Closes issue #2716. --HG-- branch : trunk
2010-09-06Core/Spells: Implemented handler for spell Create Lance, patch by 0xFutureShauren
Closes issue #2890. --HG-- branch : trunk
2010-09-06Core: Fixed compileShauren
Core/Scripts: Compile and use spell scripts always, even if SCRIPTS not defined --HG-- branch : trunk
2010-09-06Core/LFG: Include ObjectMgr.h in LFGHandler (fixes nonPCH-compiles)click
--HG-- branch : trunk
2010-09-06Core/Loot: Automatically distribute currency items when they drop, based on ↵Shauren
Destros' patch Closes issue #2913. --HG-- branch : trunk
2010-09-06Core/Dungeon Finder: Fix an error that made restriction ignored when ↵Spp
expanding a random dungeon to the related dungeons - Fixes selecting a dungeon not in the level bracket of the players - Fixes matching incompatible groups - Fixes heroic binds being ignored (Fixes issue 3845) --HG-- branch : trunk
2010-09-06Core/Dungeon Finder: Fix an error that made some groups being marked as ↵Spp
compatibles when they are not --HG-- branch : trunk
2010-09-06Core/Dungeon Finder: Autodismount players when teleported to dungeonSpp
--HG-- branch : trunk
2010-09-06Core/Dungeon Finder: Fix an error that prevented lfg groups to find a new ↵Spp
proposal with queued groups - Also fix a typo in previous Dungeon Finder commit Updates issue 3465 --HG-- branch : trunk
2010-09-05May as well make sure of no SQL errors for spells, too.silinoron
--HG-- branch : trunk
2010-09-05Fix a typo in race and faction transfers - reported by 0xFuturesilinoron
Fixes issue #3844 Fix a SQL collision in race and faction transfers - reported by Aokromes --HG-- branch : trunk
2010-09-05Fix Glyph of Totem of Wrath.silinoron
Fixes issue #3743 Patch by dr.tenma. --HG-- branch : trunk
2010-09-05Fix Totem of Wrath debuff effect.silinoron
Fixes issue #3297 Fixes issue #2276 Patch by Ramus. --HG-- branch : trunk
2010-09-05Fix typo in previous commitSpp
--HG-- branch : trunk
2010-09-05Core/Dungeon Finder: Redo find group algorithmSpp
- Cache compatibilities to avoid doing calcs twice - Algorithm will get all proposals (again) Updates issue 3415 --HG-- branch : trunk
2010-09-05Core/Dungeon Finder: Minor cleanupsSpp
--HG-- branch : trunk
2010-09-04Code/Dungeon Finder: Move some packets from Mgr to HandlerSpp
--HG-- branch : trunk
2010-09-04Core/Dungeon Finder: Minor fixes to Reward system.Spp
- Check if its random dungeon before giving rewards - Update achievement only for heroic dungeons - Other minor fixes --HG-- branch : trunk
2010-09-05Add support for character race and faction transfers.silinoron
Based (loosely) on patch by Ner'zhul, DarkXuan, and darkshines@sakha.net. Fixes issue #3429. --HG-- branch : trunk
2010-09-05Core/Quests: Fixed quest kill crediting in heroic instancesShauren
--HG-- branch : trunk
2010-09-05Buildsystem/Scripts: Include examples as part of compilation (forgot that ↵click
they are referenced in the ScriptLoader) --HG-- branch : trunk
2010-09-05BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)click
+ remove fileglobbing for scripts (less error-prone) + Create proper lists per "scriptsection" NOTE! This change requires new files (cpp/h) to be MANUALLY ADDED to <type>/CmakeLists.txt --HG-- branch : trunk
2010-09-05Core/Spells: Bladestorm will now cause the caster to drop flag on battlegroundShauren
--HG-- branch : trunk
2010-09-05Core/Spells: Fixed Execute formula, patch by dr.tenmaShauren
Closes issue #3478. --HG-- branch : trunk
2010-09-05Core/Spells: Fixed Reign of the Dead/Unliving trinket, patch by un.spikeShauren
Closes issue #3661. --HG-- branch : trunk
2010-09-05Core/Spell: Fixed Escape artist, patch by HeisenbergShauren
Closes issue #3536. --HG-- branch : trunk
2010-09-05Core/Spells: Fixed Nevermelting Ice Crystal trinketShauren
--HG-- branch : trunk
2010-09-05Core/Battlegrounds: Fixed scoreboard packet (and possible core crash) for ↵Shauren
TBC arenas, thx Maxdestroyer for pointing it out --HG-- branch : trunk
2010-09-05Scripts/Forge of Souls: Bronjahm should only cast Spirit Bolts if tank is ↵Shauren
not within melee range during phase 1, patch by Ottowayne Closes issue #3657. --HG-- branch : trunk
2010-09-05Core/Spells: Implemented aura type 303 ↵Shauren
(SPELL_AURA_MOD_DAMAGE_DONE_VERSUS_AURASTATE), patch by Azuritus Closes issue #3773. --HG-- branch : trunk
2010-09-05Core/Spells: Check correct Attributes field in CanSpellPierceImmuneAura, ↵Shauren
patch by Maxdestroyer Closes issue #3785. --HG-- branch : trunk
2010-09-05Core/Battlegrounds: Added sanity checks for bg scoreboard packet handler, ↵Shauren
should fix client crashes in AV, thx Timothy003 for research Closes issue #2165. --HG-- branch : trunk extra : rebase_source : b12e4ccf42d0d38064f1694242461eb0d9ad1605
2010-09-05Core/DBLayer: Move some syncrhonisation error prone methods into the guarded ↵Machiavelli
scope in MySQLConnection:Execute(PreparedStatement*) --HG-- branch : trunk
2010-09-05Core/Commands: Implement possibility to unbind specific maps/difficulties ↵Shocker
with .instance unbind, based on svetilo12's idea, closes issue 3792 --HG-- branch : trunk
2010-09-05Cleanup: Some typo fixes, closes issue 3798, thanks tru.bazoozoo and LopinShocker
--HG-- branch : trunk
2010-09-05Core/Unit: Fix some health-related calculations by adjusting maximum size to ↵Shocker
64 bit integers, closes issue 3778 --HG-- branch : trunk
2010-09-04Core/[Mail, WorldPacket]: Pull mail packet handlers out of Mail.cpp into ↵silinoron
MailHandler.cpp Core/ScriptSystem: Remove unneeded TODO. --HG-- branch : trunk
2010-09-05Scripts/Texts:azazel
* fix script texts in various locations (thanks TerrorBringer for the heads up). Closes issue #2055. Closes issue #3087. * cleanup world_script_texts.sql file (remove spaces, order entries) Scripts/Misc: * remove obsolete random seed initialization from scripts * fix some warnings in scripts * some cleanup in chat_log.cpp --HG-- branch : trunk
2010-09-04Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a ↵silinoron
C-style parameter of type void*. Instead, use overloaded methods for the different types. --HG-- branch : trunk