| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-11 | Core/Players: Cast Summon Pet on first login, relocate created pets | Mihapro | |
| *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-10 | Correct a typo | Mihapro | |
| 2013-05-09 | Reimplement spell_dbc (with spelleffect_dbc) | Mihapro | |
| 2013-04-28 | Core: Fix non pch build | Vincent_Michael | |
| 2013-04-16 | Core/Spells: Implement TRIGGERED_IGNORE_TARGET_CHECK TriggerCastFlag to ↵ | Shocker | |
| allow ignoring most target checks (mostly the default DBC ones) | |||
| 2013-04-13 | Core/PacketIO: Enabled CMSG_DISMISS_CRITTER and fixed opcode value for ↵ | Shauren | |
| CMSG_DEL_IGNORE | |||
| 2013-04-11 | Core/PacketIO: Corrected structure of ↵ | Shauren | |
| CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and SMSG_MOVE_UPDATE_RUN_SPEED | |||
| 2013-04-11 | Core/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-10 | Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 | Shauren | |
| 2013-04-10 | Core/Objects: Fixed guild guids | Shauren | |
| 2013-04-09 | Merge pull request #9009 from Souler/fix_mage_rof | Warpten | |
| [4.3.4] Spells/Mage: Ring of Frost | |||
| 2013-04-09 | Core/Objects | Shauren | |
| * Vehicles can now be sent with UPDATETYPE_CREATE_OBJECT2 * Corrected HIGHGUID type for guilds | |||
| 2013-04-09 | Core/Players: Minor cleanup in PhaseMgr | Shauren | |
| 2013-04-09 | Core/Movement | Shauren | |
| * 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-08 | Spells/Mage: Ring of Frost | Souler | |
| 2013-04-07 | Core/Quests: Corrected the function call to give the rewarded skill points | Subv | |
| 2013-04-07 | Core/Quests: Fixed currency handling in quests (Required and Reward ↵ | Subv | |
| currency) and reward skill points. Closes #9101 | |||
| 2013-04-03 | SQL/Updates: Fixed filename from previous commit. (Date formats...) | Warpten | |
| 2013-04-04 | DB/Objects: Fixed Wrath not being into the spells bar for newly created ↵ | Warpten | |
| tauren druids. | |||
| 2013-04-03 | Core/Units: Started work on updating movement (main goal: remove ↵ | Shauren | |
| SendMovementFlagUpdate()) | |||
| 2013-04-03 | Core/Units: Fixed spiky player movement | Shauren | |
| Closes #8792 | |||
| 2013-04-01 | Core/Units: Fixed transport positions sent in movement packets (also fixes a ↵ | Shauren | |
| crash if on vehicle) | |||
| 2013-04-01 | Core/PacketIO: Fixed instant logouts displaying logout box with timer | Shauren | |
| 2013-04-01 | Core/Units: Removed deprecated BuildMovementPacket method and updated ↵ | Shauren | |
| MovementFlags2 enum | |||
| 2013-03-28 | Core/Spells: Fixed a crash with summoning Wild Mushrooms | Shauren | |
| 2013-03-27 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_Michael | |
| 2013-03-26 | SAI/Quest: A Hero's Headgear (Thanks @untaught) | Gacko | |
| Solves: #9452 | |||
| 2013-03-26 | Core/SmartAI: SMART_ACTION_FORCE_DESPAWN for dead creatures | Gacko | |
| 2013-03-26 | Core: Fix compile with WITH_COREDEBUG option enabled | Spp | |
| 2013-03-26 | Core/Build: All include directories are quoted to support path with spaces | Spp | |
| Closes #9504 | |||
| 2013-03-26 | Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile) | Spp | |
| Closes #9501 | |||
| 2013-03-25 | typo fix after 1a6a23e | Spp | |
| 2013-03-25 | Merge branch 'master' into 4.3.4 | Spp | |
| 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-25 | Core/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-25 | Core/Misc: Minor optimizations (+ code changes to reduce differences with ↵ | Spp | |
| 4.3.4 branch) | |||
| 2013-03-24 | DB/Quest: set correct class requirement for The Forging of Quel Serrar | nelegalno | |
| Closes 4194 | |||
| 2013-03-24 | DB/EAI: Fix db error in 3a5ed66dcd08bbca276b87ee4f2bc94c403bda21 | Vincent_Michael | |
| 2013-03-24 | DB/Spell: Fixed EFFECT BIND position for "Teach: Death Gate". | Kinzcool | |
| Ref #8590 | |||
| 2013-03-24 | Core/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-23 | fix wrong pointid in previous commit | ZxBiohazardZx | |
| 2013-03-23 | DB/Creature: Add missing spawns in the Demon Fall Ridge area | baric | |
| Closes #8614 | |||
| 2013-03-23 | DB/SAI Update SAI param for Ruined lifeboat & add SAI for Negolas | ZxBiohazardZx | |
| Closes #8846 | |||
| 2013-03-23 | DB/Creature: add missing Silver Convenant in Frozen Halls | foldor | |
| Closes #9082 | |||
| 2013-03-23 | DB/Creature: add a text on death for Overmaster Pyron | alpharius | |
| Closes #9267 | |||
| 2013-03-23 | DB/SAI: add SAI for The Light's Mercy | gaut | |
| Closes #9364 | |||
| 2013-03-22 | Script/Spell: Apply Shadow's Fate to Sindragosa | Gacko | |
| Sindgragosa is summoned in instance script and would not pass the modified check otherwise Related to: #9487 | |||
| 2013-03-22 | Core/Auras: Fixed mount display | Shauren | |
| Closes #9482 | |||
| 2013-03-22 | Core/Auras: Fixed client freezes happening with scalable auras that do not ↵ | Shauren | |
| have all effects applied on all targets Closes #8913 | |||
| 2013-03-22 | Core/Auth: Updated AuthResult enum | Shauren | |
| 2013-03-21 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_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 | |||
