MihailRis
80e48ae302
add 'Show Generator Minimap' checkbox
2024-11-06 00:34:38 +03:00
MihailRis
ac6084f904
fix console focus on open
2024-11-01 16:20:58 +03:00
MihailRis
64cf9bb273
flip generator minimap
2024-10-22 06:44:58 +03:00
MihailRis
0cbc048523
move debug generator visualizer origin to center
2024-10-03 23:02:22 +03:00
MihailRis
06a0468967
update debug generator visualizer
2024-10-03 22:27:46 +03:00
MihailRis
75d66b644b
add debug world generator visualization
2024-09-30 15:14:34 +03:00
MihailRis
34d2e6d400
migrate from dynamic::Value to dv::value & total erase namespace 'dynamic'
2024-09-18 23:31:18 +03:00
MihailRis
f43cc93cd2
update project includes format
2024-08-10 01:37:48 +03:00
InfiniteCoder
85239004e3
window/
2024-08-06 00:07:33 +03:00
InfiniteCoder
f66d0ce7fd
physics/
2024-08-06 00:07:00 +03:00
InfiniteCoder
54f15ecaea
maths/
2024-08-06 00:06:23 +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
21ff65d781
assets/
2024-08-04 11:08:07 +03:00
InfiniteCoder
d5dc68dd38
Root includes
2024-08-04 10:24:11 +03:00
Vyacheslav Ivanov
26ff0f133a
fix: optimization: PVS-Studio warning V821
...
Creating variables in a more localized scope can enhance performance and make the code easier to understand.
Reported by: PVS-Studio
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 17:50:04 +03:00
MihailRis
ba046a52c0
Revert "fix: optimization: Various PVS-Studio warnings"
2024-08-02 14:51:44 +03:00
Vyacheslav Ivanov
2c1103307f
fix: optimization: PVS-Studio warning V813
...
Passing large objects by const reference avoids unnecessary copying and enhances efficiency.
Reported by: PVS-Studio
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 05:35:55 +03:00
Vyacheslav Ivanov
6b3146f98a
fix: optimization: PVS-Studio warning V821
...
Creating variables in a more localized scope can enhance performance and make the code easier to understand.
Reported by: PVS-Studio
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 05:35:53 +03:00
MihailRis
8f26397e56
hide hotbar on overlays with inventory hidden
2024-07-29 20:36:49 +03:00
MihailRis
a66228eb41
fix: 'gravity' does not work on hud overlays
2024-07-29 20:29:23 +03:00
MihailRis
3deb7ff830
fix: delta time plotter is interactive
2024-07-26 12:45:44 +03:00
MihailRis
ee9f1639e9
refactor Content
2024-06-25 22:37:53 +03:00
MihailRis
d54b6b2e58
update Assets container - template-based now
2024-06-22 22:30:14 +03:00
MihailRis
dd027e38fe
add standard 'hud.*' elements ids
2024-06-07 23:13:09 +03:00
Pugemon
e98fb9a1a7
Optimize container insertions using emplace_back instead of push_back
2024-06-07 04:43:27 +03:00
Pugemon
f25a425cb9
Optimize parameter passing to avoid unnecessary copying
2024-06-07 04:00:38 +03:00
MihailRis
0f4b6911a6
small fix
2024-05-31 20:38:50 +03:00
MihailRis
3003386670
chunk flags converted to a bitfield
2024-05-31 11:59:12 +03:00
MihailRis
5834233162
BIND_DEVTOOLS_CONSOLE
2024-05-17 03:40:24 +03:00
MihailRis
f4e98b2091
console layout WIP
2024-05-13 17:08:58 +03:00
MihailRis
9522aedeec
quick check with linters
2024-05-10 12:34:05 +03:00
MihailRis
92f185ab51
hud.show_overlay fix
2024-05-10 08:57:05 +03:00
MihailRis
a4c21984d5
dynamic::Value simplified
2024-05-07 18:39:12 +03:00
MihailRis
8e83a07094
'dynamic' namespace refactor (step 2)
2024-05-07 17:03:04 +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
6b037ec7e8
hpp+
2024-05-06 01:27:24 +03:00
MihailRis
9ea67deb13
'ifnot' template property + hpp
2024-05-06 00:45:43 +03:00
MihailRis
7f8a86b740
minor refactor
2024-05-05 20:08:25 +03:00
MihailRis
5915b811f2
new content menu (WIP)
2024-05-02 04:07:07 +03:00
MihailRis
bcf2f5029d
GfxContext renamed to DrawContext
2024-04-30 00:31:13 +03:00
MihailRis
beaeba43af
InventoryView inventory property
2024-04-29 15:18:45 +03:00
MihailRis
1401eca712
removed some redundant code
2024-04-29 02:58:35 +03:00
MihailRis
63768ccd6d
minor refactor and fixes
2024-04-29 02:46:00 +03:00
MihailRis
d0678c6bd7
hud, InventoryView refactor
2024-04-29 01:47:38 +03:00