Commit Graph
76 Commits
Author SHA1 Message Date
MihailRis bfe2e2557b minor refactor 2024-01-31 18:14:01 +03:00
MihailRisandGitHub acce49f188 Scripting WIP (#70)
* Scripting introduced

* AppImage workflow fixes

* AppImage workflow simplified

* README.md update

* README.md update

* small fix
2023-12-25 05:26:03 +03:00
MihailRis abbe4021ba Minor refactor 2023-12-24 13:57:00 +03:00
MihailRis 25b1afbc26 settings files location fix 2023-12-23 14:32:51 +03:00
MihailRis 924957ddee Content packs structure update 2023-12-16 12:47:20 +03:00
MihailRis cd4d07c6d8 Windows settings write fix 2023-12-14 14:55:25 +03:00
MihailRis c6d2266026 Refactor 2023-12-14 00:20:40 +03:00
MihailRis c8a283c645 Base content package + ContentLoader 2023-12-01 16:26:42 +03:00
MihailRis fe220ee172 enginefs replaced with EnginePaths class + command line arguments 2023-11-26 14:07:18 +03:00
MihailRis fb8d220cca Blocks atlas is auto-assembling now 2023-11-22 01:53:48 +03:00
MihailRis 3b03464d27 Introduced Content, ContentIndices, no more integer ids hardcoded, common refactor 2023-11-21 11:38:59 +03:00
@clasher113 3033f4f767 Build fix 2023-11-20 10:11:04 +02:00
MihailRis e04abe79d8 inputtype::button renamed to inputtype::mouse 2023-11-20 06:39:42 +03:00
MihailRis 9051db3526 bindings, controls.json file 2023-11-19 22:37:15 +03:00
MihailRis b14ef4f923 Saving settings 2023-11-17 16:19:11 +03:00
MihailRis 91c06537eb Generator test mode setting 2023-11-15 00:06:28 +03:00
MihailRis ccbfaa3a86 Fog factor correction, small fixes 2023-11-14 22:57:27 +03:00
MihailRis 69b309dc60 toml format is now used for settings file 2023-11-14 15:51:26 +03:00
MihailRis 63b5f4bc6b Refactor and fixes 2023-11-12 02:44:02 +03:00
MihailRis e48e41c99a Added pause menu, new F3 debug panel, fogCurve setting 2023-11-11 15:35:27 +03:00
MihailRis d5dc134737 display-swap-interval setting 2023-11-09 02:02:48 +03:00
MihailRis 1d9fc44482 Decreased GL,GLFW presence out of Window module 2023-11-09 01:19:44 +03:00
MihailRis 5847470cde EngineSettings save/load functions 2023-11-08 15:57:31 +03:00
MihailRisandGitHub 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
MihailRisandGitHub 754c5b80d0 voxels renderer rebuilt, WorldFiles fix 2023-11-02 13:23:52 +03:00
MihailRisandGitHub 0576316282 Engine core and assets loading refactor 2023-10-30 15:19:58 +03:00
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
lllzebralll 8e68a47712 refactoring 2022-12-08 21:20:45 +03:00
lllzebralll f04bac6b43 добавленно частичное сглаживание 2022-12-01 20:37:30 +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 d3f29f8ace WorldRenderer and HudRenderer classes 2022-10-01 15:59:57 +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 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