aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-09Core/MovementShauren
* Implemented a generic way of sending movement packets depending on who controls the unit (player or server controlled) * Added possibility to specify extra elements in movement packets (such as speed, extra passenger guid, collision height and similar) without having to add a special element only for these * Removed Unit::SendMovementFlagUpdate as it was something working only in 3.3.5a and earlier (no serverside HEARTBEAT opcode exists now)
2013-04-07Core/Quests: Corrected the function call to give the rewarded skill pointsSubv
2013-04-07Core/Quests: Fixed currency handling in quests (Required and Reward ↵Subv
currency) and reward skill points. Closes #9101
2013-04-03SQL/Updates: Fixed filename from previous commit. (Date formats...)Warpten
2013-04-04DB/Objects: Fixed Wrath not being into the spells bar for newly created ↵Warpten
tauren druids.
2013-04-03Core/Units: Started work on updating movement (main goal: remove ↵Shauren
SendMovementFlagUpdate())
2013-04-03Core/Units: Fixed spiky player movementShauren
Closes #8792
2013-04-01Core/Units: Fixed transport positions sent in movement packets (also fixes a ↵Shauren
crash if on vehicle)
2013-04-01Core/PacketIO: Fixed instant logouts displaying logout box with timerShauren
2013-04-01Core/Units: Removed deprecated BuildMovementPacket method and updated ↵Shauren
MovementFlags2 enum
2013-03-28Core/Spells: Fixed a crash with summoning Wild MushroomsShauren
2013-03-27Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-03-26SAI/Quest: A Hero's Headgear (Thanks @untaught)Gacko
Solves: #9452
2013-03-26Core/SmartAI: SMART_ACTION_FORCE_DESPAWN for dead creaturesGacko
2013-03-26Core: Fix compile with WITH_COREDEBUG option enabledSpp
2013-03-26Core/Build: All include directories are quoted to support path with spacesSpp
Closes #9504
2013-03-26Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)Spp
Closes #9501
2013-03-25typo fix after 1a6a23eSpp
2013-03-25Merge branch 'master' into 4.3.4Spp
Conflicts: src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Object/Object.h src/server/game/Entities/Pet/Pet.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Events/GameEventMgr.cpp src/server/game/Loot/LootMgr.cpp src/server/shared/Packets/ByteBuffer.h
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with ↵Spp
4.3.4 branch) Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts
2013-03-25Core/Misc: Minor optimizations (+ code changes to reduce differences with ↵Spp
4.3.4 branch)
2013-03-24DB/Quest: set correct class requirement for The Forging of Quel Serrarnelegalno
Closes 4194
2013-03-24DB/EAI: Fix db error in 3a5ed66dcd08bbca276b87ee4f2bc94c403bda21Vincent_Michael
2013-03-24DB/Spell: Fixed EFFECT BIND position for "Teach: Death Gate".Kinzcool
Ref #8590
2013-03-24Core/Objects: Fixed playercreateinfo_spell for Cataclysm.Warpten
Note that playercreateinfo_spell_custom *should* be filled by yourself, just like what the name says.
2013-03-23fix wrong pointid in previous commitZxBiohazardZx
2013-03-23DB/Creature: Add missing spawns in the Demon Fall Ridge areabaric
Closes #8614
2013-03-23DB/SAI Update SAI param for Ruined lifeboat & add SAI for NegolasZxBiohazardZx
Closes #8846
2013-03-23DB/Creature: add missing Silver Convenant in Frozen Hallsfoldor
Closes #9082
2013-03-23DB/Creature: add a text on death for Overmaster Pyronalpharius
Closes #9267
2013-03-23DB/SAI: add SAI for The Light's Mercygaut
Closes #9364
2013-03-22Script/Spell: Apply Shadow's Fate to SindragosaGacko
Sindgragosa is summoned in instance script and would not pass the modified check otherwise Related to: #9487
2013-03-22Core/Auras: Fixed mount displayShauren
Closes #9482
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-22Core/Auth: Updated AuthResult enumShauren
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