216 Commits

Author SHA1 Message Date
MihailRis
217c3ad6a8 update chunk hitbox to infinite height 2024-07-15 05:51:46 +03:00
MihailRis
c17f3fec54 add entities raycast 2024-07-14 10:50:06 +03:00
MihailRis
638a0d9850 fix NONE rotation profile 2024-07-14 01:57:18 +03:00
MihailRis
7487c55e0c Merge branch 'main' into entities 2024-07-10 09:25:56 +03:00
MihailRis
4c8ae465c7 add 'grounded' support for 'pipe' rotation profile 2024-07-10 09:14:24 +03:00
MihailRis
0a14d6220a add BodyType, fix crouching 2024-07-09 06:39:05 +03:00
MihailRis
0f26bbadfd fix Block.rt and ItemDef.rt initialization 2024-07-06 01:34:52 +03:00
MihailRis
e6d4688f03 despawn entities after chunk unload 2024-07-06 01:30:43 +03:00
MihailRis
f4d3e62b3f add chunk 'entities' flag 2024-07-05 23:26:17 +03:00
MihailRis
c8666910ce feat: loading entities (WIP) 2024-07-05 22:51:03 +03:00
MihailRis
08cc78289d add entity on_save event and SAVED_DATA variable 2024-07-05 18:35:46 +03:00
MihailRis
f0270d3391 feat: saving entities (WIP) 2024-07-05 05:16:31 +03:00
MihailRis
1acced4475 fix and refactor ContentLUT 2024-06-25 23:36:07 +03:00
MihailRis
ee9f1639e9 refactor Content 2024-06-25 22:37:53 +03:00
MihailRis
ea53009b96 add block 'shadeless' property 2024-06-15 19:55:55 +03:00
MihailRis
fbeb70dbc8 fix: msvc build - missing include 2024-06-14 15:58:33 +03:00
MihailRis
35ef40edfb fix: compiler warning 2024-06-11 14:04:45 +03:00
MihailRis
2dfd2abc40 docs: Chunks.seekOrigin, Chunks.checkReplaceability 2024-06-10 02:00:41 +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
8aa6d5ee2d add extended blocks (block size property) 2024-06-08 16:58:05 +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
c67e4b04bb refactor: WorldRegions and chunks saving 2024-06-07 14:04:25 +03:00
Pugemon
f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis
7b0e31951b block tick interval 2024-05-31 18:14:50 +03:00
MihailRis
0bfa717b71 Block.hpp tabs -> spaces 2024-05-31 17:45:16 +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
86dd6562de fix: user bits and manually set rotation not saving 2024-05-31 11:26:16 +03:00
MihailRis
6d933ac263 converting block states to a bitfield 2024-05-31 11:13:36 +03:00
MihailRis
9fce00ae45 minor reformat 2024-05-27 11:09:21 +03:00
MihailRis
ffdeac5c1f main menu glitch fix + refactor 2024-05-19 10:38:30 +03:00
MihailRis
064b4516f2 minor optimizations + MAX_WORK_PER_FRAME increased 2024-05-17 21:46:56 +03:00
MihailRis
7957a12b84 format fix 2024-05-17 21:37:02 +03:00
MihailRis
b399679c31 other optimizations 2024-05-17 20:00:24 +03:00
MihailRis
9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis
3c6089225f cleanup 2024-05-06 17:35:05 +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
a71314bdad Chunks::saveAndClear() fix (F5 fix) 2024-04-26 16:13:07 +03:00
MihailRis
b1a79e3a6e block.material + minor refactor 2024-04-25 05:12:45 +03:00
MihailRis
4ac8ea1ab3 final rename 2024-04-24 19:01:28 +03:00
MihailRis
9f2bceb039 just a minor refactor, nothing special 2024-04-23 02:00:03 +03:00
MihailRis
3ebd8f3062 regions related code moved from WorldFiles to WorldRegions 2024-04-15 03:45:55 +03:00
MihailRis
f5b3f3c33f memory related refactor 2024-04-14 19:17:51 +03:00
MihailRis
f64a851a24 UVRegion moved to 'maths' 2024-03-20 10:48:49 +03:00
MihailRis
b56408a202 src/graphics moved to src/graphics/core 2024-03-18 20:47:35 +03:00