Commit Graph

  • bee4421ce9 Merge branch 'main' of https://github.com/sekta2/VoxelEngine-Cpp sekta 2024-07-31 17:42:28 +04:00
  • 871f9a4880 removed trash sekta 2024-07-31 17:32:20 +04:00
  • f9c3ec66be modified math, table and string in one file sekta 2024-07-31 17:30:39 +04:00
  • 987d6b6d3f . sekta 2024-07-31 17:14:17 +04:00
  • e05b9bff5d
    Update stdcmd.lua Mihail 2024-07-31 16:18:29 +04:00
  • 4502a1206e
    added some libraries Mihail 2024-07-31 16:12:49 +04:00
  • 3b8d2b2e8c
    Add files via upload Mihail 2024-07-31 16:11:50 +04:00
  • eefaafd1e7 update block.compose_state, block.decompose_state semantics MihailRis 2024-07-31 14:56:42 +03:00
  • 3a1ae57bbf fix: mat4.decompose (-Wmaybe-uninitialized) MihailRis 2024-07-31 14:45:09 +03:00
  • a0fdc5e963
    Merge pull request #271 from sekta2/patch-2 MihailRis 2024-07-31 14:36:03 +03:00
  • f4f8caec43
    a lot stuff changed Mihail 2024-07-31 15:25:58 +04:00
  • 8e789affcb
    Merge pull request #270 from sekta2/patch-1 MihailRis 2024-07-31 13:15:40 +03:00
  • e74f65eb70
    pcall(function, varargs) Mihail 2024-07-31 13:37:46 +04:00
  • 10fa828bd7 update component 'ARGS' variable default value MihailRis 2024-07-30 19:52:04 +03:00
  • a2f79e979e fix: framerate setting values not translated MihailRis 2024-07-30 19:45:47 +03:00
  • 63d0c8b01a fix: audio positioning when non-base camera active MihailRis 2024-07-30 12:02:32 +03:00
  • c50f564b80 fix: overlay 'on_close' not called on window close MihailRis 2024-07-29 21:04:27 +03:00
  • 8f26397e56 hide hotbar on overlays with inventory hidden MihailRis 2024-07-29 20:36:49 +03:00
  • a66228eb41 fix: 'gravity' does not work on hud overlays MihailRis 2024-07-29 20:29:23 +03:00
  • c947af904d increase debug-panel width MihailRis 2024-07-29 17:03:51 +03:00
  • 753fb6bf3b add vec2.angle(...) MihailRis 2024-07-29 16:54:57 +03:00
  • 2b7b68f3c2 add 'static' entity body-type MihailRis 2024-07-29 15:45:28 +03:00
  • d6696b54cb add 'normal' argument to on_use_on_block event MihailRis 2024-07-29 15:23:04 +03:00
  • 0f26d7c93a fix MihailRis 2024-07-29 13:10:53 +03:00
  • d793b2f648
    Merge pull request #269 from MihailRis/framerate-control MihailRis 2024-07-29 00:14:14 +03:00
  • b021339a8a add window icon MihailRis 2024-07-28 23:47:49 +03:00
  • c0ba5be458 add framerate control MihailRis 2024-07-28 22:31:27 +03:00
  • a2f011fc96 Merge branch 'main' into framerate-control MihailRis 2024-07-28 22:20:25 +03:00
  • 84f863f2d9 update doc/*/xml-ui-layouts.md MihailRis 2024-07-28 22:19:54 +03:00
  • f46e4a7989 add trackbar 'sub-consumer' for value label refresh when 'change-on-release' MihailRis 2024-07-28 22:15:18 +03:00
  • 0e3bd4dcac update english version on xml-ui-layouts.md MihailRis 2024-07-28 12:57:58 +03:00
  • 479046a268 update doc/*/xml-ui-layouts.md MihailRis 2024-07-28 12:46:31 +03:00
  • 8ca12127db add 'change-on-release' trackbar property & fix mouseRelease event timing MihailRis 2024-07-28 12:38:31 +03:00
  • 3fee1072b7 fix 'block' model lights with AO turned-off MihailRis 2024-07-27 22:59:06 +03:00
  • 71e20ff805 add block 'ambient-occlusion' property MihailRis 2024-07-27 18:37:18 +03:00
  • f485ba5e54 fix: invalid block segment was not removed on hover MihailRis 2024-07-27 14:46:52 +03:00
  • 26dcac0134 add doc/**/libplayer.md MihailRis 2024-07-27 13:36:29 +03:00
  • adafc94fa1 add block.compose_state(...), block.decompose_state(...) MihailRis 2024-07-27 13:23:35 +03:00
  • 64ccf2a532 fix: thrid-person camera xray MihailRis 2024-07-26 13:40:13 +03:00
  • 3deb7ff830 fix: delta time plotter is interactive MihailRis 2024-07-26 12:45:44 +03:00
  • a856b4f140 add framerate control (WIP) MihailRis 2024-07-25 22:33:21 +03:00
  • 664faf35e9 fix load_script function return value MihailRis 2024-07-25 21:57:40 +03:00
  • 8f2e56bc90
    Merge pull request #268 from rekvizitt/main MihailRis 2024-07-25 17:52:46 +03:00
  • f7db1672c6
    Update be_BY.txt rekvizitt 2024-07-25 12:22:52 +03:00
  • 0a8de441b4 fix hud.* functions cause fatal error if incorrect arguments passes MihailRis 2024-07-25 00:03:13 +03:00
  • 8dee7facf0 fix base:player_animator component MihailRis 2024-07-24 22:07:55 +03:00
  • f172a45d39 fix base:drop component MihailRis 2024-07-24 22:04:50 +03:00
  • 0de4061253 refactor EngineController.cpp MihailRis 2024-07-24 17:44:43 +03:00
  • 18d473b673 improve parsing error alert MihailRis 2024-07-24 17:11:43 +03:00
  • fe1ac69b57 improve lua errors handling (traceback) & lua stack leaks fixes MihailRis 2024-07-24 16:19:14 +03:00
  • 2ec6c8b540 update component lua short name MihailRis 2024-07-24 15:17:30 +03:00
  • e8a8fb3d60 add base:player_animator component MihailRis 2024-07-23 22:55:34 +03:00
  • b23f7e996f fix skeleton:index(...) MihailRis 2024-07-23 22:48:26 +03:00
  • 27a7d7eb44 add module 'item_models' MihailRis 2024-07-23 22:23:25 +03:00
  • cf448def59 fix missing include MihailRis 2024-07-23 19:31:51 +03:00
  • f9df873382 update assets errors handling & add 'atlases' to preload MihailRis 2024-07-23 19:27:46 +03:00
  • ed60bdc333 fix: base packs initializing in menu MihailRis 2024-07-23 16:41:37 +03:00
  • c3b6025e20 fix missing include MihailRis 2024-07-22 19:38:23 +03:00
  • 058daf6117 add camera:look_at optional interpolation parameter MihailRis 2024-07-22 19:32:05 +03:00
  • e0cb57a10a add quat Lua library MihailRis 2024-07-22 19:05:27 +03:00
  • b5e7b63a9d refactor lua libraries MihailRis 2024-07-22 18:14:54 +03:00
  • cfe1f1ad28 update doc/*/scripting.md MihailRis 2024-07-22 17:21:54 +03:00
  • 012e81d4c9 add doc/**/cameras.md & update cameras library MihailRis 2024-07-22 16:50:03 +03:00
  • 2fe25f5dd5 fix: lua errors in standard libs initialization are nonthrowing MihailRis 2024-07-22 15:53:05 +03:00
  • b5d7634601 fix player.get_camera MihailRis 2024-07-22 14:19:09 +03:00
  • 34ab3eb41c add player.get_camera(playerid) MihailRis 2024-07-22 14:16:28 +03:00
  • 2b50e85cdc update doc/*/rigging.md MihailRis 2024-07-21 21:54:30 +03:00
  • 0333ce6990 add bone "offset" parameter & update player model MihailRis 2024-07-21 18:27:11 +03:00
  • 3590bd14cd update DrawContext MihailRis 2024-07-21 16:06:40 +03:00
  • cf12338a32 add skeleton debug view MihailRis 2024-07-21 14:52:16 +03:00
  • c63e19e87b fix wrong entity display position on slow movement MihailRis 2024-07-20 21:56:19 +03:00
  • 826579df2b
    Merge pull request #267 from MihailRis/update-entities-renderer MihailRis 2024-07-20 21:46:25 +03:00
  • 52c39d25d0 add skeleton:get_color(), skeleton:set_color(...) MihailRis 2024-07-20 21:15:04 +03:00
  • 0c4cdeaa87 add entities renderer tint support MihailRis 2024-07-20 19:35:43 +03:00
  • fba0bca0dc optimize ModelBatch MihailRis 2024-07-20 17:59:15 +03:00
  • 4197746c69 add entity shader MihailRis 2024-07-20 17:13:03 +03:00
  • 8e159009eb refactor res/shaders MihailRis 2024-07-20 16:05:06 +03:00
  • 52381d5afa feat: preprocessing glsl header files MihailRis 2024-07-20 15:36:30 +03:00
  • 9b8c421557
    Merge pull request #266 from MihailRis/clang-format MihailRis 2024-07-19 21:45:57 +03:00
  • a2bf42ef29 Merge branch 'main' into clang-format MihailRis 2024-07-19 21:34:07 +03:00
  • e008832ebb update Entities::preparePhysics - ticks are delta-based now MihailRis 2024-07-19 21:23:58 +03:00
  • eedce588b1 move class Clock to a separate unit MihailRis 2024-07-19 20:49:04 +03:00
  • fbced2504e fix msvc build MihailRis 2024-07-19 10:32:00 +03:00
  • 02c9c4ced3 add mat4.from_quat(...) & update mat4.decompose(...) MihailRis 2024-07-19 07:48:42 +03:00
  • af2d3ad842 add .clang-format MihailRis 2024-07-19 07:07:39 +03:00
  • 2294690f29 update doc/*/assets-preload.md MihailRis 2024-07-18 14:08:08 +03:00
  • 2c1adcedbd fix u_timer behaviour when paused MihailRis 2024-07-18 13:50:57 +03:00
  • 3549c1f326 update entity methods set MihailRis 2024-07-18 12:08:43 +03:00
  • d285ffb2f7 update entities library semantics MihailRis 2024-07-18 11:54:37 +03:00
  • d1696eea12 feat: saving current camera MihailRis 2024-07-18 10:22:45 +03:00
  • c9257ec127 add block.place(...), block.destruct(...) MihailRis 2024-07-18 08:41:16 +03:00
  • 8082048d39 update doc/**/libentities.md MihailRis 2024-07-17 20:37:19 +03:00
  • 5a3f28f2b5 add entities.name(...) and entity:get_name(...) MihailRis 2024-07-17 20:15:45 +03:00
  • ec4043bc12 remove third person cameras height limitation MihailRis 2024-07-17 19:12:59 +03:00
  • b6ceadcee7 fix obj parser on Windows MihailRis 2024-07-17 17:21:19 +03:00
  • a02d626c0a
    Merge pull request #255 from MihailRis/entities MihailRis 2024-07-17 15:19:47 +03:00
  • 1eac343619 add entities.get_all(...), .get_all_in_box(...), .get_all_in_radius(...) MihailRis 2024-07-17 14:51:55 +03:00
  • b499714d4b revert README.md MihailRis 2024-07-17 12:57:54 +03:00
  • c9194b6546 add player.drop binding display name & revert README.md MihailRis 2024-07-17 12:56:14 +03:00
  • f8dbe46d5c update doc/*/rigging.md MihailRis 2024-07-17 12:38:38 +03:00