aboutsummaryrefslogtreecommitdiff
path: root/sponge/src
AgeCommit message (Collapse)Author
2018-06-06Convert to GradleLuck
2018-06-05Bump versionLuck
2018-05-31Add '/profiler monitoring' command to monitor tick times, and ↵Luck
'--only-ticks-over' argument to filter profiling output to ticks lasting over a certain duration
2018-05-30Set a max size for the worker pool, replace synchronization with concurrent ↵Luck
collections & a phaser
2018-05-29Improvements for the BungeeCord versionLuck
* Use /gprofiler and /sparkbungee aliases so the normal commands reach the backend server * Profile all threads by default
2018-05-29Multiple fixesLuck
* Fixed an issue which prevented links from being “clickable” * Added a /spark alias * Added a max stack depth limit to fix issues with rendering
2018-05-27Initial commit for sparkLuck