| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-12-23 | Scripts: | joschiwald | |
| - cleanup obsidian sanctum script - prevent yelling texts if non player died in some scripts | |||
| 2013-12-23 | Scripting/Borean Tundra: Fix some magic numbers. | Malcrom | |
| 2013-12-23 | Scripting/Bloodmyst Isle: Moved Captured Sunhawk Agent gossip to db. | Malcrom | |
| 2013-12-23 | Scripting/Blasted Lands: Shouldn't have removed ScriptedGossip.h | Malcrom | |
| 2013-12-23 | Scripting/Blasted Lands: Fixed up gossip and teleport spell for quest 3628. | Malcrom | |
| Can someone please test this. I can't do group testing locally. Also snuck in a fix for zone_axshara.cpp | |||
| 2013-12-23 | Scripting/Misc: Some cleanup. | Malcrom | |
| 2013-12-23 | Scripting/Blades Edge: Moved gossip to db for Overseer Nuaar and Sai'kkal ↵ | Malcrom | |
| the Elder. | |||
| 2013-12-23 | Core/Chat: Refactored building chat packets | Shauren | |
| * Moved everything into one specialized method instead of being scattered all over the place * Allow localizing creature names in chat messages (when using $N) * Send SMSG_GM_MESSAGECHAT for gm messages | |||
| 2013-12-23 | Scripting/Storm Peaks: A little work on Quest 13010 Krolmir, Hammer of Storms | Malcrom | |
| 2013-12-22 | DB/Creature_text: Updated more text from sniff. | Malcrom | |
| 2013-12-22 | DB/Creature text: Added some missing text from sniff. | Malcrom | |
| 2013-12-22 | Scripting/Bloodmaul Brute: CombatAI moved to cpp for quest 10512. | Malcrom | |
| 2013-12-22 | Scripting/DB: Fixed some npcs so they wouldn't have AIName & scriptname. | Malcrom | |
| 2013-12-19 | DB/Misc: Three more creature moved to SAI only. | Malcrom | |
| 2013-12-19 | DB/Gossip: Moved Highlord Demitrian gossip to db. | Malcrom | |
| npc had SmartAI and cpp script. | |||
| 2013-12-19 | DB/SAI: Scripted all ogres in Blades Edge Mountains. | Malcrom | |
| Sorry I had to remove the awesome cpp script. | |||
| 2013-12-18 | Scripting/Dragonblight: Commander Eligor Dawnbringer now scripted. | Malcrom | |
| Purely cosmetic but it was a fun thing to script :) | |||
| 2013-12-14 | Scripts: fix crash in spell_jokkum_scriptcast | joschiwald | |
| Closes #11313 | |||
| 2013-12-14 | Core/AI: Fix an issue where the OnQuestAccept hooks were not called for ↵ | Discover- | |
| auto-completed quests. Fixes #11304 | |||
| 2013-12-11 | Core: Fix warnings | Vincent_Michael | |
| 2013-12-11 | Scripting/Obsidian Sanctum: Updated scripts to use Events. | Malcrom | |
| 2013-12-10 | Scripts: replace some SetOrientation() calls with spline packets and some ↵ | joschiwald | |
| random changes | |||
| 2013-12-10 | Merge pull request #11275 from Carbenium/UtgardePinnacle | joschiwald | |
| Scripts/UtgardePinnacle: Convert Svala Sorrowgrave to event system | |||
| 2013-12-10 | Convert Svala Sorrowgrave to event system | Carbenium | |
| 2013-12-10 | Scripting/Storm Peaks: Renamed npc_brann_bronzebeard script because name has ↵ | Malcrom | |
| already been used. | |||
| 2013-12-09 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Fix some static analysis issues about uninitialized values. | |||
| 2013-12-09 | Scripting/Storm Peaks: Quest 13285 "Forging the Keystone" now scripted. | Malcrom | |
| Closes #6921 | |||
