103 Commits

Author SHA1 Message Date
MihailRis
bfc7c85856 files module update 2023-11-08 16:09:58 +03:00
MihailRis
5d90501ce1 files module update 2023-11-08 16:00:38 +03:00
MihailRis
5847470cde EngineSettings save/load functions 2023-11-08 15:57:31 +03:00
MihailRis
533be770d8 Update json parser with new get/set methods 2023-11-08 15:54:28 +03:00
MihailRis
6b5b0a9347 Added json parser 2023-11-08 15:03:51 +03:00
MihailRis
8b322ea9eb
Added Chunks.resize method 2023-11-06 10:01:42 +03:00
MihailRis
6c79f3da18 2D graphics performance fix 2023-11-06 02:49:05 +03:00
MihailRis
01eb264f44 EngineSettings: chunksLoadDistance, chunksPadding 2023-11-06 01:47:17 +03:00
MihailRis
26935473a3 Water render fix, minor refactor, README.md update 2023-11-06 00:48:03 +03:00
MihailRis
e437cc99ce EngineSettings.chunksLoadSpeed; removed unused assets 2023-11-06 00:20:58 +03:00
MihailRis
7730da0056 Project structure update 2023-11-05 22:30:52 +03:00
MihailRis
ae79f06ce8
GCC build fix 2023-11-05 15:39:37 +03:00
MihailRis
0cf8382e95
New world format, fixes 2023-11-05 15:32:46 +03:00
MihailRis
6ff76c1dad
Delete src/graphics/VoxelRenderer.cpp 2023-11-02 13:26:20 +03:00
MihailRis
76c2f96a8e
Delete src/graphics/VoxelRenderer.h 2023-11-02 13:26:11 +03:00
MihailRis
e2404830b8
Delete src/voxels/ChunksLoader.cpp 2023-11-02 13:25:57 +03:00
MihailRis
81309b5491
Delete src/voxels/ChunksLoader.h 2023-11-02 13:25:46 +03:00
MihailRis
754c5b80d0
voxels renderer rebuilt, WorldFiles fix 2023-11-02 13:23:52 +03:00
MihailRis
0576316282
Engine core and assets loading refactor 2023-10-30 15:19:58 +03:00
MihailRis
5a6a5bbb05
GCC warnings fix 2023-10-24 14:12:51 +03:00
MihailRis
5954369744
Windows compile fixes 2023-10-24 09:56:56 +03:00
MihailRis
4f20abe7ea
Warning fixes, refactor 2023-09-19 23:25:17 +03:00
MihailRis
eaf1fa54cd
Fixed some warnings, set -Wall, -Wextra 2023-09-19 14:14:50 +03:00
MihailRis
0837f8945f
Merge pull request #13 from MihailRis/main
Merge changes from main to v13
2023-09-19 10:56:31 +03:00
Che10VeK
30ad8385c9
Added cmake support (#11)
* Update README.md

* added submodules

* moved submodules to release tag

* fix include for fixed width integer

* added cmake support and build instruction

* Update README.md

* fix cmake links

* upd CMakeLists.txt
2023-08-02 05:44:09 +03:00
lllzebralll
8e68a47712 refactoring 2022-12-08 21:20:45 +03:00
lllzebralll
a1f9155498 ui update,many fixes 2022-12-08 01:03:12 +03:00
lllzebralll
f04bac6b43 добавленно частичное сглаживание 2022-12-01 20:37:30 +03:00
lllzebralll
fea123bc5f inventory fix 2022-11-19 23:11:50 +03:00
lllzebralll
900e4ae098 add block rotate 2022-11-19 23:05:33 +03:00
lllzebralll
d2416946d9 inventory 2022-11-19 02:21:15 +03:00
lllzebralll
b1e5a3c6fb many little fixes 2022-11-08 14:49:10 +03:00
zebra
815aa90489 func name fix 2022-11-08 10:51:13 +03:00
MihailRis
8a073e4e8a world-wide commit to ruin everything 2022-10-28 22:44:32 +03:00
MihailRis
fbce36a05c Refactor, shader fix 2022-10-01 18:02:48 +03:00
MihailRis
6965bbe809 PlayerController class (more OOP) 2022-10-01 17:11:43 +03:00
MihailRis
26f70b2f04 Fixed previous push 2022-10-01 16:11:31 +03:00
MihailRis
d3f29f8ace WorldRenderer and HudRenderer classes 2022-10-01 15:59:57 +03:00
MihailRis
d60f5c3679
Added Batch3D 2022-08-29 15:56:29 +03:00
lllzebralll
0711cb07f0 add blockSprite 2022-08-11 20:22:20 +03:00
lllzebralll
420ae4e993 include fix 2022-08-10 20:26:35 +03:00
lllzebralll
18266845a6 delete comment 2022-08-10 20:24:13 +03:00
lllzebralll
539c5f90bd add many feature, but have many draw bugs 2022-08-10 20:18:04 +03:00
MihailRis
9a92d7a20c
Erreur stupide 2022-07-18 02:47:50 +03:00
MihailRis
c0f5e5f4fc
Added 'style' font render argument 2022-07-16 00:31:04 +03:00
MihailRis
fa4538c124
font draw improvements 2022-07-15 16:54:35 +03:00
MihailRis
889b2a62b5
0 font page used instead of missing one 2022-07-15 16:40:12 +03:00
MihailRis
bdd3fbf7d4
Added 3 unicode pages for font, fixed UI, added Block.breakable
Added 1, 2, 3 and 4 unicode pages from Minecraft.
Font now uses std::wstring instead of std::string
Added Block.breakable field (the only unbreakable block is bedrock)
Bedrock is now selectable
2022-07-14 19:23:31 +03:00
MihailRis
b2872650d6
mini-fix 2022-07-01 02:34:34 +03:00
MihailRis
1038a79b78
Added generation seed support 2022-07-01 02:31:30 +03:00