|
7c2ce73de5
|
remove old font
|
2025-06-11 18:46:52 +02:00 |
|
|
6114da126a
|
fix fonts
|
2025-06-11 18:42:53 +02:00 |
|
|
166064f21a
|
remove legacy gradle eclipse plugin
|
2025-06-03 09:40:45 +02:00 |
|
|
4a6da6d0f7
|
add spring water
|
2025-06-01 17:24:32 +02:00 |
|
|
618a076c0f
|
remove skull tile entity
|
2025-06-01 16:02:45 +02:00 |
|
|
493230c4a6
|
fix unneccesary debug classes
|
2025-05-31 18:56:55 +02:00 |
|
|
5534531416
|
make guis more generic
|
2025-05-31 18:38:53 +02:00 |
|
|
374e0c4617
|
remove server side debug
|
2025-05-31 16:46:48 +02:00 |
|
|
a6c2695ccb
|
complete login system for now, misc fixes
|
2025-05-31 00:23:35 +02:00 |
|
|
06a14ae645
|
small fixes
|
2025-05-30 22:12:50 +02:00 |
|
|
ec0a1aa5c3
|
add password hashing and commands
|
2025-05-30 21:12:59 +02:00 |
|
|
1b61f085e3
|
fix exceptions from net handlers, raise rsa key size to 4096
|
2025-05-30 19:39:54 +02:00 |
|
|
d1a0847303
|
cleanup, remove ambient occlusion from models
|
2025-05-30 18:08:07 +02:00 |
|
|
8e0bbd06c2
|
code cleanup: use records where possible
|
2025-05-30 17:57:14 +02:00 |
|
|
18be47866c
|
upgrade to java 21, remove netty unsafe, remove deprecated features
|
2025-05-30 12:49:37 +02:00 |
|
|
b14e539464
|
add key serialization
|
2025-05-30 01:43:37 +02:00 |
|
|
be0ab15153
|
add float scaling
|
2025-05-29 16:40:33 +02:00 |
|
|
f3117767fd
|
add basic scaling
|
2025-05-29 16:12:19 +02:00 |
|
|
414dc668ff
|
add flying types
|
2025-05-29 15:03:03 +02:00 |
|
|
b317139c97
|
fix client window refresh (useless)
|
2025-05-29 13:55:20 +02:00 |
|
|
3d0cc9665a
|
improve client server guis
|
2025-05-29 13:52:36 +02:00 |
|
|
902c795ecc
|
extend and fix pubkeys
|
2025-05-29 12:51:39 +02:00 |
|
|
5a394749bf
|
add pubkey auth
|
2025-05-29 03:04:44 +02:00 |
|
|
b52053f5ea
|
compressed data tree cleanup, streamlining
|
2025-05-28 13:51:07 +02:00 |
|
|
6c55d59f1f
|
cleanup, rename, nbt->cdt "compressed data tree"
|
2025-05-28 01:11:46 +02:00 |
|
|
753b4b8b5d
|
rename tag methods
|
2025-05-27 22:57:25 +02:00 |
|
|
688d5710c7
|
change nbt format: rename tags package
|
2025-05-27 21:47:36 +02:00 |
|
|
47a69ce8bc
|
change nbt format: change class names
|
2025-05-27 21:46:30 +02:00 |
|
|
dda5ac3573
|
change nbt format: fix method names
|
2025-05-27 21:34:46 +02:00 |
|
|
17aad1f023
|
change nbt format
|
2025-05-27 21:25:11 +02:00 |
|
|
435e3f3e29
|
make access password mandatory
|
2025-05-26 20:29:08 +02:00 |
|
|
4e51e18bdc
|
add gradle
|
2025-05-26 17:09:08 +02:00 |
|
|
adc81d56d2
|
change port, config and version mechanisms
|
2025-05-26 13:27:03 +02:00 |
|
|
f879b060e8
|
clean data folder history
|
2025-05-26 11:27:34 +02:00 |
|
|
6af3fd71e5
|
change netty to modified version from initial commit
|
2025-05-26 11:10:08 +02:00 |
|
|
1d0dfddf25
|
remove unused import
|
2025-05-25 20:49:48 +02:00 |
|
|
a62dc2309d
|
fix audio issues + potential crash
|
2025-05-25 20:43:52 +02:00 |
|
|
93d997c3c0
|
fix window position restoration on client startup
|
2025-05-25 20:20:46 +02:00 |
|
|
09149c7b88
|
update splashes
|
2025-05-25 20:11:35 +02:00 |
|
|
f1219070d2
|
fix invalid chars in splashes
|
2025-05-25 20:00:30 +02:00 |
|
|
8fed598b51
|
Revert "test chunk array perf"
This reverts commit e2ec9f0c84 .
|
2025-05-25 18:41:45 +02:00 |
|
|
e2ec9f0c84
|
test chunk array perf
|
2025-05-25 18:40:34 +02:00 |
|
|
63c2a18c3a
|
fix all logger names
|
2025-05-25 18:30:12 +02:00 |
|
|
77b5a34a33
|
downgrade netty to old version to fix annoying network bugs WHYYYYYYYYYYYYYYYYYYYYY?!?!?!?!
|
2025-05-25 17:53:55 +02:00 |
|
|
10fdaf0b1a
|
cleanup player controller method names
|
2025-05-25 15:41:41 +02:00 |
|
|
2bc84f0c66
|
cleanup player controller var names
|
2025-05-25 15:38:12 +02:00 |
|
|
64b256c713
|
cleanup player controller comment
|
2025-05-25 15:27:36 +02:00 |
|
|
4a84f9e096
|
format PlayerController
|
2025-05-25 15:26:14 +02:00 |
|
|
2cf7f0036d
|
cleanup player controller comments
|
2025-05-25 15:25:38 +02:00 |
|
|
7299ab8e5c
|
general Block* code cleanup
|
2025-05-25 14:45:04 +02:00 |
|