• Joined on 2025-06-12
timothy pushed to main at timothy/mapper 2026-03-16 09:05:56 +01:00
261359f973 fix: improve error handling in NetworkManager hotspot configuration
timothy pushed to main at timothy/mapper 2026-03-16 08:58:47 +01:00
63a33f4deb fix: enhance NetworkManager hotspot configuration and cleanup process
timothy pushed to main at timothy/mapper 2026-03-16 08:50:33 +01:00
12ff47207e fix: enhance AP and client mode switching with NetworkManager support
timothy pushed to main at timothy/mapper 2026-03-16 08:42:32 +01:00
4ad82a1a66 fix: refactor networking scripts for improved robustness and clarity
timothy pushed to main at timothy/mapper 2026-03-16 08:34:09 +01:00
855339ef42 fix: harden NetworkManager hotspot creation to prevent supplicant-timeout errors on Pi 3B
timothy pushed to main at timothy/mapper 2026-03-16 00:10:52 +01:00
4e1858de61 fix: make setup script WiFi-safe by removing instant network activation
timothy pushed to main at timothy/mapper 2026-03-15 23:56:40 +01:00
6fea68f903 fix: force NetworkManager hotspot priority and disconnect active client wifi to ensure AP activation
timothy pushed to main at timothy/mapper 2026-03-15 23:49:13 +01:00
237ff76670 fix: implement NetworkManager (nmcli) hotspot support for modern Debian/Trixie systems
timothy pushed to main at timothy/mapper 2026-03-15 23:41:14 +01:00
1aa5717891 fix: enforce absolute unmasking and disable default wifi networking to ensure AP mode success
timothy pushed to main at timothy/mapper 2026-03-15 23:20:16 +01:00
46b5361ef7 feat: skip compilation and use pre-compiled ofxPiMapper binary for instant setup
timothy pushed to main at timothy/mapper 2026-03-15 23:05:45 +01:00
778f31a8e7 ci: add pre-built artifacts (frontend/dist + bin/ofxPiMapper)
timothy pushed to raptor at timothy/mapper 2026-03-15 22:55:23 +01:00
c731c4c698 fix: use git add -f to force-add gitignored artifact dirs (dist/, bin/)
timothy pushed to raptor at timothy/mapper 2026-03-15 22:43:32 +01:00
407884e044 fix: patch Vec3::toOf() glm branch to return glm::vec3 not ofVec3f
timothy pushed to raptor at timothy/mapper 2026-03-15 22:29:34 +01:00
0baf1715ed fix: define OF_VERSION_MAJOR/MINOR so Vec3/Vec2 compile the glm branch
timothy pushed to raptor at timothy/mapper 2026-03-15 22:15:45 +01:00
564ede7bd9 fix: rename .build -> _build to avoid OF addon source grep exclusion
timothy pushed to raptor at timothy/mapper 2026-03-15 22:11:58 +01:00
d1c00820d3 fix: explicitly link bundled OF static libs (tess2, kiss) via USER_LDFLAGS
timothy pushed to raptor at timothy/mapper 2026-03-15 22:09:18 +01:00
8dfc7669a5 fix: add libblas-dev:arm64 and liblapack-dev:arm64 for linker
timothy pushed to raptor at timothy/mapper 2026-03-15 22:04:35 +01:00
4aa9b5a540 fix: include addon libs/ dir directly for flat header layout (tinyxml.h)
timothy pushed to raptor at timothy/mapper 2026-03-15 22:01:38 +01:00
1644159194 fix: include addon-bundled libs/*/include dirs (tinyxml in ofxXmlSettings)
timothy pushed to raptor at timothy/mapper 2026-03-15 21:57:09 +01:00
76bf9feb81 fix: include bundled OF addon src dirs (ofxXmlSettings etc) from addons.make