• Joined on 2022-10-27
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:33:47 +00:00
6e23e7b695 fix(build): register CategoryDropdown prototype and replace PdfView with View in CAD workspace
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:28:02 +00:00
f20ba795c0 fix(cad): time-box script evaluation so a runaway cannot wedge the worker
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:25:38 +00:00
efcabb7c0d refactor(spreadsheet-ui): format and consolidate workspace adapter
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:21:31 +00:00
802c7ee15c fix(rider): add valhalla dependency with correct relative path to nigig-rider Cargo.toml
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:20:28 +00:00
5b7e3bd7f9 test(spreadsheet-ui): add compile-only validation target
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:16:21 +00:00
101bb867b9 feat(map): register RoutePass in RenderGraph enable method
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:12:33 +00:00
2e0a3e9f81 refactor(cad): route GPU uploads through MeshCache (Phase 5.3)
andodeki pushed to main at andodeki/nigig-org 2026-07-28 19:04:00 +00:00
3ad1b75522 feat(rider): integrate ValhallaActor and DriverGuidanceController into RiderBookPage and RiderTrackPage
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:56:33 +00:00
e2df12da90 feat(map): add RouteRenderPass to RenderGraph and document rider map integration plan
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:55:26 +00:00
0033564660 chore(spreadsheet-ui): remove unused grid import
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:53:16 +00:00
534d82cd3c fix(map): resolve all 51 compilation errors in map crate
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:50:21 +00:00
676dbaf19f perf(cad): stop resyncing viewports that already agree (Phase 5.2, first increment)
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:33:48 +00:00
cf29ba78a4 fix(spreadsheet-ui): bind the WidgetRef before borrowing in a let-else
0405067bd5 fix(cad): properties panel and Extend tool never wrote anything (Phase 4.3)
0a8d5b5abb test(cad): move the integration suite out of src/ (Phase 4.7)
9233c476a5 docs(cad): strip the version archaeology from the comments (Phase 4.6)
b394e986e3 refactor(cad): unify the duplicated mesh and script extractors (Phase 4.4)
Compare 5 commits »
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:17:00 +00:00
ffc8973b50 refactor(spreadsheet-ui): route sheet switching through adapter
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:15:11 +00:00
441bcde01a refactor(spreadsheet-ui): adapt legacy startup through workbook model
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:14:10 +00:00
2d415a47a9 refactor(spreadsheet-ui): initialize workspace through workbook adapter
andodeki pushed to main at andodeki/nigig-org 2026-07-28 18:01:02 +00:00
29accc38f4 refactor(spreadsheet-ui): route add-sheet through workbook adapter
andodeki pushed to main at andodeki/nigig-org 2026-07-28 17:51:53 +00:00
4371374bbb refactor(cad): track part mutations by generation (Phase 5.1, first increment)
andodeki pushed to main at andodeki/nigig-org 2026-07-28 17:50:46 +00:00
147ca7de23 test(pdf): prove the AES-256 path and harden malformed encryption
andodeki pushed to main at andodeki/nigig-org 2026-07-28 17:50:13 +00:00
33cf89598c feat(valhalla): implement phase B 2d line segment intersection, ellipse containment, and oriented bounding box obb2 overlap math