MihailRis
|
29021d1178
|
refactor a bit
|
2025-07-14 00:02:29 +03:00 |
|
MihailRis
|
5478d121f0
|
add variants (WIP)
|
2025-07-13 21:28:57 +03:00 |
|
MihailRis
|
96a94aa33c
|
feat: recompiling shaders
|
2025-07-02 23:02:50 +03:00 |
|
MihailRis
|
02a91e0b72
|
add 'advanced' post-effect load configuration
|
2025-06-13 23:28:16 +03:00 |
|
MihailRis
|
9c7bd05a74
|
fix windows build
|
2025-06-02 21:14:23 +03:00 |
|
MihailRis
|
4333d9ab06
|
feat: support alternative vcm models syntax
|
2025-06-01 23:08:59 +03:00 |
|
MihailRis
|
761afe51a5
|
fix: util::get_texture_region
|
2025-05-24 19:26:57 +03:00 |
|
MihailRis
|
ec85260ec4
|
add vcm format loader
|
2025-05-02 15:27:05 +03:00 |
|
MihailRis
|
20e3a961f9
|
add BlockModel struct
|
2025-04-27 18:21:56 +03:00 |
|
MihailRis
|
ba170035ef
|
feat: post-processing effects
|
2025-04-05 00:41:25 +03:00 |
|
MihailRis
|
6043ae8331
|
refactor GLSLExtension
|
2025-04-03 21:57:46 +03:00 |
|
MihailRis
|
331734792d
|
refactor: add ContentControl class
|
2025-04-02 15:01:24 +03:00 |
|
MihailRis
|
4c48afbb90
|
refactor: add GUI instance reference to UI nodes
|
2025-04-02 14:55:53 +03:00 |
|
MihailRis
|
3a203bd4b0
|
disable mip-mapping for canvas texture
|
2025-03-17 04:12:56 +03:00 |
|
MihailRis
|
f9c5bd5e4d
|
add canvas:create_texture(...)
|
2025-03-17 02:45:21 +03:00 |
|
MihailRis
|
12105c2933
|
fix: incorrect UV on custom model blocks
|
2025-02-19 23:39:50 +03:00 |
|
MihailRis
|
ce9853d813
|
add BlockMaterial.hitSound
|
2025-02-18 18:50:50 +03:00 |
|
MihailRis
|
347d76870a
|
add io::directory_iterator
|
2025-01-31 10:07:05 +03:00 |
|
MihailRis
|
e0314803c0
|
migrate from std::filesystem::path to io::path (WIP)
|
2025-01-30 22:23:13 +03:00 |
|
MihailRis
|
1e22882284
|
rename 'files' to 'io'
|
2025-01-30 16:53:52 +03:00 |
|
MihailRis
|
434e8a6331
|
cleanup
|
2024-11-27 23:25:56 +03:00 |
|
MihailRis
|
9ed80ec835
|
disable traceback lines with non-existing files
|
2024-11-24 12:09:46 +03:00 |
|
MihailRis
|
784f93666c
|
add 'separate' atlas type & get rid of assets loading entries duplicates
|
2024-11-20 04:30:19 +03:00 |
|
MihailRis
|
e3cb736519
|
update lua chunks sources to the engine format
|
2024-11-18 14:05:45 +03:00 |
|
MihailRis
|
0a8ea7e597
|
disable mip-mapping in fonts
|
2024-11-13 12:00:55 +03:00 |
|
MihailRis
|
60aa0fbcfc
|
increase max font codepages to 1024
|
2024-11-13 02:01:51 +03:00 |
|
MihailRis
|
a5c9125084
|
fix clang-format what
|
2024-11-13 01:24:34 +03:00 |
|
MihailRis
|
46a671f45e
|
fix
|
2024-11-07 15:04:47 +03:00 |
|
MihailRis
|
04c25ef214
|
fix block model is not loading automatically
|
2024-11-07 07:30:47 +03:00 |
|
MihailRis
|
f38f84c779
|
move graphics/core/Model to graphics/commons/Model
|
2024-11-05 15:28:46 +03:00 |
|
MihailRis
|
ac6084f904
|
fix console focus on open
|
2024-11-01 16:20:58 +03:00 |
|
MihailRis
|
9b5c693027
|
update 'overlay-texture' block property behaviour
|
2024-11-01 02:18:13 +03:00 |
|
MihailRis
|
4f377b2056
|
refactor textures access
|
2024-11-01 02:13:21 +03:00 |
|
MihailRis
|
0618028df1
|
add 'model-name' item property
|
2024-10-30 12:46:36 +03:00 |
|
MihailRis
|
fae372d19f
|
feat: item models generation simple & remove core:item_models
|
2024-10-26 18:42:21 +03:00 |
|
MihailRis
|
87ba344401
|
add 'vec3model.modelname' notation support to skeletons
|
2024-10-25 15:57:50 +03:00 |
|
MihailRis
|
a6dea71bf5
|
update textures loading
|
2024-10-25 11:55:44 +03:00 |
|
MihailRis
|
caf3376ef9
|
add VEC3 models support
|
2024-10-25 10:10:30 +03:00 |
|
MihailRis
|
30725c80c7
|
update VEC3 structure
|
2024-10-24 20:15:59 +03:00 |
|
MihailRis
|
054b3926cd
|
remove extra shared_ptr use from util::ThreadPool
|
2024-10-24 11:49:06 +03:00 |
|
MihailRis
|
3953583605
|
minimize extra dv::value copies
|
2024-09-19 13:45:32 +03:00 |
|
MihailRis
|
34d2e6d400
|
migrate from dynamic::Value to dv::value & total erase namespace 'dynamic'
|
2024-09-18 23:31:18 +03:00 |
|
MihailRis
|
719135fe19
|
fix animation loading
|
2024-08-22 23:53:09 +03:00 |
|
MihailRis
|
de5c75d782
|
replace include guards with pragma once
|
2024-08-10 01:57:59 +03:00 |
|
MihailRis
|
f43cc93cd2
|
update project includes format
|
2024-08-10 01:37:48 +03:00 |
|
InfiniteCoder
|
eb6bb19dc6
|
interfaces/
|
2024-08-06 00:04:32 +03:00 |
|
InfiniteCoder
|
9283aa605f
|
frontend/
|
2024-08-06 00:01:27 +03:00 |
|
InfiniteCoder
|
8f9c7eb7ff
|
data/
|
2024-08-05 23:59:42 +03:00 |
|
InfiniteCoder
|
3b6e7d1877
|
audio/
|
2024-08-05 23:58:14 +03:00 |
|
InfiniteCoder
|
7f75c454c8
|
logic/
|
2024-08-05 23:23:28 +03:00 |
|