| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-21 | Tools/ConnectionPatcher: Fix downloading BNet modules on linux | Carbenium | |
| Closes #15315 | |||
| 2015-07-03 | Tools/ConnectionPatcher: Add 'versions' file patching method | DJScias | |
| * 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-02 | Tools/Mapextractor: Updated dbc list | Shauren | |
| 2015-05-15 | Tools/MMaps: Fixed loading .map files | Zedron | |
| 2015-05-07 | Tools: 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-15 | Use std::sqrt | Daniel M. Weeks | |
| 2015-04-15 | Tools/Map extractor: Warning fixes | Shauren | |
| 2015-04-02 | Remove BOM from connection_patcher | Daniel M. Weeks | |
| 2015-04-02 | Remove old ACE reference | Daniel M. Weeks | |
| 2015-03-04 | Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbc | Shauren | |
| 2015-03-03 | Tools/Map extractor: Updated dbc file list | Shauren | |
| 2015-02-08 | Tools/MapExtractor: Fix crash when passing an invalid input path | jackpoz | |
| Fix unhandled exception happening when passing an invalid path as -i argument. | |||
| 2015-01-25 | Core/Misc: Fix dynamic analysis issues | jackpoz | |
| Fix some dynamic analysis issues reported by Valgrind | |||
| 2015-01-25 | Fix typo in CMakeLists.txt | Nayd | |
| (cherry picked from commit 2ed0af7d752bf0e0686fe7fde04453685831de33) | |||
| 2015-01-25 | Tools: Remove mesh_extractor | Nayd | |
| mesh_extractor is not ready for production and it will be developed in a different branch | |||
| 2015-01-24 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-21 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-20 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-17 | Tools/Extractors | Shauren | |
| * 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-16 | Merge pull request #13763 from et65/6.x | Duarte Duarte | |
| Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some locales. | |||
| 2015-01-11 | Tools/ConnectionPatcher: Fix a typo when checking if moduleName dir exists | Duarte Duarte | |
| Thanks to @ChipLeo Ref #13866 | |||
| 2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
| Happy new year | |||
| 2014-12-29 | Tools/Patcher: Optimized loading binary file by patcher | Shauren | |
| 2014-12-29 | Core: Remove White spaces | Vincent-Michael | |
| 2014-12-26 | Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some ↵ | et65 | |
| locales. Closes #13359 | |||
| 2014-12-21 | Tools/ConnectionPatcher: Fix build on GCC/Clang | Nayd | |
| 2014-12-20 | Tools/ConnectionPatcher: Restore previous functionally that downloaded ↵ | Nayd | |
| modules if they did not exist | |||
| 2014-12-19 | Tools/ConnectionPatcher: Pause program when an error happens | Nayd | |
| 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-13 | tools/connection_patcher: add executable permissions to binary to avoid the ↵ | Bernd Lörwald | |
| rare case where permissions of replaced file are ignored | |||
| 2014-11-11 | Tools/Extractors: Remove duplicated DBC fro DBFilesClientList.h | root | |
| Ref #13531 | |||
| 2014-11-11 | Tools/Extractors: small change to get rid of the error 2 when trying to ↵ | root | |
| extract vmaps Ref #13531 | |||
| 2014-11-10 | Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbc | Rat | |
| Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCStructure.h src/server/game/Events/GameEventMgr.cpp | |||
| 2014-11-10 | Core/Tools: Added WorldSafeLocs.dbc to extractable files' list | Rat | |
| 2014-11-08 | Tools/ConnectionPatcher: fix: adapt to compiler optimization around ↵ | Bernd Lörwald | |
| Signature pattern on osx clients | |||
| 2014-11-08 | Tools/ConnectionPatcher: allow to find pattern multiple times | Bernd Lörwald | |
| 2014-11-08 | Tools/ConnectionPatcher: fix: use patterns for mac on mac | Bernd Lörwald | |
| 2014-11-08 | Tools/ConnectionPatcher: fix: don't try setting permissions for non-existing ↵ | Bernd Lörwald | |
| file when patching module | |||
| 2014-11-08 | Tools/ConnectionPatcher: add documentation on what is patched | Bernd Lörwald | |
| 2014-11-07 | Core/Extractors: Add missing WorldSafeLocs.dbc | Intel | |
| 2014-11-06 | Tools/Patcher | Shauren | |
| * 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 | Tools/Patcher: Removed "Connection" patch and added rsa modulus patch | Shauren | |
| 2014-11-01 | Build/Tools: Fix linker errors (zlib and pthread) | DDuarte | |
| 2014-10-31 | Merge pull request #13477 from bloerwald/map_extractor/nicer_output_on_errors | Duarte Duarte | |
| Map extractor: nicer output on errors | |||
| 2014-10-29 | Tools/MapExtractor: add -h and add missing newline | Bernd Lörwald | |
| 2014-10-29 | Tools/MapExtractor: print human readable casc errors | Bernd Lörwald | |
| 2014-10-29 | Tools/MapExtractor: give a nice error message on failing to CascOpenStorage() | Bernd Lörwald | |
| 2014-10-29 | Tools/connection_patcher: use user readable characters for ↵ | Bernd Lörwald | |
| '.logon.battle.net' pattern | |||
| 2014-10-29 | Tools/Patcher: Added pattern & patch for portal to all build configurations | Shauren | |
| 2014-10-28 | Tools/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-25 | Tools/Map extractor: Restored default configuration to make maps smaller at ↵ | Shauren | |
| the cost of height data precision | |||
