Commit Graph

  • fd88015511 add rules.reset(name) MihailRis 2024-11-06 19:39:40 +03:00
  • 8c8c844dd4 feat: save rules MihailRis 2024-11-06 19:37:20 +03:00
  • 6602584c13 add more cheating-related rules MihailRis 2024-11-06 18:54:20 +03:00
  • 22fa082fc6 fix fatal error on editing texbox not having any consumer MihailRis 2024-11-06 18:43:22 +03:00
  • 5e9b290aea add 'cheat-commands' rule MihailRis 2024-11-06 18:01:00 +03:00
  • 5b35c25ac2
    Merge pull request #351 from ChancellorIkseew/windows-build-fix MihailRis 2024-11-06 17:33:58 +03:00
  • 2e24d60404 add rules & add 'show-content-access' rule MihailRis 2024-11-06 17:31:31 +03:00
  • a50cb109c8 fix commands boolean type support MihailRis 2024-11-06 17:29:50 +03:00
  • 8e00e73b8e add utf8.encode(...) MihailRis 2024-11-06 16:26:35 +03:00
  • 16bc8d13c5 Update platform.cpp ChancellorIkseew 2024-11-06 15:46:58 +10:00
  • eea97337f5 add block coords to the debug panel MihailRis 2024-11-06 03:17:42 +03:00
  • 961773c9f9 fix potential null dereferences on incorrect block.* functions use & refactor MihailRis 2024-11-06 02:55:37 +03:00
  • 8ef7d43603 fix hands behaviour when paused MihailRis 2024-11-06 00:52:33 +03:00
  • 80e48ae302 add 'Show Generator Minimap' checkbox MihailRis 2024-11-06 00:34:38 +03:00
  • dc8bad2af6 fix: draw-group not copied MihailRis 2024-11-05 23:12:53 +03:00
  • 1aeaa667c9
    Merge pull request #350 from MihailRis/block-models-advanced MihailRis 2024-11-05 22:43:36 +03:00
  • 423ac2c44e add 'model-name' block property MihailRis 2024-11-05 22:23:53 +03:00
  • 64369fb189 fix custom model block particles when texture is not specified MihailRis 2024-11-05 21:59:00 +03:00
  • 53d75a975c implement custom models preview & BlocksRenderer cleanup MihailRis 2024-11-05 20:39:56 +03:00
  • 8a99c118f6 fix custom models render MihailRis 2024-11-05 20:23:58 +03:00
  • 26c93a8427 fix: missing include MihailRis 2024-11-05 19:48:02 +03:00
  • 5e0bcf8ec0 feat: new block custom models implementation (WIP) MihailRis 2024-11-05 19:28:40 +03:00
  • c95c97430a extract ModelsGenerator::fromCustom MihailRis 2024-11-05 15:50:23 +03:00
  • f38f84c779 move graphics/core/Model to graphics/commons/Model MihailRis 2024-11-05 15:28:46 +03:00
  • 16f158b0db
    Merge pull request #349 from MihailRis/small-features MihailRis 2024-11-05 14:50:38 +03:00
  • 9728664f5a fix MihailRis 2024-11-05 14:40:51 +03:00
  • 4932fd8b4b add file.read_combined_object & update filesystem docs MihailRis 2024-11-05 14:33:56 +03:00
  • 6f2f365278 fix: generator-providing pack may be removed MihailRis 2024-11-05 14:10:07 +03:00
  • d4f0c906d2 add world.is_open() MihailRis 2024-11-05 14:05:32 +03:00
  • f6f82644d4 add on_block_interact world event MihailRis 2024-11-05 13:55:07 +03:00
  • f686749ae8
    Merge pull request #341 from MihailRis/particles-first MihailRis 2024-11-05 04:21:25 +03:00
  • f95b743a6c add particles.is_alive MihailRis 2024-11-05 04:10:56 +03:00
  • edb4ce02ca add particles.get_origin(...), particles.set_origin(...) MihailRis 2024-11-05 04:08:55 +03:00
  • a4f7dbf786 feat: make emitter spawn first particle just on first update MihailRis 2024-11-05 03:49:22 +03:00
  • 77ae35e364 feat: make Decorator listen to block interactions MihailRis 2024-11-05 03:46:41 +03:00
  • f5bc6fc136 remove extra include MihailRis 2024-11-05 03:23:13 +03:00
  • 4cf09aa057 Merge branch 'main' into particles-first MihailRis 2024-11-05 03:15:34 +03:00
  • d15624cd47 fix rotated aabb blocking check & refactor PlayerController MihailRis 2024-11-05 03:15:11 +03:00
  • f04d197047 Merge branch 'main' into particles-first MihailRis 2024-11-05 03:02:42 +03:00
  • 4b63bedde4
    Merge pull request #347 from Sergwest585/main MihailRis 2024-11-05 03:02:12 +03:00
  • 726ee8ad70 fix colision check on block place Sergwest585 2024-11-05 02:42:48 +03:00
  • fb41b932fa Revert "add experimental optimization" MihailRis 2024-11-05 02:10:10 +03:00
  • 6dfbd5f401 add experimental optimization MihailRis 2024-11-05 02:01:24 +03:00
  • 6f9bad0557 fix block models generation MihailRis 2024-11-05 01:51:37 +03:00
  • 87663e597b add 'global_up_vector' setting MihailRis 2024-11-05 01:41:17 +03:00
  • 60c9fedb55 Merge branch 'main' into particles-first MihailRis 2024-11-04 23:57:25 +03:00
  • 7fcc34ba4c fix collision detection bug MihailRis 2024-11-04 23:57:10 +03:00
  • eba214f15e Merge branch 'main' into particles-first MihailRis 2024-11-04 23:36:58 +03:00
  • a230f727bf
    Merge pull request #346 from clasher113/main MihailRis 2024-11-04 23:36:27 +03:00
  • bb96db8d55 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp @clasher113 2024-11-04 22:15:56 +02:00
  • 9d3e872f88 blocks lighting bug fix @clasher113 2024-11-04 22:15:14 +02:00
  • b844e53ba1 Merge branch 'main' into particles-first MihailRis 2024-11-04 22:49:39 +03:00
  • 0eeb6b6eb2 add block particles property MihailRis 2024-11-04 22:48:39 +03:00
  • 513b96ea4d
    Merge pull request #335 from REDxEYE/lua_additions MihailRis 2024-11-04 21:33:37 +03:00
  • 5ba96945e6 Remove fog api as it soon to be deprecated REDxEYE 2024-11-03 20:39:03 +03:00
  • 3383566e6a libitem: Minor cleanup REDxEYE 2024-10-30 13:45:59 +03:00
  • a4b1b2100b libentities: deprecate in favour of official implementation REDxEYE 2024-10-29 22:14:21 +03:00
  • 7f5bc41835 libentities: add get_hitbox that returns a hitbox from entity definition REDxEYE 2024-10-29 19:38:18 +03:00
  • 803981e2a8 libworld: expose WorldInfo::fog value to lua REDxEYE 2024-10-29 18:53:22 +03:00
  • 76fc7b5fb4 libitem: exposed placing_block and emission to lua REDxEYE 2024-10-29 18:52:31 +03:00
  • 24af455bf0 Merge branch 'main' into particles-first MihailRis 2024-11-04 20:16:49 +03:00
  • aaa2115cd6 add 'display.limit-fps-iconified' setting MihailRis 2024-11-04 20:16:23 +03:00
  • 63807d1daa
    Merge pull request #345 from ShadelessFox/frame-time-fix-win32 MihailRis 2024-11-04 19:34:13 +03:00
  • 3f531bbf98
    Use high-resolution timer for a better frame time ShadelessFox 2024-11-04 17:10:18 +01:00
  • 5a431ed898 add custom-models in hand support MihailRis 2024-11-04 18:02:42 +03:00
  • 5ed37d8604 Merge branch 'main' into particles-first MihailRis 2024-11-04 15:36:37 +03:00
  • a964eeeca6 fix 'time.daytime reset' MihailRis 2024-11-04 15:25:23 +03:00
  • 22cb3acd11 optimize Skybox MihailRis 2024-11-04 15:25:55 +03:00
  • 1717b74042 fix 'time.daytime reset' MihailRis 2024-11-04 15:25:23 +03:00
  • 3ecb7b447f add particles.stop(...) MihailRis 2024-11-04 14:55:35 +03:00
  • 0cd5136fdb feat: emitters random access & add ParticlesRenderer.gc() MihailRis 2024-11-04 14:41:52 +03:00
  • 8bfc7983da add test block particles MihailRis 2024-11-04 01:31:41 +03:00
  • f1dc983766 add standard 'particles' atlas MihailRis 2024-11-03 19:51:59 +03:00
  • b9b122dc83 add 'frames' particles setting MihailRis 2024-11-03 19:18:26 +03:00
  • 39893ee940 add 'spawn_spread' and 'spawn_shape' MihailRis 2024-11-03 17:14:30 +03:00
  • 86b83a5377 add 'random_sub_uv' particle setting MihailRis 2024-11-03 16:49:31 +03:00
  • c8187c5f25 add particles.emit(...) (WIP) MihailRis 2024-11-03 16:01:07 +03:00
  • 9728c674fc add ParticlesPreset MihailRis 2024-11-03 14:25:29 +03:00
  • 83ddbda90b implement entity-bound emitters MihailRis 2024-11-03 13:05:42 +03:00
  • 6d63c71221 add Emitter maxDistance MihailRis 2024-11-03 12:45:46 +03:00
  • 20a305fb02 Merge branch 'main' into particles-first MihailRis 2024-11-03 12:29:54 +03:00
  • 315b4b44e1 refactor PlayerController MihailRis 2024-11-03 12:17:42 +03:00
  • 1777600275
    Merge pull request #343 from ChancellorIkseew/placing-block-by-button-long-press MihailRis 2024-11-03 12:12:48 +03:00
  • 8ad1c7a438 remove not needed const ChancellorIkseew 2024-11-03 14:10:04 +10:00
  • 082a87db4e update particles randomizer MihailRis 2024-11-03 02:26:11 +03:00
  • 7abb1a88c7 add particles lighting MihailRis 2024-11-03 02:23:37 +03:00
  • b944f257f7 add particles collision detection MihailRis 2024-11-03 01:59:41 +03:00
  • 240b406332 add binding for old key X ChancellorIkseew 2024-11-03 07:24:51 +10:00
  • ee8d0368bd add interacton by long press ChancellorIkseew 2024-11-03 06:55:17 +10:00
  • 1974298c82 update particles garbage collection scheme MihailRis 2024-11-02 22:15:26 +03:00
  • cee214754b add particles stats to debug panel MihailRis 2024-11-02 21:07:34 +03:00
  • 217176f74f add particles (WIP) MihailRis 2024-11-02 20:40:40 +03:00
  • a0f885e26a add missing include MihailRis 2024-11-02 19:41:35 +03:00
  • bbd13f1825 add MainBatch & refactor ModelBatch, Batch3D MihailRis 2024-11-02 19:37:39 +03:00
  • 316de42cca
    Merge pull request #340 from MihailRis/warnings MihailRis 2024-11-02 13:30:11 +03:00
  • 5302f5842e add 'time.daycycle' command MihailRis 2024-11-02 13:29:43 +03:00
  • 839211a310 update doc/*/scripting/user-input.md MihailRis 2024-11-02 13:15:17 +03:00
  • 47c6c98b4a
    Merge pull request #339 from ChancellorIkseew/add-bindings-block/unblock MihailRis 2024-11-02 13:08:46 +03:00
  • 7e25b6f825 binding lock/unlock refactoring ChancellorIkseew 2024-11-02 19:44:27 +10:00
  • 4a4e9e8330 bindings bug fix 2 ChancellorIkseew 2024-11-02 15:02:27 +10:00