REDxEYE
|
1ffbeb8148
|
Refactor mesh handling to use templated vertex structures for improved type safety and flexibility
|
2025-04-13 17:14:28 +03:00 |
|
MihailRis
|
4c48afbb90
|
refactor: add GUI instance reference to UI nodes
|
2025-04-02 14:55:53 +03:00 |
|
MihailRis
|
20bd7666cd
|
add download/upload info to debug panel
|
2025-01-17 21:30:18 +03:00 |
|
MihailRis
|
65fec4f4a9
|
introduce local player
|
2025-01-16 05:59:43 +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
|
5e76cdfadc
|
rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder
|
2024-12-25 12:13:03 +03:00 |
|
MihailRis
|
d745a34657
|
refactor
|
2024-12-18 04:13:33 +03:00 |
|
MihailRis
|
48d94036fd
|
rename Level.chunksStorage to Level.chunks
|
2024-12-17 23:57:00 +03:00 |
|
MihailRis
|
e713412a6d
|
rename ChunksStorage to GlobalChunks
|
2024-12-14 18:58:51 +03:00 |
|
MihailRis
|
e0b3425eff
|
migrate blocks interaction (scripting) to global chunks storage (WIP)
|
2024-12-13 05:54:41 +03:00 |
|
MihailRis
|
5ffc054d75
|
refactor
|
2024-12-09 01:12:41 +03:00 |
|
MihailRis
|
c4170c07c5
|
refactor
|
2024-11-14 09:30:41 +03:00 |
|
MihailRis
|
f0b6521c76
|
refactor
|
2024-11-14 08:09:10 +03:00 |
|
MihailRis
|
6602584c13
|
add more cheating-related rules
|
2024-11-06 18:54:20 +03:00 |
|
MihailRis
|
eea97337f5
|
add block coords to the debug panel
|
2024-11-06 03:17:42 +03:00 |
|
MihailRis
|
80e48ae302
|
add 'Show Generator Minimap' checkbox
|
2024-11-06 00:34:38 +03:00 |
|
MihailRis
|
cee214754b
|
add particles stats to debug panel
|
2024-11-02 21:07:34 +03:00 |
|
MihailRis
|
c3569b5dd4
|
add AreaMap2D
|
2024-09-09 18:02:08 +03:00 |
|
MihailRis
|
3d3da1cdcd
|
refactor World
|
2024-08-11 16:30:58 +03:00 |
|
MihailRis
|
f43cc93cd2
|
update project includes format
|
2024-08-10 01:37:48 +03:00 |
|
InfiniteCoder
|
f66d0ce7fd
|
physics/
|
2024-08-06 00:07:00 +03:00 |
|
InfiniteCoder
|
3b6e7d1877
|
audio/
|
2024-08-05 23:58:14 +03:00 |
|
InfiniteCoder
|
9f9b9f2d64
|
world/
|
2024-08-05 23:49:11 +03:00 |
|
InfiniteCoder
|
7f75c454c8
|
logic/
|
2024-08-05 23:23:28 +03:00 |
|
InfiniteCoder
|
c7755040bd
|
voxels/
|
2024-08-04 22:42:44 +03:00 |
|
InfiniteCoder
|
5c9bc83bbd
|
items/ + objects/ + util/
|
2024-08-04 22:26:08 +03:00 |
|
InfiniteCoder
|
eb061bcaf4
|
graphics/
|
2024-08-04 22:12:48 +03:00 |
|
InfiniteCoder
|
e1e3456139
|
content/
|
2024-08-04 12:45:08 +03:00 |
|
InfiniteCoder
|
d5dc68dd38
|
Root includes
|
2024-08-04 10:24:11 +03:00 |
|
MihailRis
|
c947af904d
|
increase debug-panel width
|
2024-07-29 17:03:51 +03:00 |
|
MihailRis
|
41a22938d6
|
add 'entity.despawn' command
|
2024-07-17 07:35:02 +03:00 |
|
MihailRis
|
c17f3fec54
|
add entities raycast
|
2024-07-14 10:50:06 +03:00 |
|
MihailRis
|
ca8652ffab
|
add packs resources (WIP)
|
2024-07-11 10:32:05 +03:00 |
|
MihailRis
|
7dfda981a8
|
remove Player.hitbox (WIP)
|
2024-07-08 03:51:46 +03:00 |
|
MihailRis
|
5522cfc231
|
add "Show Hitboxes" to the debug panel
|
2024-07-06 05:36:16 +03:00 |
|
MihailRis
|
cf2faa4a01
|
implement nextEntityID save/load
|
2024-07-05 23:41:55 +03:00 |
|
MihailRis
|
e08bfd071b
|
fix lua stack leak
|
2024-06-29 22:39:41 +03:00 |
|
MihailRis
|
ee9f1639e9
|
refactor Content
|
2024-06-25 22:37:53 +03:00 |
|
MihailRis
|
94fe5eeb5b
|
update ModelBatch semantics
|
2024-06-23 01:57:28 +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 |
|
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
|
0f4b6911a6
|
small fix
|
2024-05-31 20:38:50 +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 |
|