Commit Graph
1820 Commits
Author SHA1 Message Date
MihailRis 8f046b86b9 add mat4.scale mutating overload 2024-06-17 10:56:31 +03:00
MihailRis c7a843bc63 add mat4 library 2024-06-17 10:12:33 +03:00
MihailRis 0debe32da4 revert file.read_bytes 2024-06-16 23:23:13 +03:00
MihailRis bfdd92ca51 update file.write_bytes to support bytearray + bit_converter bytearray support 2024-06-16 22:55:56 +03:00
MihailRis 6bf23e5cac add bytearray lua-style appending support 2024-06-16 22:07:42 +03:00
MihailRis 487189f4a6 add bytearrays concatenation support 2024-06-16 21:35:40 +03:00
MihailRis 19a012f9c6 add bytearray.remove, .insert and constructor using array 2024-06-16 21:19:49 +03:00
MihailRis 20ef11e5a2 add bytearray:append(b) 2024-06-16 21:00:50 +03:00
MihailRis 22328a9f64 update Bytearray to vector use 2024-06-16 20:40:59 +03:00
MihailRis 490727fdc0 add lua user types + bytearray 2024-06-16 20:15:26 +03:00
MihailRis 41b5c5acfc fix: ui 2024-06-16 14:18:58 +03:00
MihailRis ea53009b96 add block 'shadeless' property 2024-06-15 19:55:55 +03:00
Xertis 9c911beec4 Update gzip 2024-06-14 20:24:56 +03:00
MihailRis fbeb70dbc8 fix: msvc build - missing include 2024-06-14 15:58:33 +03:00
@clasher113 22b3d84ee0 texture animation optimization 2024-06-13 17:34:36 +03:00
@clasher113 c88bbe7fcb Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2024-06-13 16:59:09 +03:00
MihailRis 607d30fd33 fix: WorldRegions (issue #239) 2024-06-13 00:26:54 +03:00
MihailRis fe55b94ebd fix: lua setInterval stack overflow 2024-06-12 19:39:31 +03:00
MihailRis fc34ca6875 ignore GLEW_ERROR_NO_GLX_DISPLAY (issue #240) 2024-06-12 12:21:18 +03:00
MihailRis 35ef40edfb fix: compiler warning 2024-06-11 14:04:45 +03:00
MihailRis 0eab8ad8f2 fix: world reload fatal error fix 2024-06-11 14:01:18 +03:00
MihailRis 913e5983b1 refactor: complete 'lua' namespace use 2024-06-11 13:51:11 +03:00
MihailRis 90bc86408b refactor: LuaState replaced with lua_engine 2024-06-11 13:18:30 +03:00
MihailRis 0647bc6f90 refactor: 'lua' namespace expansion 2024-06-11 03:37:35 +03:00
MihailRis 7973a9c32b fix: lua coroutines support 2024-06-11 01:52:28 +03:00
MihailRis 779d44b034 fix: player step height 2024-06-10 19:20:26 +03:00
MihailRisandGitHub f6de40ca88 Merge pull request #237 from MihailRis/extended-blocks
Extended blocks
2024-06-10 19:10:54 +03:00
MihailRis be27aabf1e update camera shaking calculations 2024-06-10 19:10:25 +03:00
MihailRis 2dfd2abc40 docs: Chunks.seekOrigin, Chunks.checkReplaceability 2024-06-10 02:00:41 +03:00
MihailRis 1bfd5ccad3 fix: air blocks placement; ghost segments can not be removed 2024-06-09 23:59:04 +03:00
MihailRis 1abb2cf327 add block.is_extended, .get_size, .is_segment and .seek_origin 2024-06-09 23:36:19 +03:00
MihailRis 90ed175915 feat: extended blocks rotation 2024-06-09 19:54:34 +03:00
MihailRis 65a2a3e475 fix: extended block collision detection 2024-06-09 17:40:01 +03:00
MihailRis 4e696520b6 refactor: PlayerController 2024-06-09 16:30:01 +03:00
MihailRis b3ae8484a2 fix: extended blocks raycast fix 2024-06-09 13:48:43 +03:00
MihailRis c89d31ca20 refactor BlocksRenderer 2024-06-09 13:12:12 +03:00
MihailRis 810c7bc132 fix: ancient aabb blocks rendering bug (lighting) 2024-06-08 21:46:21 +03:00
MihailRis ee47213dbb add temporary test block 2024-06-08 21:42:44 +03:00
MihailRis c2aa4e3c26 fix: ancient aabb blocks rendering bug (lighting) 2024-06-08 20:22:52 +03:00
MihailRis 8aa6d5ee2d add extended blocks (block size property) 2024-06-08 16:58:05 +03:00
MihailRis f181086d2a update debug_panel 2024-06-08 11:00:53 +03:00
MihailRis c54dbad8a0 Merge branch 'main' into extended-blocks 2024-06-08 10:03:56 +03:00
MihailRis 166c340098 add automatic 'content' folder creation 2024-06-08 10:03:16 +03:00
MihailRis 853f7fc9d1 update blockstate.segment size 2024-06-08 09:57:01 +03:00
MihailRis cdfc485ed4 update blockstate structure 2024-06-08 00:02:51 +03:00
MihailRis dd027e38fe add standard 'hud.*' elements ids 2024-06-07 23:13:09 +03:00
MihailRis 78de9c39d8 fix: TextBox.setCaret fails when font is not ready 2024-06-07 22:38:03 +03:00
Sergwest ac0408d42a arch compability fixes and unwarning changes 2024-06-07 22:20:40 +03:00
MihailRis a5dc187481 fix: function returns by const value 2024-06-07 15:17:32 +03:00
MihailRisandGitHub d292ef130c Merge pull request #235 from MihailRis/blocks_meta
WorldRegions refactor
2024-06-07 14:54:45 +03:00