Commit Graph

14 Commits

Author SHA1 Message Date
Dipshet ab90b54713 Render world effects (clouds/smoke/explosions) at scene resolution
AC6 renders its cloud/smoke/explosion chain into half-res buffers, which look
soft once the world is upscaled. Re-register those buffers at 1280x720 and 1x
instead of 640x360 and 4x MSAA, the same EDRAM tiles, so nothing downstream moves,
plus the pool reserve, compositor inputs and module viewport the enlarged chain
needs, and keep the fixed 2:1 silhouette downscaler at its native size so its
baked x2 cannot wrap. cvar: ac6_fullres_effects, off by default.
2026-08-09 21:12:03 +02:00
Dipshet 9fae38a987 Updated README.md 2026-08-09 02:15:59 +02:00
Schryzon bdc9658b8b Fix MSVC compilation flags, improve build script, and update README 2026-07-04 23:57:35 +08:00
salh a0884cbf3a Hardened Failure handling. Added Clearer instructions for building 2026-04-22 16:55:39 +03:00
salh 34d8c0185e Improve texture swap modding workflow 2026-04-22 16:22:41 +03:00
salh 882d20f686 Refactor native graphics backend and fix build errors 2026-04-19 13:05:54 +03:00
salh 2701342e34 Add dev testing warning to README 2026-04-18 09:26:08 +03:00
salh 8d2963c556 docs: clarify reconfigure step after codegen 2026-04-18 09:16:56 +03:00
salh aa40992ec2 chore: resolve merge conflicts, clean up workspace, update README
- Resolve merge conflicts in CMakeLists.txt, .gitignore, and all src/ files,
  keeping the HEAD (native renderer) versions throughout
- Remove stale SDK alternate-tree ref (rexglue-sdk~6e0ca2f) from index
- Drop scratch files: 'New Text Document.txt', *.bak
- Rewrite README with full setup instructions, prereqs table, build
  preset table, run command, project layout overview, and Linux section
2026-04-17 20:35:41 +03:00
sal063 6e0ca2f91f Update README.md 2026-04-14 12:41:13 +03:00
sal063 7e810810e2 Update README.md 2026-04-14 12:40:48 +03:00
salh 77f5da905a Initial source-only import 2026-04-14 12:37:39 +03:00
rapidsamphire f534ff01f3 Update README.md 2026-03-09 04:32:52 -05:00
Your Name b683f0cd65 Add README 2026-03-09 04:19:57 -05:00