| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2013-03-21 | Core/Players: Cleanup code in SendPreparedQuest (checks doing nothing...) | Shauren | |
| 2013-03-21 | Core/Pets: Fixed crashes introduced in 1496e4df842db07ec5b2474b05d8279f0e4a907b | Shauren | |
| 2013-03-21 | Core: More functions moved to const | Spp | |
| 2013-03-21 | Core/Pets: Remove unnecesary member variable (m_owner) | Spp | |
| 2013-03-21 | Core/Scripts: Removed CAST_CRE define | Spp | |
| 2013-03-21 | Core/Scripts: Removed CAST_PLR define | Spp | |
| 2013-03-21 | Core/AI: Do not expose internal storage of SummonList | Spp | |
| 2013-03-20 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent_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-20 | SQLS: Rename sql file after PR merge | Nay | |
| 2013-03-20 | Merge pull request #8734 from blipi/guardians_altar | Nay | |
| Quest 4901 "Guardians of the Altar" | |||
| 2013-03-20 | Core/Misc: Define multiple functions const (+ code cleanup here and there) | Spp | |
| 2013-03-20 | Core/Account: Remove unused helper functions | Spp | |
| 2013-03-20 | Core/Misc: Do not use singleton when calling to static function ↵ | Spp | |
| ChooseDisplayId (and remove unused parameter) | |||
| 2013-03-20 | Merge pull request #9472 from jacob-baines/mismatch | Nay | |
| Fix mismatching new/delete | |||
