Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thrashr888/QDOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: thrashr888/QDOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 6 commits
  • 29 files changed
  • 2 contributors

Commits on Jan 11, 2026

  1. Configuration menu
    Copy the full SHA
    b6fa35d View commit details
    Browse the repository at this point in the history
  2. Update README with new plugins from 0.10-0.12

    Added sections for:
    - AI & Productivity (Q-MIND, AI Agents, Q-TASK, Q-LINK)
    - Infrastructure & DevOps (Docker, Terraform, Redis, Dependencies)
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    thrashr888 and claude committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    52b5085 View commit details
    Browse the repository at this point in the history
  3. Add Games plugin with 5 retro games and Emulator plugin for DOSBox-X

    Games Plugin:
    - Tetris: Classic block-stacking game
    - Snake: Eat food and grow without hitting yourself
    - Breakout: Bounce the ball to break bricks
    - Rogue: Dungeon crawler with scrolls, traps, hunger system
    - Star Trek (1971): Tactical space combat, 8x8 galaxy exploration
    
    Emulator Plugin:
    - Run DOS .EXE, .COM, .BAT files in DOSBox-X
    - Auto-loads dosbox-x.conf for macOS compatibility
    - Fixes OpenGL rendering issues with texture output
    
    DOS Examples:
    - Rogue (1983) - The original roguelike (public domain)
    - Arcade Volleyball (1987) - 2-player volleyball (public domain)
    
    VFS Improvements:
    - TTL cache layer for directory listings
    - Loading state tracking for async operations
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    thrashr888 and claude committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    46ecc5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f6ee6 View commit details
    Browse the repository at this point in the history
  5. Add Clicker roguelike game with Diablo-style progression

    Features:
    - Full clicker roguelike with dungeon floors, monsters, bosses
    - Equipment system: weapon, armor, helm, amulet, cloak, gloves, boots, shield
    - Inventory with potions, scrolls, rings, wands
    - Elite monsters with affixes (Fast, Deadly, Tough, Rich, Vampiric)
    - Floor bosses every 10 floors with special titles
    - Soul/Prestige system for permanent upgrades between runs
    - Auto-attack, auto-heal, auto-quaff, auto-equip shop items
    - Multi-lane combat unlocked via prestige runs
    - Exponential difficulty scaling (1.15x per floor)
    
    UI improvements:
    - STR buff display in status line (e.g., STR:8+10)
    - ARM gear bonus display (e.g., ARM:5+12)
    - Epic death screen with dark castle silhouette, animated flags, skull, fallen rogue
    - Animated games menu with waving "GAMES" title and color cycling
    - Number keys 1-6 to instantly launch games from menu
    - Menu tick animation for smooth effects
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    thrashr888 and claude committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    0c91f83 View commit details
    Browse the repository at this point in the history
  6. Release v0.13.0: Games Enhancement & Documentation

    Games Plugin Improvements:
    - Full game state persistence for Clicker (souls, buffs, equipment)
    - Auto-eat threshold system with upgradeable soul shop item
    - Start-with soul upgrades (auto-hit, auto-eat, auto-quaff, auto-equip)
    - Leaderboard navigation: tab through all games with Left/Right arrows
    - Clicker stats summary view in leaderboard (souls, best floor, runs, etc.)
    - Save leaderboards when exiting GameOver screen
    
    Documentation:
    - Added CLICKER.md: comprehensive guide to progression, items, soul system
    - Added ROGUE.md: dungeon crawler mechanics, monsters, items
    - Added TREK.md: Star Trek 1971 commands, combat, strategy tips
    
    Bug Fixes:
    - Fixed auto_heal -> auto_eat field rename in modal rendering
    - Ensure leaderboard saves persist across all games
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    thrashr888 and claude committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    c00f28a View commit details
    Browse the repository at this point in the history
Loading