aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-26Fix compile and fix a possible crash for mob_kiljaeden_controllerkaelima
2012-03-26Core/CombatLog:kaelima
- Send more proper hitinfo values in SMSG_ATTACKERSTATEUPDATE (still lot of research todo) - Some renaming and commenting - Minor cleanup in Player::UpdateZone
2012-03-26Core/Spells: Don't remove summoned gameobjects for non-channeled spells when ↵Shocker
spell cast was canceled Fixes issues like Demonic Circle: Summon removing the last summoned circle when the new cast was canceled
2012-03-26Core/DB Layer: Make SQLTransaction AutoPtr thread safe (valgrind caught a ↵Machiavelli
race condition)
2012-03-26Core/Misc: Fix logic for owner check in Unit::RemoveGameObjectShocker
2012-03-25Core/Player: Fixed accessing possibly deallocated memoryShauren
2012-03-25DB/Auth: Update auth_database.sql with recent changesNay
DB/GameEvent: Resync Darkmoon, again - by Aokromes
2012-03-25Core/DBLayer: Restore pinfo ban info outputleak
2012-03-25Core/Misc: Implement Trinity::Auto_Ptr. Ditches ACE_Refcounted_AutoPtr (we ↵Machiavelli
strongly suspect it does NOT clean up the underlying pointer properly). Underlying type is now ACE_Strong_Bound_Ptr
2012-03-25Core/AchievementMgr: We heard you like uninitialized variables so... we ↵Shauren
initialized them for you so you can hate us
2012-03-25Core/DBLayer: Convert PAppend() queries to prepared statements No.3leak
2012-03-25Core/Players: Use correct size in variablesSubv
2012-03-25Core/DBLayer: Use correct Get method in some DB fieldsSubv
2012-03-25Core/DBLayer: Convert PAppend() queries to prepared statements No.2leak
2012-03-25Buildsystem/CMake: Add the ability to avoid linking the core with jemalloc ↵click
on linux through using the -DNOJEM parameter. WARNING: This is a developer flag only, and as such NOT documented elsewhere - we need this for valgrind and related tools. Again : YOU HAVE BEEN WARNED! DO NOT USE THIS FLAG UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
2012-03-25Core/DBLayer: Typo on query conversionleak
2012-03-25Core/DBLayer: Convert PAppend() queries to prepared statements No.1leak
2012-03-25Memory: Get rid of some memory leaks, converted FormationMgr back to singletonSubv
2012-03-25Update src/server/shared/Database/Field.hMachiavelli
2012-03-25Core/DBLayer: Refine field type checks in Field::GetXXX methods. Should give ↵Machiavelli
us logs of wrong GetXXX calls for a certain type without having to dig trough valgrind logs.
2012-03-25Core/TicketMgr: Remove a memory leak in RemoveTicket. Spotted by SubvMachiavelli
2012-03-25Core: Remove an annoying memoryleak in OutdoorPVPMgr (Patch by Raczman)click
2012-03-24Merge pull request #5870 from Elron103/pull-requests5leak
Core: Fix warnings
2012-03-24Core/DBLayer: Few more type correctionsNay
Closes #5871
2012-03-25Core/DBLayer: Restore pinfo timestamp output (Prepared statment results ↵leak
don't deliver TIMESTAMP as string)
2012-03-24Core: Fix .pinfo handling of player level and securitylevel after recent ↵click
cleanups (and clean up my last commit)
2012-03-24Core/DB layer: Change functionality in previous memoryleak-fix (Patch by ↵click
raczman)
2012-03-24Core/DB Layer: Fix a memory leak. Author: raczman (yes, you read correctly)Machiavelli
2012-03-24Core/Spells: Fix periodic aura log for SPELL_AURA_PERIODIC_HEAL and ↵Shocker
SPELL_AURA_OBS_MOD_HEALTH when there is heal absorption
2012-03-24Core: Add proper cleanup at exit for smart script waypoints and instance ↵Shauren
encounters
2012-03-24Core: Fix warningsElron103
2012-03-24Core/LFGMgr: Added missing changes from previous commitShauren
2012-03-24Core/LFGScript: Split LFG script class to prevent crash caused by ↵Shauren
deallocating the same memory twice
2012-03-24Core/DBLayer: Query should actually be available on both sync and async ↵leak
mysql connections
2012-03-24Core/Scripts: Fixed script unloadingShauren
2012-03-24DB/Loot: Add some Missing loot, thx Helias for spotting and initial workZxBiohazardZx
Closes #5842
2012-03-24Core/DBLayer: C/P fixleak
2012-03-24Core/DBLayer: Match field type reads in core with data types in db for ↵Shauren
prepared statements
2012-03-24Core: I herd you like semicolon..leak
2012-03-24Core: Fix warnings properlyleak
2012-03-24Core: Fix warningsleak
2012-03-24Core: Remove some silly pramga-section warningsclick
2012-03-24Core/DBLayer: Prepare statement on the right connectionleak
fixes #5862
2012-03-24Merge pull request #5865 from Elron103/pull-requests4Shauren
Core/Spells: Fix loading order and apply custom spell flags correctly
2012-03-24Core/Auras: Corrected check relying on a not yet initialized variableShauren
2012-03-24Core/Spells: Fix loading order and apply custom spell flags correctlyElron103
2012-03-24DB/Loot: Update Loot for first 4 bosses in UlduarZxBiohazardZx
2012-03-24Merge pull request #5858 from w1sht0l1v3/AKMachiavelli
Scripts/Ahn'kahet/Prince Taldaram: Fix movement after shield drops.(no more LoS issues) Update boss texts and move them to creature_text. Add proper sounds to text. Add condition for a visual spell. Add usage of different Embrace of the Vampyr spell based on difficulty.
2012-03-24Scripts/Ahn'kahet/Prince Taldaram:w1sht0l1v3
Fix movement after shield drops.(no more LoS issues) Update boss texts and move them to creature_text. Add proper sounds to text. Add condition for a visual spell. Add usage of different Embrace of the Vampyr spell based on difficulty.
2012-03-24Core/DBLayer: Fix a typo in a field type/size - npc_vendor Nay
Closes #5863