2323 Commits

Author SHA1 Message Date
Bixilon
5f74e88fa2
profiles: add java doc for all options 2021-12-02 10:36:05 +01:00
Bixilon
8b8074665e
github: upload latest linux x54 build 2021-12-02 10:13:36 +01:00
Bixilon
0982e4226c
fix particle limit, profiles: check for values 2021-12-02 00:55:26 +01:00
Bixilon
7fb36aaaf6
particles config, profiles improvements 2021-12-02 00:17:20 +01:00
Bixilon
c8832f99dd
fix profile saving state set 2021-12-01 23:38:58 +01:00
Bixilon
cc55f61758
profiles: improvements, eros: save server list filters to profile 2021-12-01 23:28:54 +01:00
Bixilon
e8c5e94902
config option listening 2021-12-01 23:07:19 +01:00
Bixilon
b0574500c4
profiles: wip (2) 2021-12-01 20:16:57 +01:00
Bixilon
8df42e355e
save selected profile 2021-12-01 19:31:02 +01:00
Bixilon
ca26e2711e
wip: profiles 2021-12-01 18:46:48 +01:00
Bixilon
334ee2f536
maven: set target sdk to 11 2021-11-30 22:54:17 +01:00
Bixilon
413486524d Merge branch '1.18' into 'master'
1.18

See merge request bixilon/minosoft!29
2021-11-30 21:44:16 +01:00
Bixilon
eb06d1e0cc
network: 1.18 2021-11-30 21:36:36 +01:00
Bixilon
72c67436ef
remove all opengl ARB references 2021-11-30 13:37:45 +01:00
Bixilon
577ef14b08
load shaders with core opengl instead of arb, #29, fixes #52 2021-11-30 13:29:59 +01:00
Bixilon
7f7d97dd09
deprecate assets manager, add message when downloading assets 2021-11-30 10:05:44 +01:00
Bixilon
f082caeae5
hopefully fix opengl context creation on 2021-11-30 08:20:56 +01:00
Bixilon
56259bfa70
fix macos build: add macos natives for x86_64 2021-11-30 00:35:53 +01:00
Bixilon
15b3506a1e
downgrade lwjgl to latest stable 2021-11-30 00:13:14 +01:00
Bixilon
b5c2e9e5ca
fix sound loading bug, implement crop blocks #28 2021-11-29 21:30:11 +01:00
Bixilon
6e044a8146
fix block interacting 2021-11-29 20:52:48 +01:00
Bixilon
a4a5892dc2
block interacting: check reach distance 2021-11-29 20:35:43 +01:00
Bixilon
c91f18d73d
MacOS: warn if eros enabled or -XstartOnFirstThread is not set, #29 2021-11-29 19:53:10 +01:00
Bixilon
a1035542db
some decent particle performance improvements, lazy hit boxes 2021-11-29 18:53:28 +01:00
Bixilon
794fc262a7
network: 1.18-rc4 2021-11-29 16:53:45 +01:00
Bixilon
2d308d40bc
add natives for all major platforms, #51 2021-11-29 16:10:38 +01:00
Bixilon
ecd3d1e93e
option to start rendering on main thread, #29 2021-11-29 14:55:03 +01:00
Bixilon
d6240abc20
auto-connect: exit on disconnect 2021-11-29 14:12:53 +01:00
Bixilon
31ee3e96c4
Auto connect in headless mode option #29, #30 2021-11-29 14:04:28 +01:00
Bixilon
31c1d1d7da
fix particle tick crashing, handle TimeWorker exceptions gracefully 2021-11-29 13:29:21 +01:00
Bixilon
0b0ae3dd44
maven: add lwjgl natives for linux aarch64 2021-11-29 12:52:04 +01:00
Bixilon
27cc5adbcf
fix deadlock in particle renderer 2021-11-29 09:00:31 +01:00
Bixilon
634ba73d4c
entity hit boxes: draw velocity, eye height and view direction 2021-11-29 00:01:30 +01:00
Bixilon
07ab08ccb0
vertex operations: improve performance 2021-11-28 20:39:03 +01:00
Bixilon
cf81d90394
improve time getting performance (System.currentTimeMillis()) 2021-11-28 20:05:33 +01:00
Bixilon
881191827a
improve particle performance 2021-11-28 19:43:37 +01:00
Bixilon
785ed9c544
improve player hit box updating performance 2021-11-28 19:30:36 +01:00
Bixilon
6e36d90cde
far improved hit boxes 2021-11-28 19:20:06 +01:00
Bixilon
6737b4a9d5
fix mass block changes in <1.16, show internal chat messages in normal chat when disabled 2021-11-28 17:22:40 +01:00
Bixilon
016b4e0185
bump dependencies 2021-11-28 16:24:07 +01:00
Bixilon
6ab220d2a6
fix parent bug in ResourceLocationRegistry 2021-11-28 15:59:15 +01:00
Bixilon
4c94ae5ffb
reuse particle data, improve particle performance 2021-11-28 15:50:26 +01:00
Bixilon
653322637f
particles: minecraft:poof, improve particle performance 2021-11-28 15:39:04 +01:00
Bixilon
2a8597dc62
stricter render buffer unloading rules, fix gpu memory leak, fix world renderer bugs 2021-11-28 14:10:53 +01:00
Bixilon
8f67f9ef35
fix some bugs on non-vanilla servers, remove headYaw from EntityRotation 2021-11-28 01:36:45 +01:00
Bixilon
68fd1507ea
fix wrong pixlyzer index 2021-11-28 01:08:38 +01:00
Bixilon
426b97263d
fix FluidFillable blocks 2021-11-28 00:50:50 +01:00
Bixilon
367ad70f5a Merge branch 'world-renderer' into 'master'
Improve world renderer

Closes #18, #24, #19, #22, and #41

See merge request bixilon/minosoft!27
2021-11-28 00:27:12 +01:00
Bixilon
f897ad85ab
fix uvlock bug 2021-11-28 00:20:48 +01:00
Bixilon
d576715061
fix dark forest tint color 2021-11-28 00:04:29 +01:00