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 |
|
MihailRis
|
7749675a61
|
add EnumMetadata
|
2025-04-13 13:53:59 +03:00 |
|
MihailRis
|
98813472a8
|
fix generator area centering
|
2025-04-11 20:37:08 +03:00 |
|
Ygrik2003
|
6c3d2d0907
|
Merge pull request #435 from Ygrik2003/Refactoring-cmake
Refactoring cmake
|
2025-03-20 20:59:19 +03:00 |
|
MihailRis
|
b66937c61d
|
feat: scripts classification
|
2025-03-13 00:28:40 +03:00 |
|
MihailRis
|
0649419485
|
randomize rotatable plants in world generation
|
2025-02-21 19:35:37 +03:00 |
|
MihailRis
|
ce9853d813
|
add BlockMaterial.hitSound
|
2025-02-18 18:50:50 +03:00 |
|
MihailRis
|
28caec6aa0
|
Merge branch 'main' into update-file-subsystem
|
2025-02-02 16:32:25 +03:00 |
|
MihailRis
|
b00160eb26
|
add chunk data validity check to world.set_chunk_data
|
2025-01-31 12:41:49 +03:00 |
|
MihailRis
|
e5d558d357
|
move world-related sources from files/ to world/files
|
2025-01-30 15:02:28 +03:00 |
|
Alexei Kartashov
|
6629d07bc2
|
fix: "‘find’ is not a member of ‘std’" (import algorithm)
|
2025-01-25 02:40:02 +03:00 |
|
MihailRis
|
02a93d8bc3
|
feat: world.get_chunk_data(...) saved chunk data when chunk is not loaded
|
2025-01-20 01:25:43 +03:00 |
|
MihailRis
|
f1f81371af
|
add world.save_chunk_data(...)
|
2025-01-19 23:36:37 +03:00 |
|
MihailRis
|
22c7cb8398
|
add on_chunk_present and on_chunk_remove events
|
2025-01-12 05:41:42 +03:00 |
|
MihailRis
|
fc9c096873
|
cleanup
|
2025-01-12 03:34:50 +03:00 |
|
MihailRis
|
41f6194fc1
|
introduce compressed_chunks namespace
|
2025-01-12 03:05:58 +03:00 |
|
MihailRis
|
ab5a62c3aa
|
add new block.get_AXIS functions overloads & add rotation support to base:falling_block
|
2024-12-29 21:48:36 +03:00 |
|
MihailRis
|
c1b311f3c4
|
refactor: change pointer parameters to references for Level and Content in various classes
|
2024-12-25 18:53:53 +03:00 |
|
MihailRis
|
ed7dc1f901
|
feat: add app.save_world() function and update documentation
|
2024-12-25 15:15:11 +03:00 |
|
MihailRis
|
4363883728
|
add 'on_breaking', 'on_block_breaking' events
|
2024-12-21 14:09:17 +03:00 |
|
MihailRis
|
c3f22c6854
|
rename
|
2024-12-21 13:11:23 +03:00 |
|
MihailRis
|
ba0610d857
|
Merge branch 'main' into headless-mode
|
2024-12-21 09:03:30 +03:00 |
|
MihailRis
|
954724c837
|
add 'culling' property & optimize generated chunk meshes & fix faces culling when 'light-passing' is false
|
2024-12-21 06:41:03 +03:00 |
|
MihailRis
|
3d7a9fd225
|
Merge branch 'main' into headless-mode
|
2024-12-19 22:57:12 +03:00 |
|
MihailRis
|
cda34e3975
|
fix block overriding
|
2024-12-19 22:54:54 +03:00 |
|
MihailRis
|
b1fc666448
|
fix
|
2024-12-17 20:56:25 +03:00 |
|
MihailRis
|
49dd866c22
|
update Chunks::configure
|
2024-12-17 20:43:42 +03:00 |
|
MihailRis
|
1c18c02092
|
move Chunks from Level to Player
|
2024-12-17 19:40:00 +03:00 |
|
MihailRis
|
b7664b4188
|
move Lighting instance to ChunksController
|
2024-12-17 05:13:49 +03:00 |
|