• Stefy Lanza (nextime / spora )'s avatar
    feat: Add automated game timer with --start-timer command line switch · 13175bf9
    Stefy Lanza (nextime / spora ) authored
    - Add --start-timer command line argument with configurable delay (default 4 minutes)
    - Implement MatchTimerComponent integration with proper initialization and registration
    - Add timer state API endpoints for web dashboard integration
    - Enhance message bus communication between timer component and web dashboard
    - Update documentation and changelog with comprehensive timer feature details
    - Fix timer component not being initialized during application startup
    - Add timer state caching and real-time API endpoint integration
    
    The timer automatically sends START_GAME messages after the specified delay,
    enabling automated match progression without manual intervention.
    13175bf9
Name
Last commit
Last update
assets Loading commit data...
mbetterclient Loading commit data...
packages Loading commit data...
uploads Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE Loading commit data...
PyQt6_UPGRADE_SUMMARY.md Loading commit data...
PyQt6_VIDEO_PLAYER_DOCUMENTATION.md Loading commit data...
README.md Loading commit data...
build.bat Loading commit data...
build.py Loading commit data...
build.sh Loading commit data...
main.py Loading commit data...
requirements.txt Loading commit data...
test_ffmpeg.py Loading commit data...
test_persistent_dirs.py Loading commit data...
test_screen_cast_integration.py Loading commit data...