aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* feat(script): model handler two schedulerValentin Popov2026-07-181-1/+234
* feat(runtime): load mission script bundlesValentin Popov2026-07-183-5/+113
* feat(script): classify VM dispatch selectorsValentin Popov2026-07-181-1/+57
* feat(script): decode compiled package framingValentin Popov2026-07-182-0/+266
* feat(assets): preserve unit component asset provenanceValentin Popov2026-07-181-2/+44
* feat(prototype): trace unit component edgesValentin Popov2026-07-182-6/+62
* feat(prototype): retain unit component provenanceValentin Popov2026-07-183-0/+44
* feat(terrain): index surface queries with bvhValentin Popov2026-07-181-3/+259
* feat(runtime): add terrain-snapped reference movementValentin Popov2026-07-183-2/+175
* feat(world): retain mission transform stateValentin Popov2026-07-182-4/+104
* feat(render): preview explicit animation framesValentin Popov2026-07-181-1/+141
* fix(terrain): preserve opaque shade lookup keysValentin Popov2026-07-183-18/+51
* feat(terrain): separate shade material selectionsValentin Popov2026-07-182-1/+26
* feat(terrain): decode slot material pairsValentin Popov2026-07-181-0/+68
* feat(terrain): expose slot render dispatchValentin Popov2026-07-181-0/+47
* feat(terrain): encode material manager selectorsValentin Popov2026-07-182-5/+80
* feat(terrain): recover material layer contractValentin Popov2026-07-181-1/+55
* feat(terrain): bind map base texturesValentin Popov2026-07-181-0/+66
* feat(animation): recover Node38 fallback hierarchyValentin Popov2026-07-183-5/+166
* feat(msh): retain static node animation dataValentin Popov2026-07-182-3/+142
* fix(render): match Ngi32 camera matricesValentin Popov2026-07-181-10/+11
* feat(render): apply recovered TMA orientationValentin Popov2026-07-181-0/+39
* feat(render): recover Iron3D Euler transformValentin Popov2026-07-181-0/+87
* perf(assets): reuse archives during mission loadsValentin Popov2026-07-182-3/+48
* feat(render): recover legacy d3d camera matricesValentin Popov2026-07-181-0/+182
* feat(render): retain raw camera projection stateValentin Popov2026-07-181-0/+57
* feat(render): invert raw affine camera transformsValentin Popov2026-07-181-0/+126
* feat(render): retain raw camera posesValentin Popov2026-07-181-0/+66
* feat(runtime): trace visual cache sizesValentin Popov2026-07-182-31/+134
* feat(runtime): trace visual graph sizesValentin Popov2026-07-182-8/+56
* perf(assets): cache visual wear validationValentin Popov2026-07-181-2/+41
* feat(runtime): trace material validation requestsValentin Popov2026-07-181-6/+15
* perf(assets): cache visual graph anchorsValentin Popov2026-07-181-5/+15
* feat(runtime): trace visual dependency requestsValentin Popov2026-07-182-8/+130
* perf(resource): avoid copying nres payloadsValentin Popov2026-07-182-13/+34
* perf(runtime): retain more decoded payloadsValentin Popov2026-07-181-1/+6
* feat(runtime): trace visual graph phasesValentin Popov2026-07-182-5/+62
* fix(assets): satisfy material cache lintValentin Popov2026-07-181-1/+1
* perf(assets): cache graph material validationValentin Popov2026-07-181-1/+32
* feat(runtime): split model asset load checkpointsValentin Popov2026-07-182-6/+12
* feat(runtime): trace asset preparation phasesValentin Popov2026-07-182-12/+101
* perf(assets): cache prepared model dependenciesValentin Popov2026-07-181-9/+41
* fix(assets): retain texture resolver test helpersValentin Popov2026-07-181-0/+16
* perf(assets): cache graph texm validationValentin Popov2026-07-181-14/+27
* feat(runtime): split visual graph load phaseValentin Popov2026-07-181-2/+5
* fix(terrain): use xy ground coordinatesValentin Popov2026-07-181-36/+36
* fix(render): project static scene on xy planeValentin Popov2026-07-181-0/+77
* feat(game): preview multiple mission rootsValentin Popov2026-07-181-0/+52
* feat(render): compose terrain with preview rootValentin Popov2026-07-181-0/+22
* feat(game): bind preview diffuse materialsValentin Popov2026-07-181-1/+13