aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-19Core/Players: Fixed recently introduced crashes in Player::ApplyEnchantmentShauren
Closes issue #5193. --HG-- branch : trunk
2010-12-19Scripts/Trial of the Crusader: Fixed possible crashes in announcer gossipShauren
Closes issue #3850. --HG-- branch : trunk
2010-12-19Core/GameObject: Dismount the player when using spellcaster gameobjectShauren
Closes issue #2539. --HG-- branch : trunk
2010-12-19Core: Rename spell attributes, use more general nameslinencloth
--HG-- branch : trunk
2010-12-19Core: Replace spell attribute defines with enumslinencloth
--HG-- branch : trunk
2010-12-19Core/InstanceSaveMgr: Cleanup for better readabilitylinencloth
--HG-- branch : trunk
2010-12-19Core/InstanceSaveMgr: Prevent timer underflow by passing resetTime instead ↵linencloth
of timeLeft --HG-- branch : trunk
2010-12-19Core/Spells: Allow aura´s with SPELL_AURA_MOD_THREAT (10) to properly ↵Machiavelli
reduce threat modifiers on death. Inspired by effort of james.gml Fixes issue #3444 --HG-- branch : trunk
2010-12-19Scripts/Temple of Ahn'Qiraj: Its generally not a good idea to delete stuff ↵Shauren
before using it; fixed crash Closes issue #4357. --HG-- branch : trunk extra : rebase_source : b829284f60e2b55f8e79db72751252cc6619e59a
2010-12-19Core/InstanceSaveMgr: Replace some queries with executes as the result isn't ↵linencloth
needed (thanks to Machiavelli for the idea and for spotting these forgotten lines) --HG-- branch : trunk
2010-12-19Core/Players: Remove player from transport before teleporting to graveyard, ↵Shauren
will fix infinite recursion when trying to access unavailable map Core/Auras: Removed unneeded typecasting Closes issue #4862. --HG-- branch : trunk
2010-12-18Core/InstanceSaveMgr: Optimize instance packing and cleaning uplinencloth
--HG-- branch : trunk
2010-12-18Core/MovementGenerators: Remove evade state when HomeMovementGenerator gets ↵linencloth
destroyed without finishing the movement --HG-- branch : trunk
2010-12-18Core/Player: Convert _SaveAuras to prepared statement formatMachiavelli
--HG-- branch : trunk
2010-12-18Core/Spells: Fixed possible crashes in Shadow's Fate proc (71169) introduced ↵Shauren
in r91073dc6ace3 Core/AuctionHouse: Removed "using namespace std" and fixed crash in AuctionHouseMgr destructor Closes issue #5132. Closes issue #5134. --HG-- branch : trunk
2010-12-18Scripts/Obsidian Sanctum: Removed unneeded code causing crashesShauren
Closes issue #5191. --HG-- branch : trunk
2010-12-18mergesilinoron
--HG-- branch : trunk
2010-12-18Core/Auras: Fix Cold Blood handling on misses and parries.silinoron
Patch by dr.tenma. Fixes issue #2291 --HG-- branch : trunk
2010-12-18Core/Auras: Fixed crash in AuraEffect::TriggerSpell (dummy effect) and ↵Shauren
removed some useless code Scripts/AI: Changed sOnDummyEffect to return bool value Closes issue #5190. --HG-- branch : trunk
2010-12-18 Scripts/Obsidian Sanctum Add support for when encounter is in progress. ↵Supabad
thnx to kiper --HG-- branch : trunk
2010-12-18Core/Dependencies: Adjust jemalloc library caching methods - this will fix ↵click
the startup-crash on linux-based systems. Note: This is a temporary measure untill we've figured out why this occurs, further testing will be done. --HG-- branch : trunk
2010-12-18Core/Social: Really show correct count (matches + displayed) in SMSG_WHO now ↵Machiavelli
(switch position of 2 numbers). --HG-- branch : trunk
2010-12-18Core/Entities: Remove gem bonuses if requirements of prismatic sockets are ↵leak
not met Closes issue 4949. --HG-- branch : trunk
2010-12-18Prevent completing quests by packet manipulationleak
--HG-- branch : trunk
2010-12-18Core/Spells: Fix spells 59915 and 59906 / Discerning Eye of the Beast and ↵Machiavelli
Swift Hand of Justice (Heirloom trinkets) Fixes issue #2435 Fixes issue #2529 --HG-- branch : trunk
2010-12-18Core/Dependencies: Update jemalloc library from v1.0.0 to v2.1.0 (latest stable)click
--HG-- branch : trunk
2010-12-18Buildsystem/Linux: Fix linking of a long lost little child : jemalloc (yes, ↵click
it has returned, and is now actively linked again) --HG-- branch : trunk
2010-12-17Fixed build i brokeShauren
--HG-- branch : trunk
2010-12-17Scripts/Vault of Archavon: Cleaned and simplified scripts, fixed Toravon's ↵Shauren
Frozen Orb summon count Closes issue #2857. --HG-- branch : trunk
2010-12-17Core/Units: Aura´s of type SPELL_AURA_MOD_RESISTANCE_EXCLUSIVE (143) should ↵Machiavelli
stack with eachother in the way that only the strongest aura of each magical school applies. Author: Iskander Fixes issue #3897 --HG-- branch : trunk
2010-12-17Core/Pets: Use the safer pet level check-method in ↵click
SynchronizeLevelWithOwner() too (forgotten in previous commit) --HG-- branch : trunk
2010-12-17Core/Pets: Clean up logic/codedesign slightly for XP/levelup-handling, and ↵click
also fix a possible overflow in the pet level-tests (Thanks to Vladimir for the discussion regarding the possible overflow!) --HG-- branch : trunk
2010-12-17Fix a typo in 52d8bc05c3Machiavelli
--HG-- branch : trunk
2010-12-17Core/Auras: Fixed Festive Holiday Mount transformation (3.0.8 update)Shauren
--HG-- branch : trunk
2010-12-17Core/Spells: Fixed diminishing returns for positive/event spells, patch by ↵Shauren
DrTenma --HG-- branch : trunk
2010-12-17Core/Achievements: Prevent ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL ↵Shauren
updates at login Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HONORABLE_KILL Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HONORABLE_KILL_AT_AREA Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_TEAM_RATING Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_REACH_TEAM_RATING Core/Achievements: Implemented map id requirement for achievement criterias Closes issue #4479. Closes issue #4478. Closes issue #4473. Closes issue #4472. Closes issue #4471. Closes issue #4480. Closes issue #2284. Closes issue #4481. --HG-- branch : trunk
2010-12-17Core/Player: Change equipmentset saving to use prepared statements.Machiavelli
Update issue #4550 Please try to re-reproduce --HG-- branch : trunk
2010-12-17Core/DBLayer: CharacterDB query CHAR_LOAD_PLAYER_ACTIONS_SPEC should be ↵Machiavelli
synchronous. Fixes a crash introduced in bd30ad7bd3 --HG-- branch : trunk
2010-12-17Core/Social: Fix SMSG_WHO. Packet should contain number of players matching ↵Machiavelli
given criteria + number of players displayed, instead of total number of players online + number of players displayed. Fixes issue #4886 --HG-- branch : trunk
2010-12-17DB/Commands: Add some missing entries to commands table.;Machiavelli
Author: svetilo12 Closes issue #5015 --HG-- branch : trunk
2010-12-17Core/DBLayer: Add some garbage collection on DatabaseWorkerPool shutdown ↵Machiavelli
(deleting SQLOperation objects) --HG-- branch : trunk
2010-12-17Core/DBLayer: Don´t prepare asynchronous statements on synchronous ↵Machiavelli
connections and vice versa. Prevents allocating RAM that will never be used. --HG-- branch : trunk
2010-12-17Core/Scripts: Prevent double call to mob_acolyte_of_shadronAI::Reset() which ↵Machiavelli
applies encounter-related aura´s to certain creatures. Reset() was called from AIM_Initialize and prior to that the AI factory selector Update issue #5152 Please try to re-reproduce --HG-- branch : trunk
2010-12-17Core/Dungeon Finder: Fix typo, debug msg was supposed to be logged to debug ↵Spp
(not error) --HG-- branch : trunk
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to ↵Shauren
AddUnitState/HasUnitState/ClearUnitState Core/Vehicles: Allow the vehicle to always damage the passenger (removed unneded dbc hacks from scripts) --HG-- branch : trunk
2010-12-17Core/Vehicles: Fix facing adjustment. Patch by beberlescaraberSpp
closes issue #1810 updates issue #4714 --HG-- branch : trunk
2010-12-17Core: Fix non-PCH buildSpp
--HG-- branch : trunk
2010-12-17Core: Fix a memoryleak in LoadCreatureFormations() - thanks to ge0rg (again)click
--HG-- branch : trunk
2010-12-17Core: Prevent using uninitialized memory in Lazy Peon script - patch by ge0rgclick
--HG-- branch : trunk
2010-12-17Core/Spells: Fix erraneous behaviour on hunter spell Lock and Load (disable ↵click
charge-drop) - thanks to Dr. Tenma Closes issue 3307 --HG-- branch : trunk