• Joined on 2025-06-12
timothy pushed to main at timothy/mapper 2026-03-12 19:42:31 +01:00
6cc9d88842 fix: fix heredoc terminator indentation causing syntax error in setup script
timothy pushed to main at timothy/mapper 2026-03-11 22:16:42 +01:00
eecfe398d7 fix: patch ofxPiMapper VideoSource.h to use std::unique_ptr for C++20 compatibility
timothy pushed to main at timothy/mapper 2026-03-11 14:42:38 +01:00
00286161b3 fix: ignore non-critical warnings treated as errors during compilation on modern systems
timothy pushed to main at timothy/mapper 2026-03-11 12:34:56 +01:00
963bed0dd3 fix: add librtaudio-dev to dependency list to resolve RtAudio.h compilation error
timothy pushed to main at timothy/mapper 2026-03-11 11:57:54 +01:00
1c9f6ee2c3 fix: restore libfreeimage-dev to dependency list to resolve FreeImage.h compilation error
timothy pushed to main at timothy/mapper 2026-03-11 11:28:48 +01:00
326f56129d fix: add libpulse-dev and libudev-dev to Trixie dependency list to satisfy OF build system
timothy pushed to main at timothy/mapper 2026-03-11 11:14:23 +01:00
feae1d01c1 fix: remove libtess2-dev and libfreeimage-dev from Trixie dependency list
timothy pushed to main at timothy/mapper 2026-03-11 11:07:58 +01:00
ad3084659b fix: replace broken internal OF dependency script with manual Debian Trixie compatible list
timothy pushed to main at timothy/mapper 2026-03-11 10:56:48 +01:00
ae29a8b20f fix: run internal OF dependency installer and clean up make command to avoid makefile syntax errors
timothy pushed to main at timothy/mapper 2026-03-11 10:50:07 +01:00
3048cd371b fix: correct OpenFrameworks download URL to use 'aarch64' and add fallback for 'armv6l'
timothy pushed to main at timothy/mapper 2026-03-11 10:45:48 +01:00
5358a8bebd fix: make OpenFrameworks download visible and robust with curl fallback
timothy pushed to main at timothy/mapper 2026-03-11 10:41:53 +01:00
04ca394b4b feat: add Scrub & Sanitize phase to setup script for reliable restarts
timothy pushed to main at timothy/mapper 2026-03-11 10:35:15 +01:00
ec01ef4902 fix: force ARM64 platform variables for OpenFrameworks build and apply highlight patch
timothy pushed to main at timothy/mapper 2026-03-11 10:30:00 +01:00
97b3e307f5 fix: update OpenFrameworks download URL to v0.12.1 and fix ofxPiMapper example path typo
timothy pushed to main at timothy/mapper 2026-03-11 09:30:04 +01:00
eaeb06c7e2 feat: implement pre-compiled OpenFrameworks strategy and OS-agnostic swap management
timothy pushed to main at timothy/mapper 2026-03-11 09:23:10 +01:00
0328ddcfa8 fix: harden ofxPiMapper paths and add defensive cloning for example-basic
timothy pushed to main at timothy/mapper 2026-03-11 09:17:45 +01:00
6626af6cc8 fix: remove broken ofxOfelia dependency and add Arch Linux support for OpenFrameworks
timothy pushed to main at timothy/mapper 2026-03-11 09:10:52 +01:00
1bcfabeb98 fix: prioritize pre-built engine binary and handle non-Debian systems
timothy pushed to main at timothy/mapper 2026-03-11 08:57:28 +01:00
99755cff26 fix: remove incorrect npm --jobs flag and override zmq dependency
timothy pushed to main at timothy/mapper 2026-03-11 08:41:21 +01:00
8ee2795eb7 feat: pre-build frontend and harden backend to bypass build failures