Zedron
45070e0baf
Tools/MMaps: Fixed loading .map files
2015-05-15 13:57:19 -05:00
Shauren
ed75b0649a
Tools: Modified output files of all extractors to use 4 characters for map id and changed name format of map files to include a separator between values '_' that makes tokenization possible
...
* This fixes generating mmaps for maps with id >= 1000
* Fixed a crash happening when unloading last phased mmap tile
* Removed remaining references to libmpq in CMakeLists
Reextracting maps/vmaps/mmaps IS REQUIRED after this commit
2015-05-07 00:07:44 +02:00
Daniel M. Weeks
9c197e82a3
Use std::sqrt
2015-04-15 19:20:37 +02:00
Shauren
ca1f42d409
Tools/Map extractor: Warning fixes
2015-04-15 12:58:38 +02:00
Daniel M. Weeks
96c6ed1867
Remove BOM from connection_patcher
2015-04-02 22:28:43 -04:00
Daniel M. Weeks
18acb9914a
Remove old ACE reference
2015-04-02 22:25:22 -04:00
Shauren
3db001e897
Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbc
2015-03-04 17:14:27 +01:00
Shauren
dd6ce022ee
Tools/Map extractor: Updated dbc file list
2015-03-03 18:58:10 +01:00
jackpoz
4ba22c5eaf
Tools/MapExtractor: Fix crash when passing an invalid input path
...
Fix unhandled exception happening when passing an invalid path as -i argument.
2015-02-08 17:07:10 +01:00
jackpoz
44865d0466
Core/Misc: Fix dynamic analysis issues
...
Fix some dynamic analysis issues reported by Valgrind
2015-01-25 16:43:55 +01:00
Nayd
ddda0e7a55
Fix typo in CMakeLists.txt
...
(cherry picked from commit 2ed0af7d75 )
2015-01-25 15:27:03 +00:00
Nayd
a87442be68
Tools: Remove mesh_extractor
...
mesh_extractor is not ready for production and it will be developed
in a different branch
2015-01-25 15:19:11 +00:00
jackpoz
8c30236fea
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-24 21:29:08 +01:00
jackpoz
9aa170a085
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-21 22:24:57 +01:00
jackpoz
0edc35b921
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-20 22:55:06 +01:00
Shauren
caa2be3ae9
Tools/Extractors
...
* Modified dbc list to include all gametables found in GameTables.dbc, in case they exist...
* Extractor always tries to extract both dbc and db2 extensions
2015-01-17 20:35:16 +01:00
Duarte Duarte
1406536a2c
Merge pull request #13763 from et65/6.x
...
Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
2015-01-16 13:47:39 +00:00
Duarte Duarte
8bbd9133d5
Tools/ConnectionPatcher: Fix a typo when checking if moduleName dir exists
...
Thanks to @ChipLeo
Ref #13866
2015-01-11 22:00:55 +00:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
Shauren
419db6c82f
Tools/Patcher: Optimized loading binary file by patcher
2014-12-29 18:52:42 +01:00
Vincent-Michael
ddb0b1acda
Core: Remove White spaces
2014-12-29 16:55:49 +01:00
et65
4f557347ce
Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
...
Closes #13359
2014-12-26 12:59:02 +01:00
Nayd
d149e370f7
Tools/ConnectionPatcher: Fix build on GCC/Clang
2014-12-21 14:09:27 +00:00
Nayd
560e531da7
Tools/ConnectionPatcher: Restore previous functionally that downloaded modules if they did not exist
2014-12-20 22:58:21 +00:00
Nayd
ff0c11e25d
Tools/ConnectionPatcher: Pause program when an error happens
...
Similar to what is done in mmaps_generator and vmap4_extractor.
This hopefully reduces the number of problems that Windows users have
when patching fails.
Closes #13580
2014-12-19 21:35:59 +00:00
Bernd Lörwald
6826fbdd74
tools/connection_patcher: add executable permissions to binary to avoid the rare case where permissions of replaced file are ignored
2014-12-13 12:29:54 +01:00
root
e876201ac4
Tools/Extractors: Remove duplicated DBC fro DBFilesClientList.h
...
Ref #13531
2014-11-11 13:03:29 +00:00
root
97af09bc46
Tools/Extractors: small change to get rid of the error 2 when trying to extract vmaps
...
Ref #13531
2014-11-11 13:01:55 +00:00
Rat
ac0ff1fc9b
Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbc
...
Conflicts:
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/Events/GameEventMgr.cpp
2014-11-10 15:18:01 +01:00
Rat
ae132dbf11
Core/Tools: Added WorldSafeLocs.dbc to extractable files' list
2014-11-10 11:25:08 +01:00
Bernd Lörwald
20d1d9d997
Tools/ConnectionPatcher: fix: adapt to compiler optimization around Signature pattern on osx clients
2014-11-08 18:11:14 +01:00
Bernd Lörwald
222f03d887
Tools/ConnectionPatcher: allow to find pattern multiple times
2014-11-08 18:11:00 +01:00
Bernd Lörwald
a1aea0546c
Tools/ConnectionPatcher: fix: use patterns for mac on mac
2014-11-08 17:18:35 +01:00
Bernd Lörwald
4708560b7c
Tools/ConnectionPatcher: fix: don't try setting permissions for non-existing file when patching module
2014-11-08 17:18:18 +01:00
Bernd Lörwald
56d6891197
Tools/ConnectionPatcher: add documentation on what is patched
2014-11-08 17:16:37 +01:00
Intel
9246f7d335
Core/Extractors: Add missing WorldSafeLocs.dbc
2014-11-07 00:31:44 +02:00
Shauren
b61e4feea5
Tools/Patcher
...
* Client patcher no longer has to be ran from administrator level command line to successfully create bnet module
* Set patched bnet module as readonly to prevent wow from deleting it
2014-11-06 21:22:50 +01:00
Shauren
7a18cc2987
Tools/Patcher: Removed "Connection" patch and added rsa modulus patch
2014-11-06 18:01:46 +01:00
DDuarte
521ff3dffe
Build/Tools: Fix linker errors (zlib and pthread)
2014-11-01 09:51:39 +00:00
Duarte Duarte
7f7108815f
Merge pull request #13477 from bloerwald/map_extractor/nicer_output_on_errors
...
Map extractor: nicer output on errors
2014-10-31 16:14:10 +00:00
Bernd Lörwald
7272e42014
Tools/MapExtractor: add -h and add missing newline
2014-10-29 23:40:34 +01:00
Bernd Lörwald
5e33cb61a9
Tools/MapExtractor: print human readable casc errors
2014-10-29 23:40:34 +01:00
Bernd Lörwald
7a3d5bb50f
Tools/MapExtractor: give a nice error message on failing to CascOpenStorage()
2014-10-29 23:40:34 +01:00
Bernd Lörwald
636963fd10
Tools/connection_patcher: use user readable characters for '.logon.battle.net' pattern
2014-10-29 20:16:58 +01:00
Shauren
13281fef3c
Tools/Patcher: Added pattern & patch for portal to all build configurations
2014-10-29 20:02:59 +01:00
bloerwald
ff0f84e3aa
Tools/connection_patcher: remove c# code, add c++ code with minor modification, move to tools, integrate into cmake
...
note: no longer downloads nonexistent modules
note: now throws on not finding patterns
new dependency: boost.filesystem
Closes #13471
2014-10-28 18:33:19 +00:00
Shauren
ddd57d3332
Tools/Map extractor: Restored default configuration to make maps smaller at the cost of height data precision
2014-10-25 12:32:14 +02:00
Shauren
035bda05ad
Tools/Extractors: Build fixes for linux
2014-10-19 14:40:13 +02:00
Shauren
457c93bc4b
Tools/Extractors: Updated vmap_extractor for 6.0.2
2014-10-19 14:02:08 +02:00
Shauren
8936723291
Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 6.x
...
Conflicts:
dep/PackageList.txt
src/server/bnetserver/Packets/WoWRealmPackets.cpp
src/server/bnetserver/Server/Session.cpp
2014-10-18 17:03:30 +02:00