Commit graph

181 commits

Author SHA1 Message Date
kuroppoi
3a4abfadc6 Perhaps actually call the method on disconnect 2022-04-10 17:47:36 +02:00
kuroppoi
cfe5ba1167 Remove connection reference from PlayerManager on disconnect 2022-04-10 17:45:04 +02:00
kuroppoi
dc8efce885 Clear client version on disconnect 2022-04-10 17:44:08 +02:00
kuroppoi
07c46f2050 Ensure that onDisconnect() is called on duplicate login 2022-04-10 17:22:05 +02:00
kuroppoi
6ce3df4d9b Fix build error 2022-04-03 14:24:18 +02:00
kuroppoi
565301f528 Moved chunk code to ChunkManager 2022-04-03 14:18:56 +02:00
kuroppoi
8b9c978d1b Oops other way around 2022-03-30 01:26:01 +02:00
kuroppoi
bdcbdd1366 Asteroid generator for space biomes 2022-03-30 01:23:41 +02:00
kuroppoi
5702d9671a nextInt bound check to prevent it from failing world gen if 0 2022-03-30 01:21:00 +02:00
kuroppoi
d14550b3f8 Fix loot dialog for v2 clients 2022-03-29 19:38:52 +02:00
kuroppoi
5ea12a3605 MacOS support 2022-03-28 15:23:38 +02:00
kuroppoi
47ffc72154 Dialog system rework 2022-03-05 16:05:00 +01:00
kuroppoi
0b33ba17d3 Username regex 2022-03-05 15:55:29 +01:00
Kuroppoi
7ffaa7dc87
Update README.md 2022-03-04 01:42:44 +01:00
Kuroppoi
6a35b1f7a2
Update README.md 2022-02-18 02:38:21 +01:00
Sir Code
9803e26454
Option to give all items to a player 2022-02-18 01:11:54 +01:00
kuroppoi
8665e8d7db Replace liquid on prefab placement 2022-02-17 23:19:56 +01:00
kuroppoi
c58e0f161b Delete generators.json 2022-02-17 23:01:51 +01:00
kuroppoi
993e22b15b Improved zone generator & resource file management 2022-02-17 22:59:50 +01:00
kuroppoi
e9975a38c6 Removed unused function 2022-01-28 00:17:12 +01:00
kuroppoi
2a3c30d777 Changed default zone size to 2000x600 blocks 2022-01-28 00:16:57 +01:00
kuroppoi
a10f2d04b2 Fixed block usage for blocks without metadata + public use 2022-01-16 04:56:04 +01:00
Kuroppoi
4a36864036
Update README.md 2022-01-15 01:27:33 +01:00
kuroppoi
4852ed89b1 Added a simple weather & day/night system 2022-01-15 01:16:45 +01:00
Kuroppoi
c1940fbb5b
Removed pull_request event 2022-01-14 06:14:41 +01:00
kuroppoi
e1339ceb9d Forgot to configure prefabs 2022-01-14 06:05:50 +01:00
kuroppoi
833bad56cc Updated block data files for default prefabs 2022-01-14 05:58:37 +01:00
kuroppoi
91f969c3a3 Added spawn buildings for every biome 2022-01-14 05:56:31 +01:00
kuroppoi
7cf151096c Exclude null entries from WeightedMap 2022-01-14 05:52:55 +01:00
kuroppoi
e0d2e5c4b2 Spawn obelisks now count as spawn blocks 2022-01-14 05:32:58 +01:00
Kuroppoi
52b003d7fb
Only build if changes are relevant 2022-01-14 05:28:59 +01:00
Kuroppoi
77cfe6256a
Upload all archives 2022-01-14 05:26:23 +01:00
Kuroppoi
c84516e904
Update README.md 2022-01-14 04:53:58 +01:00
Kuroppoi
d26b22aaa2
Upload artifact test 2022-01-14 04:43:35 +01:00
Kuroppoi
5fa8d0fd55
This better fixes it 2022-01-14 04:31:03 +01:00
Kuroppoi
354a547f70
Change JDK version 2022-01-14 04:24:53 +01:00
Kuroppoi
a86191b605
Workflow test 2022-01-14 04:22:39 +01:00
kuroppoi
f92321f250 Exclude deepest layer for desert biomes 2022-01-13 03:11:22 +01:00
kuroppoi
c5d0e51bd5 Compatibility fix with older v3 clients 2022-01-13 03:04:34 +01:00
kuroppoi
4a416425ab Default items to front layer 2022-01-13 03:02:45 +01:00
kuroppoi
bd0d9ebce6 Remove final modifiers 2022-01-13 02:57:44 +01:00
kuroppoi
7674f411bf Oops 2022-01-13 02:54:34 +01:00
kuroppoi
83b0b24a30 Update MessagePack & binary serialization through Jackson 2022-01-13 02:52:11 +01:00
kuroppoi
9f13408c84 Fixed indentation issues with concurrent pretty printing 2022-01-05 01:01:05 +01:00
kuroppoi
70bfa214c7 Support for spawn buildings in deep biomes 2022-01-05 00:19:00 +01:00
kuroppoi
3b88a8012c Generate spawn buildings before other structures 2022-01-05 00:18:12 +01:00
kuroppoi
5a28facf07 Import prefab at current location if no location is specified 2022-01-05 00:03:39 +01:00
kuroppoi
6e5ffa4e44 Update log4j to 2.15.0 2021-12-12 16:00:28 +01:00
kuroppoi
e6ce3ed49f Fixed a very important formatting issue 2021-11-27 18:45:37 +01:00
kuroppoi
ddbb96565c Replaced anonymous classes with lambda expressions 2021-11-15 03:06:41 +01:00