Age | Commit message (Expand) | Author |
2017-07-24 | SCI32: Add music volume UI sync for MGDX | Colin Snover |
2017-07-24 | SCI32: Fix MGDX platform in detection tables | Colin Snover |
2017-07-24 | SCI32: Match 4-language MGDX extra save game data | Colin Snover |
2017-07-24 | SCI32: Use dynamic selector in QFG4 trap script patch | Colin Snover |
2017-07-24 | SCI32: Deduplicate volume reset script patches & add to MGDX | Colin Snover |
2017-07-24 | SCI32: Add deflang (default language) kGetConfig key for MGDX | Colin Snover |
2017-07-24 | SCI32: Fix ResourceManager::changeAudioDirectory | Colin Snover |
2017-07-24 | TITANIC: Workaround Conversation area corruption when dragging items | Paul Gilbert |
2017-07-23 | SCI32: Emit a warning when an audio resource cannot be found | Colin Snover |
2017-07-23 | SCI: Blacklist certain audio map patch files | Colin Snover |
2017-07-23 | SCI: Keep audio maps out of the LRU cache | Colin Snover |
2017-07-23 | TITANIC: Fix delay before Bellbot & Doorbot appears | Paul Gilbert |
2017-07-23 | SCI32: Fix explicit mouse position changes | Colin Snover |
2017-07-23 | SCI32: Add missing method documentation | Colin Snover |
2017-07-23 | SCI32: Stop throttling of kFrameOut during interactive VMD playback | Colin Snover |
2017-07-23 | SCI32: Make stop flag condition more explicit | Colin Snover |
2017-07-23 | SCI32: Check for stop events before rendering the next frame | Colin Snover |
2017-07-23 | SCI32: Improve performance when flushing events during video playback | Colin Snover |
2017-07-23 | SCI: Minor cleanups in kGetEvent | Colin Snover |
2017-07-23 | SCI32: Fix hot rectangle events | Colin Snover |
2017-07-23 | SCI: Resolve offset names when disassembling object methods | Colin Snover |
2017-07-23 | SCI32: Avoid extra cursor paints when the cursor has not moved | Colin Snover |
2017-07-23 | SCI32: Don't warp the mouse when it doesn't need to be warped | Colin Snover |
2017-07-23 | SCI32: Detect multi-disc audio by RESSCI files instead of RESAUD | Colin Snover |
2017-07-23 | TITANIC: Add missing break lines to switch statements | Paul Gilbert |
2017-07-23 | MOHAWK: Remove unnecessary include that was breaking some builds | Willem Jan Palenstijn |
2017-07-23 | TITANIC: Adjust the switch/case fall-through comments | Bastien Bouclet |
2017-07-22 | TITANIC: Fixes for CIdleSummoner to summon Bellbot or Doorbot | Paul Gilbert |
2017-07-22 | VIDEO: Fix AVIDecoder skipping alternate frames in reverse playback | Paul Gilbert |
2017-07-22 | I18N: Update translations templates | Thierry Crozat |
2017-07-22 | MOHAWK: Myst: Fix Selenitic sound receiver buttons not flashing | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Fix error when checking the rocket sliders solution twice | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Don't cast function pointers when registering commands | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Improve script execution tracing | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Switch to bounds checked opcode arguments | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Rewrite the sound code | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Move the sound code to its own class | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Fix the quickTest debug command | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Update the screen only once per frame | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Decorrelate hotspot handling from event handling | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Change blocking sounds to use the main loop | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Change the delay opcode to use the main loop | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Change blocking movies and waits to use the main loop | Bastien Bouclet |
2017-07-22 | MOHAWK: Remove unused parameters VideoManager | Bastien Bouclet |
2017-07-22 | MOHAWK: Get rid of VideoHandle | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Remove delayUntilMovieEnds | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Start reworking mainloop detection | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Move frame handling to a separate method | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Keep track of the resource being clicked | Bastien Bouclet |
2017-07-22 | MOHAWK: Myst: Turn the currently active resource into a pointer | Bastien Bouclet |