| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-26 | Core/Spells: move some spells so spellscripts | joschiwald | |
| 2014-01-25 | Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript (mimimi) | Vincent_Michael | |
| 2014-01-24 | Scripts: Gossip can crash with null instance | Vincent_Michael | |
| 2014-01-24 | Fix build | joschiwald | |
| 2014-01-24 | Core/Spells: move killing spree to spellscript | joschiwald | |
| Closes #10597 Closes #11468 | |||
| 2014-01-23 | Scripts: A lots of changes here and there (maybe useless?!?) | Vincent_Michael | |
| 2014-01-23 | Scripts/Spells: use new hook in some spellscripts | joschiwald | |
| 2014-01-23 | Scripts/AhnKahet: fix some issues on prince taldaram script | joschiwald | |
| 2014-01-22 | Scripts/ZulGurub/Jeklik: fixed flying in first phase, reworked spawn and ↵ | MitchesD | |
| rewritten to EventMap Closes #11277 | |||
| 2014-01-22 | Misc: Fix warnings | Vincent_Michael | |
| 2014-01-21 | Misc: Minor cosmetic changes here and there | Vincent_Michael | |
| 2014-01-19 | Merge pull request #11299 from Carbenium/MailboxCmd | Discover- | |
| Core/Command: Add mailbox command | |||
| 2014-01-19 | Core/Commands: Using the '.gm vis off' command now instantly makes the GM ↵ | Discover- | |
| invisible to non-GM players, instead of waiting until Player::UpdateObjectVisibility was called from a different method. Ref. #11467 | |||
| 2014-01-19 | Core/Scripts: Fix the cleanup in 54dbf870b8fc1f0aef1ef95c8786303998762173. | w1sht0l1v3 | |
| 2014-01-19 | Core/Scripts: Fix kill credit for quest The Hunter and the Prince(13400). | w1sht0l1v3 | |
| 2014-01-18 | Core/Commands: The .setskill command is now usable even if the player ↵ | Discover- | |
| doesn't already have the skill learned. | |||
| 2014-01-17 | Show Kick, Mute and Ban in world | Zabustak | |
| 2014-01-12 | Core/Movement: Add LOS check for fleeingmovement target point. | zengwf | |
| Prevents fleeing or feared units from going to upper floor ignoring walls/ceilings with mmaps on(and usually get stucked). Current implementation just randomly selects a distance and angle against the frighting unit, when in narrow circumstance such as underground caves, such targeting point would be at another floor. Closes #11300 Ref #9475 (needs fixed confirmation) | |||
| 2014-01-11 | Merge pull request #11342 from Carbenium/Svala | Duarte Duarte | |
| Scripting/Utgarde Pinnaccle: Fix visual during Svala's transformation | |||
| 2014-01-12 | Scripts/NPCs: Remove core script for rogue trainers which was overriding db ↵ | Dr-J | |
| conditions SAI and conditions for rogue trainers to provide elegant leter to rogues provided that is level 24 or higher, does not have elegant letter and does not have taken, rewarded or complete the quest which elegant letter starts Closes #11378 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
| 2014-01-10 | Scripts/PoS/Garfrost: cleanup saronit blocks after death | joschiwald | |
| 2014-01-09 | Fix build | joschiwald | |
| 2014-01-09 | Scripts/BloodFurnace: | joschiwald | |
| * cleanup InstanceScript * fix broggok poison cloud Scripts/Naxxramas/Grobbulus: * fix poison cloud * fix mutating injection | |||
| 2014-01-06 | Core/Entities: add some log messages in CheckCreatureTemplate | joschiwald | |
| * Happy Error Spam | |||
| 2014-01-06 | Misc: | Shauren | |
| * Tools: Fixed a compile warning * Commands: Fixed npcflag format in .npc info | |||
| 2014-01-05 | Scripts/HoS: update Maiden of Grief | joschiwald | |
| 2014-01-04 | Core/Entities: correct creature damage, offhand damage should work too | joschiwald | |
| * todo: some creatures need dmg_multiplier update in creature_template | |||
| 2014-01-01 | Update copyright note for 2014. | Vincent_Michael | |
| Happy new year. | |||
| 2013-12-30 | Scripts/Misc: Code cleanup | jackpoz | |
| Remove some NULL checks not needed anymore after 3744c141841917075c295c3c38643e3d156eb9d4 . Fix an invalid Creature to TempSummon cast. | |||
| 2013-12-30 | Core: user defined literals need a space in front | Nawuko | |
| 2013-12-29 | Scripts/Misc: Fix uninitialized values | jackpoz | |
| Fix uninitialized values in scripts reported by valgrind. Fix target and GetOwner() NULL dereferences . | |||
| 2013-12-29 | Core/Chat: Fix assert triggered by .npc add | jackpoz | |
| Fix an assert in Aura::_UnapplyForTarget() caused by ".npc add" changing the guid of the spawned Creature. | |||
| 2013-12-29 | Merge branch 'master' of github.com:TrinityCore/TrinityCore | jackpoz | |
| 2013-12-29 | Scripting/War Master Voone: Fix Cleave spell and minor cleanup. | Malcrom | |
| 2013-12-29 | Scripts/Misc: Fix uninitialized values | jackpoz | |
| Fix uninitialized values in scripts reported by valgrind. | |||
| 2013-12-29 | Core/Transports | Shauren | |
| * Fixed transport orientation * Fixed transport position desynchronization for stoppable transports * Ignore spawnMask errors for objects spawned on transports | |||
| 2013-12-28 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore | Malcrom | |
| 2013-12-28 | Scripting/Boss Jandice Barov: Fix wrong spell id. | Malcrom | |
| 2013-12-29 | Scripts/Misc: Ensure Creatures are in instances when required | jackpoz | |
| Create ScriptedAIs that require a InstanceScript reference only if the InstanceScript exists, so if these Creatures are in an instance. ScriptedAIs that don't require a InstanceScript reference have not been modified. This fixes many possible NULL dereference crashes happening when spawning a scripted Creature outside of an instance. Fixed a GetOwner() and a ToPlayer() NULL dereference crashes too. | |||
| 2013-12-27 | Scripts/ObsidianSanctum: added creature_formations for surrounding creatures ↵ | MitchesD | |
| and some clean up | |||
| 2013-12-25 | Scripts/Blood Furnace: Fix crash in Broggok script | jackpoz | |
| Fix a NULL dereference exception in Broggok npc id 17380 script, happening when spawning it outside of an instance. Fixes #11344 | |||
| 2013-12-25 | Core/Scripting: Replace casted with cast as casted is not a word. | Malcrom | |
| 2013-12-25 | Db/Misc: Fix more dup aura messages. | Malcrom | |
| 2013-12-25 | Build fix | Shauren | |
| 2013-12-24 | Scripting/Multi: Some cleanup. | Malcrom | |
| 2013-12-24 | Scripting: Some cleanup. Please keep broken English comments to yourself. | Malcrom | |
| 2013-12-24 | Scripting/Hinterlands: Convert to TC style. | Malcrom | |
| 2013-12-24 | Scripting/Hellfire: Moved some gossip to db and fix some magic numbers. | Malcrom | |
| 2013-12-24 | Scripting/Ghostlands: Moved some gossip to db and fixed some magic numbers. | Malcrom | |
| 2013-12-24 | Scripting/Zones: Some cleanup. | Malcrom | |
