Vincent_Michael
20004050bc
Update copyright note for 2014.
...
Happy new year.
2014-01-01 00:07:53 +01:00
Ascathor
7a7ad4a60a
Core/Code: Adding copyright to all the mesh_extractor files.
2013-10-27 23:56:58 +01:00
Sebastian Valle
8fb1f7cc97
Tools/MeshExtractor: Implemented 7ca6f56a06 in MeshExtractor and fixed a memory leak.
2013-10-01 16:27:57 -05:00
Sebastian Valle
a8611de906
Tools/MeshExtractor: Fixed a few mistakes in MPQManager::GetFileFrom and Utils::SaveToDisk
2013-10-01 15:45:55 -05:00
Sebastian Valle
1588e27f1e
Tools/MeshExtractor: Fixed the generated mesh for continents.
...
Fixed a few more issues.
2013-10-01 14:13:37 -05:00
Sebastian Valle
c5c3b7ab2a
Tools/MeshExtractor: Implemented the code to generate mesh files for continent maps.
...
Fixed a few more things
ToDo:
Test the generated navmesh.
2013-09-30 23:31:09 -05:00
Sebastian Valle
3ed0a11679
Tools/MeshExtractor: Do not delete the polygons before we are done using them.
2013-09-30 21:08:33 -05:00
Sebastian Valle
1e23710b11
Tools/MeshExtractor: Forgot to push some changes.
2013-09-30 18:00:00 -05:00
Sebastian Valle
520ff5a6e7
Tools/MeshExtractor: Some more cleanup.
2013-09-30 17:46:19 -05:00
Sebastian Valle
271a57b80d
Tools/MeshExtractor: Fixed mmap extracting for instance maps and fixed a number of issues.
...
ToDo:
Cleanup the code a bit.
WILL NOT CURRENTLY WORK WITH TrinityCore, if you want to test it, use the --extract 32 flag of MeshExtractor.
2013-09-30 17:27:37 -05:00
Sebastian Valle
15e7f7ab21
Tools/MeshExtractor: Implemented mmap mesh generation for instances (They do not have ADT files, they're just a big WMO).
...
Cleaned up some things and fixed some errors.
ToDo:
* Test this a bit more.
* Cleanup the codebase for this, remove duplicated code.
2013-09-30 01:05:07 -05:00
Sebastian Valle
9876108f3e
Tools/MeshExtractor: Removed some redundant code
2013-09-29 20:15:35 -05:00
Sebastian Valle
02a543b0a0
Tools/MeshExtractor: Some more cleanup and memory management improvements.
2013-09-29 20:06:44 -05:00
Sebastian Valle
371dd07037
Tools/MeshExtractor: Fixed Doodads and WMOs in the terrain.
...
Cleaned up a little.
2013-09-29 19:47:52 -05:00
Sebastian Valle
279183737c
Tools/MeshExtractor: Fixed(??????) Doodads in the terrain.
...
Semi-fixed WMOs in the terrain, they are wrongly rotated.
P.D: HALP
P.P.D: Entered "I don't know what i'm doing" mode.
2013-09-29 16:52:20 -05:00
Sebastian Valle
a68c29e15c
Tools/MeshExtractor: Fixed a lot of stuff, finally made the Doodads render, the WMO's have been disabled for now.
...
ToDo:
* Fix the doodads positions.
* Review and re-implement some code.
P.D: Help me please.
2013-09-29 02:05:28 -05:00
Chaplain
42ae39bf97
Tools/MeshExtractor: Cleanup using static analyzing tool
...
*printf format fixed
*method arguments changed to const where needed
*removed not needed strlen() from cycles
*other minor changes
2013-09-28 15:47:23 +03:00
Tomatoes
58348d0362
Subv's changes to mesh extractor V2
...
Signed-off-by: Tomatoes <diredarknil@gmail.com >
2013-09-27 18:04:14 -07:00
Sebastian Valle
85d6b7b7b3
Tools/MeshExtractor: Added some debug messages.
2013-09-27 16:42:00 -05:00
Sebastian Valle
b7b870be82
Tools/MeshExtractor: Removed the fool-proof code.
2013-09-27 16:01:28 -05:00
Sebastian Valle
da60e515f0
Tools/MeshExtractor: Fixed it's build, still in pre-alpha
2013-09-27 15:09:24 -05:00
baines
88dd08d4b0
Fix mismatching new/delete
2013-03-20 06:47:30 -04:00
Vincent_Michael
f4de181db0
SQL: Rename SQL merged in PR
2013-01-23 20:29:40 +01:00
Nay
bd893b4516
Tools/MeshExtractor: Fix warnings
2013-01-22 18:41:26 +00:00
Shauren
5b9159e165
Tools: Build fix
2013-01-22 19:07:40 +01:00
Shauren
259a29c093
Tools/Extractors: Mmap extractors no longer depend on shared and MySQL libraries
2013-01-22 18:40:32 +01:00
Shauren
fcd258a8a9
Tools/MeshExtractor: Removed shared and MySQL dependencies.
2013-01-22 15:40:12 +01:00
Vincent_Michael
65cd79dc77
Core/Misc: Update headers to 2013
2013-01-14 17:42:06 +01:00
Vincent_Michael
cbf9324f61
Core: Fix build
2013-01-09 21:01:39 +01:00
Spp
5f15600e7a
Core/Build: Fix linking and sooo many compile warnings
2013-01-09 13:13:39 +01:00
Subv
19d7f68592
Tools/MeshExtractor: Changed some things, lots of thanks to Faramir.
2012-10-20 07:17:11 -05:00
Subv
509c8d0bae
Tools/MeshExtractor: Fixed build
2012-10-04 20:59:59 -05:00
Subv
e31e251fda
Tools/MeshExtractor: More progress on extracting GameObject models
2012-10-04 20:53:54 -05:00
Subv
f7d3600e7e
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
...
Conflicts:
src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp
2012-10-04 19:39:09 -05:00
Subv
d2437407f4
Tools/MeshExtractor:
...
* Fixed a bunch of errors
* Allow to extract m2 and mdx models, WMOs are still not being extracted.
2012-10-03 21:09:05 -05:00
Subv
e32ddea96a
Tools/MeshExtractor:
...
* Added the capability of extracting DBCs.
* Fixed most compile warnings
* Some work on the navigation mesh generation process (still not ready)
2012-10-03 18:02:18 -05:00
Subv
fa57ecddac
Tools/MeshExtractor:
...
* Added the option to output debug information on ADTs.
* Tweaked rcConfig options and fixed some mistakes about it.
* Generate 64 tiles per ADT, this should give us a more accurate mesh on large maps.
* Speedup compilation time by moving function bodies from Utils.h to Utils.cpp
2012-10-01 15:43:21 -05:00
Nay
4c3266c7af
Tools&Core: Whitespace cleanup
...
No one likes whitespace, right?
2012-09-30 15:52:10 +01:00
Nay
d63e1276d6
Tools/MeshExtractor: tabs2spaces
2012-09-30 15:38:03 +01:00
Subv
14b304d4f7
Tools/MeshExtractor:
...
* Removed the cache of ADTs
* Add the correct geometry for neighbor ADTs
* Fixes more crashes
* Calculate the correct bounds for the map tiles.
2012-09-30 08:27:56 -05:00
Subv
5c9e917e5e
Core/MMaps: Removed an incorrect call to GetHeight
...
Tools/MeshExtractor: Fixed a crash caused by calling fclose in a NULL stream
2012-09-29 16:19:33 -05:00
Subv
987436ceea
Tools/MeshExtractor: Get rid of some memory leaks
2012-09-29 15:38:31 -05:00
Subv
1a7f0658b2
Tools/MeshExtractor:
...
* Fixed some crashes
* Added multithreading support, default to 4 threads.
* Added some command line arguments
2012-09-29 12:49:14 -05:00
Subv
3bea28e62c
Tools/MeshExtractor: Fixed a crash and bad data for liquids
2012-09-29 06:24:35 -05:00
Subv
95db9605ce
Tools/MeshExtractor: Removed extra fclose
2012-09-28 17:28:20 -05:00
Subv
9b97a89ef8
Tools/MeshExtractor: Fixed a crash and some other mistakes.
...
First glances of multithreading ( need to figure out a way around StormLib )
2012-09-28 17:09:44 -05:00
Subv
eba6980b9a
Tools/MeshExtractor: Allow to extract only 1 map ( via command line )
2012-09-28 16:26:43 -05:00
Subv
886f71df72
Tools/MeshExtract:
...
Fixed linux build, thanks Dev[Acho].
Added a DBC class
It will now autodetect your locale and start extracting mmaps as soon as started.
2012-09-28 16:21:35 -05:00
Subv
5725b068d2
Tools/MeshExtractor: Fixed an uninitialized variable error.
2012-09-28 14:28:50 -05:00
Subv
3eda479e29
Tools: MeshExtractor is working now. Please note that this is not yet finished
2012-09-28 13:30:43 -05:00