aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2015-08-21Tools/ConnectionPatcher: Fix downloading BNet modules on linuxCarbenium
Closes #15315
2015-07-03Tools/ConnectionPatcher: Add 'versions' file patching methodDJScias
* This is necessary to allow connection to 6.1.2 after the 6.2.0 update released. Patching is version aware. * Link is hardcoded to a github page after suggestion from Aokromes, it is not tied to any server this way * The usage is optional. To patch use the "-e" option * OOP-ify the tool a bit Original implementation by DJScias Closes #14980
2015-07-02Tools/Mapextractor: Updated dbc listShauren
2015-05-15Tools/MMaps: Fixed loading .map filesZedron
2015-05-07Tools: Modified output files of all extractors to use 4 characters for map ↵Shauren
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-04-15Use std::sqrtDaniel M. Weeks
2015-04-15Tools/Map extractor: Warning fixesShauren
2015-04-02Remove BOM from connection_patcherDaniel M. Weeks
2015-04-02Remove old ACE referenceDaniel M. Weeks
2015-03-04Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbcShauren
2015-03-03Tools/Map extractor: Updated dbc file listShauren
2015-02-08Tools/MapExtractor: Fix crash when passing an invalid input pathjackpoz
Fix unhandled exception happening when passing an invalid path as -i argument.
2015-01-25Core/Misc: Fix dynamic analysis issuesjackpoz
Fix some dynamic analysis issues reported by Valgrind
2015-01-25Fix typo in CMakeLists.txtNayd
(cherry picked from commit 2ed0af7d752bf0e0686fe7fde04453685831de33)
2015-01-25Tools: Remove mesh_extractorNayd
mesh_extractor is not ready for production and it will be developed in a different branch
2015-01-24Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-01-21Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-01-20Core/Misc: Fix static analysis issuesjackpoz
Fix some static analysis issues reported by Coverity
2015-01-17Tools/ExtractorsShauren
* 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-16Merge pull request #13763 from et65/6.xDuarte Duarte
Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales.
2015-01-11Tools/ConnectionPatcher: Fix a typo when checking if moduleName dir existsDuarte Duarte
Thanks to @ChipLeo Ref #13866
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-12-29Tools/Patcher: Optimized loading binary file by patcherShauren
2014-12-29Core: Remove White spacesVincent-Michael
2014-12-26Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some ↵et65
locales. Closes #13359
2014-12-21Tools/ConnectionPatcher: Fix build on GCC/ClangNayd
2014-12-20Tools/ConnectionPatcher: Restore previous functionally that downloaded ↵Nayd
modules if they did not exist
2014-12-19Tools/ConnectionPatcher: Pause program when an error happensNayd
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-13tools/connection_patcher: add executable permissions to binary to avoid the ↵Bernd Lörwald
rare case where permissions of replaced file are ignored
2014-11-11Tools/Extractors: Remove duplicated DBC fro DBFilesClientList.hroot
Ref #13531
2014-11-11Tools/Extractors: small change to get rid of the error 2 when trying to ↵root
extract vmaps Ref #13531
2014-11-10Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbcRat
Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCStructure.h src/server/game/Events/GameEventMgr.cpp
2014-11-10Core/Tools: Added WorldSafeLocs.dbc to extractable files' listRat
2014-11-08Tools/ConnectionPatcher: fix: adapt to compiler optimization around ↵Bernd Lörwald
Signature pattern on osx clients
2014-11-08Tools/ConnectionPatcher: allow to find pattern multiple timesBernd Lörwald
2014-11-08Tools/ConnectionPatcher: fix: use patterns for mac on macBernd Lörwald
2014-11-08Tools/ConnectionPatcher: fix: don't try setting permissions for non-existing ↵Bernd Lörwald
file when patching module
2014-11-08Tools/ConnectionPatcher: add documentation on what is patchedBernd Lörwald
2014-11-07Core/Extractors: Add missing WorldSafeLocs.dbcIntel
2014-11-06Tools/PatcherShauren
* 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-06Tools/Patcher: Removed "Connection" patch and added rsa modulus patchShauren
2014-11-01Build/Tools: Fix linker errors (zlib and pthread)DDuarte
2014-10-31Merge pull request #13477 from bloerwald/map_extractor/nicer_output_on_errorsDuarte Duarte
Map extractor: nicer output on errors
2014-10-29Tools/MapExtractor: add -h and add missing newlineBernd Lörwald
2014-10-29Tools/MapExtractor: print human readable casc errorsBernd Lörwald
2014-10-29Tools/MapExtractor: give a nice error message on failing to CascOpenStorage()Bernd Lörwald
2014-10-29Tools/connection_patcher: use user readable characters for ↵Bernd Lörwald
'.logon.battle.net' pattern
2014-10-29Tools/Patcher: Added pattern & patch for portal to all build configurationsShauren
2014-10-28Tools/connection_patcher: remove c# code, add c++ code with minor ↵bloerwald
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-25Tools/Map extractor: Restored default configuration to make maps smaller at ↵Shauren
the cost of height data precision