Changes

Summary

  1. Remove build.number file (commit: 3b5b6e6) (details)
  2. This commit left here as a reminder to my future self that threadpools (commit: 095c9f2) (details)
  3. I am in love with cachedThreadPoolExecutorService. ...FactoryFactory (commit: 70de6c9) (details)
  4. Improved logging, still run remaining ticks on exception in tick thread. (commit: f322c36) (details)
  5. Cleanup (commit: cdaf119) (details)
  6. Improved build performance. (commit: 957a8ca) (details)
  7. Updated readme. (commit: 06e91f4) (details)
  8. Updated readme, again. (commit: 76776d9) (details)
  9. Leave src directory in usable state as a source root. (commit: 5640f91) (details)
  10. Tick region locking implemented. (commit: ec53a39) (details)
  11. License fixed. (commit: ef62ab7) (details)
  12. Generificated stuff. (commit: 67e0930) (details)
  13. Locks now go two blocks into regions. (commit: 2c876bf) (details)
  14. Improved build.xml (commit: f1f486e) (details)
  15. Add mcmod.info (commit: f03a583) (details)
  16. Fixed mcmod.info filters. (commit: 1f23c47) (details)
Commit 3b5b6e6a8283d1a8b8cc174ad830907d2aa75e19 by rallanpcl
Remove build.number file

Signed-off-by: Ross Allan <[email protected]>
(commit: 3b5b6e6)
The file was modified.gitignore (diff)
The file was removedbuild.number
Commit 095c9f2361ae37cb39c1ca3292152687addf8d77 by rallanpcl
This commit left here as a reminder to my future self that threadpools are better.

Signed-off-by: Ross Allan <[email protected]>
(commit: 095c9f2)
The file was modifiedbuild.xml (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/LoadedTileEntityList.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/ThreadManager.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
Commit 70de6c90dc421f9bcad9b3f266fd350ca39fb01d by rallanpcl
I am in love with cachedThreadPoolExecutorService. ...FactoryFactory

Signed-off-by: Ross Allan <[email protected]>
(commit: 70de6c9)
The file was removedsrc/common/me/nallar/tickthreading/minecraft/tickthread/TileEntityTickThread.java
The file was addedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/LoadedTileEntityList.java (diff)
The file was removedsrc/common/me/nallar/tickthreading/minecraft/tickthread/TickThread.java
The file was addedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TickCallable.java
The file was removedsrc/common/me/nallar/tickthreading/minecraft/tickthread/EntityTickThread.java
The file was modifiedbuild.xml (diff)
The file was addedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/EntityTickCallable.java
The file was modifiedsrc/common/me/nallar/tickthreading/Log.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/ThreadManager.java (diff)
Commit f322c3632e8c01c1db261d060f8824bf9f252cf5 by rallanpcl
Improved logging, still run remaining ticks on exception in tick thread.

Signed-off-by: Ross Allan <[email protected]>
(commit: f322c36)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/Log.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/ThreadManager.java (diff)
The file was modifiedbuild.xml (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/LoadedTileEntityList.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/ThreadManager.java (diff)
Commit 957a8ca9fdc335a1bb937ed9392f16bc400578fd by rallanpcl
Improved build performance.

Signed-off-by: Ross Allan <[email protected]>
(commit: 957a8ca)
The file was modifiedbuild.xml (diff)
Commit 06e91f49b3a7c638964a39d925594433dd431c79 by rallanpcl
Updated readme.

Signed-off-by: Ross Allan <[email protected]>
(commit: 06e91f4)
The file was modifiedREADME.md (diff)
Commit 76776d9862e665ccda753ad7fec54108c334a65f by rallanpcl
Updated readme, again.

Signed-off-by: Ross Allan <[email protected]>
(commit: 76776d9)
The file was modifiedREADME.md (diff)
Commit 5640f9117e0abb5e08b9e570c9dab122aa8b5c8a by rallanpcl
Leave src directory in usable state as a source root.

Signed-off-by: Ross Allan <[email protected]>
(commit: 5640f91)
The file was modifiedREADME.md (diff)
The file was modifiedbuild.xml (diff)
Commit ec53a39e0099bb75d58c3bcbfe2ad6c9754de25e by rallanpcl
Tick region locking implemented.

Signed-off-by: Ross Allan <[email protected]>
(commit: ec53a39)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/LoadedEntityList.java (diff)
The file was addedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java
The file was removedsrc/common/me/nallar/tickthreading/minecraft/ThreadManager.java
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/LoadedTileEntityList.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TickCallable.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/entitylist/EntityList.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)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickThreading.java (diff)
Commit ef62ab7270ad2332ab88d68e330074887c268f4b by rallanpcl
License fixed.

Signed-off-by: Ross Allan <[email protected]>
(commit: ef62ab7)
The file was modifiedLICENSE (diff)
Commit 67e0930c7bfbb657f4cf68138169b32be01514c1 by rallanpcl
Generificated stuff.

Signed-off-by: Ross Allan <[email protected]>
(commit: 67e0930)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)
Commit 2c876bf52e8413b3c095e6e447db97d60cb856b8 by rallanpcl
Locks now go two blocks into regions.

Signed-off-by: Ross Allan <[email protected]>
(commit: 2c876bf)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickcallables/TileEntityTickCallable.java (diff)
Commit f1f486edef6d8c4baf22acf44b74db9472ca5604 by rallanpcl
Improved build.xml

Signed-off-by: Ross Allan <[email protected]>
(commit: f1f486e)
The file was modifiedbuild.xml (diff)
Commit f03a5832813ffb6ce8ef035b4a45eb3be8f230d4 by rallanpcl
Add mcmod.info

Signed-off-by: Ross Allan <[email protected]>
(commit: f03a583)
The file was addedresources/mcmod.info
Commit 1f23c47e83591e10eaee6a2b88a777cbfa618e93 by rallanpcl
Fixed mcmod.info filters.

Signed-off-by: Ross Allan <[email protected]>
(commit: 1f23c47)
The file was modifiedresources/mcmod.info (diff)