Commit Graph
2434 Commits
Author SHA1 Message Date
MihailRis 63b5f4bc6b Refactor and fixes 2023-11-12 02:44:02 +03:00
MihailRis b4a3608302 Update README.md 2023-11-11 19:29:45 +03:00
alexei-zebra a9193ae4d9 pausa & readme hotfix 2023-11-11 18:47:41 +03:00
MihailRisandGitHub f182d30f14 Update README.md 2023-11-11 15:39:11 +03:00
MihailRisandGitHub b71fd610de Update README.md
Update controls
2023-11-11 15:38:20 +03:00
MihailRis e48e41c99a Added pause menu, new F3 debug panel, fogCurve setting 2023-11-11 15:35:27 +03:00
MihailRis b9ed7a2b28 Added more get/put methods to json objects 2023-11-10 21:26:09 +03:00
MihailRis 65eb851fd8 Added platform::get_settings_file 2023-11-10 16:25:11 +03:00
MihailRis 5c2ff83e7d Added more keycodes to window/input 2023-11-09 23:50:13 +03:00
MihailRis 5bd27c3e86 Solved some prehistoric issue 2023-11-09 20:21:15 +03:00
MihailRis 665347213d Added util/platform module 2023-11-09 20:17:11 +03:00
MihailRis ab7e832218 Fixed MSVC source encoding to UTF-8 2023-11-09 19:30:28 +03:00
MihailRis ee52e412fa Added stringutil module 2023-11-09 15:03:50 +03:00
MihailRis d5dc134737 display-swap-interval setting 2023-11-09 02:02:48 +03:00
MihailRis b0ccc5fd68 Removed GLFW references from player_control.cpp 2023-11-09 01:52:10 +03:00
MihailRis 82ee2e9d2f Added missing files 2023-11-09 01:21:19 +03:00
MihailRis 1d9fc44482 Decreased GL,GLFW presence out of Window module 2023-11-09 01:19:44 +03:00
MihailRis 086f04af39 GLFW-related update & -lstdc++fs 2023-11-09 00:14:33 +03:00
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
alexei-zebraandGitHub a1dafa22bd Update README.md 2023-11-06 12:18:14 +03:00
alexei-zebraandGitHub 4060ced8d2 Update README.md 2023-11-06 12:16:00 +03:00
MihailRisandGitHub e5ba4a02ef Update README.md 2023-11-06 10:03:38 +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 d67c707916 Delete libs directory 2023-11-05 21:59:09 +03:00
MihailRisandGitHub 3f30a154ec Fixed .gitignore, removed .gitmodules 2023-11-05 21:58:25 +03:00
MihailRisandGitHub ae79f06ce8 GCC build fix 2023-11-05 15:39:37 +03:00
MihailRisandGitHub 0cf8382e95 New world format, fixes 2023-11-05 15:32:46 +03:00
MihailRisandGitHub 0c65b13f4e Merge pull request #15 from MihailRis/v13
refactor and fixes
2023-11-02 13:34:03 +03:00
MihailRisandGitHub 2360441e18 Fixed 'res' copy destination 2023-11-02 13:29:52 +03:00
MihailRisandGitHub 6ff76c1dad Delete src/graphics/VoxelRenderer.cpp 2023-11-02 13:26:20 +03:00
MihailRisandGitHub 76c2f96a8e Delete src/graphics/VoxelRenderer.h 2023-11-02 13:26:11 +03:00
MihailRisandGitHub e2404830b8 Delete src/voxels/ChunksLoader.cpp 2023-11-02 13:25:57 +03:00
MihailRisandGitHub 81309b5491 Delete src/voxels/ChunksLoader.h 2023-11-02 13:25:46 +03:00
MihailRisandGitHub 754c5b80d0 voxels renderer rebuilt, WorldFiles fix 2023-11-02 13:23:52 +03:00
MihailRisandGitHub 18fcf3f141 Merge pull request #14 from MihailRis/v13
V13
2023-11-01 04:26:27 +03:00
MihailRisandGitHub 0576316282 Engine core and assets loading refactor 2023-10-30 15:19:58 +03:00
MihailRisandGitHub 972db16a0c Added run.sh 2023-10-30 00:19:56 +03:00
MihailRisandGitHub 3e1f5fb9b3 Added '-no-pie' flag for GCC 2023-10-25 18:56:18 +03:00
MihailRisandGitHub 5a6a5bbb05 GCC warnings fix 2023-10-24 14:12:51 +03:00
MihailRisandGitHub 5954369744 Windows compile fixes 2023-10-24 09:56:56 +03:00
MihailRisandGitHub bec5bd7e46 Update README.md 2023-10-24 09:22:48 +03:00