| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-31 | Tools/MeshExtractor: Fix warnings | jackpoz | |
| 2013-12-30 | Core/MMaps: Clear the points on each CalculatePath call and allow for ↵ | Subv | |
| shortcut paths in case no path is available. | |||
| 2013-12-30 | Tools/MeshExtractor: Corrected a mistake. | Subv | |
| 2013-12-30 | Tools/MeshExtractor: Added some debug messages | Subv | |
| 2013-12-30 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw | Subv | |
| 2013-12-30 | Merge pull request #11386 from Nawuko/vincent-fix | Subv | |
| Core: user defined literals need a space in front | |||
| 2013-12-30 | Core: user defined literals need a space in front | Nawuko | |
| 2013-12-30 | Buildsystem: Fix GCC not being recognized on Ubuntu | jackpoz | |
| Fix CMake not recognizing /usr/bin/cc as GCC on Ubuntu ( 13.10 x64 ) . | |||
| 2013-12-30 | Core/Transports: Fix array overflow | jackpoz | |
| 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-30 | DB/ClassLevelStats: All stats for testing. | Malcrom | |
| 2013-12-29 | Tools/MeshExtractor: Fixed some delete miss-matches | Subv | |
| 2013-12-29 | Tools: Only build the previous mmaps_generator when meshextractor isn't ↵ | Subv | |
| selected for building. | |||
| 2013-12-29 | Tools/MeshExtractor: Fixed a mistake in the WorldModelGroup constructor. | Subv | |
| 2013-12-29 | Tools/MeshExtractor: Updated RecastNavigation to the latest version from git | Subv | |
| 2013-12-29 | DB/Classlevelstats: Base damage for expansion 1 | Malcrom | |
| 2013-12-29 | Tools/MeshExtractor: Fixed the threading, threads should no longer behave in ↵ | Subv | |
| a weird way. | |||
| 2013-12-29 | Tools/MeshExtractor: Missing changes from previous commit | Subv | |
| 2013-12-29 | Tools/MeshExtractor: Added some stuff to make the switch to C++11 easier | Subv | |
| 2013-12-29 | Don'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-29 | Build/CMake: Enabled c++11 on gcc for testing purposes. | Subv | |
| 2013-12-29 | DB/Classlevelstats: Add base damage for exp2 | Malcrom | |
| 2013-12-29 | Move the WorldModelGroup when loading the WorldModelRoot groups to the ↵ | Subv | |
| Groups vector to prevent undefined behavior on destruction | |||
| 2013-12-29 | Updated 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-29 | Ignore the build on some test maps. | Subv | |
| 2013-12-29 | Fixed a few memory leaks. | Subv | |
| 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 | Updated some code to use the STL | Subv | |
| 2013-12-29 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw | Subv | |
| 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-28 | DB/Creature_classlevelstats: update attack power. | Malcrom | |
| 2013-12-28 | Core/Misc: Fix warnings | jackpoz | |
| Fix warnings appearing with -Wstrict-aliasing flag. | |||
| 2013-12-28 | DB/SAI: Fix for quest 12449 & 12417 from MitchesD. | Malcrom | |
| Closes #11373 | |||
| 2013-12-28 | DB/Creature_classlevelstats: Add attack power. Rogue class still lacking data. | Malcrom | |
| 2013-12-28 | DB/Creature_classlevelstats: Prepare table for attack power and damage. | Malcrom | |
| 2013-12-28 | Core/Battlegrounds: Removed unneeded code | Shauren | |
| 2013-12-28 | Core/Transports: Fixed new spawned transports not being visible for players ↵ | Shauren | |
| already present on map | |||
| 2013-12-27 | Merge pull request #11359 from MitchesD/obsidian_sanctum | joschiwald | |
| Scripts/ObsidianSanctum: added creature_formations for surrounding creatures and some clean up | |||
| 2013-12-27 | Scripts/ObsidianSanctum: added creature_formations for surrounding creatures ↵ | MitchesD | |
| and some clean up | |||
| 2013-12-27 | DB/SAI: Fix AI for Lord Kragaru | Malcrom | |
| 2013-12-25 | Core/Transports: Fix possible crash | jackpoz | |
| 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-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/QuestDef: Well I clicked revert but Git didn't play along. | Malcrom | |
| 2013-12-25 | Core/Scripting: Replace casted with cast as casted is not a word. | Malcrom | |
