Commit Graph
3582 Commits
Author SHA1 Message Date
MihailRisandGitHub 4f20abe7ea Warning fixes, refactor 2023-09-19 23:25:17 +03:00
MihailRisandGitHub eaf1fa54cd Fixed some warnings, set -Wall, -Wextra 2023-09-19 14:14:50 +03:00
MihailRisandGitHub 0837f8945f Merge pull request #13 from MihailRis/main
Merge changes from main to v13
2023-09-19 10:56:31 +03:00
Che10VeKandGitHub 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
MihailRisandGitHub 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
MihailRisandGitHub 9a92d7a20c Erreur stupide 2022-07-18 02:47:50 +03:00
MihailRisandGitHub c0f5e5f4fc Added 'style' font render argument 2022-07-16 00:31:04 +03:00
MihailRisandGitHub fa4538c124 font draw improvements 2022-07-15 16:54:35 +03:00
MihailRisandGitHub 889b2a62b5 0 font page used instead of missing one 2022-07-15 16:40:12 +03:00
MihailRisandGitHub 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
MihailRisandGitHub b2872650d6 mini-fix 2022-07-01 02:34:34 +03:00
MihailRisandGitHub 1038a79b78 Added generation seed support 2022-07-01 02:31:30 +03:00
MihailRisandGitHub 37dd882fdb Small chunks render fix 2022-06-29 20:13:49 +03:00
MihailRisandGitHub f569378b88 Chunks render moved to ChunksLoader 2022-06-29 19:30:23 +03:00
MihailRisandGitHub ffc39fccaf Some refactor again 2022-06-29 17:47:40 +03:00
MihailRisandGitHub e8ca11894d Added class Level for runtime world stuff 2022-06-29 17:12:58 +03:00
MihailRisandGitHub 4ceba017c7 Some refactor 2022-06-29 16:07:55 +03:00
MihailRisandGitHub f962b73c98 update_controls & update_interaction moved to separate module 2022-06-29 15:36:45 +03:00
MihailRisandGitHub 191b88192b Added chunks counter to debug info screen 2022-06-29 15:18:31 +03:00
MihailRisandGitHub bb7c63394b Fixed block preview texture selection 2022-06-29 15:05:21 +03:00
MihailRisandGitHub 81d246f3d0 Added text shadow, block indicator outline 2022-06-29 14:55:02 +03:00
MihailRisandGitHub 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
lllzebralll c38eeaa57d color update 2022-06-28 15:36:55 +03:00
lllzebralll 6162bf5573 shader update 2022-06-28 15:28:06 +03:00
lllzebralll 1bae1c1c7f string in WorldFiles fix 2022-06-28 15:18:31 +03:00
lllzebralll 8cc5bdf0b1 F3 add 2022-06-08 16:19:25 +03:00
lllzebralll 9571da03f1 fix string erorr 2022-06-07 22:51:24 +03:00
MihailRisandGitHub 1770acbfef Audio module, simple text rendering 2022-03-20 23:48:21 +03:00
MihailRisandGitHub 76abbf86b0 Merge pull request #6 from MihailRis/part-11
Part 11
2022-03-12 23:32:25 +03:00
MihailRisandGitHub 8a3287d9b4 Updates in #include <mingw.thread.h> 2022-03-12 23:23:08 +03:00