mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
- Updated `GamesController` to support XML flag hints for standalone mode, improving backward compatibility with legacy flag input. - Introduced `parse_flag_hints_xml` method in `Mission` model to extract flags from XML content. - Enhanced `Game` model to incorporate `flags_by_vm` from player state for better flag management. - Modified `new.html.erb` to update UI for flag hints input, replacing the previous comma-separated flags format. - Improved `FlagStationMinigame` to display accepted VM flags and handle flag submissions more effectively. - Adjusted scenario JSON to include flag stations with VM-specific flag handling.