Commit Graph

  • 88721344c1 fix in-world lines projection MihailRis 2025-07-30 21:55:21 +03:00
  • 530670cfdb add #define GLM_ENABLE_EXPERIMENTAL MihailRis 2025-07-29 00:35:26 +03:00
  • 8290c147c5 refactor: move shadows-related code to separate module MihailRis 2025-07-29 00:29:55 +03:00
  • 70c5c67bd1 add in-world lines renderer MihailRis 2025-07-28 23:00:27 +03:00
  • e0123f85ea Merge branch 'dev' into pathfinding MihailRis 2025-07-28 21:31:43 +03:00
  • c392b75d11 fix gfx.skeletons is nil MihailRis 2025-07-28 21:31:15 +03:00
  • 4040cafac0
    block-properties ru+en fix (#577) Alex Rasto 2025-07-28 21:06:43 +03:00
  • 0d2d5770d3 add ImageData.drawRect MihailRis 2025-07-28 00:50:14 +03:00
  • b5408d9117
    Merge pull request #572 from MihailRis/hand-skeleton MihailRis 2025-07-27 22:45:37 +03:00
  • ecf3b94d53 add hud.hand_controller MihailRis 2025-07-27 22:30:30 +03:00
  • 93c922be99 update doc/*/scripting.md MihailRis 2025-07-27 22:21:14 +03:00
  • b5a2f2ae71 add gfx.skeletons library docs MihailRis 2025-07-27 22:18:28 +03:00
  • b991ca3c9a add gfx.skeletons library MihailRis 2025-07-27 21:38:09 +03:00
  • 6f11741310 move hand item control to lua MihailRis 2025-07-27 19:20:30 +03:00
  • 567eec88c8 add named skeletons support MihailRis 2025-07-27 16:04:25 +03:00
  • 4c513a2e02
    Merge pull request #571 from GHOST3118/improve-items MihailRis 2025-07-27 15:08:09 +03:00
  • 310dc9ebb2 fix: correct tooltip comparison logic and streamline stack setting in SlotView GHOST11111100 2025-07-27 14:48:41 +03:00
  • 5632c9ccfe add hand skeleton MihailRis 2025-07-27 02:45:25 +03:00
  • 1e270d4adb refactor: enhance tooltip handling by making caption and description retrieval static GHOST11111100 2025-07-27 02:26:05 +03:00
  • 8bdf6d36ff update workflows MihailRis 2025-07-27 01:01:37 +03:00
  • d489dab013 refactor: streamline tooltip handling by separating caption and description retrieval GHOST11111100 2025-07-27 00:51:42 +03:00
  • 7893338b67 fix: update tooltip handling to display caption only when description is empty GHOST11111100 2025-07-27 00:29:23 +03:00
  • d06a208188 cleanup __skeleton library MihailRis 2025-07-26 23:53:27 +03:00
  • 61e85ad575 Merge branch 'main' into dev MihailRis 2025-07-26 23:10:16 +03:00
  • 635b66a8c6 fix debug.getinfo MihailRis 2025-07-26 22:50:35 +03:00
  • a784a68c44 refactor tooltip handling in SlotView to improve caption and description retrieval GHOST11111100 2025-07-26 22:02:53 +03:00
  • 844eb054af return debug.getinfo function MihailRis 2025-07-26 19:12:05 +03:00
  • bde80af0d0
    Merge pull request #568 from GHOST3118/improve-items MihailRis 2025-07-26 18:43:37 +03:00
  • f90e1b3321 begin the 0.29 development MihailRis 2025-07-26 18:43:00 +03:00
  • 00c7c986bb
    Merge pull request #569 from MihailRis/fix-resume-dead-coroutine MihailRis 2025-07-26 18:32:00 +03:00
  • 47c97ccd46 fix 'resume dead coroutine' for client MihailRis 2025-07-26 18:08:10 +03:00
  • 0caed92baa added docs and fixed desc loading from item def GHOST11111100 2025-07-26 17:58:57 +03:00
  • 59d706323a added item.description() to itemlib, and update docs GHOST11111100 2025-07-26 17:21:00 +03:00
  • aa3d1bb2e3 cleanup MihailRis 2025-07-26 17:16:37 +03:00
  • 1bd3463488 fix "cannot resume dead coroutine" for servers MihailRis 2025-07-26 17:08:45 +03:00
  • b4d41a59e4 added docs GHOST11111100 2025-07-26 16:59:58 +03:00
  • 21364af7a3 added description to item GHOST11111100 2025-07-26 16:49:39 +03:00
  • b4b49ccd83 added custom caption to items. fixed glyph render. GHOST11111100 2025-07-26 16:19:00 +03:00
  • 8489c36df7
    Merge pull request #564 from MihailRis/small-optimizations MihailRis 2025-07-25 22:44:17 +03:00
  • 7cf073f079 fix: skybox is not visible behind translucent blocks MihailRis 2025-07-25 22:28:28 +03:00
  • 705e398bc3 improve u_gamma support & update default dense-render-distance value MihailRis 2025-07-25 21:21:18 +03:00
  • 6d88b7c3d1 add dense-render-distance setting MihailRis 2025-07-25 12:45:28 +03:00
  • fbde46afa7 feat: distance-based dense render optimization MihailRis 2025-07-25 00:54:54 +03:00
  • 799d712447 update ContentGfxCache MihailRis 2025-07-24 22:51:53 +03:00
  • 4a6ccf4847 feat: multiple index buffers per mesh support MihailRis 2025-07-24 21:40:00 +03:00
  • 3176abed9e
    Merge pull request #566 from andreyplus/fixes MihailRis 2025-07-23 12:41:55 +03:00
  • a2b89e635f
    Merge pull request #565 from andreyplus/new-world-placeholder MihailRis 2025-07-23 12:20:33 +03:00
  • e184404ff8 warning if open directory does not exist Andrey Lebedev 2025-07-23 10:43:07 +03:00
  • f8290b1e87 auto-increment placeholder for the new worlds Andrey Lebedev 2025-07-23 10:31:20 +03:00
  • 6debc92ae5 optimize shadow maps generation a bit MihailRis 2025-07-22 01:41:52 +03:00
  • e24d1bdb9c
    Merge pull request #563 from MihailRis/fix-docs MihailRis 2025-07-22 00:54:56 +03:00
  • 0627358c0e fix gfx.posteffects docs MihailRis 2025-07-22 00:39:40 +03:00
  • 5ea90dec42 Merge branch 'main' of https://github.com/MihailRis/voxelcore MihailRis 2025-07-22 00:22:41 +03:00
  • c699169e77 fix inventory docs MihailRis 2025-07-22 00:22:37 +03:00
  • 833459bb64
    Merge pull request #562 from MihailRis/fixes MihailRis 2025-07-22 00:01:35 +03:00
  • 82f777229e fix: sampler arrays inbdexed with non-constant / uniform-based expressions are forbidden MihailRis 2025-07-21 23:36:40 +03:00
  • 0a79f672f3 fix drop component MihailRis 2025-07-21 23:13:15 +03:00
  • 60bc30f01f fix MihailRis 2025-07-21 22:04:57 +03:00
  • af2dcbbc3f fix initial weather intensity MihailRis 2025-07-21 21:52:57 +03:00
  • 6d019fbc8d temporary fix: precipitation brightness compensation MihailRis 2025-07-21 21:51:49 +03:00
  • 5f02326a80 hide unsafe debug.* functions MihailRis 2025-07-21 21:40:47 +03:00
  • 1733c37922
    Merge pull request #561 from MihailRis/macos-fix MihailRis 2025-07-21 21:25:28 +03:00
  • 4f549999f5 temporary fix MihailRis 2025-07-21 19:30:30 +03:00
  • 98296d91ee
    Merge pull request #560 from clasher113/main MihailRis 2025-07-20 19:33:30 +03:00
  • 59f1e5ddc7 drop: count fix clasher113 2025-07-20 12:19:34 +03:00
  • 14aa5df586 BasicParser::parseNumber() out of range fix clasher113 2025-07-20 12:14:13 +03:00
  • 30d0ee40af
    Merge pull request #557 from clasher113/main MihailRis 2025-07-19 16:34:38 +03:00
  • 941d3bcf8e Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp clasher113 2025-07-19 15:37:06 +03:00
  • eddb525dab rotation interpolation fix clasher113 2025-07-19 15:36:00 +03:00
  • 8cc81cc9b8
    Merge pull request #556 from MihailRis/more-docs MihailRis 2025-07-19 15:16:23 +03:00
  • f3ee189973 add vcm docs MihailRis 2025-07-19 14:50:25 +03:00
  • c30ce8affb update doc/*/scripting/ui.md MihailRis 2025-07-19 14:49:39 +03:00
  • 3b4d5ebfc7 fix MihailRis 2025-07-19 12:13:51 +03:00
  • 411f0e53a6 fix syntax hightlight for vcm MihailRis 2025-07-19 11:47:05 +03:00
  • 73d6d530f2 Merge branch 'main' of https://github.com/MihailRis/voxelcore MihailRis 2025-07-18 23:46:29 +03:00
  • 424055b82c Merge branch 'main' into release-0.28 MihailRis 2025-07-18 23:44:59 +03:00
  • 1cff6bfbbb
    Merge pull request #555 from MihailRis/fixes MihailRis 2025-07-18 23:31:16 +03:00
  • 0b598630d0 fix: writeables not reset after world close MihailRis 2025-07-18 22:57:38 +03:00
  • fdeec22515 improve lights MihailRis 2025-07-18 20:27:38 +03:00
  • 2e9b6e16a4
    Merge pull request #554 from MihailRis/fix MihailRis 2025-07-17 00:30:31 +03:00
  • 16189cc59e fix MihailRis 2025-07-17 00:15:06 +03:00
  • 6dfabe9ff3 fix variant indexing MihailRis 2025-07-17 00:10:45 +03:00
  • 53c7773193 update README.md MihailRis 2025-07-15 21:35:08 +03:00
  • df505355b8 Merge branch 'main' into release-0.28 MihailRis 2025-07-15 21:33:37 +03:00
  • d321085192 update doc/*/scripting/libgfx-posteffects.md MihailRis 2025-07-15 21:33:24 +03:00
  • d2795f03ad update CHANGELOG.md to 0.28 MihailRis 2025-07-15 21:13:58 +03:00
  • a58ce5b7d0 fix block wraps normals MihailRis 2025-07-15 07:37:00 +03:00
  • a8e521c780
    Merge pull request #551 from MihailRis/fix-zoom MihailRis 2025-07-14 23:40:16 +03:00
  • 014ffab183 fix player camera zoom with fov-effects disabled MihailRis 2025-07-14 23:23:19 +03:00
  • 49727ec026
    bug fix (#549) clasher113 2025-07-14 18:45:47 +03:00
  • 6ab48fda93 fix: entities despawn on F5 MihailRis 2025-07-14 18:20:10 +03:00
  • 74a714fe2c
    Merge pull request #547 from MihailRis/variants MihailRis 2025-07-14 01:57:46 +03:00
  • 9c9d34810f update doc/*/scripting/builtins/libblock.md MihailRis 2025-07-14 01:13:57 +03:00
  • cadd08b132 update doc/*/block-properties.md MihailRis 2025-07-14 01:10:10 +03:00
  • 7573c6c7d1 add block.get_variant, block.set_variant MihailRis 2025-07-14 01:06:38 +03:00
  • 7e0b58d96b add 'offset', 'bits' properties & fix is_solid_at MihailRis 2025-07-14 00:20:49 +03:00
  • 29021d1178 refactor a bit MihailRis 2025-07-14 00:02:29 +03:00
  • 5fdff1f8f6 fix block solidity property MihailRis 2025-07-13 22:56:06 +03:00
  • 325f0b1f02 feat: variants in block json MihailRis 2025-07-13 22:17:43 +03:00
  • 5478d121f0 add variants (WIP) MihailRis 2025-07-13 21:28:57 +03:00