3d5c694daa
chore: Comply with OSSRH licensing guidelines ( #3684 )
2022-06-15 20:17:17 +02:00
25095f4546
chore: Welcome 2022
2022-01-02 22:22:19 +01:00
57fc51d013
Initial annotation usage cleanup + EditorConfig
2021-01-09 22:28:41 +01:00
e8642df674
Update licenses to 2021
...
Happy new year 🎆
2021-01-01 00:19:45 +01:00
c3069a425d
Format licence headers
2020-10-08 14:02:08 +02:00
ec23fcdd75
Rewrite build scripts
...
Co-Authored By: Mariell Hoversholm <proximyst@proximyst.com >
2020-10-08 14:02:08 +02:00
4a220f9bfb
Update license header
2020-08-15 14:59:29 +02:00
1d0760c630
Formatting, mark nonnull, nullable etc
2020-07-24 16:24:53 +01:00
27498f68fb
Many Much
...
- Add readregions to queues for when we're setting our own consumer (usually meaning the queue writes its own blocks, so it doesn't know which chunks to actually load)
- Finish removing chunk/regionTasks
- Allow the queue to not remove tickets from chunks (useful for swapping chunks so they don't unload needlessly)
- Remove a lot of unused methods
- Implement entities to queues
- Remove chunk unloading (the server should really handle it)
2020-07-23 17:30:23 +01:00
03983e8886
Allow forcing of queues down pipelines to ensure whenDone runnables are called correctly
...
Also remove autoQueue since it's never used and would be a bad idea
2020-07-18 13:55:54 +01:00
66b94ab9f1
Start switching to WorldEdit Worlds
2020-07-17 17:21:32 +01:00
9fefe57c90
Switch to using QueueCoordinators everywhere
2020-07-17 15:41:06 +01:00
510ea56431
Finalize DI stuff
2020-07-14 18:49:40 +02:00
c0f69f321d
Guice progress
2020-07-10 22:12:37 +02:00
617abf89e6
Split ChunkManager to Chunk and Region Managers
...
- Having not chunk-specific code in ChunkManager felt wrong.
- Also allow FAWE to replace setbiome code
- Also improve performance (proper usage of chunk loading) for setbiome
2020-05-14 11:27:35 +01:00
b0348cfc34
Update packages. This will not be appreciated 🐱
2018-08-10 17:53:15 +02:00
1646cd0f5a
Reformat code
2018-08-10 17:01:11 +02:00
77281017d4
Fixes #1428 , Fixes #1431
2016-11-20 22:24:27 -05:00
b6dac54677
Code cleaning and Gradle Update
...
Updated gradle wrapper to 3.0
Updated Gradle files for Nukkit
Added/cleaned minor Nukkit code
Removed duplicate TitleManagement code
Signed-off-by: MattBDev <mattbdev@outlook.com >
2016-09-13 18:10:01 -04:00
112da17614
Squashed commit of the following:
...
commit 91c78407cd
Author: Jesse Boyd <jessepaleg@gmail.com >
Date: Sun Aug 7 11:29:59 2016 +1000
Use a queue for expiry
commit 395d6364be
Author: Jesse Boyd <jessepaleg@gmail.com >
Date: Sun Aug 7 04:43:41 2016 +1000
Cache on fail as well
commit facd43700d
Author: Jesse Boyd <jessepaleg@gmail.com >
Date: Sun Aug 7 04:00:50 2016 +1000
Cache entity count every second
commit 1ae694ff5b
Author: Jesse Boyd <jessepaleg@gmail.com >
Date: Sun Aug 7 03:52:37 2016 +1000
Tweak entity counting
commit c99dd1e74a
Author: Jesse Boyd <jessepaleg@gmail.com >
Date: Sat Aug 6 00:10:11 2016 +1000
Needs sponge builds
commit f408ac82be
Author: Alexander Söderberg <Sauilitired@users.noreply.github.com >
Date: Fri Aug 5 12:13:39 2016 +0200
Update README.md
commit 9b95990ba6
Author: Alexander Söderberg <Sauilitired@users.noreply.github.com >
Date: Thu Aug 4 16:50:37 2016 +0200
Update this here as well
2016-08-08 14:02:25 -04:00
adc021109f
Added Polar Bear where missing
2016-07-25 22:25:15 -04:00
e2c57cea52
.
2016-07-12 23:56:59 +10:00
4f0ede646e
Chat / Merge blocks placer / generator
2016-06-13 14:47:50 +10:00
ca5d3a818b
PlotBlock cache / events / flags
2016-06-04 06:20:13 +10:00
da58c7b411
Beautify code
2016-06-02 11:38:47 -04:00
421203a27d
Bug Fix and Cleanup
2016-04-29 18:14:12 -04:00
8f3d35bca3
Bug Fix and Cleanup
2016-04-28 16:38:51 -04:00
669359cd37
General changes
2016-04-26 10:14:22 -04:00
d49de5297b
Tweaks
2016-04-05 23:50:04 -04:00
9c81dfa5c3
Cleanup and Optimizations
...
Abstracted TitleManagers
Removed a lot of Statics.
ETC.
2016-04-05 12:53:40 -04:00
dffa00858d
More than 2 lines
2016-04-02 17:15:36 +11:00
edd18a7178
Various
...
- Fix some block change issues (for some reason sending a chunk would
sometimes reset any recent changes)
- Send chunk changes for relight command
- Have kick cmd kick the player from the server if they are kicked from
the spawn plot
- Plot size checks for downloading
- Fix some potential integer overflow issues for large plots (>64K x
64K)
- Fix some edge cases for plot move/copy
2016-03-31 20:49:00 +11:00
6f9af04274
Cleanup BukkitChunkManager
2016-03-29 18:44:04 +11:00
bb4700aa5a
More cleaning
2016-03-23 13:09:13 -04:00
9e2c6f2182
Major code reformatting
2016-03-22 21:41:39 -04:00
bb4ecb94a1
Cleanup
2016-03-20 19:35:40 -04:00
f9db269813
Various
...
Close #966
Close #953
(duplicates)
Changes to chunk copying etc to interfere less with world generation
2016-03-18 01:22:51 +11:00
62531a42c7
Fix for @Htgan / clear
...
Possibly fixes #932
2016-03-07 17:34:57 +11:00
8bf3ceac6f
Changes
...
Plot auto clear confirmation
Add timediff to keep flag
Add expired parameter to list cmd
Fixes some compatibility issues
2016-03-02 06:56:50 +11:00
7659884e73
Fixes
...
Fixes #868
Fixes #778
Fixes attributes passing wrong key to persistent meta
Fixes blob compatibility with JDBC driver for persistent meta
Fix stackoverflow from countEntities under certain circumstances
Minor cleanup
2016-02-26 01:17:07 +11:00
b69e31129d
Updated Gradle
2016-02-22 23:11:40 -05:00