Commit Graph

55 Commits

Author SHA1 Message Date
98ca778dfc http server working
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-06-20 19:34:07 +00:00
2059cc6e77 update
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-06-14 19:10:16 +00:00
eb9a135ca7 fixing bugs and adding some test scripts
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-04-27 20:10:58 +00:00
2883ca0841 prepare for changes
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-04-21 18:11:26 +00:00
7d48cfaa37 bug fixes
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-04-16 16:14:59 +02:00
20770b42a4 update
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
2025-04-14 07:12:31 +00:00
dc9f37b726 update
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-04-06 10:34:47 +00:00
d37d1ebc6c bug fixes
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
2025-03-22 17:48:44 +00:00
39fbcf4300 linux bug fixes
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
2025-03-22 01:10:19 +00:00
Dennis Eichhorn
4f1cbd98f9 started templating
Some checks failed
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
2025-03-21 01:08:09 +00:00
17b803a0b6 prepare directx ui, not working yet
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
2025-03-09 18:15: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
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
208bff208f Started with ui theme, ui layout and general ui rendering impl. Not working. 2025-01-18 01:36:08 +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
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
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
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
4cfe20e4e2 implemented frame buffer, working. however, msaa now broken 2024-12-14 15:03:04 +01:00
bc28becf9c static dynamic rendering fixes. Still some bugs 2024-12-13 08:29:39 +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
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
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
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
c7db2069c0 program starts again. broken are input somehow?!, fps and theme needs to be further implemented 2024-10-28 02:43:21 +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
653a14442f restructured application -> started to use more dlls 2024-10-15 02:57:20 +02:00
223edfd595 Simplified rect drawing and started with text rendering (text not working) 2024-10-02 17:32:04 +02:00
390158687a Started to shift to better defined types 2024-10-01 00:22:42 +02:00
f7dd43f5eb prepare logging update... right now completely broken 2024-09-30 17:55:58 +02:00
2d55ef6f66 testing: started rendering debug information / ui 2024-09-29 02:12:15 +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
f7b67e4116 fix logging bugs 2024-09-21 05:30:16 +02:00
9374b5aa2c implement basic logging system (timings + text) 2024-09-21 04:20:21 +02:00
f3cd6bb31f fix includes and include order 2024-09-21 01:34:20 +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