aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mesh_extractor
AgeCommit message (Expand)Author
2015-01-25Tools: Remove mesh_extractorNayd
2015-01-01Update copyright note for 2015Vincent-Michael
2014-08-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-08-24Core: meh, remove again whitespace :(Vincent-Michael
2014-01-18Fix revert fail in ad8c046916262918b88917cbe4194a943ce75d16Vincent_Michael
2014-01-18Core/Revert: ...Vincent_Michael
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-31Tools/MeshExtractor: Fixed continent meshes, exclude triangles with material ...Subv
2013-12-31Tools/MeshExtractor: Added some constsSubv
2013-12-31Tools/MeshExtractor: Fixed a few leaks and added the liquid vertices to the o...Subv
2013-12-31Tools/MeshExtractor: Fixed a crash when parsing liquid data (Thanks @Cyberium).Subv
2013-12-31Tools/MeshExtractor: Fix warningsjackpoz
2013-12-31Tools/MeshExtractor: Fix uninitialized values causing crashesjackpoz
2013-12-31Tools/MeshExtractor: Store WorldModelGroup references in WorldModelRootjackpoz
2013-12-30Tools/MeshExtractor: Adjusted some config values and added some testing code.Subv
2013-12-31Tools/MeshExtractor: Fix warningsjackpoz
2013-12-29Tools/MeshExtractor: Fixed some delete miss-matchesSubv
2013-12-29Tools/MeshExtractor: Fixed a mistake in the WorldModelGroup constructor.Subv
2013-12-29Tools/MeshExtractor: Fixed the threading, threads should no longer behave in ...Subv
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 R...Subv
2013-12-29Move the WorldModelGroup when loading the WorldModelRoot groups to the Groups...Subv
2013-12-29Ignore the build on some test maps.Subv
2013-12-29Fixed a few memory leaks.Subv
2013-12-29Updated some code to use the STLSubv
2013-10-29Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rwSebastian Valle
2013-10-27Core/Code: Adding copyright to all the mesh_extractor files.Ascathor
2013-10-17Tools/MeshExtractor: Don't load neighbor ADTs each time we generate an ADT.Sebastian Valle
2013-10-08Tools/MeshExtractor: Fix uninitialized valuesjackpoz
2013-10-06Tools/MeshExtractor: Added some locks because concurrency.Sebastian Valle
2013-10-06Tools/MeshExtractor: Fixed a logic mistake.Sebastian Valle
2013-10-06Tools/MeshExtractor: Fix memory cleanupjackpoz
2013-10-06Tools/MeshExtractor: Code cleanup and fix threading issuejackpoz
2013-10-06Tools/MeshExtractor: Fixed a few errors under GCC and changed a bit how the G...Sebastian Valle
2013-10-05Tools/MeshExtractor: Rewrote the MeshExtractor to use a custom Stream class i...Sebastian Valle
2013-10-05Tools/MeshExtractor: Create the mmaps output directory automatically.Sebastian Valle
2013-10-05Core/MMaps: Bump mmaps version to 5Sebastian Valle
2013-10-04Core/MMaps: MMaps are now correctly loaded into TCSebastian Valle
2013-10-04Tools/MeshExtractor: Fixed loading of locale patch MPQs (This fixes DBC extra...Sebastian Valle
2013-10-01Tools/MeshExtractor: Implemented 7ca6f56a065a666fc605d2fa402a2eea14bc40c0 in ...Sebastian Valle
2013-10-01Tools/MeshExtractor: Fixed a few mistakes in MPQManager::GetFileFrom and Util...Sebastian Valle
2013-10-01Tools/MeshExtractor: Fixed the generated mesh for continents.Sebastian Valle
2013-09-30Tools/MeshExtractor: Implemented the code to generate mesh files for continen...Sebastian Valle
2013-09-30Tools/MeshExtractor: Do not delete the polygons before we are done using them.Sebastian Valle
2013-09-30Tools/MeshExtractor: Forgot to push some changes.Sebastian Valle
2013-09-30Tools/MeshExtractor: Some more cleanup.Sebastian Valle
2013-09-30Tools/MeshExtractor: Fixed mmap extracting for instance maps and fixed a numb...Sebastian Valle
2013-09-30Tools/MeshExtractor: Implemented mmap mesh generation for instances (They do ...Sebastian Valle