857 Commits

Author SHA1 Message Date
Bixilon
e7c76e3528
mappings: fix error in JarHashGenerator, support for 21w07a 2021-02-17 21:12:29 +01:00
Bixilon
14de7ff6e5
rendering: wip: save key binding in config file
* Config changes
* Important: This breaks all previous config files
2021-02-17 19:51:28 +01:00
Bixilon
cd8c7beacc
dependencies: bump javafx (16-ea+7) 2021-02-17 18:31:15 +01:00
Bixilon
93013fe46c
assets: fix re-downloading of minosoft mappings when verify assets is enabled 2021-02-17 13:58:28 +01:00
Bixilon
9730025db9
rendering: render status
* Based on the rendering status, rendering will be paused completely or kind of
2021-02-16 21:10:27 +01:00
Bixilon
08b95cb137
rendering: improve uv coordinate mapping 2021-02-16 20:38:50 +01:00
Bixilon
e13d0b02c6
rendering: animated textures 2021-02-16 19:42:56 +01:00
Bixilon
195c01a6dc
rendering: chunk: load multi resolution textures 2021-02-16 15:23:36 +01:00
Bixilon
8a93ac29d9
FontLoader: remove some magic numbers 2021-02-16 13:42:01 +01:00
Bixilon
bdee1ea852
remove some java warnings 2021-02-16 13:00:47 +01:00
Bixilon
4e2e1adbeb
add GitInfo 2021-02-15 22:57:06 +01:00
Bixilon
1862a70e8a
fix block rotations 2021-02-15 21:43:13 +01:00
Bixilon
6eebca8b8c
rendering: debug screen: remove test line breaks 2021-02-15 21:03:41 +01:00
Bixilon
4e7f300e77
rendering: handle line breaks 2021-02-15 17:42:26 +01:00
Bixilon
f29b15d95b
rendering: shader: improvements, reduce gpu load and vram usage 2021-02-15 17:15:45 +01:00
Bixilon
f85e7cdac8
debug screen: Display mods and server version 2021-02-15 15:47:41 +01:00
Bixilon
785f80d6d3
handle entity mappings loading exceptions 2021-02-15 14:39:45 +01:00
Bixilon
4cfb745dc8
handle render exceptions, fix version loading bugs 2021-02-14 23:38:14 +01:00
Bixilon
f5e1d94284
text component: remove connection dependency, fix reconnecting possible after failing loading of version mapping 2021-02-14 23:19:43 +01:00
Bixilon
5d75930264
network: fix joing game packet parsing in 1.16 2021-02-14 20:26:59 +01:00
Bixilon
7262c384a9
improve version mapping, < 1.16 join game packet parsing 2021-02-14 20:16:22 +01:00
Bixilon
7e7059e35a
rendering: don't update screen when not focused 2021-02-14 17:20:53 +01:00
Bixilon
28f9c508a8
Support for 21w05a, 21w05b, 21w06a, more, fixes
* Convert VersionMapping to kotlin
* Save all kind of infos in Dimension
* Support for negative chunk coordinates
* Improve storage of Dimension
2021-02-14 17:15:34 +01:00
Bixilon
e014859248
fix loading of block models, support random block type 2021-02-13 22:13:03 +01:00
Bixilon
7c0d8cf36f
Improve model generator, regenerate assets 2021-02-13 21:28:36 +01:00
Bixilon
b820f669f8
rendering: improve camera class
* No packet spamming
* Performance improvements
* Zoom with C
2021-02-13 17:28:30 +01:00
Bixilon
124d5f485c
rendering: enable face culling 2021-02-13 16:29:15 +01:00
Bixilon
fa7b516d26
rendering: improve camera (correct yaw and pitch handling), more infos on debug screen 2021-02-13 16:12:24 +01:00
Bixilon
cb27476401
rendering: use more features of modding api, fix some bugs in ServerListCell 2021-02-13 14:31:56 +01:00
Bixilon
4ad8c4933c
rendering: convert more files to kotlin 2021-02-13 13:59:16 +01:00
Bixilon
34c0f5aa31
rendering: fix shader loading 2021-02-13 13:39:55 +01:00
Bixilon
448e83e39d
maven: add oshi dependecy, rendering: add more hardware info 2021-02-12 23:46:43 +01:00
Bixilon
393761c89b
rendering: fix chunk prepare bug when block was facing east 2021-02-12 23:12:32 +01:00
Bixilon
5ca9471a08
rendering: font background (black transparent) 2021-02-12 22:30:13 +01:00
Lukas
065d3e3c9b rendering: fix faces not being drawn -> fullFace 2021-02-12 22:11:44 +01:00
Lukas
d8eda49ac4 rendering: fix one more problem regarding rotation about the wrong axis 2021-02-12 21:37:18 +01:00
Bixilon
2ce1f233af
rendering: handle unload chunk packet 2021-02-12 20:58:41 +01:00
Bixilon
edcc288898
rendering: Improve HUD structure, internal changes
* Before joining a server rendering will be started now.
* Rendering now uses (partly) the modding api
2021-02-12 20:50:47 +01:00
Bixilon
14a7ad6e61
rendering: more hud (debug screen), display chat 2021-02-12 17:09:54 +01:00
Bixilon
5c1278fb72
fix ConcurrentModificationException in Connection::fireEvent 2021-02-11 19:28:32 +01:00
Bixilon
b089ffb4a4
rendering: detect transparent textures, calculate font width, improve hud renderer 2021-02-11 19:27:56 +01:00
Lukas
fda95f1d6e rendering: fix some problems regarding logs not being displayed correctly 2021-02-11 18:06:07 +01:00
Bixilon
c39ad18715
integrate font in ChatComponent api 2021-02-10 21:15:10 +01:00
Lukas
96260aab44 Merge remote-tracking branch 'origin/rendering' into rendering 2021-02-10 16:37:41 +01:00
Bixilon
d60067de06
dependencies: remove old kotlin runtime from pom.xml 2021-02-10 16:35:47 +01:00
Lukas
b8009c165a Merge remote-tracking branch 'origin/rendering' into rendering 2021-02-10 16:35:03 +01:00
Lukas
3cef6bfb91 rendering: fix drawing wrong faces on rotated blocks 2021-02-10 16:34:51 +01:00
Bixilon
0028151a1a
git: add java jvm crashes to gitignore 2021-02-10 16:34:33 +01:00
Bixilon
d7df53fced
rename readAsset function to readAssetResource 2021-02-10 16:24:45 +01:00
Bixilon
bd5f1d19bd
hud: rgb colors, colored fps value 2021-02-10 15:42:43 +01:00