dfsek
|
ad66fa8022
|
implement TerraScriptCheckFunctionAddon
|
2021-12-02 18:04:16 -07:00 |
|
dfsek
|
b222129478
|
terrascript check function addon depends on terrascript addon
|
2021-12-02 17:47:02 -07:00 |
|
dfsek
|
c6eeb9a3ea
|
remove layer addon for now
|
2021-12-02 17:45:08 -07:00 |
|
dfsek
|
b9c77fbdfa
|
move elevation interpolation to new addon
|
2021-12-02 17:44:30 -07:00 |
|
dfsek
|
c68d092814
|
clean up chunkgenerator stuff
|
2021-12-02 17:43:44 -07:00 |
|
dfsek
|
4a8d19cbf2
|
remove unused methods from WorldConfig
|
2021-12-02 09:42:38 -07:00 |
|
dfsek
|
fab02d4d16
|
remove ChunkGenerator#getPack
|
2021-12-02 09:23:34 -07:00 |
|
dfsek
|
fc073325fb
|
remove ChunkGenerator#getPlatform
|
2021-12-02 09:12:16 -07:00 |
|
dfsek
|
f8d270540e
|
start implementing LayeredChunkGeneratorAddon
|
2021-12-02 09:12:02 -07:00 |
|
dfsek
|
69ec02341f
|
create base LayerChunkGeneratorAddon
|
2021-12-02 08:13:22 -07:00 |
|
dfsek
|
e10948a7cf
|
fix RegistryTest
|
2021-12-01 21:15:36 -07:00 |
|
dfsek
|
ed2e56c776
|
fix bukkit impl
|
2021-12-01 21:14:22 -07:00 |
|
dfsek
|
4db469199c
|
fix duplicate mixin method
|
2021-12-01 21:10:18 -07:00 |
|
dfsek
|
a69be58b58
|
make registry return optional for get operations
|
2021-12-01 17:48:41 -07:00 |
|
dfsek
|
4cc07a7b02
|
update to latest Tectonic version
|
2021-12-01 10:21:20 -07:00 |
|
dfsek
|
8214b17a4e
|
update to latest Paralithic
|
2021-12-01 10:17:33 -07:00 |
|
dfsek
|
7a665d6f9c
|
annotate Registry methods with nullability and contract
|
2021-12-01 10:15:02 -07:00 |
|
dfsek
|
2d7cf5151f
|
annotate WorldHandle methods with nullability and contract
|
2021-12-01 08:29:14 -07:00 |
|
dfsek
|
65d8dc803d
|
annotate Platform methods with nullability and contract
|
2021-12-01 08:26:30 -07:00 |
|
dfsek
|
5749af4bb2
|
update to 1.18 release
|
2021-11-30 20:06:37 -07:00 |
|
dfsek
|
d0872f42da
|
fix project versioning
|
2021-11-29 16:17:24 -07:00 |
|
dfsek
|
8b7cf2a74c
|
fix publishing config
|
2021-11-29 16:07:25 -07:00 |
|
dfsek
|
7dc1f2fe92
|
add info comment to config.yml
|
2021-11-28 21:55:40 -07:00 |
|
dfsek
|
ffe05bc7f9
|
clean up config.yml
|
2021-11-28 21:53:42 -07:00 |
|
dfsek
|
135e8269fa
|
remove unused language stuff
|
2021-11-28 21:52:15 -07:00 |
|
dfsek
|
1832e58498
|
move StructureAccessorAccessor to accessor package
|
2021-11-28 19:56:43 -07:00 |
|
dfsek
|
b4408f048c
|
cleanup generic type
|
2021-11-28 16:52:59 -07:00 |
|
dfsek
|
397c464fb2
|
finish refactoring world api
|
2021-11-28 16:51:04 -07:00 |
|
dfsek
|
6b9dfc5d43
|
refactor world classes
|
2021-11-28 16:43:27 -07:00 |
|
dfsek
|
b882e5e62b
|
remove unused generator classes
|
2021-11-28 16:42:08 -07:00 |
|
dfsek
|
2d5b384ae4
|
pull members of WritableWorld up
|
2021-11-28 16:42:00 -07:00 |
|
dfsek
|
86dee3bb29
|
create base World interface
|
2021-11-28 16:36:57 -07:00 |
|
dfsek
|
4287ff8a3c
|
World -> ServerWorld
|
2021-11-28 16:36:29 -07:00 |
|
dfsek
|
da34aeed42
|
create readable and writable world interfaces
|
2021-11-28 16:35:13 -07:00 |
|
dfsek
|
402ac166ff
|
worldaccess -> WritableWorld
|
2021-11-28 16:32:59 -07:00 |
|
dfsek
|
27f472dd57
|
for some reason we were shading all of SpongeAPI
|
2021-11-28 13:52:01 -07:00 |
|
dfsek
|
64d9eca618
|
update paper
|
2021-11-28 13:40:50 -07:00 |
|
dfsek
|
6f88519df8
|
reimplement strata
|
2021-11-28 13:09:30 -07:00 |
|
dfsek
|
2325886adb
|
biome determinism
|
2021-11-28 12:58:26 -07:00 |
|
dfsek
|
a5947be122
|
fix fabric protoworld impl
|
2021-11-28 12:26:01 -07:00 |
|
dfsek
|
1e9e1dce75
|
implement world api changes
|
2021-11-28 12:19:10 -07:00 |
|
dfsek
|
01f6df4a19
|
pull more methods to WorldAccess
|
2021-11-28 12:01:12 -07:00 |
|
dfsek
|
5ed7733320
|
add ProtoWorld#getWorld
|
2021-11-28 11:36:29 -07:00 |
|
dfsek
|
b880b6592b
|
move spawnEntity to WorldAccess
|
2021-11-28 11:35:12 -07:00 |
|
dfsek
|
a52271dfb9
|
implement BukkitProtoWorld
|
2021-11-27 17:25:55 -07:00 |
|
dfsek
|
bf0ac5afe2
|
refactor world API
|
2021-11-27 17:15:20 -07:00 |
|
dfsek
|
a30451597c
|
create ProtoWorld
|
2021-11-27 17:13:26 -07:00 |
|
dfsek
|
d8d9d99598
|
pull World methods up to WorldAccess
|
2021-11-27 17:13:04 -07:00 |
|
dfsek
|
381cf0a6ee
|
run server with nogui
|
2021-11-27 17:08:21 -07:00 |
|
dfsek
|
45dec188a6
|
fix Paper launch
|
2021-11-27 16:51:59 -07:00 |
|