Changes

Summary

  1. Improve denLib's MD5 hash implementation to be reasonably fast. (commit: b5cb1fd) (details)
  2. Revert "Improve denLib's MD5 hash implementation to be reasonably fast." (commit: 5d67d8d) (details)
  3. Scratch that, just return the string input, don't even hash it. I'm not (commit: 8db50a1) (details)
  4. Fix #230 (commit: f542268) (details)
Commit b5cb1fda5eb8e3e7264010de73405c7e64fff933 by rallanpcl
Improve denLib's MD5 hash implementation to be reasonably fast.

Signed-off-by: Ross Allan <[email protected]>
(commit: b5cb1fd)
The file was modifiedsrc/common/javassist/is/faulty/Redirects.java (diff)
The file was modifiedresources/patches-deobfuscated.xml (diff)
Commit 5d67d8d71c546499cab97a1de8c69b455e65ae0f by rallanpcl
Revert "Improve denLib's MD5 hash implementation to be reasonably fast."

This reverts commit b5cb1fda5eb8e3e7264010de73405c7e64fff933.
(commit: 5d67d8d)
The file was modifiedsrc/common/javassist/is/faulty/Redirects.java (diff)
The file was modifiedresources/patches-deobfuscated.xml (diff)
Commit 8db50a10cb80d511445a364341f7821b162b4694 by rallanpcl
Scratch that, just return the string input, don't even hash it. I'm not sure what this was supposed to do, but it was being used before using the string in a hashmap and just making it pointlessly slower.

Signed-off-by: Ross Allan <[email protected]>
(commit: 8db50a1)
The file was modifiedresources/patches-deobfuscated.xml (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/Patches.java (diff)
The file was modifiedresources/patches-deobfuscated.xml (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/patcher/PatchManager.java (diff)