Commit graph

332 commits

Author SHA1 Message Date
Pyogenics e474e2cd57 Make arc packer consume txt file filters in Common/Media 2026-03-08 22:41:10 +01:00
Pyogenics 4eeb996456 Added python arc packing tool 2026-03-08 22:41:10 +01:00
Tropical 7975f5c3c0 docs: update README to better represent scope 2026-03-08 22:40:55 +01:00
zukrmn 53b5f7058e fix: remove GCC diagnostic pragmas suppressing std::wstring_convert deprecation 2026-03-08 22:40:41 +01:00
zukrmn c122bff122 fix: address PR reviewer feedback regarding random_shuffle and queue.empty() 2026-03-08 22:40:41 +01:00
zukrmn 42b0352ec3 fix: resolve all remaining compilation warnings 2026-03-08 22:40:41 +01:00
zukrmn 00148791f4 build(docker): add clang and lld for llvm compilation support 2026-03-08 22:39:41 +01:00
zukrmn 82b92b8055 chore(flake): sync dependencies and tools with devcontainer
Added meson, ninja, pkg-config, libGLU, libpng, zlib, openal, libvorbis, lld and updated to gcc15
2026-03-08 22:39:41 +01:00
zukrmn 387fa1515a fix: resolve high-severity Linux compiler warnings 2026-03-08 22:39:41 +01:00
MrShrekThird 4b31b85713 Removed README.md link lol 2026-03-08 22:39:41 +01:00
MrShrekThird c9da88e5b0 Update CONTRIBUTING.md with README link
Added a note to visit README.md for compilation instructions.
2026-03-08 22:39:41 +01:00
MrShrekThird 0b5800b917 Update CONTRIBUTING.md
Removed outdated and redundant compilation instructions.
2026-03-08 22:39:41 +01:00
Tropical b0d0457f7d docs: undo accidental comment replacement 2026-03-08 22:39:41 +01:00
Tropical bcbaa98f90 fix: more replacement mistakes 2026-03-08 22:39:41 +01:00
Tropical 95c26f69cf fix: undo some mistakes 2026-03-08 22:39:40 +01:00
Tropical 052a656673 fix: remove byte type alias 2026-03-08 22:39:40 +01:00
Tropical 7c0bd2fbbd refactor(build): make lld optional and recommend clang/llvm in README 2026-03-08 22:39:40 +01:00
JuiceyDev 44251492ff im gonna ry it works im so happy 2026-03-08 21:54:27 +01:00
JuiceyDev 3657169222 fixing my mistake in w 2026-03-08 17:18:21 +01:00
JuiceyDev 3c825a244c w 2026-03-08 17:03:55 +01:00
JuiceyDev 0b96b3064d its so peak 2026-03-08 15:14:26 +01:00
JuiceyDev afd41f33e8
Merge pull request #1 from lotaviods/amd_gpu_fixes
AMD chunk rendering failure caused by multithreaded OpenGL context usage
2026-03-08 11:26:02 +01:00
lotaviods 612d3e9529 fix: Now it quite render on AMD cards need more fixes but its a clue maybe display lists are not shared across OpenGL contexts on amd driver 2026-03-07 12:55:38 -03:00
lotaviods 6d16d53114 chore: Perf graph looks cool i guess 2026-03-07 12:54:22 -03:00
JuiceyDev 8077e706e7 wawa the third 2026-03-07 00:20:11 +01:00
JuiceyDev 6d46ef2273 wawa 2026-03-07 00:17:56 +01:00
JuiceyDev 9dda66e0fc wa 2026-03-07 00:16:44 +01:00
JuiceyDev 0ae4ba9dc6 wawa 2026-03-07 00:14:19 +01:00
JuiceyDev a4ad9f771e wawa 2026-03-07 00:11:28 +01:00
JuiceyDev ffbb8598d4 wawa 2026-03-07 00:09:19 +01:00
JuiceyDev 8281af31b6 this will break the whole renderer pipeline 2026-03-07 00:08:03 +01:00
JuiceyDev 03f92a4dd7 wa 2026-03-07 00:05:51 +01:00
JuiceyDev 30e9149e29 wawawa 2026-03-07 00:02:06 +01:00
JuiceyDev 9dbdee6c30 hihihihihih 2026-03-06 23:58:56 +01:00
JuiceyDev 99f1dcf898 test 2026-03-06 23:50:56 +01:00
JuiceyDev bf39437a55 victims 2026-03-06 23:09:42 +01:00
JuiceyDev 3ed3f255c4
Update README.md 2026-03-06 23:06:18 +01:00
JuiceyDev 33da56e802 wawa 2026-03-06 23:03:29 +01:00
JuiceyDev 2861641abb uh oh 2026-03-06 22:50:53 +01:00
JuiceyDev 803e1c2f14 also removed stupid files from mason 2026-03-06 22:38:01 +01:00
JuiceyDev 3f27bf3b49 removed STUPID files 2026-03-06 22:36:41 +01:00
JuiceyDev 0b405ad590 cough couughhcougghhhc ougghh 2026-03-06 22:13:02 +01:00
JuiceyDev 2f8ed831fc fix: enable TRIANGLE_MODE and use correct OpenGL constants to fix invisible terrain 2026-03-06 22:10:41 +01:00
JuiceyDev 12c48a02ad fix: use standard OpenGL constants on Linux to fix invisible terrain 2026-03-06 21:43:31 +01:00
JuiceyDev f8510b88f0 fix: correct texture color channel mapping and mipmap conversion for Linux 2026-03-06 21:33:41 +01:00
JuiceyDev 2aa0058a8d debug: disable fancy second pass to test terrain visibility 2026-03-06 21:22:05 +01:00
JuiceyDev 4ad16db139 fix: disable compact vertex format for terrain to fix invisible geometry on laptop/AMD GPUs 2026-03-06 21:01:42 +01:00
JuiceyDev a92180a713 Revert "fix: reduce max level render size to stay within laptop GPU display list limits"
This reverts commit 2565c7193c.
2026-03-06 21:00:10 +01:00
JuiceyDev 2565c7193c fix: reduce max level render size to stay within laptop GPU display list limits 2026-03-06 20:53:12 +01:00
JuiceyDev a161fc41c8 fix: disable _LARGE_WORLDS to fix invisible terrain on laptops 2026-03-06 20:42:38 +01:00