Moritz Zwerger
25f439499d
packet sender, receiver, listen for packets, network fixes and improvements
2024-01-16 10:21:23 +01:00
Moritz Zwerger
b388253a49
fix wrong entity type fixer
2024-01-16 09:09:02 +01:00
Moritz Zwerger
c8150e5fb5
network: improve pre flattening item meta writing
2024-01-12 21:40:56 +01:00
Moritz Zwerger
78b8daabf8
remove minecraft:zombie_pigman
(fix with minecraft:zombified_piglin
)
2024-01-12 21:26:40 +01:00
Moritz Zwerger
fbc4e88f8c
remove/refactor Directions::getBlock
2024-01-12 21:20:29 +01:00
Moritz Zwerger
44813001a1
fix assets on windows
...
Windows uses drive letters and backspaces, hence it breaks a lot.
2024-01-12 21:16:30 +01:00
Moritz Zwerger
94954657ca
deprecate some input stream methods
...
Ported to kutil 1.26
2024-01-12 14:39:55 +01:00
Moritz Zwerger
58989aed8e
fix update_available.fxml dialog
2024-01-10 15:34:55 +01:00
Moritz Zwerger
d36da8ed07
fix test build
2024-01-09 23:51:22 +01:00
Moritz Zwerger
ec0652e8ce
use GL_RED
instead of GL_ALPHA
for font compression
...
Should fix the font black rendering issue on intel gpus
2024-01-09 23:17:08 +01:00
Moritz Zwerger
4269fb0696
fix entity data cast exception if data converter was supplied
...
Fixes name cast exception in <1.13
2024-01-09 22:56:40 +01:00
Moritz Zwerger
bd4e7f114f
fix item durability in <1.13
2024-01-09 22:37:46 +01:00
Moritz Zwerger
4e2c1e4ec0
InputStreamUtil: option to not close archive streams
2024-01-09 18:07:10 +01:00
Moritz Zwerger
9c182122bd
close input stream more aggressively
2024-01-09 16:22:43 +01:00
Moritz Zwerger
8251eb4f25
FileUtil: always buffer input stream of files
2024-01-09 15:31:41 +01:00
Moritz Zwerger
bc2ff55259
test fixes
2024-01-09 08:33:53 +01:00
Moritz Zwerger
4fb8960fd1
option to disable update checking
...
Add the command line flag `--disable_updater` to disable all checking for updates. Enabled for now, the gateway is still not yet implemented
2024-01-09 07:45:24 +01:00
Moritz Zwerger
c6978abe10
updater: move signature back to just the binary
...
Yes, makes it cryptographically weaker, but somebody who can modify responses of my webserver has probably enough power to access gitlab secrets already. The signature is pretty "optional" then.
2024-01-09 07:39:40 +01:00
Moritz Zwerger
2548b5c027
remove teamspeak from contact links
...
Not actively using it anymore
2024-01-07 13:51:00 +01:00
Moritz Zwerger
cf1105a212
fix old matrix link
2024-01-07 13:50:21 +01:00
Moritz Zwerger
de4a9d30e8
network: fix 1.20.4 update team reading
...
text is nbt formatted
2023-12-24 16:46:19 +01:00
Moritz Zwerger
4523cfe7d8
some opengl toString implementations (better debug log)
2023-12-24 16:40:25 +01:00
Moritz Zwerger
1fb2aac58e
fix GL_INVALID_OPERATION
error when compiling shader
2023-12-24 16:36:43 +01:00
Moritz Zwerger
92c9c99efc
animation: fixes, improvements
2023-12-23 21:08:24 +01:00
Moritz Zwerger
7d89736fb7
geometry shader: copy vertex to fragment
...
See GH-27
2023-12-23 20:24:38 +01:00
Moritz Zwerger
65f88a90a2
fix fluid renderer top face invalidly culled
2023-12-23 00:47:18 +01:00
Moritz Zwerger
99096636a8
reset update if checked for updates, show dialog after eros is up
2023-12-22 23:40:38 +01:00
Moritz Zwerger
6eca3a93f1
deprecate USE_QUADS_OVER_TRIANGLE
driver hack
...
Some day imma implement index buffers, they are probably what the "hacked" drivers use for that.
2023-12-22 23:37:26 +01:00
Moritz Zwerger
b21cf80dab
fix test build, add flag to dummy mod (test resources)
2023-12-22 23:34:20 +01:00
Moritz Zwerger
0cbd90b598
directory assets manager: use java path instead of string with slashes
2023-12-22 23:24:09 +01:00
Moritz Zwerger
d77bb34162
properly warn if update checking failed
2023-12-22 23:15:38 +01:00
Moritz Zwerger
f61a6a5981
update check: use callback
...
Cleaner code, it caches and does require one intent less
2023-12-22 16:15:35 +01:00
Moritz Zwerger
6552c4e10c
improve eros update checking, fixes, improvements
2023-12-22 16:09:12 +01:00
Moritz Zwerger
ee0efcbac7
internal command, open file: throw illegal access error instead of illegal state exception
2023-12-22 15:55:36 +01:00
Moritz Zwerger
28ad3cb95f
rename some translators, default i18n namespace
2023-12-22 15:52:55 +01:00
Moritz Zwerger
91619d3945
opengl: warn if gpu vendor is not known
2023-12-22 10:21:59 +01:00
Moritz Zwerger
968c974bde
opengl: use lowercase vendor string to detect vendor
2023-12-22 10:21:08 +01:00
Moritz Zwerger
59b40e23b0
render system: abstract viewport
...
Its not opengl specific
2023-12-22 10:18:49 +01:00
Moritz Zwerger
8fbd5f8c14
refactor opengl driver hacks
2023-12-22 08:29:00 +01:00
Moritz Zwerger
65c8e32308
opengl: verbose logging
2023-12-22 07:48:14 +01:00
Moritz Zwerger
8b0eac80a5
debug option: force check updates
2023-12-21 23:53:23 +01:00
Moritz Zwerger
611c244ffc
test: check if all debug options are turned off
2023-12-21 23:52:42 +01:00
Moritz Zwerger
f2bdda14fe
only check for updates on official builds
2023-12-21 23:50:04 +01:00
Moritz Zwerger
f94aafd751
fix duplicated wording
2023-12-21 21:02:32 +01:00
Moritz Zwerger
3638e9b557
improve eros dialogs
2023-12-21 20:49:30 +01:00
Moritz Zwerger
15152a13da
ask if update checking is allowed
2023-12-21 18:54:14 +01:00
Moritz Zwerger
8e2bb9fc98
warn if update check is unavailable du to client error
...
"no network available"
2023-12-21 15:38:25 +01:00
Moritz Zwerger
e54623021f
eros: update available dialog
2023-12-21 13:39:47 +01:00
Moritz Zwerger
a04835fb1b
update check fixes
2023-12-21 00:01:10 +01:00
Moritz Zwerger
482d337fcb
basic update checking
...
No updates available yet...Lets see.
2023-12-20 18:32:26 +01:00