3955 Commits

Author SHA1 Message Date
Bixilon
382088b8d5
eros: make mod type card smaller 2022-10-26 12:06:04 +02:00
Bixilon
1f9716f033
extend mod manifest, eros: improve mod card 2022-10-26 09:56:49 +02:00
Bixilon
4c28f4a847
DirectoryAssetsManager: load pack.png and pack.mcmeta 2022-10-25 23:34:01 +02:00
Bixilon
4506642181
mod: more ui properties, translations 2022-10-25 23:26:19 +02:00
Bixilon
7649c63ceb
unify info pane, wip gui mod list 2022-10-25 23:16:16 +02:00
Bixilon
a8c36160e8
mod loading: directory 2022-10-25 22:02:29 +02:00
Bixilon
d2053491ae
mod: jar assets 2022-10-25 20:55:17 +02:00
Bixilon
0eb773f7fa
wip mod loading 2022-10-25 20:18:54 +02:00
Bixilon
def072e36f
network: 22w42a 2022-10-25 19:17:39 +02:00
Bixilon
1537eeee95
network: 22w42a unsigned chat message 2022-10-25 18:22:28 +02:00
Bixilon
e927232261
22w42A: fix command reading 2022-10-25 17:19:58 +02:00
Bixilon
76c590fd66
fix hotbar hover text 2022-10-25 16:51:28 +02:00
Bixilon
5b9124691e
22w42a: special recipes (with reading category) 2022-10-25 16:51:19 +02:00
Bixilon
3ccbc9685d
refactor tab list data handling 2022-10-25 16:19:15 +02:00
Bixilon
9fc01db578
network: wip (1) 22w42a 2022-10-25 16:10:35 +02:00
Bixilon
6ba4928b1f
rename RunConfiguration::VERSION_STRING 2022-10-25 09:53:28 +02:00
Bixilon
e5a362e718
rendering: show version in window title 2022-10-25 09:28:38 +02:00
Bixilon
7edef26e51
remove unused stuff from ProtocolDefinition 2022-10-24 22:26:45 +02:00
Bixilon
b52e6587d3
async events 2022-10-24 21:04:53 +02:00
Bixilon
8656bcbd42
refactor chunk neighbours
* This massively reduces calls (and locks!) to the chunk map and increases join performance
2022-10-24 20:16:04 +02:00
Bixilon
36debca1dc
gradle:check: run unit tests before integration tests 2022-10-24 19:51:56 +02:00
Bixilon
7a07d7a143
world: improve locking when retrieving neighbours 2022-10-24 18:16:11 +02:00
Bixilon
73d6f3a481
postpone connection ticks to reduce join lagging 2022-10-24 18:10:39 +02:00
Bixilon
499e09649a
fix particles being eventually black when spawning 2022-10-24 17:41:29 +02:00
Bixilon
33e93ed53c
log: ignore javafx warnings 2022-10-24 17:30:07 +02:00
Bixilon
275a99d762
particle light 2022-10-24 10:32:47 +02:00
Bixilon
44dfa62aa3
ChunkLightS2CP: simplify position retrieving 2022-10-24 08:29:08 +02:00
Bixilon
20ff408d52
22w42a: Camel, block properties, assets, packet mapping, long entity data type 2022-10-23 20:00:31 +02:00
Bixilon
4213fe8fd9
network: remove deprecated array reading functions 2022-10-23 19:15:27 +02:00
Bixilon
e9dd66696d
fix running of assets properties generator 2022-10-23 19:06:48 +02:00
Bixilon
01a6d97046
gradle: append -dirty to version if git status is not clean 2022-10-23 18:32:10 +02:00
Bixilon
b7a84f9dfa
network: mark blocks as initialized if server sends empty chunk
* This fixes a bug, that empty chunks (in custom worlds) are marked as not fully received
2022-10-23 17:30:14 +02:00
Bixilon
afcc0a4b2f
debug hud: fix wrong chunk reference 2022-10-23 17:16:36 +02:00
Bixilon
7d90654b28
skylight: only create maxSection-1 if block starts at y=1 2022-10-21 11:49:43 +02:00
Bixilon
d96dc6b2dd
skylight: create section below maxHeight
This fixes a skylight bug
2022-10-21 11:01:29 +02:00
Bixilon
db7cacf445
debug hud: add more info if chunk is not fully loaded 2022-10-21 10:29:15 +02:00
Bixilon
ba7d4b9988
fix firing WorldVisibilityGraph event when occlusion culling is disabled 2022-10-21 10:28:30 +02:00
Bixilon
bcb05e1fdd
translation: fix trailing empty array as data 2022-10-21 10:12:45 +02:00
Bixilon
99ec576660
more modding goals 2022-10-20 16:56:06 +02:00
Bixilon
264023b9de
fix tint on water cauldrons 2022-10-20 16:55:55 +02:00
Bixilon
5a35a221df
fix crash when connecting to servers
* Introduced in ff6afd3863dae4234a5db0e1ba144220ae0ddf4e
2022-10-20 12:25:02 +02:00
Bixilon
ab7edb125f
rename TabMessageSender 2022-10-20 12:08:49 +02:00
Bixilon
ff6afd3863
progress dialog: forbid closing if can not cancel 2022-10-20 12:06:56 +02:00
Bixilon
0c616ebc8c
gradle: use last commit as version number 2022-10-19 21:55:16 +02:00
Bixilon
e21d31a086
wip: sign commands 2022-10-19 21:46:05 +02:00
Bixilon
907368a630
1.19: send commands with command packet (unsigned) 2022-10-19 21:26:24 +02:00
Bixilon
3e03bc1496
chat suggestions: don't make enter apply suggestions 2022-10-19 20:58:07 +02:00
Bixilon
821b77d6e4
send chat messages as commands
sending commands (>1.19) is not yet implemented -/-
2022-10-19 20:55:59 +02:00
Bixilon
264d86751a
signature: configuration options 2022-10-19 20:55:35 +02:00
Bixilon
f4bb0f2c52
wip: refactor chatting, signed chat: chat formatting 2022-10-19 19:49:23 +02:00