aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-22Core/Auras: Fixed client freezes happening with scalable auras that do not ↵Shauren
have all effects applied on all targets Closes #8913
2013-03-21Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Entities/Pet/Pet.cpp src/server/game/Entities/Pet/Pet.h src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp src/server/scripts/Kalimdor/zone_azshara.cpp
2013-03-21Core/Players: Cleanup code in SendPreparedQuest (checks doing nothing...)Shauren
2013-03-21Core/Pets: Fixed crashes introduced in 1496e4df842db07ec5b2474b05d8279f0e4a907bShauren
2013-03-21Core: More functions moved to constSpp
2013-03-21Core/Pets: Remove unnecesary member variable (m_owner)Spp
2013-03-21Core/Scripts: Removed CAST_CRE defineSpp
2013-03-21Core/Scripts: Removed CAST_PLR defineSpp
2013-03-21Core/AI: Do not expose internal storage of SummonListSpp
2013-03-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/AI/EventAI/CreatureEventAI.cpp src/server/game/AI/EventAI/CreatureEventAI.h src/server/game/AI/EventAI/CreatureEventAIMgr.cpp src/server/game/Battlegrounds/Battleground.cpp src/server/game/DataStores/DBCStores.cpp src/server/game/Entities/Object/Object.h src/server/game/Entities/Player/Player.h src/server/game/Entities/Unit/Unit.cpp src/server/game/Entities/Unit/Unit.h src/server/game/Spells/Auras/SpellAuraEffects.cpp src/server/game/Spells/SpellInfo.h
2013-03-20SQLS: Rename sql file after PR mergeNay
2013-03-20Merge pull request #8734 from blipi/guardians_altarNay
Quest 4901 "Guardians of the Altar"
2013-03-20Core/Misc: Define multiple functions const (+ code cleanup here and there)Spp
2013-03-20Core/Account: Remove unused helper functionsSpp
2013-03-20Core/Misc: Do not use singleton when calling to static function ↵Spp
ChooseDisplayId (and remove unused parameter)
2013-03-20Merge pull request #9472 from jacob-baines/mismatchNay
Fix mismatching new/delete
2013-03-20Fix mismatching new/deletebaines
2013-03-20Merge pull request #9470 from Visagalis/visagalisNay
[TOC faction champions fix] Loot chest is now selectable after spawning. Closes #9164
2013-03-20Fixed TOC faction champions loot chest (Now it will be selectable after ↵Visagalis
spawning).
2013-03-18Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-03-18Core: Fix warningsVincent_Michael
2013-03-17Core/DB: Fix a table name in CHAR_SEL_MAIL_LIST_INFONay
2013-03-17Scripts/Commands: Add .list mail $char/$guid commandBezo
Prints a list of mails received by the characters Closs #9421
2013-03-17Core/DataStores: Warning fixes for .db2Shauren
2013-03-17Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-03-17Core/DataStores: Implemented using locales in .db2 storesShauren
2013-03-17DB/Quests: Fix Send Them Packing, closes #6851Pitcrawler
2013-03-17Merge pull request #9447 from thomas007788/WhisperV2Nay
Update Whisper pr, missed some logic there
2013-03-17DB/Creature: Fix a creature state (visual only)Pitcrawler
2013-03-17DB/Quests: Fix Valkyrion Must Burn, closes #2595Pitcrawler
Replace core script with SAI
2013-03-17Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-03-17Core/DataStores: Implemented a generic way of sending db2 hotfixesShauren
2013-03-17Update Whisper pr, missed some logic thereNefarion
2013-03-16Core/Grids: Fix possible crashVincent_Michael
2013-03-16DB/Conditions: Fix some spell implicit targetsPitcrawler
Fix an SAI issue (visual only)
2013-03-15Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ↵Nay
‘std::string’ through ‘...’"
2013-03-15Revert "Core/Objects: Updated `playercreateinfo_spell`'s content for ↵Kinzcool
Cataclysm with the new database structure." This reverts commit 8bd4e3aff82b4e92db7feb172ede485d2ba14a74.
2013-03-15Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-03-15Core: Fix non pch buildVincent_Michael
2013-03-15SQL: Rename SQL file after PR mergeNay
2013-03-15Merge pull request #9396 from thomas007788/WhispersNay
Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ
2013-03-15SQL: Corrected file name and replaced tabs with spacesShauren
2013-03-15Core/PacketIO: Allow playing all ingame moviesShauren
Closes #9434
2013-03-15Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-03-15Script/Quest: Into the wild green YonderGacko
Still todo: * Fix spell focus requirement for the drop spell casted by the vehicle Closes: #8752
2013-03-15Core/Unit: Fall after exiting vehicle if is in air and can not flyGacko
2013-03-15Fix some engrishGacko
2013-03-15Remove documentation for script/custom textsGacko
The related code and tables do not exist anymore.
2013-03-15Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and ↵Nefarion
implement feature for GMs to remove single players from their WhisperWhiteList.
2013-03-15DB/Spells: Corrected playercreateinfo_spell records *for good*.Warpten
Also corrected load count and temporarily removed an error log. It needs better troubleshooting to avoid error'ing false positives.