Commit Graph
39 Commits
Author SHA1 Message Date
MihailRis 3dc776c90d add in-memory png loading implementation 2024-11-27 22:47:18 +03:00
MihailRis d2805f40e8 remove libspng-related code from png.cpp 2024-10-21 14:09:15 +03:00
MihailRis d0dbe549a1 remove libspng mentions from Windows build 2024-10-21 13:58:54 +03:00
MihailRis f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
InfiniteCoder eb061bcaf4 graphics/ 2024-08-04 22:12:48 +03:00
InfiniteCoder 3aa0298c85 files/ 2024-08-04 17:08:11 +03:00
InfiniteCoder e6da3638f0 Logger.hpp 2024-08-04 12:46:03 +03:00
InfiniteCoder eeb9ba77fb Add global include directory 2024-08-04 10:11:01 +03:00
Vyacheslav Ivanov bbf33e8e4d format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00
MihailRis 462484130d fix msvc build 2024-07-01 06:09:33 +03:00
MihailRis fab124a2e2 remove unnecessary 'new' operators 2024-07-01 06:00:33 +03:00
MihailRis 2dffdf757c add <image ...> atlases support 2024-06-30 22:05:12 +03:00
MihailRis c0dca31e98 memory refactor Texture and ImageData 2024-06-30 21:24:46 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis 3b4fc2dfea leaks fix (valgrind full leak check) in world 2024-04-30 03:17:24 +03:00
MihailRis 9f2bceb039 just a minor refactor, nothing special 2024-04-23 02:00:03 +03:00
MihailRis 90d0b54a69 thread pool update + refactor 2024-04-11 15:48:27 +03:00
MihailRis befc9cf09c assets-related refactor 2024-04-10 17:44:17 +03:00
MihailRis b56408a202 src/graphics moved to src/graphics/core 2024-03-18 20:47:35 +03:00
MihailRis a4a5aef422 skybox: added moon and stars 2024-01-26 02:49:42 +03:00
@clasher113 1b2c0a0f21 Build fix 2024-01-22 11:05:49 +02:00
MihailRis e2bb7a34aa palette png reading support 2024-01-10 03:49:20 +03:00
MihailRis 5bd78c09ad Minor refactor 2024-01-04 22:47:21 +03:00
Ara 73abc23b5c refactoring old C for Linux 2023-12-19 14:14:25 +06:00
A-lex-Ra c17657a8ee refactoring old C for windows 2023-12-19 13:39:17 +06:00
A-lex-Ra 6830205bcc memory-safety improved 2023-12-18 18:02:17 +06:00
MihailRis cc556bc19b GCC warnings fix 2023-11-23 19:26:40 +03:00
MihailRis cbafb9a68b Image related leaks fix 2023-11-19 17:44:14 +03:00
@clasher113 883dcbf168 Advancec Frustum Culling & fixes 2023-11-16 16:42:57 +02:00
MihailRis 91c06537eb Generator test mode setting 2023-11-15 00:06:28 +03:00
MihailRis 3723cf491f Added screenshot feature (F2 key) 2023-11-13 15:01:41 +03:00
MihailRis d42d2dc294 Added png::write_image 2023-11-13 14:02:18 +03:00
MihailRis 7fe2a057c6 Fixed Windows build errors 2023-11-12 05:25:32 +03:00
MihailRis 9cde99f3f7 png::load_image implementation 2023-11-12 03:55:19 +03:00
MihailRis ffd3e3f852 Added graphics/ImageData class 2023-11-12 03:26:06 +03:00
MihailRis 63b5f4bc6b Refactor and fixes 2023-11-12 02:44:02 +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 7730da0056 Project structure update 2023-11-05 22:30:52 +03:00