Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-22 | Tools: Remove patcher (will not work for bfa) | Shauren | |
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-12-29 | Tools/Patcher: Properly sign certificate bundle7.2.5/24742 | Shauren | |
2017-10-08 | Tools/Patcher: Changed -launcherlogin patch for mac | Shauren | |
2017-10-03 | Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵ | Shauren | |
required) | |||
2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-11-28 | Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵ | Shauren | |
the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) | |||
2016-11-28 | Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵ | Shauren | |
report issues during static initialization | |||
2016-07-17 | Tools: Added universal TrinityCore banner with git version info to all tools | Shauren | |
2016-03-27 | Tools/Connection patcher: Updated for 6.2.4.21355 | Shauren | |
2016-03-23 | Tools/ConnectionPatcher: patch 'versions' by default to prevent ↵ | DJScias | |
auto-updating of executables * On executable drag and drop it will find the current build number and apply the correct versions patch. * This prevents patched executables from auto-updating and causing incorrect version errors. * Also removed "-e" functionality as this change renders it obsolete. | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-08-21 | Core/Tools: Fix connection_patcher bnet folder location default in linux | StormBytePP | |
2015-08-21 | Tools/ConnectionPatcher: fix typo | MitchesD | |
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-04-02 | Remove BOM from connection_patcher | Daniel M. Weeks | |
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-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-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-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-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 |