aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-11Core/Players: Cast Summon Pet on first login, relocate created petsMihapro
*Casts a proper Summon Pet spell on a hunter logging in for the first time (depending on his race). *Relocates created tamed pets before they're added to map.
2013-05-10Correct a typoMihapro
2013-05-09Reimplement spell_dbc (with spelleffect_dbc)Mihapro
2013-04-28Core: Fix non pch buildVincent_Michael
2013-04-16Core/Spells: Implement TRIGGERED_IGNORE_TARGET_CHECK TriggerCastFlag to ↵Shocker
allow ignoring most target checks (mostly the default DBC ones)
2013-04-13Core/PacketIO: Enabled CMSG_DISMISS_CRITTER and fixed opcode value for ↵Shauren
CMSG_DEL_IGNORE
2013-04-11Core/PacketIO: Corrected structure of ↵Shauren
CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and SMSG_MOVE_UPDATE_RUN_SPEED
2013-04-11Core/PacketIO: Updated and enabled CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE ↵Shauren
and updated structure of movement packet sent in CMSG_CAST_(PET_)SPELL
2013-04-10Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2013-04-10Core/Objects: Fixed guild guidsShauren
2013-04-09Merge pull request #9009 from Souler/fix_mage_rofWarpten
[4.3.4] Spells/Mage: Ring of Frost
2013-04-09Core/ObjectsShauren
* Vehicles can now be sent with UPDATETYPE_CREATE_OBJECT2 * Corrected HIGHGUID type for guilds
2013-04-09Core/Players: Minor cleanup in PhaseMgrShauren
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-08Spells/Mage: Ring of FrostSouler
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