Commit Graph

47 Commits

Author SHA1 Message Date
LabyStudio 34b0015af6 implement creative inventory, implement bedrock, glass and gravel, version 1.0.4 2022-05-20 01:30:31 +02:00
LabyStudio 32245a9136 implement chat, implement teleport, help and time command, use relative vertex positions for block rendering, version 1.0.3 2022-05-17 01:41:16 +02:00
LabyStudio 1e10dda0e2 implement block break particles, version 1.0.2 2022-05-15 21:05:11 +02:00
LabyStudio 02497c2d36 improve page unloading 2022-05-13 21:41:59 +02:00
LabyStudio 5e50a6b634 implement render distance setting, flush chunk rebuilds on block place, version 1.0.1 2022-05-13 18:50:57 +02:00
LabyStudio d3e4e749d5 implement main menu, implement textfield widget, implement create world screen, implement splash screen 2022-05-13 08:41:28 +02:00
LabyStudio 24c0451031 use threejs module js, remove unused libraries, increase world generation seed to 64 bit, implement random world spawn, improve start script 2022-05-12 02:57:23 +02:00
LabyStudio 3e2bf1eddb implement biome color 2022-05-05 01:27:08 +02:00
LabyStudio 862a97f9e8 implement first person item in hand rendering
(cherry picked from commit 647b7dc98e1fa80c5ba72a560b03cf447fc65bd4)
2022-05-02 04:46:18 +02:00
LabyStudio 800134b26b implement first person hand
(cherry picked from commit bfe5a2eaca2858a7ccde1df847e2148dd79f4045)
2022-05-02 04:46:15 +02:00
LabyStudio 45961bbfbb convert classes to es6
(cherry picked from commit e7615d49a4071fe5b5f192884f142c9f3385211a)
2022-05-02 04:45:51 +02:00
LabyStudio 5c47dd6599 implement block in hand
(cherry picked from commit 75fd4edd9f67b2cbf5abffc1ea417920106b1353)
2022-05-02 04:45:46 +02:00
LabyStudio 96b287bedc implement swing arm animation and entity brightness
(cherry picked from commit b9e76a3d9bd1c0c89f1ffde1a3516ff115cf3235)
2022-05-02 04:45:43 +02:00
LabyStudio 7df2806456 restructure entity update
(cherry picked from commit 21c460ee8e62fb81cdd9ac607b1e8e9c2eabc211)
2022-05-02 04:45:37 +02:00
LabyStudio 8db692083b implement toggle perspective
(cherry picked from commit cbfb575b2e418215877cecb89e3b4c47d6f56c8d)
2022-05-02 04:45:31 +02:00
LabyStudio 4644b050c6 implement entity model rendering
(cherry picked from commit a0e5d51290cf521d511f90e23445206a14c4a772)
2022-05-02 04:45:12 +02:00
LabyStudio a7482c52f1 improve step sound 2022-02-13 08:19:49 +01:00
LabyStudio c955fdc7f9 implement sounds 2022-02-13 07:55:40 +01:00
LabyStudio 6e46e5e838 make items darker in pause menu 2022-02-13 04:32:21 +01:00
LabyStudio bcdbe4240b implement torch on wall 2022-02-13 04:17:03 +01:00
LabyStudio 9e0045f807 implement save and load settings 2022-02-12 22:42:35 +01:00
LabyStudio d77a7dae0c fix lightning bug 2022-02-12 21:56:07 +01:00
LabyStudio cdd934954e bugfixes 2022-02-05 17:48:37 +01:00
LabyStudio 0d6c545030 improve fps display 2022-02-05 17:09:15 +01:00
LabyStudio e1c5ccfa89 implement settings and controls screen 2022-02-05 16:58:30 +01:00
LabyStudio 52427e610d implement item renderer, add debug information to overlay 2022-02-05 16:18:31 +01:00
LabyStudio c8111badb9 split up renderers into different classes 2022-02-04 23:08:37 +01:00
LabyStudio 039d799bed improve mouse lock and split up screen rendering into two canvas elements 2022-02-04 14:28:05 +01:00
LabyStudio c2262a43ff implement hotbar 2022-02-04 12:26:02 +01:00
LabyStudio 0cf779936e implement font renderer and gui scaling 2022-02-04 10:56:24 +01:00
LabyStudio 5eb1d03e5d implement ingame menu 2022-02-03 16:02:55 +01:00
LabyStudio 64b84c3f64 implement loading screen 2022-02-03 14:50:32 +01:00
LabyStudio 356eab2b0c implement crosshair 2022-02-03 13:06:04 +01:00
LabyStudio 88db6b5e80 improve gui rendering 2022-02-03 12:41:29 +01:00
LabyStudio 85c62325c1 implement gui 2022-02-03 11:07:53 +01:00
LabyStudio 0a16cb9721 improve mojang lightning 2022-02-03 01:18:22 +01:00
LabyStudio 9a70a3cc37 sort chunks 2022-02-02 16:22:33 +01:00
LabyStudio 010d883273 working light system 2022-02-02 15:18:45 +01:00
LabyStudio 14c13297fb implement mojang lightning of a1.2.6 2022-02-01 21:08:09 +01:00
LabyStudio b4b6f4a762 disable light updates on chunk load 2022-02-01 12:53:33 +01:00
LabyStudio a0e6d00bf5 implement lightning and smooth lightning 2022-02-01 12:45:25 +01:00
LabyStudio bda4e01807 implement block picking and remove water collision 2022-02-01 11:21:34 +01:00
LabyStudio a3c21b3727 implement world generator, frustum culling and rebuild queue 2022-02-01 10:17:03 +01:00
LabyStudio ed49c9f776 implement stats.min.js, improve fps 2022-02-01 08:30:51 +01:00
LabyStudio 4d93f2aeeb implement block placing and destroying 2022-02-01 00:57:25 +01:00
LabyStudio 02c36a79ba implement block types 2022-01-31 22:30:00 +01:00
LabyStudio 293a6d9553 refactor project structure, implement tessellator 2022-01-31 20:15:27 +01:00