Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
* Conditionally trigger an update on front facing (Needed for pipelines) * Use a queue instead of recursion | |||
2020-12-21 | attempt fix cme on gt block update | botn365 | |
attempt to fix a concurentModificationexeption crash when having large gt block updates | |||
2020-06-12 | fix derp | Martin Robertz | |
2020-06-12 | fix | DreamMasterXXL | |
2020-06-12 | Revert "Revert "MachineBlock runnable toggle"" | DreamMasterXXL | |
This reverts commit c40ad6aecab563410ad68fde6e39bcc0e3121469. | |||
2020-06-11 | Revert "MachineBlock runnable toggle" | DreamMasterXXL | |
This reverts commit 8b93a2909d7285f6506a56889929039c41882845. | |||
2020-06-09 | MachineBlock runnable toggle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
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 ↵ | Technus | |
https://github.com/GTNewHorizons/GT5-Unofficial into experimentalMogballThreading # Conflicts: # src/main/java/gregtech/api/threads/GT_Runnable_MachineBlockUpdate.java | |||
2020-04-15 | Refactor to fixed thread pool executor | Technus | |
Use actually something made for this task... | |||
2020-04-15 | Refactor to fixed thread pool executor | Technus | |
Use actually something made for this task... | |||
2020-04-14 | crashfix | bartimaeusnek | |
+ Added a new Thread every time a world is loaded Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-14 | shortened the code | bartimaeusnek | |
+ by using toUpdate as sync object Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-14 | Made use of Thread.wait() | bartimaeusnek | |
+ shortened "causeMachineUpdate" method Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-14 | Named the thread | bartimaeusnek | |
+ actually use the right method (and not the old one lol) + Interrupted the Thread onServerAboutToStop Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-14 | Merge branch 'experimental' into experimentalMogballThreading | bartimaeusnek | |
2020-04-14 | Tried to make Mogballs Optimisation properly threaded | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
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 | |