aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-29Core/Object:kaelima
- Corrected the flag and use of UPDATEFLAG_LOWGUID. - Send proper positions for objects on transports. - Rename UPDATEFLAG_HAS_POSITION -> UPDATEFLAG_STATIONARY_POSITION - Added some comments
2012-02-29Core: Build fix (for real this time) and warning fixShauren
2012-02-28Core/Warden: Switch to multi-threaded packet processing for wardenleak
2012-02-28Fixed build broken in 218ed813d0a2d26fd594ddafa2132cc7c5209bb4Shauren
2012-02-28Merge pull request #5478 from kandera/masterManuel Carrasco
DB/Wintergrasp: added spawn data for wintergrasp mobs. This has been taken from Wintergrasp branch. Author: Malcrom.
2012-02-28DB/Wintergrasp: added spawn data for wintergrasp mobsKandera
2012-02-28Core/Misc: Add more extensive ByteBuffer exceptions to trace down seemingly ↵Machiavelli
random crashes.
2012-02-28Core/Movement: Remove a redundant check in EffectMovementGenerator that ↵Machiavelli
could prevent MovementInform from being called
2012-02-27Core/Channels: Players should not be able to invite non-visible GMs to channelsSubv
closes #5467
2012-02-27Fix sql update in 8653016bddc6cfe591ce7d4b9b569fe36d50c77b - thanks to RedSonjaQAston
2012-02-27Core/MovementGenerators: Ensure correct virtual function overrides are ↵Machiavelli
called. May/should/will/could/might fix various different movement related issues. Please report back.
2012-02-27DB/Loot: add gold drops to ICCZxBiohazardZx
Partial fix for #5449
2012-02-27Merge pull request #5445 from Souler/fix_demonic_circleQAston
Move Demonic Circle related code to spell_warlock.cpp
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here ↵Spp
and there
2012-02-27Core: Minor cleanup in ObjectMgr and warning fixesSpp
2012-02-26Core/Misc: Reserve space for the data in the stores before inserting itSubv
2012-02-26Core/Battlegrounds: Initialize _flagDebuffState before using it in Warsong GulchSubv
2012-02-26Scripts/Spells: Move Demonic Circle mechanics to spell_warlock.cppSouler
2012-02-26Misc:Nay
- Fix errors in recent SQLs (1fc122e5c6a5e0099,a3755f8355e64c9efc) - Proper defines in DBCStructure.h (Holiday Entry)
2012-02-26Core/Misc: Add some documentation to TRINITY_WRITE_GUARD and ↵Machiavelli
TRINITY_READ_GUARD because ACE's documentation on underlying objects is not clear.
2012-02-26Add a missing semicolon (;) to a SQL.Anubisss
Signed-off-by: Anubisss <anubisss210@gmail.com>
2012-02-26Core/Auction House: Fix item loss issue when inserting multiple stacks (by ↵Shocker
Elron103) Closes #5428
2012-02-25Core/Warden: Add reload ability for character.warden_action table / ↵leak
Centralize the crypto keys in one header file
2012-02-25Core/Spells: Fix spellmod restore on failed cast for auras that have ↵Shocker
multiple mods for different spells (by lost-illusion)
2012-02-25Core: Add some more output in HandleSetActionButtonOpcode (show ↵Discovered
playername/guid as well) Signed-off-by: click <click@gonnamakeyou.com>
2012-02-25Core/Scripts: Remove script for npc_goblin_prisoner (handled by SAI already)click
2012-02-25Core/Scripts: Remove some leftover debugging-output from the warlock ↵click
spellscripts
2012-02-25Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly ↵click
handled within the respective code This reverts commit 28310f0938a8776d0cb42ba8a64f125cc42bff6b.
2012-02-25Merge branch 'master' of git://github.com/TrinityCore/TrinityCoreMalcrom
2012-02-25DB/SAI: SAI for Quest: 12843 "They Took Our Men!". Remove cpp script.Malcrom
2012-02-25Core/Utils: Fixed random crashes with SFMT caused by wrong memory alignment ↵Shauren
when operating on SSE instructions (they require 16 byte alignment, while classes and its members are only aligned to 8 byte boundaries)
2012-02-25Core/Player: Fixed feral AP applying for non-scaling itemsShauren
2012-02-25Core/Scripts: Fix non-PCH building and linking under GCCclick
2012-02-25Core/Calendar: Use defines when sending holiday dataNay
Update some comments
2012-02-25Core/Commands: Added lost group commandsShauren
2012-02-25Core/Calendar: Fix compile without PCHShauren
2012-02-25Core/Spells: Remove SpellSelectTargetTypes enum - it's not needed anymore.QAston
2012-02-25Scripts/go_black_cage: Remove script replaced by SAI.Malcrom
2012-02-25Core/Spells: send spell error messages on spell cast condition checks.QAston
2012-02-25Scripts/Icecrown Citadel: Removed obsolete workaround for Ice Tomb LoSShauren
2012-02-25Core/Calendar: Fixed crash happening when inviting an offline player to an eventShauren
2012-02-25Copy-paste typos in previous commit (0f1bd50) :(Nay
2012-02-25Core/Calendar: Holiday.dbc -> SMSG_CALENDAR_SEND_CALENDARNay
2012-02-25Core/Calendar: Change (revert) CalendarFlags vars to intsNay
P.S I'd like to have type safe enums (C#-like, also [Flags] attr)
2012-02-25Core/Calendar:Nay
- Fix build - Use enums where possible - Renaming
2012-02-25Core: Fix the SFMT randgen-initbugElron103
Signed-off-by: click <click@gonnamakeyou.com>
2012-02-24DB/SAI: Fix error in SAI.Malcrom
2012-02-24DB/Updates: Fix some update sql's to proper naming.Malcrom
2012-02-25Core/Calendar: Added some checks & error responses for calendar actions, ↵Shauren
many more to do still
2012-02-24DB/SAI: Fix for quest "You've Really Done It This Time, Kul" 14096 Alliance ↵Malcrom
/ 14142 Horde