aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-31Tools/MeshExtractor: Fix warningsjackpoz
2013-12-30Core/MMaps: Clear the points on each CalculatePath call and allow for ↵Subv
shortcut paths in case no path is available.
2013-12-30Tools/MeshExtractor: Corrected a mistake.Subv
2013-12-30Tools/MeshExtractor: Added some debug messagesSubv
2013-12-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rwSubv
2013-12-30Merge pull request #11386 from Nawuko/vincent-fixSubv
Core: user defined literals need a space in front
2013-12-30Core: user defined literals need a space in frontNawuko
2013-12-30Buildsystem: Fix GCC not being recognized on Ubuntujackpoz
Fix CMake not recognizing /usr/bin/cc as GCC on Ubuntu ( 13.10 x64 ) .
2013-12-30Core/Transports: Fix array overflowjackpoz
Fix an array overflow in TransportMgr::GeneratePath() spline code. Valgrind log: Invalid read of size 4 at : G3D::Vector3::operator*(float) const (Vector3.h:650) by : Movement::C_Evaluate(G3D::Vector3 const*, float, G3D::Matrix4 const&, G3D::Vector3&) (Spline.cpp:103) by : Movement::SplineBase::SegLengthCatmullRom(int) const (Spline.cpp:171) by : Movement::SplineBase::SegLength(int) const (in /home/jackpoz/trinity/bin/worldserver) by : Movement::Spline<double>::initLengths() (SplineImpl.h:86) by : TransportMgr::GeneratePath(GameObjectTemplate const*, TransportTemplate*) (TransportMgr.cpp:125) by : TransportMgr::LoadTransportTemplates() (TransportMgr.cpp:78) Address 0x1d07d154 is 8 bytes after a block of size 300 alloc'd
2013-12-30DB/ClassLevelStats: All stats for testing.Malcrom
2013-12-29Tools/MeshExtractor: Fixed some delete miss-matchesSubv
2013-12-29Tools: Only build the previous mmaps_generator when meshextractor isn't ↵Subv
selected for building.
2013-12-29Tools/MeshExtractor: Fixed a mistake in the WorldModelGroup constructor.Subv
2013-12-29Tools/MeshExtractor: Updated RecastNavigation to the latest version from gitSubv
2013-12-29DB/Classlevelstats: Base damage for expansion 1Malcrom
2013-12-29Tools/MeshExtractor: Fixed the threading, threads should no longer behave in ↵Subv
a weird way.
2013-12-29Tools/MeshExtractor: Missing changes from previous commitSubv
2013-12-29Tools/MeshExtractor: Added some stuff to make the switch to C++11 easierSubv
2013-12-29Don't delete the liquid height data in the destructor as it is called after ↵Subv
ReadGroups ends, so the pointers are deleted but they are still referenced in the objects contained inside the Groups vector.
2013-12-29Build/CMake: Enabled c++11 on gcc for testing purposes.Subv
2013-12-29DB/Classlevelstats: Add base damage for exp2Malcrom
2013-12-29Move the WorldModelGroup when loading the WorldModelRoot groups to the ↵Subv
Groups vector to prevent undefined behavior on destruction
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-29Ignore the build on some test maps.Subv
2013-12-29Fixed a few memory leaks.Subv
2013-12-29Scripts/Misc: Fix uninitialized valuesjackpoz
Fix uninitialized values in scripts reported by valgrind. Fix target and GetOwner() NULL dereferences .
2013-12-29Updated some code to use the STLSubv
2013-12-29Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rwSubv
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