summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/raylib
AgeCommit message (Collapse)Author
2026-06-29fix: add F1-F12 symbol keys to Rl:: (phase 6 settings-toggle used :f2)Adam Malczewski
Phase 6's settings panel toggles on F2, but Rl::resolve_key's SYMBOL_KEYS map only had letters/digits/a few named keys — :f2 raised ArgumentError and crashed the loop at frame 1. Added f1..f12 (raylib keycodes 290-301) to the map. The KEY_F* constants aren't all exposed to mruby, so the int values are used. (orchestrator fix — unblocked the final end-to-end verification.)
2026-06-29phase 2: audio core, argv file loading, playback, non-blocking seekAdam Malczewski
(orchestrator-committed: Phase 2 agent (deepseek-v4-pro) completed the work and verified via build+run+screenshot, but its turn timed out before committing.)
2026-06-28import template from raylib-jamstackAdam Malczewski