398 Commits

Author SHA1 Message Date
MihailRis
5250c748be make chunk lightmap optional 2025-11-23 15:22:18 +03:00
MihailRis
6b2754e951 fix out of range 2025-11-22 17:50:19 +03:00
MihailRis
d9f75c7c40 add test optimization 2025-11-19 17:40:17 +03:00
MihailRis
f721731ecc add 'on_block_removed' event 2025-11-18 22:11:44 +03:00
MihailRis
1a6880a572 remove that thing 2025-11-18 20:46:24 +03:00
MihailRis
5317106d81 test chunks pool 2025-11-18 19:48:00 +03:00
MihailRis
922a86d2b0 add that thing 2025-11-18 18:41:21 +03:00
MihailRis
957f9f5998 fix major chunks loading performance issue 2025-11-18 00:14:53 +03:00
MihailRis
ca3bc45d0f add 'on_block_present' event 2025-11-17 23:50:52 +03:00
MihailRis
473f9f1a6a move block ticks register to separate script 2025-11-17 21:33:44 +03:00
KotIsOff
f3ed3d26c8 typo: greather => greater 2025-10-14 20:46:38 +03:00
MihailRis
b863d47d7f add 'on_block_tick' event 2025-09-14 23:57:45 +03:00
MihailRis
51531e2621 minor refactor 2025-09-14 22:21:32 +03:00
MihailRis
3bd0ebcda2 Merge branch 'dev' into pathfinding 2025-09-11 18:06:16 +03:00
MihailRis
4fed90246f fix Block::cloneTo, ItemDef::cloneTo 2025-09-10 01:02:08 +03:00
MihailRis
88641e032a test mobs 2025-09-01 01:39:31 +03:00
MihailRis
c06636053d replace set_avoided_tags with avoid_tag & add 'cost' argument 2025-08-31 21:12:07 +03:00
MihailRis
3c9c4c403c increase cost if avoided instead of discarding 2025-08-31 19:41:12 +03:00
MihailRis
5e3373313b add pathfinding.set_avoided_tags 2025-08-31 15:52:23 +03:00
MihailRis
88afb48a1c Merge branch 'dev' into pathfinding 2025-08-31 13:31:06 +03:00
MihailRis
185b6cc661 add block.has_tag, item.has_tag 2025-08-30 23:46:45 +03:00
MihailRis
8bdf31d7bb add block/item tags 2025-08-30 23:26:07 +03:00
MihailRis
fdf55ec64d add 'total_visited' to route & refactor 2025-08-28 21:49:02 +03:00
MihailRis
174a3c6871 add pathfinding.set_jump_height 2025-08-27 19:34:58 +03:00
MihailRis
ca1b761c8c Merge branch 'dev' into pathfinding 2025-08-19 19:47:10 +03:00
MihailRis
6af74fc219 improve blocks.set performance 2025-08-16 12:48:42 +03:00
MihailRis
3eae377024 refactor Entities 2025-08-09 21:19:01 +03:00
MihailRis
a110022ec2 add 'core:pathfinding' component 2025-08-03 19:06:22 +03:00
MihailRis
5a6537c89d add pathfinding.remove_agent 2025-08-03 02:48:52 +03:00
MihailRis
a78931205f feat: async pathfinding 2025-08-03 01:41:18 +03:00
MihailRis
be3fb8346f add 'mayBeIncomplete' parameter 2025-08-02 23:03:40 +03:00
MihailRis
caab689731 add pathfinding library 2025-08-02 17:18:40 +03:00
MihailRis
958fc1d689 fix target reach check 2025-08-02 12:19:52 +03:00
MihailRis
ec4b836b3c feat: vertical movement and agent height 2025-08-01 23:32:35 +03:00
MihailRis
9bb50db297 add pathfinding 2025-07-31 23:29:22 +03:00
MihailRis
16189cc59e fix 2025-07-17 00:15:06 +03:00
MihailRis
6dfabe9ff3 fix variant indexing 2025-07-17 00:10:45 +03:00
clasher113
49727ec026
bug fix (#549)
* fix: pause menu on hudVisible=false

* add missing property

* reset controls fix
2025-07-14 18:45:47 +03:00
MihailRis
6ab48fda93 fix: entities despawn on F5 2025-07-14 18:20:10 +03:00
MihailRis
7e0b58d96b add 'offset', 'bits' properties & fix is_solid_at 2025-07-14 00:20:49 +03:00
MihailRis
29021d1178 refactor a bit 2025-07-14 00:02:29 +03:00
MihailRis
5fdff1f8f6 fix block solidity property 2025-07-13 22:56:06 +03:00
MihailRis
325f0b1f02 feat: variants in block json 2025-07-13 22:17:43 +03:00
MihailRis
5478d121f0 add variants (WIP) 2025-07-13 21:28:57 +03:00
MihailRis
15a778299c limit chunks non-unloading zone to a circle 2025-07-13 15:57:57 +03:00
MihailRis
9463917164 feat: 'stairs' rotation profile 2025-04-30 20:21:59 +03:00
MihailRis
20e3a961f9 add BlockModel struct 2025-04-27 18:21:56 +03:00
MihailRis
718f5d1089 rename BlockModel to BlockModelType 2025-04-27 15:18:14 +03:00
MihailRis
e357a4eb9f remove Mesh constructor 'attrs' argument & format Mesh.hpp 2025-04-27 01:13:44 +03:00
MihailRis
9e28b783fd make BlockMaterial serializable 2025-04-13 20:52:03 +03:00