aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-15Core/Scripts: Fixed build of boss_* scriptsShauren
2014-09-15Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid c...Shauren
2014-09-14ScriptsShauren
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-12Core/Entities: Added ObjectGuid class from MaNGOSShauren
2014-09-12Core/WorldSocket: Refactored client packet header checkShauren
2014-09-12Core/Misc: Added const modifier to MessageBuffer::Write parameterShauren
2014-09-12Core: Fix warningVincent-Michael
2014-09-12Core/NetworkIO: Set non blocking mode on sockets properlyShauren
2014-09-12Core/Skills: Fix rogue's lock pickingDDuarte
2014-09-12Core/Quests: Only prompt the player to take the next quest in a chain if he m...Subv
2014-09-12Merge pull request #12927 from MitchesD/misc_3MitchesD
2014-09-12Remove mount vendor cpp scriptDr-J
2014-09-12Scripts/CoS: implemented Infinite Corruptor, improvements in instance script ...MitchesD
2014-09-12Core/Group: Update enum GroupTypeDDuarte
2014-09-12Core/Misc: Kill few more warnings.w1sht0l1v3
2014-09-11Core/Misc: Get rid of some warnings.w1sht0l1v3
2014-09-11Core: Fix typo in cec2cc806b418997f387bf1324454b7b76b9f0faVincent-Michael
2014-09-11a correctionDr-J
2014-09-11Remove a Gossip Script which is already in DBDr-J
2014-09-11Scripts/Misc: some small changes after recent commitsMitchesD
2014-09-11Scripts/AV: Drekthar updated to EventMapsNyeriah
2014-09-11Scripts/Gundrak: Eck the Ferocious updated to EventMap/BossAINyeriah
2014-09-10Core/DB: Fix crash on shutdownjackpoz
2014-09-10Core/Misc: Fixed build with intel compilerShauren
2014-09-10Core/Authserver: Added missing auth socket managerShauren
2014-09-10Scripts/AV: Captain Galvangar updated to EventMapsNyeriah
2014-09-09Core/Loot: Fix a possible unintialized slot_type in LootMgrDuarte Duarte
2014-09-09Core/Loot: Fix some issues with master lootDDuarte
2014-09-09Merge pull request #13077 from mik1893/fear_vs_possessDuarte Duarte
2014-09-09Scripts/The Barrens: Make BIG WILL attackable in quest id 1719 (the affray)dkmbasura
2014-09-09Core/Net: Fix GCC buildDuarte Duarte
2014-09-09Core/Unit: Do not give client control back to player after fearmik1893
2014-09-09Remove CPP script for Jenny/Jezzix GeartwistDr-J
2014-09-09Remove seaforium depth charge Dr-J
2014-09-09Build fixShauren
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-09-09Core/Creature: Implement CREATURE_FLAG_EXTRA_IGNORE_PATHFINDINGVincent-Michael
2014-09-08Scripts/Onyxia Lair: Slight change so we don't call Reset() in the 'ctorNyeriah
2014-09-08Scripts/Onyxia Lair: Some small improvements to GUID storage as it's only use...Nyeriah
2014-09-08Scripts/Commands: Allow to set a custom duration to the Freeze command applie...Odyssey
2014-09-08Merge pull request #13007 from mik1893/StormstrikeDuarte Duarte
2014-09-08Core/Scripts: made BossAI::CheckInRoom virtualjoschiwald
2014-09-08Core/Misc: Named an unknown creature type flagShauren
2014-09-07Core: Remove whitespace (again, again, ...)Vincent-Michael
2014-09-07Merge pull request #13060 from LogvinovLeon/masterblub
2014-09-07Removed redundant cast to c_str() in ConfigMgr::Reload function.Leonid Logvinov