index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
gregtech
/
api
/
threads
/
GT_Runnable_MachineBlockUpdate.java
Age
Commit message (
Expand
)
Author
2021-08-22
Launch at least one worker thread
Glease
2021-06-16
add graph network to pipes and implement it for power
korneel vandamme
2021-01-21
Make sure the onServerTick event is actually called.
Jason Mitchell
2021-01-18
add comment as to onServerTick vs onWorldTick
Jason Mitchell
2021-01-18
try/finally
Jason Mitchell
2021-01-18
Include getBlock and getBlockMetadata in the lock
Jason Mitchell
2021-01-18
Do some locking around getTileEntity to avoid CMEs on the main thread
Jason Mitchell
2020-12-26
Machine Block Update changes
Jason Mitchell
2020-12-21
attempt fix cme on gt block update
botn365
2020-06-12
fix derp
Martin Robertz
2020-06-12
fix
DreamMasterXXL
2020-06-12
Revert "Revert "MachineBlock runnable toggle""
DreamMasterXXL
2020-06-11
Revert "MachineBlock runnable toggle"
DreamMasterXXL
2020-06-09
MachineBlock runnable toggle
bartimaeusnek
2020-04-17
Just in case?
Technus
2020-04-17
Add more logging to shutdown
Technus
2020-04-17
Remove old comment
Technus
2020-04-17
Shutdown properly
Technus
2020-04-15
Merge branch 'experimentalMogballThreading' of https://github.com/GTNewHorizo...
Technus
2020-04-15
Refactor to fixed thread pool executor
Technus
2020-04-15
Refactor to fixed thread pool executor
Technus
2020-04-14
crashfix
bartimaeusnek
2020-04-14
shortened the code
bartimaeusnek
2020-04-14
Made use of Thread.wait()
bartimaeusnek
2020-04-14
Named the thread
bartimaeusnek
2020-04-14
Merge branch 'experimental' into experimentalMogballThreading
bartimaeusnek
2020-04-14
Tried to make Mogballs Optimisation properly threaded
bartimaeusnek
2020-04-13
Revert "Use HashSet for machine block update and limit recursion depth"
Martin Robertz
2020-04-13
remove recursion depth limit and nullcheck on instanceof
Mogball
2020-04-12
Review comments
Mogball
2020-04-12
Fix non GT tileentities should still propagate
Mogball
2020-04-12
Use HashSet for machine block update and limit recursion depth
Mogball
2016-09-22
Remove null checks
Muramasa
2015-10-21
Reformat code
Shawn Buckley
2015-10-18
Move source directory
Shawn Buckley