90 Commits

Author SHA1 Message Date
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
MihailRis
37dd882fdb
Small chunks render fix 2022-06-29 20:13:49 +03:00
MihailRis
f569378b88
Chunks render moved to ChunksLoader 2022-06-29 19:30:23 +03:00
MihailRis
ffc39fccaf
Some refactor again 2022-06-29 17:47:40 +03:00
MihailRis
e8ca11894d
Added class Level for runtime world stuff 2022-06-29 17:12:58 +03:00
MihailRis
4ceba017c7
Some refactor 2022-06-29 16:07:55 +03:00
MihailRis
f962b73c98
update_controls & update_interaction moved to separate module 2022-06-29 15:36:45 +03:00
MihailRis
191b88192b
Added chunks counter to debug info screen 2022-06-29 15:18:31 +03:00
MihailRis
bb7c63394b
Fixed block preview texture selection 2022-06-29 15:05:21 +03:00
MihailRis
81d246f3d0
Added text shadow, block indicator outline 2022-06-29 14:55:02 +03:00
MihailRis
88c1695903
Flipped UI, minor changes
Flipped UI, removed extra Batch2D, added comments and minor changes
2022-06-29 14:03:36 +03:00
lllzebralll
c3b4357852 update 2022-06-28 21:21:36 +03:00
lllzebralll
4e5869882e micro fix 2022-06-28 19:03:01 +03:00
lllzebralll
0aa891f35f generation update 2022-06-28 18:35:15 +03:00