mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-25 09:21:48 +00:00
renderPaginated never walked the scene tree, so share pages came out in entity id order and any project not written front to back rendered shuffled. Scenes now flatten depth first, siblings by order, with unreachable ones appended rather than dropped. A scene-limited share reads only its own scenes and the groups above them, found via each scene's path, and its validator covers those groups so a chapter swap no longer serves a stale order. Bumped RENDER_VERSION, without which cached shares would keep serving the old order. Chapter headings render as the author wrote them, unnumbered. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle.kts | ||