Changes

Summary

  1. Replaced placeholder text in mcmod.info - oops (commit: bd223eb) (details)
  2. I can't json. Removed erroneous , (commit: 7ba854c) (details)
  3. Corrected source path for post-build delete. (commit: 49433a7) (details)
  4. Improved debugging and error logging. (commit: 4d382ec) (details)
  5. I don't know what I was thinking... Damnit, 1AM me. z =/= y (commit: fd926ca) (details)
  6. Removed stupid debug log. (commit: a413e5b) (details)
  7. Cleanup (commit: 5d8197c) (details)
  8. TileEntityTickCallable now uses iterator.remove(), no enhanced for loop. (commit: ee7c9a3) (details)
  9. Added variable tick rate region option, corrected property comments. (commit: 8a69168) (details)
  10. Corrected TileEntity tick to check 'func_70309_m()' and that the block (commit: c2bfd95) (details)
Commit bd223ebc36e19555c1fc621f6e3e2c48c701852f by rallanpcl
Replaced placeholder text in mcmod.info - oops

Signed-off-by: Ross Allan <[email protected]>
(commit: bd223eb)
The file was modifiedresources/mcmod.info (diff)
Commit 7ba854c2486b234cf691ebd1a7d818dcaa8f94d1 by rallanpcl
I can't json. Removed erroneous ,

Signed-off-by: Ross Allan <[email protected]>
(commit: 7ba854c)
The file was modifiedresources/mcmod.info (diff)
Commit 49433a7ec4a958c50623fc6c2c0ca39710e0d51d by rallanpcl
Corrected source path for post-build delete.

Signed-off-by: Ross Allan <[email protected]>
(commit: 49433a7)
The file was modifiedbuild.xml (diff)
Commit 4d382ecdfa42df09b0b7bd4b30409fe40784b77b by rallanpcl
Improved debugging and error logging.

Signed-off-by: Ross Allan <[email protected]>
(commit: 4d382ec)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/EntityTickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)
Commit fd926ca26b7936b6d5e5f04776467dcc2e077aab by rallanpcl
I don't know what I was thinking... Damnit, 1AM me. z =/= y

Signed-off-by: Ross Allan <[email protected]>
(commit: fd926ca)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)
Commit a413e5b756c83cffeac64e0fe1482f1f32f21c8f by rallanpcl
Removed stupid debug log.

Signed-off-by: Ross Allan <[email protected]>
(commit: a413e5b)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
Commit ee7c9a31bca020781d441539a61874ea14515a34 by rallanpcl
TileEntityTickCallable now uses iterator.remove(), no enhanced for loop.

Signed-off-by: Ross Allan <[email protected]>
(commit: ee7c9a3)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)
Commit 8a691684a222d0f883fb9978e991dc48f1bb6fbe by rallanpcl
Added variable tick rate region option, corrected property comments.

Signed-off-by: Ross Allan <[email protected]>
(commit: 8a69168)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
Commit c2bfd95998c43705a82592cd8d8cd36532c7442f by rallanpcl
Corrected TileEntity tick to check 'func_70309_m()' and that the block exists for a tile entity before ticking it.

Signed-off-by: Ross Allan <[email protected]>
(commit: c2bfd95)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)