- Thread Author
- #1
- Added a LoopingThread class for simple, carefully managed looping async tasks. Simply create them like any other thread by passing in a runnable, and also specify a min and max loop delay similar to the way you would with LoopingScript. When the script is paused, the thread will pause too. When the script is stopped, so will the LoopingThread.
- Added exception submission dialogue to the client (web ui coming soon!)
- Dropped support for Java 7 in exchange for better cross platform compatibility (JavaFX doesn't work well on non-windows OSes on java 7)
- Fixed Prayer.Curse#isActivated
- Fixed WebPath#getNext not returning the proper object under certain conditions.
Last edited: