Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis 4cf09aa057 Merge branch 'main' into particles-first 2024-11-05 03:15:34 +03:00
MihailRis d15624cd47 fix rotated aabb blocking check & refactor PlayerController 2024-11-05 03:15:11 +03:00
MihailRis f04d197047 Merge branch 'main' into particles-first 2024-11-05 03:02:42 +03:00
MihailRisandGitHub 4b63bedde4 Merge pull request #347 from Sergwest585/main
fix colision check on block place
2024-11-05 03:02:12 +03:00
MihailRis fb41b932fa Revert "add experimental optimization"
This reverts commit 6dfbd5f401.
2024-11-05 02:10:10 +03:00
MihailRis 6dfbd5f401 add experimental optimization 2024-11-05 02:01:24 +03:00
MihailRis 6f9bad0557 fix block models generation 2024-11-05 01:51:37 +03:00
MihailRis 87663e597b add 'global_up_vector' setting 2024-11-05 01:41:17 +03:00
MihailRis 60c9fedb55 Merge branch 'main' into particles-first 2024-11-04 23:57:25 +03:00
MihailRis 7fcc34ba4c fix collision detection bug 2024-11-04 23:57:10 +03:00
MihailRis eba214f15e Merge branch 'main' into particles-first 2024-11-04 23:36:58 +03:00
MihailRisandGitHub a230f727bf Merge pull request #346 from clasher113/main
blocks lighting bug fix
2024-11-04 23:36:27 +03:00
MihailRis b844e53ba1 Merge branch 'main' into particles-first 2024-11-04 22:49:39 +03:00
MihailRis 0eeb6b6eb2 add block particles property 2024-11-04 22:48:39 +03:00
MihailRisandGitHub 513b96ea4d Merge pull request #335 from REDxEYE/lua_additions
Lua additions
2024-11-04 21:33:37 +03:00
MihailRis 24af455bf0 Merge branch 'main' into particles-first 2024-11-04 20:16:49 +03:00
MihailRis aaa2115cd6 add 'display.limit-fps-iconified' setting 2024-11-04 20:16:23 +03:00
MihailRisandGitHub 63807d1daa Merge pull request #345 from ShadelessFox/frame-time-fix-win32
Use high-resolution timer for a better frame time
2024-11-04 19:34:13 +03:00
MihailRis 5a431ed898 add custom-models in hand support 2024-11-04 18:02:42 +03:00
MihailRis 5ed37d8604 Merge branch 'main' into particles-first 2024-11-04 15:36:37 +03:00
MihailRis a964eeeca6 fix 'time.daytime reset' 2024-11-04 15:36:18 +03:00
MihailRis 22cb3acd11 optimize Skybox 2024-11-04 15:25:55 +03:00
MihailRis 1717b74042 fix 'time.daytime reset' 2024-11-04 15:25:23 +03:00
MihailRis 3ecb7b447f add particles.stop(...) 2024-11-04 14:55:35 +03:00
MihailRis 0cd5136fdb feat: emitters random access & add ParticlesRenderer.gc() 2024-11-04 14:41:52 +03:00
MihailRis 8bfc7983da add test block particles 2024-11-04 01:31:41 +03:00
MihailRis f1dc983766 add standard 'particles' atlas 2024-11-03 19:51:59 +03:00
MihailRis b9b122dc83 add 'frames' particles setting 2024-11-03 19:18:26 +03:00
MihailRis 39893ee940 add 'spawn_spread' and 'spawn_shape' 2024-11-03 17:14:30 +03:00
MihailRis 86b83a5377 add 'random_sub_uv' particle setting 2024-11-03 16:49:31 +03:00
MihailRis c8187c5f25 add particles.emit(...) (WIP) 2024-11-03 16:01:07 +03:00
MihailRis 9728c674fc add ParticlesPreset 2024-11-03 14:25:29 +03:00
MihailRis 83ddbda90b implement entity-bound emitters 2024-11-03 13:05:42 +03:00
MihailRis 6d63c71221 add Emitter maxDistance 2024-11-03 12:45:46 +03:00
MihailRis 20a305fb02 Merge branch 'main' into particles-first 2024-11-03 12:29:54 +03:00
MihailRis 315b4b44e1 refactor PlayerController 2024-11-03 12:17:42 +03:00
MihailRisandGitHub 1777600275 Merge pull request #343 from ChancellorIkseew/placing-block-by-button-long-press
Placing block by button long press
2024-11-03 12:12:48 +03:00
MihailRis 082a87db4e update particles randomizer 2024-11-03 02:26:11 +03:00
MihailRis 7abb1a88c7 add particles lighting 2024-11-03 02:23:37 +03:00
MihailRis b944f257f7 add particles collision detection 2024-11-03 01:59:41 +03:00
MihailRis 1974298c82 update particles garbage collection scheme 2024-11-02 22:15:26 +03:00
MihailRis cee214754b add particles stats to debug panel 2024-11-02 21:07:34 +03:00
MihailRis 217176f74f add particles (WIP) 2024-11-02 20:40:40 +03:00
MihailRis a0f885e26a add missing include 2024-11-02 19:41:35 +03:00
MihailRis bbd13f1825 add MainBatch & refactor ModelBatch, Batch3D 2024-11-02 19:37:39 +03:00
MihailRisandGitHub 316de42cca Merge pull request #340 from MihailRis/warnings
Warnings
2024-11-02 13:30:11 +03:00
MihailRis 5302f5842e add 'time.daycycle' command 2024-11-02 13:29:43 +03:00
MihailRis 839211a310 update doc/*/scripting/user-input.md 2024-11-02 13:15:17 +03:00
MihailRisandGitHub 47c6c98b4a Merge pull request #339 from ChancellorIkseew/add-bindings-block/unblock
add lua function block/unblock bindings
2024-11-02 13:08:46 +03:00
MihailRis b29b438789 fix 2024-11-01 17:20:59 +03:00
MihailRis 755261fc92 Merge branch 'main' into warnings 2024-11-01 17:18:26 +03:00
MihailRis e762cf9b23 add events.reset 2024-11-01 17:18:12 +03:00
MihailRis 66836ba9da Merge branch 'main' into warnings 2024-11-01 16:58:31 +03:00
MihailRis ac6084f904 fix console focus on open 2024-11-01 16:20:58 +03:00
MihailRis e51c6bed78 add 'core:warning' event 2024-11-01 15:50:39 +03:00
MihailRis 9ede50045b Merge branch 'main' into warnings 2024-11-01 15:19:17 +03:00
MihailRisandGitHub 536045ddc4 Merge pull request #338 from MihailRis/upgrade-events
Upgrade events
2024-11-01 15:18:54 +03:00
MihailRis 9444fa7937 update doc/*/scripting/events.md 2024-11-01 15:15:48 +03:00
MihailRis a47bdc0409 update doc/*/scripting/events.md 2024-11-01 15:14:25 +03:00
MihailRis 72d5eca632 update events & update some built-in events codes 2024-11-01 15:05:06 +03:00
MihailRis b3e29b012d Merge branch 'main' into upgrade-events 2024-11-01 14:18:22 +03:00
MihailRis 21e2a8ef71 add problems list to console (WIP) 2024-11-01 14:18:10 +03:00
MihailRisandGitHub f7ac76064b Merge pull request #330 from MihailRis/item-models
Add item models
2024-11-01 12:34:05 +03:00
MihailRisandGitHub a54cfec9f9 Merge pull request #337 from ChancellorIkseew/add-settings-reset
Add settings reset
2024-11-01 12:07:06 +03:00
MihailRis 9b5c693027 update 'overlay-texture' block property behaviour 2024-11-01 02:18:13 +03:00
MihailRis 4f377b2056 refactor textures access 2024-11-01 02:13:21 +03:00
MihailRis 673f235ff9 fix VEC3 16 bit indices support (remove false-positive assert) 2024-11-01 00:25:00 +03:00
MihailRis e0624b11d0 rename item.get_model_name and item.get_placing_block 2024-10-31 21:53:56 +03:00
MihailRis e217476e84 fix renderHands with third person cameras 2024-10-31 21:27:30 +03:00
MihailRis 2c16f986e1 update water texture 2024-10-31 19:44:42 +03:00
MihailRis b191f2ba9d add fullscreen block overlay 2024-10-31 18:22:55 +03:00
MihailRis 9c3d4af907 feat: complete item 'model-name' support 2024-10-30 12:58:07 +03:00
MihailRis 7c933f89c6 add item.get_model 2024-10-30 12:55:08 +03:00
MihailRis b2e5254037 update /doc/*/item-properties.md 2024-10-30 12:51:06 +03:00
MihailRis 0618028df1 add 'model-name' item property 2024-10-30 12:46:36 +03:00
MihailRis a43002cf54 add 'def' to settings info 2024-10-30 11:50:39 +03:00
MihailRis d3def8e741 Merge branch 'main' into item-models 2024-10-29 23:05:14 +03:00
MihailRis edad594101 fix block.get_hitbox again 2024-10-29 23:03:42 +03:00
MihailRis 1543a0ce4c update events system 2024-10-29 21:34:40 +03:00
MihailRis effdac2d4d add entities.def_hitbox function 2024-10-29 21:16:25 +03:00
MihailRis 44fd5416a9 fix string.replace 2024-10-29 21:06:49 +03:00
MihailRis e37e45d9d5 set 'save-body-settings' default value to true 2024-10-29 15:25:22 +03:00
MihailRis a78315b39c update blocks.fill and fragment.save commands 2024-10-28 21:05:30 +03:00
MihailRis 44cfc8ab75 add 'Open content folder' button 2024-10-28 20:13:49 +03:00
MihailRis dfdb8e80a4 add u_dayTime to skybox shader 2024-10-28 13:45:08 +03:00
MihailRis 751f8a7544 add item.get_placing_block 2024-10-28 13:07:10 +03:00
MihailRis db1387d977 Merge branch 'main' into item-models 2024-10-28 12:59:05 +03:00
MihailRis 65f9caec87 add unicode escapes support 2024-10-28 12:51:16 +03:00
MihailRis ca69b55875 add 'u_lightDir' to main shader 2024-10-28 11:33:46 +03:00
MihailRis bed49e54fd Merge branch 'main' into item-models 2024-10-28 11:13:03 +03:00
MihailRis 8dac3ffdac add 'Open data folder' button 2024-10-28 10:36:08 +03:00
MihailRis 962c1afc4a Merge branch 'main' into item-models 2024-10-28 10:18:04 +03:00
MihailRisandGitHub 493477c27b Merge pull request #334 from MihailRis/upgrade-generator
Upgrade generator
2024-10-28 10:17:28 +03:00
MihailRis 016336ee4d update doc/*/world-generator.md 2024-10-28 10:07:56 +03:00
MihailRis 7819a5cd68 add fragment:place & add 'fragment.place' command 2024-10-28 10:03:08 +03:00
MihailRis d8c3940451 add 'heights-interpolation', 'biomes-interpolation' 2024-10-28 09:22:02 +03:00
MihailRis 99d9533453 reimplement bicubic interpolation 2024-10-28 01:38:34 +03:00
MihailRis 78fcc46f79 update doc/*/world-generator.md 2024-10-28 01:31:06 +03:00
MihailRis cc3abf32ab Merge branch 'main' into item-models 2024-10-27 23:45:39 +03:00
MihailRis c433681842 revert ChancellorIkseew/bicubic-interpolation 2024-10-27 23:43:06 +03:00