aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-30Core/Instances: Fix exploit too much players in instances/raidsyelvann
2013-12-29DB/Classlevelstats: Add base damage for exp2Malcrom
2013-12-29Updated the compilation requirements to compile the core.Kinzcool
For more informations read the following thread: http://www.trinitycore.org/f/topic/9214-updated-trinitycore-requirements-deprecation-of-old-compilers/
2013-12-29Scripts/Misc: Fix uninitialized valuesjackpoz
Fix uninitialized values in scripts reported by valgrind. Fix target and GetOwner() NULL dereferences .
2013-12-29Core/Chat: Fix assert triggered by .npc addjackpoz
Fix an assert in Aura::_UnapplyForTarget() caused by ".npc add" changing the guid of the spawned Creature.
2013-12-29Merge branch 'master' of github.com:TrinityCore/TrinityCorejackpoz
2013-12-29Scripting/War Master Voone: Fix Cleave spell and minor cleanup.Malcrom
2013-12-29Scripts/Misc: Fix uninitialized valuesjackpoz
Fix uninitialized values in scripts reported by valgrind.
2013-12-29Core/TransportsShauren
* Fixed transport orientation * Fixed transport position desynchronization for stoppable transports * Ignore spawnMask errors for objects spawned on transports
2013-12-28Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreMalcrom
2013-12-28Scripting/Boss Jandice Barov: Fix wrong spell id.Malcrom
2013-12-29Scripts/Misc: Ensure Creatures are in instances when requiredjackpoz
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-28DB/Creature_classlevelstats: update attack power.Malcrom
2013-12-28Core/Misc: Fix warningsjackpoz
Fix warnings appearing with -Wstrict-aliasing flag.
2013-12-28DB/SAI: Fix for quest 12449 & 12417 from MitchesD.Malcrom
Closes #11373
2013-12-28DB/Creature_classlevelstats: Add attack power. Rogue class still lacking data.Malcrom
2013-12-28DB/Creature_classlevelstats: Prepare table for attack power and damage.Malcrom
2013-12-28Core/Battlegrounds: Removed unneeded codeShauren
2013-12-28Core/Transports: Fixed new spawned transports not being visible for players ↵Shauren
already present on map
2013-12-27Merge pull request #11359 from MitchesD/obsidian_sanctumjoschiwald
Scripts/ObsidianSanctum: added creature_formations for surrounding creatures and some clean up
2013-12-27Scripts/ObsidianSanctum: added creature_formations for surrounding creatures ↵MitchesD
and some clean up
2013-12-27DB/SAI: Fix AI for Lord KragaruMalcrom
2013-12-25Core/Transports: Fix possible crashjackpoz
Fix a crash happening when deleting an instance with transports. This case doesn't appear in current sources but could have happened in ICC and HoR.
2013-12-25Scripts/Blood Furnace: Fix crash in Broggok scriptjackpoz
Fix a NULL dereference exception in Broggok npc id 17380 script, happening when spawning it outside of an instance. Fixes #11344
2013-12-25Core/QuestDef: Well I clicked revert but Git didn't play along.Malcrom
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-25Db/Misc: Fix more dup aura messages.Malcrom
2013-12-25DB/Misc: Fix some more dup aura errors.Malcrom
2013-12-25Db/Misc: Fix a few more dup aura errors.Malcrom
2013-12-25DB/Misc: Fix a couple errors I introduced.Malcrom
2013-12-25Build fixShauren
2013-12-25Core/Quests: Added stuff missing in previous commitShauren
2013-12-25Core/Quests: Fixed icon shown above questgivers with daily quests that have ↵Shauren
already been completed once by a character Closes #11331
2013-12-24Scripting/Multi: Some cleanup.Malcrom
2013-12-24Core/Chat: Fixed GM messages in chat channels after refactoringShauren
2013-12-24Scripting: Some cleanup. Please keep broken English comments to yourself.Malcrom
2013-12-24DB/Gameobjects: Added a few missing gameobject templates.Kinzcool
2013-12-24Scripting/Hinterlands: Convert to TC style.Malcrom
2013-12-24Scripting/Hellfire: Moved some gossip to db and fix some magic numbers.Malcrom
2013-12-24Scripting/Ghostlands: Moved some gossip to db and fixed some magic numbers.Malcrom
2013-12-24Core/SAI: Fixed a crash in call for help/flee for assist actions when they ↵Shauren
had an emote attached
2013-12-24Scripting/Zones: Some cleanup.Malcrom
2013-12-23Scripts:joschiwald
- cleanup obsidian sanctum script - prevent yelling texts if non player died in some scripts
2013-12-23Scripting/Borean Tundra: Fix some magic numbers.Malcrom
2013-12-23DB/Creature: Fix InhabitType for Val'kyr Battle-maiden.Malcrom
Closes #11347
2013-12-23DB/SAI: Fix a couple errors.Malcrom
2013-12-23DB/Condition: Add Conditions for Captured Sunhawk Agent gossip textMalcrom
2013-12-23Scripting/Bloodmyst Isle: Moved Captured Sunhawk Agent gossip to db.Malcrom
2013-12-23Scripting/Blasted Lands: Shouldn't have removed ScriptedGossip.hMalcrom
2013-12-23Scripting/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