Commit Graph

195 Commits (master)
 

Author SHA1 Message Date
Trivernis 719f140a84 Merge remote-tracking branch 'Chunkmaster_Github/release/0.12-beta' into release/0.12-beta 5 years ago
Trivernis 7c953ac085 Added tpChunk command
- added tpchunk command
- changed help display on chunkmaster command
- removed autostart table column
5 years ago
Trivernis 209c84b9e7 Less verbose console output
- removed pausing and resuming message when no tasks are running
- stopping and resuming tasks on reload
5 years ago
Trivernis d0a76b213d Less verbose console output
- removed pausing and resuming message when no tasks are running
5 years ago
Trivernis 38800b4b8d circleci badge to readme 5 years ago
Trivernis e0e3205ea7
Merge pull request #6 from Trivernis/master
Circleci to develop
5 years ago
Trivernis 962f7daa4b
Merge pull request #5 from Trivernis/feature/circleci
Feature/circleci
5 years ago
Trivernis 2443b14d1a Removed ls task 5 years ago
Trivernis a962490684 Changed artifact path 5 years ago
Trivernis 81953eed58 Changed build path 5 years ago
Trivernis 52e9fafc1a Changed artifact task 5 years ago
Trivernis 64bc610d40 added list command 5 years ago
Trivernis 08099c067f Added store Artifacts 5 years ago
Trivernis 5fc30bee44 Added Circleci config 5 years ago
Trivernis 8134ccde9c Fixes and speed improvement
- added config parameter to define the number of chunks that should be generated per step
- probably fixed #3 by processing or canceling pending chunks before the world is saved
5 years ago
Trivernis c6bc75c7fe Merge branch 'master' into develop 5 years ago
Trivernis 6c82136996
Delete gradle.yml 5 years ago
Trivernis ed0cc68bd0
Update gradle.yml 5 years ago
Trivernis 3a171f002b
Update gradle.yml 5 years ago
Trivernis c6a4de48b1
Update gradle.yml 5 years ago
Trivernis 2e75d30318
Update gradle.yml 5 years ago
Trivernis 3f8476ecc5
Merge pull request #2 from Trivernis/release/0.11-beta
Release/0.11 beta
5 years ago
Trivernis a1c64f76fc
Update gradle.yml 5 years ago
Trivernis 29e5b9c117
Update gradle.yml 5 years ago
Trivernis 06a87928a1 Merge remote-tracking branch 'Chunkmaster_Github/release/0.11-beta' into release/0.11-beta 5 years ago
Trivernis b9443c7487 Added bStats and changed jar build 5 years ago
Trivernis b7666525b0 Added bStats 5 years ago
Trivernis 5d0f158427 Changes to task cancelation and fix
- fixed generate command error on multiple tasks for one world
- changed check of task completion from polling to interrupt (via callback function)
5 years ago
Trivernis 132294d683 TabComplete for all subcommands
- added tab complete to all subcommands
- added list of paused task when no task is running
- added possibility to remove paused tasks
5 years ago
Trivernis d456f40124
Merge pull request #1 from Trivernis/release/beta-0.10
Release/beta 0.10
5 years ago
Trivernis 638ae07fe5 Code cleanup, Version correction
- changed version from 0.10-beta-SNAPSHOT to 0.10-beta
5 years ago
Trivernis 5a5fe74d9c Performance and stability improvements
- improved performance of paper generation task
- improved stability of spigot generation task
- Updated Readme
- added configuration parameters for max pending chunks and max loaded chunks
5 years ago
Trivernis c49036e35b Performance improvements
- improved performance on paper servers by using chunk coordinates instead of chunk instances to check if the chunk was generated
- moved generation stuff to lib/generation
5 years ago
Trivernis 08bec14df9 Generation task seperation
- Added interface GenerationTask
- added method to GenerationManager that creates a task depending on the server type
- added generation task for paper and spigot (to profit from async chunk loading)
5 years ago
Trivernis 726e4ba34c Added Progress percentage to periodical task status 5 years ago
Trivernis a6af3036ab
Create LICENSE 5 years ago
Trivernis 52ba24390f Bug fixes, config file, more commands
- fixed chunk skips skipping not-generated chunks
- changed command structure to /chunkmaster <operation>
- added config options
- updated readme
5 years ago
Trivernis f726f3e15c Updated Readme 5 years ago
Trivernis ecf7f10f52 Fixes and SQL auto Update
- fixed removegentask command
- added autostop of generation task after a certain amout of chunks or at the world border
- added SqlUpdateManager to check  if tables need to be created or updated
5 years ago
Trivernis 29720e8451 Fixes and readme update
- fixed stop and resuming on player join/leave
- fixed stop command
5 years ago
Trivernis d69740851e Added generation list task 5 years ago
Trivernis 1343dbf249 Working version 5 years ago
Trivernis 9bf9c61b0d Readme changes and generation manager
- added the GenerationManager class to be implemented for chunk generation task management
5 years ago
Trivernis 4d233480fe Added Spiral class
- Spiral class to create spirals around a coordinate
5 years ago
Trivernis 16439c5afb Initial commit 5 years ago