Changes

Summary

  1. Don't put an MC/Forge source file in generated sources directory if a (commit: 5d13127) (details)
  2. Add colorised logging (commit: edcb841) (details)
  3. The patcher can now handle a patch being in multiple patch groups (commit: b08b64a) (details)
  4. Document ContextAccess.getContext(int) (commit: f926cb7) (details)
  5. The war on log spam continues (commit: 0d8297e) (details)
Commit 5d13127a3ec67c609e9f2a4aae28774e7fc52bb6 by rallanpcl
Don't put an MC/Forge source file in generated sources directory if a file of the same name exists in the main TT source directory.

Signed-off-by: Ross Allan <[email protected]>
(commit: 5d13127)
The file was modifiedbuildSrc/src/nallar/nmsprepatcher/Main.java (diff)
Commit edcb8418fc25347ca15eb54b21cf0acdf9fdd1f1 by rallanpcl
Add colorised logging

Signed-off-by: Ross Allan <[email protected]>
(commit: edcb841)
The file was addedsrc/main/java/nallar/tickthreading/ColorLogFormatter.java
The file was addedsrc/main/java/nallar/tickthreading/util/DebugLevel.java
The file was modifiedsrc/main/java/nallar/tickthreading/PatchLog.java (diff)
The file was modifiedsrc/main/java/nallar/tickthreading/Log.java (diff)
The file was modifiedsrc/main/java/nallar/tickthreading/LogFormatter.java (diff)
The file was modifiedsrc/main/resources/patches.xml (diff)
The file was addedsrc/main/java/cpw/mods/fml/relauncher/FMLLogFormatter.java
Commit b08b64a9d815cde3c18ebd4bfd03bc9917bd1a9b by rallanpcl
The patcher can now handle a patch being in multiple patch groups

Signed-off-by: Ross Allan <[email protected]>
(commit: b08b64a)
The file was modifiedsrc/main/resources/patches.xml (diff)
The file was modifiedsrc/main/java/nallar/tickthreading/patcher/PatchHook.java (diff)
The file was modifiedsrc/main/java/nallar/tickthreading/patcher/Patcher.java (diff)
Commit f926cb705a6ea0f83731553a6c72433aba3fb21d by rallanpcl
Document ContextAccess.getContext(int)

Signed-off-by: Ross Allan <[email protected]>
(commit: f926cb7)
The file was modifiedsrc/main/java/nallar/tickthreading/util/contextaccess/ContextAccess.java (diff)
Commit 0d8297e78d4dac3c70caf357861ff7acf4f46076 by rallanpcl
The war on log spam continues

Signed-off-by: Ross Allan <[email protected]>
(commit: 0d8297e)
The file was modifiedsrc/main/resources/patches.xml (diff)