Commit Graph
522 Commits
Author SHA1 Message Date
MihailRis 94fe5eeb5b update ModelBatch semantics 2024-06-23 01:57:28 +03:00
MihailRis d54b6b2e58 update Assets container - template-based now 2024-06-22 22:30:14 +03:00
@clasher113 c88bbe7fcb Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2024-06-13 16:59:09 +03:00
MihailRis fe55b94ebd fix: lua setInterval stack overflow 2024-06-12 19:39:31 +03:00
MihailRis 4e696520b6 refactor: PlayerController 2024-06-09 16:30:01 +03:00
MihailRis ee47213dbb add temporary test block 2024-06-08 21:42:44 +03:00
MihailRis f181086d2a update debug_panel 2024-06-08 11:00:53 +03:00
MihailRis dd027e38fe add standard 'hud.*' elements ids 2024-06-07 23:13:09 +03:00
MihailRis a5dc187481 fix: function returns by const value 2024-06-07 15:17:32 +03:00
Pugemon e98fb9a1a7 Optimize container insertions using emplace_back instead of push_back 2024-06-07 04:43:27 +03:00
Pugemon f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
@clasher113 eb59c3ae2f Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2024-06-07 00:51:18 +03:00
MihailRis ad62b759fb fix: input F1..F25 key codes & add binding 'chunks.reload' 2024-06-05 19:29:35 +03:00
MihailRis 0f4b6911a6 small fix 2024-05-31 20:38:50 +03:00
MihailRis 3003386670 chunk flags converted to a bitfield 2024-05-31 11:59:12 +03:00
MihailRis 3e0455358a fix: debug panel - block name out of panel 2024-05-31 11:42:09 +03:00
MihailRis 6d933ac263 converting block states to a bitfield 2024-05-31 11:13:36 +03:00
MihailRis 74042b5c2a player.get_selected_block 2024-05-31 08:33:37 +03:00
MihailRis c9fb33132f weather is saving now 2024-05-30 16:02:01 +03:00
MihailRis bc84200798 gui errors handling update + fix 2024-05-27 13:33:14 +03:00
MihailRis e8a703f814 LeveController delta time limited to 200 ms 2024-05-25 10:17:55 +03:00
MihailRis 43903bb378 memory-related refactor 2024-05-25 09:26:21 +03:00
MihailRis 0ad3dd7ab8 build time decreased 2024-05-23 02:05:08 +03:00
MihailRis 66476ee642 bindings.toml, config/bindings.toml file 2024-05-20 04:06:49 +03:00
MihailRis c94d40ab02 toml parser update + 'toml' module is built-in now 2024-05-20 01:28:42 +03:00
MihailRis ffdeac5c1f main menu glitch fix + refactor 2024-05-19 10:38:30 +03:00
MihailRis c5f663b7cb memory-related refactor 2024-05-19 07:09:58 +03:00
@clasher113 92d4cc904f merge main 2024-05-18 16:39:02 +03:00
MihailRis 5834233162 BIND_DEVTOOLS_CONSOLE 2024-05-17 03:40:24 +03:00
MihailRis f4e98b2091 console layout WIP 2024-05-13 17:08:58 +03:00
MihailRis 165525f18c includes refactor 2024-05-13 03:20:09 +03:00
MihailRis 017c8722ae memory related refactor 2024-05-13 00:11:20 +03:00
MihailRis 60cfe8595e minor refactor 2024-05-12 19:42:13 +03:00
MihailRis 9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis 92f185ab51 hud.show_overlay fix 2024-05-10 08:57:05 +03:00
MihailRis debdec1dc2 dynamic::create_map, dynamic::create_list 2024-05-09 20:30:14 +03:00
MihailRis 5da2a30326 BasicParser now uses string_view 2024-05-08 23:32:04 +03:00
MihailRis a4c21984d5 dynamic::Value simplified 2024-05-07 18:39:12 +03:00
MihailRis 8e83a07094 'dynamic' namespace refactor (step 2) 2024-05-07 17:03:04 +03:00
MihailRis d33edd4cd9 'dynamic' namespace refactor (step 1/2) 2024-05-07 16:00:52 +03:00
MihailRis b3a1cad0e1 msvc build fix 2024-05-06 17:15:48 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis f27a418dbe however 2024-05-06 03:15:27 +03:00
MihailRis 6b037ec7e8 hpp+ 2024-05-06 01:27:24 +03:00
MihailRis 9ea67deb13 'ifnot' template property + hpp 2024-05-06 00:45:43 +03:00
MihailRis 4dc2c4701d menu page queries 2024-05-05 22:40:24 +03:00
MihailRis 7f8a86b740 minor refactor 2024-05-05 20:08:25 +03:00
MihailRis 75e56ebd83 audio listener configuration fix 2024-05-05 19:51:14 +03:00
MihailRis ba885e4e08 input.add_callback 2024-05-05 06:49:17 +03:00
MihailRis bab806c2f8 world creation content menu 2024-05-04 21:27:28 +03:00