aboutsummaryrefslogtreecommitdiff
path: root/src/tools/connection_patcher/Program.cpp
AgeCommit message (Collapse)Author
2018-11-22Tools: Remove patcher (will not work for bfa)Shauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-29Tools/Patcher: Properly sign certificate bundle7.2.5/24742Shauren
2017-10-08Tools/Patcher: Changed -launcherlogin patch for macShauren
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵Shauren
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-11-28Core/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-28Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵Shauren
report issues during static initialization
2016-07-17Tools: Added universal TrinityCore banner with git version info to all toolsShauren
2016-03-27Tools/Connection patcher: Updated for 6.2.4.21355Shauren
2016-03-23Tools/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-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-08-21Core/Tools: Fix connection_patcher bnet folder location default in linuxStormBytePP
2015-08-21Tools/ConnectionPatcher: fix typoMitchesD
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-04-02Remove BOM from connection_patcherDaniel M. Weeks
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-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-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-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-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