EverWrath/src/tools/mesh_extractor
Kargatum 5991b2769a
feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346)
* feat(Core/Scripts): split the huge scriptloader into smaller pieces

* AddSC_swamp_of_sorrows del

* 1

* add mod info

* 1

* 039f0e0faa

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-22 23:19:02 +02:00
..
ADT.cpp refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
ADT.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
Cache.h fix(Core/GUARD_RETURN): correct typo (#3743) 2021-03-23 09:30:25 -06:00
Chunk.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
Chunk.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
ChunkedData.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
ChunkedData.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
CMakeLists.txt feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346) 2021-06-22 23:19:02 +02:00
Constants.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
ContinentBuilder.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
ContinentBuilder.h refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
DBC.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
DBC.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
DoodadHandler.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
DoodadHandler.h feat(CI/Codestyle): added codestyle check (#3668) 2021-01-09 11:59:50 +01:00
Geometry.cpp feat(CI/Codestyle): added codestyle check (#3668) 2021-01-09 11:59:50 +01:00
Geometry.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
LiquidHandler.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
LiquidHandler.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
MapChunk.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
MapChunk.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
MeshExtractor.cpp feat(Core/Movement): Improved pathfinding, collisions and movements (#4220) 2021-02-01 01:34:27 +01:00
Model.cpp feat(CI/Codestyle): added codestyle check (#3668) 2021-01-09 11:59:50 +01:00
Model.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
MPQ.cpp chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
MPQ.h chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
MPQManager.cpp fix(Core/GUARD_RETURN): correct typo (#3743) 2021-03-23 09:30:25 -06:00
MPQManager.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
ObjectDataHandler.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
ObjectDataHandler.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
readme Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
TileBuilder.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
TileBuilder.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
Utils.cpp chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
Utils.h feat(Core/Common): delete lib game-interface inherited (#5333) 2021-05-07 02:16:44 +07:00
WDT.cpp chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
WDT.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
WorldModelGroup.cpp refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
WorldModelGroup.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
WorldModelHandler.cpp chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
WorldModelHandler.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00
WorldModelRoot.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
WorldModelRoot.h chore(Core/Logging): replace most server loggers (#5726) 2021-06-21 03:07:12 +02:00

Experimental mesh extractor.
Original work in C# by stschake
Thanks to:
Subv
~
For helping in the porting to C++