Commit Graph

57 Commits

Author SHA1 Message Date
faf95f3e1b general fixes 2025-03-04 23:59:05 +01:00
d0076fa2ad fix release build 2025-03-01 06:56:08 +01:00
de0bb56018 improve performance logging and make gpu api interaction between opengl and vulkan more similar 2025-03-01 02:35:16 +01:00
6aa80b8e69 multi gpu api rendering. working 2025-02-14 07:31:48 +01:00
c7b881e6b7 getting closer to our first rendering with the UILayout, app working. 2025-02-12 03:23:18 +01:00
a8191a239a working again, ui layout not yet fully implemented. test framework functional. 2025-02-09 19:01:41 +01:00
fd47385162 continued with UI re-impl. utterly broken!!! 2025-01-25 23:37:28 +01:00
2263d6f018 some system info improvements (CpuInfo, SystemInfo, SIMD helper) 2025-01-18 18:23:44 +01:00
38f9178831 fix framebuffer resize and impl. ctrl+v 2025-01-11 18:15:51 +01:00
a02963607d bug fixes, improved input handling and started testing with typing mode 2025-01-11 01:26:44 +01:00
2ecb47117b huge re-write of ams. impl. of command buffer, ... 2025-01-07 20:47:16 +01:00
2521f5f2e4 Getting ready to modify AMS and ECS 2025-01-02 21:13:11 +01:00
f903ac86d7 huge disaster with double frame buffer fixed, still no manual support but we are at least alive again 2024-12-31 09:39:49 +01:00
b916506f89 sound kinda working again but a choppy, probably an interval issue or smaple index issue 2024-12-24 02:57:40 +01:00
d983df0158 image header optimizations 2024-12-21 22:36:48 +01:00
5d7943016d opengl rendering working again, also improving some code 2024-12-21 03:46:52 +01:00
fa9fcb6394 Started to do a massive thread improvement journey. AMS still outstanding also handling multiple AssetArchives is still a open todo, same goes for multiple gpuapis 2024-12-18 07:43:11 +01:00
8c034c4a26 optimized build script and started to split shaders. not yet working, opengl only handles one asset file and vulkan and directx still need the remaining code impl. 2024-12-17 02:38:06 +01:00
bc28becf9c static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +01:00
cf97cf7eb9 improved setup time by 1.4 seconds through threading 2024-12-12 22:40:34 +01:00
fd963ca891 release build fixed 2024-12-12 18:44:22 +01:00
fe054ebb13 implemented asset archives and more threading. kinda working 2024-12-11 21:03:47 +01:00
c132b425d2 game working in debug but not in release 2024-11-30 07:31:24 +01:00
87f29a8310 tried to implement network logging. app completely broken. probably threading issue. 2024-11-30 06:07:51 +01:00
faf5f98914 started to implement audio mixer, game working but no audio yet 2024-11-29 22:56:22 +01:00
2943d418e2 cleanup 2024-11-26 01:11:10 +01:00
4c7026c698 threaded audio working, impl. queue for threads and atomics 2024-11-23 17:36:13 +01:00
2420efab8a pulled audio in own thread, not working 2024-11-22 20:31:11 +01:00
ab9ab3fceb performance fixes, working. Some socket fixes, server socket fails to receive 2024-11-21 15:17:11 +01:00
b26db7a2d7 big rewrite, working. & started to test network connection, not working 2024-11-20 22:39:08 +01:00
2149c82b63 Started to render with normals. working 2024-11-09 02:05:07 +01:00
149543016b testing with framebuffer/ssaa, fixed font spacings 2024-11-06 03:26:35 +01:00
4f8b8c3ec2 Improved flow and started implementing chunks. app working. 2024-11-04 23:50:32 +01:00
c2f4862f22 font rendering fixed, input (WASD and camera rotation) still a little bit buggy 2024-10-28 23:11:18 +01:00
ba244f8155 first attempt at fixing toolset 2024-10-24 02:47:29 +02:00
5685a827a2 started fixing previous commit 2024-10-21 07:25:05 +02:00
0c4bd343fc started to implement more custom file formats, 100% nothing is working at the moment 2024-10-21 03:58:35 +02:00
3494641cac 1. cleaned up WindowProc, 2. implemented hotkey callbacks 2024-10-04 14:17:20 +02:00
fd39f1042d Fixed bug in orth matrix, UI is now nice 2024-09-30 20:23:38 +02:00
f7dd43f5eb prepare logging update... right now completely broken 2024-09-30 17:55:58 +02:00
50527a88e6 some input cleanup and more general controller handling 2024-09-26 18:16:45 +02:00
b031ebb25d implement controller support 2024-09-26 06:10:10 +02:00
177affce99 Simplified input handling AND prepared for contontroller usage by merging all input states 2024-09-25 21:16:50 +02:00
ed7d1cf5f8 Made the logger basically standalone 2024-09-25 03:58:01 +02:00
1a59175f65 1. added debug/release options for build. 2. added byte reading options. 3. started fixing png, probably still not working 2024-09-24 00:43:36 +02:00
e88840f0fa implement png BUT not working since not debugged yet 2024-09-23 04:34:31 +02:00
44ebefd06a fix sound playing, we are actually playing an audio file :) 2024-09-22 00:10:34 +02:00
9374b5aa2c implement basic logging system (timings + text) 2024-09-21 04:20:21 +02:00
b150fe12f6 generalized library loading 2024-09-20 18:12:14 +02:00
fdfc778771 flying/free move cube chunk 2024-09-20 05:11:16 +02:00