aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-20Scripts/Commands: Fix LANG_PINFO_MUTED in HandlePInfoCommandCarbenium
Closes #14560 Thanks @Mack36 (cherry picked from commit 6d12297ffa4ce33db5513937852d151917085d23)
2015-05-20Core/Spells: fixed creatures stucks at 1 hp when a health increasing aura ↵joschiwald
gets removed Closes #13639
2015-05-20Removed useless calculation in last commitKelno
2015-05-20Fixed a math error in SmartScript::DecPhase(int32)Kelno
2015-05-20Core/Spells: Fix summon position of Argent ValiantCarbenium
Ref #8718
2015-05-19Scripts/Icecrown: Move Squire David to SmartAICarbenium
2015-05-19Core/Misc: Removed gcc specific packing pragma syntax - only unsupported ↵Shauren
(now) versions required it (cherry picked from commit 4c7c2abf03b692e67a89d2ba0856aec1553c8ae1) Conflicts: src/server/bnetserver/Packets/BitStream.h src/server/shared/Common.h
2015-05-19Core/Misc: Moved Position to its own fileShauren
(cherry picked from commit 48ee1f003347910a48183f768501c1080fc40269) Conflicts: src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Object/Object.h src/server/game/Spells/Spell.cpp
2015-05-19Merge pull request #14454 from ariel-/cdDuarte Duarte
Port Core/Spells: Cooldown updates (6.x branch)
2015-05-19Core/GameObjects: fixed build in gccRat
(cherry picked from commit c5bbc9287d1e8ae9335598780ebd7db47b522fb2)
2015-05-19Fix build after recent cherry-picksDDuarte
- Rename fields in TaxiPathNodeEntry to match 6.x names - Add LowType to ObjectGuid
2015-05-19Core/GameObjects: Implemented gameobject_addon table, you can now set ↵Rat
invisibility for gameobjects for quests (cherry picked from commit 9d59d038f8b09ed036448e755cb0b102396a4ca1) Conflicts: sql/updates/world/2015_04_05_07_world.sql src/server/game/Globals/ObjectMgr.cpp src/server/game/Globals/ObjectMgr.h Core/GameObjects: fixed typo and logic (0 is a valid invisibility type) (cherry picked from commit 23e8a3ce2928458649d94408d5deffb67339b1d6)
2015-05-19Core/Transports: Moved teleporting transports to Map::DelayedUpdateShauren
(cherry picked from commit 5c5cb3e555da279b45ccff19b5ab4fc2656c75e2)
2015-05-19Core/Networking: Fixed possible msvc debug assertions in vectorShauren
(cherry picked from commit e4abbc09266d5878d0a03b04f3d72ea68549997f)
2015-05-17Scripts/Commands: Change few commands to target current Player by defaultjackpoz
2015-05-17Scripts/ToC: Fix doors opening/closing during Dreadscale fightjackpoz
Fix doors opening/closing during Dreadscale fight by sending a CloseDoor command instead of toggling the door state when Dreadscale resets its movement. Note that bounding the door state to boss movement makes poor sense and should be changed. Other bosses in ToC have this logic and should be updated if they show the same bug.
2015-05-13Core/NetworkIO: Adjust more packet throttling valuesjackpoz
Adjust more packet throttling values by increasing some limits, this might fix some random kicks. Close #14659
2015-05-12Scripts/Ulduar: Fix a comple of issues with Flame Leviathan's towersNyeriah
* Fix tower count being set to 0 once the first tower is destroyed due to bad logic * Prevent towers from reducing counter twice (caused by event being sent twice by the gameobject when destroyed)
2015-05-08Fixed some issues with PR #14157, kudos to @Nyeriah @Warpten:ariel-
* Moved scripts to other source file instead of having them on the instance cpp * Removed magic number, use of DoAction instead of SetData to do the yelling * Added spellscript for Remove Kargath's Executioner * Saved victim GUIDs in instance script instead of checking nearby area * Returning position as const-reference (by Naios)
2015-05-09[Core/DB] Quest: The Exorcism of Colonel Julestkrokli
by @danlapps; closes #1524 Thanks to WoW-Studio@0aa81ca for doing most of the work Thank to @Killyana for SQL walkthrough Thanks to @Rushor for doing most of the converting work, Thanks to @Nyeriah for pointers to solutions for all the errors Thanks to @MitchesD for pointing out missing codestyle and errors Thanks to @ccrs for supplying the ObjectAccessor lines Thanks to @DDuarte for making me understand the changes
2015-05-06Merge pull request #14641 from tkrokli/Fix_cast_on_fear_while_rootedjackpoz
Core/Spells: Fix being able to cast while feared and rooted at same time Disallow to cast if feared and rooted at same time
2015-05-05Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵Nyeriah
after Malygos' demise
2015-05-03Scripts/VioletHold: Fix crashjackpoz
Fix crash in Violet Hold happening when crystals were activated without killing trash mobs. Crash added in cba6515acb5820af5df6b77855464c29062b8c44 and f4531c5a582cae24d4d136035074d8da7e5bdad7 . Closes #14629
2015-05-03Fix: Can cast on fear if rooted [3.3.5a]tkrokli
by @Xiledria; closes #13964 Removes the ability to cast while in fear and rooted. Tested and found working by @Raydor and @Xiledria
2015-05-02Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just ↵MitchesD
for self (cherry picked from commit feabc6dff18cfcd00647e885133d066fcbab0724)
2015-05-01Core/Misc: Fix issues reported by static analysisVincent-Michael
Coverity defect IDs: 1296295, 1296294
2015-04-29Core/Spells: Fix typoVincent-Michael
2015-04-29Core: Fix buildVincent-Michael
2015-04-29Core/Socket: Removed unused synchronous read methodShauren
(cherry picked from commit 59e9bcf0bf44d89397f5a182e2ef21f7e3a3635d) Conflicts: src/server/game/Server/WorldSocket.cpp
2015-04-29Core/GameObjects: Removed the possibility to spawn transports wih gm ↵Shauren
commands (such objects did not have any transport mechanics but could still cause crashes) Closes #14542 (cherry picked from commit 149ff8da879a8286a01081d4ffb1f200a67ddefd) Conflicts: src/server/game/Entities/GameObject/GameObject.cpp src/server/game/Entities/GameObject/GameObject.h src/server/game/Globals/ObjectMgr.cpp
2015-04-27Core/Script: Make 2 remaining bridge parts active in Serpent ShrineKittnz
2015-04-27Core/Corpses: Fixed corpses loaded from database not being visible after ↵Shauren
server restart
2015-04-27Spell logging correctionsariel-
2015-04-25Scripts: trying to fix non-pchKittnz
2015-04-25Scripts/Uldaman: Fix build & fix some movement suggested by joschKittnz
2015-04-24Scripts/Uldaman: Instance updateKittnz
- Fixup Boss Ironaya - Add the freeze animation for minions and archaedas - Fix attack target for minions who wake up
2015-04-24Scripts: finally (I hope) fixed nonpch build, damn you @ariel-MitchesD
2015-04-24Scripts: non-pch fix againMitchesD
2015-04-24Scripts: fixed non-pch buildMitchesD
2015-04-24Merge pull request #14157 from ariel-/shathallsMitchesD
Shattered Halls: Revamped instance script
2015-04-24Core/Log: Fix newlines when using dynamic log namesNaios
* thanks @Aokromes for reporting * also removes an unnecessary std::move
2015-04-24Core/Misc: Ported relevant barbershop fixes from ↵Shauren
4208c0d8396e10dc806939e1d17885d16ff7b84e
2015-04-23Scripts/HallsOfStone: Set the Tribunal of Ages encounter state to ↵Nyeriah
IN_PROGRESS once it starts, instead of when Brann's escort starts
2015-04-23Scripts/HallsOfStone: Brann Spankin' New achievement should only fail if ↵Nyeriah
damage is taken during event
2015-04-23Fix build.w1sht0l1v3
2015-04-23Core/LFG: Move code to a better place.w1sht0l1v3
(the case where the last player left inside a dungeon would not be removed from lfg&group when he ports outside)
2015-04-23Core/LFG: Fix crash in ".lfg group <playername>" in case of offline player andw1sht0l1v3
extend the output to display the offline members of the group also.Atm if members are offline no info is displayed. Note: all the new code is mostly copy/paste from ".group list <playername>" command.
2015-04-19Core/Misc: Fix issues reported by static analysisjackpoz
Coverity defect IDs: 1023036, 1022620
2015-04-19Core/Creatures: remove virtual mounts from creatures on deathNorthstrider
Closes https://github.com/TrinityCore/TrinityCore/pull/14396 (cherry picked from commit b5393d4b9b5428279e245cabbf35041fb4a8c70a)
2015-04-19Core/Unit: fixed removing UNIT_FLAG_PET_IN_COMBAT from guardiansMitchesD
Closes https://github.com/TrinityCore/TrinityCore/issues/14566 (cherry picked from commit 8096edec15dc2c51d2c9f57b618cd0ced569f793)