Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-22 | XEEN: Create a separate current state saver for each side | Paul Gilbert | |
Previously, I only had a single savefile, which maintains the state of the party and mazes. But I've realised that I'll need a separate archive for each side of Xeen. I'm still not entirely happy with the cleanliness of the new structure, but it at least is now functionally separating the sides. | |||
2017-12-22 | Merge pull request #1092 from AReim1982/sherlock_wii | Paul Gilbert | |
SHERLOCK: Disable cache for uncompressed resources | |||
2017-12-22 | SHERLOCK: Disable cache for uncompressed resources | Alexander Reim | |
2017-12-22 | SCUMM HE: Add early version of Let's Explore the Farm with Buzzy. | Kirben | |
2017-12-20 | MT32: Remove executable flag from source files | Tarek Soliman | |
2017-12-20 | XEEN: Starting to do archive access more like the original | Paul Gilbert | |
Previously the game wasn't paying much attention to the access of dark.cc vs xeen.cc, which was causing problems when trying to travel to Dark Side. This is the beginnings of a refactoring to more closely work like the original does | |||
2017-12-20 | I18N: Update translations templates | Thierry Crozat | |
2017-12-20 | MOHAWK: RIVEN: Add keyboard shortcuts for loading and saving | Bastien Bouclet | |
Those shortcuts are documented in the original game manual. | |||
2017-12-19 | SCI32: Add uninitialized read workaround for LSL6hires | Colin Snover | |
Fixes Trac#10361. | |||
2017-12-19 | SLUDGE: Arrange include order | Simei Yin | |
2017-12-19 | SLUDGE: Objectify speech manager | Simei Yin | |
2017-12-18 | XEEN: Renamings of endgame methods for better clarity | Paul Gilbert | |
2017-12-18 | XEEN: Cleanup, formatting, and comments for scripts.cpp | Paul Gilbert | |
2017-12-18 | I18N: Update translation (Italian) | Paolo Bossi | |
Currently translated at 100.0% (960 of 960 strings) | |||
2017-12-18 | XEEN: Fixes for Sphinx cutscene | Paul Gilbert | |
2017-12-18 | DISTS: Use html release notes for appcast | Thierry Crozat | |
This should fix formatting of release not for automatic update with Sparkle on Windows (bug #10367). | |||
2017-12-17 | XEEN: Fixes for the Golem cutscene | Paul Gilbert | |
2017-12-17 | XEEN: Fixes for the Repear cutscene | Paul Gilbert | |
2017-12-17 | XEEN: Close cast spell dialog only after a spell is successfully cast | Paul Gilbert | |
2017-12-17 | XEEN: Fix loading correct sprites for wall items | Paul Gilbert | |
2017-12-17 | XEEN: Fix placement checks for indoors wall items | Paul Gilbert | |
2017-12-17 | XEEN: Allow Dwarf Mines cutscene to be interrupted | Paul Gilbert | |
Because I'm already sick of letting it play all the way through | |||
2017-12-17 | XEEN: Fix placement of flying enemies | Paul Gilbert | |
2017-12-17 | XEEN: Properly handle darkness | Paul Gilbert | |
2017-12-17 | XEEN: Cleanup of Dwarf cutscene class & enum values | Paul Gilbert | |
2017-12-17 | XEEN: Correct usage of enlarging scaled drawing | Paul Gilbert | |
2017-12-17 | XEEN: Fix Dwarf Mine cutscene | Paul Gilbert | |
2017-12-17 | XEEN: Cleanup and comments for SpriteResource class | Paul Gilbert | |
2017-12-16 | XEEN: Fix crash when combat lasts multiple turns | Paul Gilbert | |
2017-12-16 | XEEN: Fix loading correct sprites for map monsters | Paul Gilbert | |
2017-12-16 | XEEN: Fix teleporting to Asp via mirror | Paul Gilbert | |
2017-12-16 | XEEN: Fix display of Info dialog | Paul Gilbert | |
2017-12-16 | XEEN: Fix handling of keyboard hotkeys | Paul Gilbert | |
2017-12-16 | XEEN: Fix returning to interactive when leaving Party dialog | Paul Gilbert | |
2017-12-16 | TSAGE: R2R: Clicking F5 fro Options dialog | Paul Gilbert | |
2017-12-16 | XEEN: Show Party dialog when signing into taverns | Paul Gilbert | |
2017-12-16 | XEEN: Remove old deprecated method declaratations | Paul Gilbert | |
2017-12-16 | XEEN: Convert character _awards array from bool to int | Paul Gilbert | |
This is needed for the Warzone award (9), which doubles as a counter | |||
2017-12-16 | XEEN: Added remainder of Arena location | Paul Gilbert | |
2017-12-15 | XEEN: Implementing Arena location logic | Paul Gilbert | |
2017-12-14 | XEEN: Renaming of cutscene subtitle code | Paul Gilbert | |
2017-12-14 | XEEN: Added Reaper cutscene code | Paul Gilbert | |
2017-12-15 | BUILD: Check if posix_spawn is available in configure | Thierry Crozat | |
2017-12-14 | POSIX: Fix compilation with some old macOS SDKs | Thierry Crozat | |
2017-12-14 | POSIX: Do not hang ScummVM when opening a browser | Colin Snover | |
If the call used to open the browser does not return until the browser is closed, this would previously cause ScummVM to hang. Since we are using waitpid now, we can avoid hanging by telling waitpid to not block on a child which has not exited. | |||
2017-12-14 | POSIX: Fix CVE-2017-17528 | Colin Snover | |
2017-12-13 | MAEMO: Update debian/changelog | Tarek Soliman | |
2017-12-13 | XEEN: Added Gole cutscene code | Paul Gilbert | |
2017-12-12 | XEEN: Added Sphinx cutscene code | Paul Gilbert | |
2017-12-12 | XEEN: Rename Town to LocationManager, added Locations namespace | Paul Gilbert | |