aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-29WINTERMUTE: Make _operand protected in script.hTobia Tesan
2016-02-29WINTERMUTE: Remove dead code from vestigial remnants of WME debuggerTobia Tesan
2016-02-28GOB: Don't completely reset the OPL in AdLib::initOPL()Sven Hesse
It shouldn't be necessary anymore, since initOPL() cleans everything. If, however, suddenly a piece of music sounds weird in a Gob game, this is the place to look for. This fixes a race condition between OPL::reset() and the callback timer.
2016-02-28AGI: Remove comma from "Pause when entering commands"Martin Kiewitz
2016-02-28AGI: Add optional "pause, when entering commands" featureMartin Kiewitz
Shows a prompt window and pauses the game (just like original AGI did, but original AGI only did it in Hercules rendering mode).
2016-02-28GUI: Don't crash on empty dictionary in predictive dialogTorbjörn Andersson
2016-02-28GUI: Fix two leaks in predictive dialogTorbjörn Andersson
2016-02-28AGI: Fix small memory leak in Hercules font loaderTorbjörn Andersson
2016-02-28AGI: Set monitor VM var to EGA for Hercules renderingMartin Kiewitz
Original AGI Hercules rendering was restricted by the Hercules resolution, which is why they had to remove the AGI prompt and replace it with a prompt window like the one used in SCI. We are not and even when we support that prompt window, we will still support the original AGI prompt even for Hercules rendering. Maybe some games had special graphic code, when Hercules rendering is active. This needs to get checked. We are now telling the scripts that we are running on EGA, so that they don't put text at different coordinates. Hercules rendering also used a different grid for putting text for example Space Quest 2 right at the start. This change avoids problems with such placement. We don't really want to restrict ourselves by implementing that different text grid resolution. Also added comments on game feature flags.
2016-02-28CINE: Fix SPL resource loading (thus SFX).Johannes Schickel
Confirmed against DOS disasm. There is no header for SPL data.
2016-02-28AGI: Disable font loading from HGC_GRAF.OVL (AGI3)Martin Kiewitz
It seems Sierra basically put a low res font in there, so it's useless. We should rather directly use the PC BIOS font in those cases. The code could be useful at some point in case we add support for the AGI3 Hercules rendering, although I think it looks worse, because graphics are basically "compressed".
2016-02-28AGI: Hercules rendering for game screenMartin Kiewitz
2016-02-28ENGINES: Fix Typos.Johannes Schickel
2016-02-28TSAGE: Remove ADGF_TESTING from Return to Ringworld.Kirben
2016-02-28SWORD25: Remove ADGF_TESTING from Broken Sword 2.5Kirben
2016-02-28LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.Kirben
2016-02-28BBVS: Remove ADGF_TESTING from Beavis and Butt-head in Virtual Stupidity.Kirben
2016-02-27AGI: Add support for upscaling and Hercules hires fontMartin Kiewitz
- User option to force Hercules hires font for any rendering mode - Also change mouse cursor hotspots from 1,1 to 0,0 - Fix inaccuracy in mouse controlled game menu - Change render_Block(), drawBox(), drawDisplayRect() to use upper Y instead of lower Y. Original AGI uses lower Y, but upper Y makes upscaling way easier.
2016-02-27KYRA: Formatting fixes.Johannes Schickel
2016-02-27KYRA: Remove ADGF_TESTING from EoB 1+2.Johannes Schickel
2016-02-27NEWS: Added stub for 1.9.0Eugene Sandulenko
2016-02-27SCI32: Clear InfoFlagViewVisible after updating ScreenItemWillem Jan Palenstijn
2016-02-27SCI32: Update InfoFlagViewVisible from send_selectorWillem Jan Palenstijn
2016-02-27SCI32: Update InfoFlagViewVisible in VM opcodesWillem Jan Palenstijn
2016-02-27SCI32: Remove two hacks for Torin, and document what happens insteadFilippos Karapetis
2016-02-27SCI: Remove another GK1-related hackFilippos Karapetis
2016-02-27SCI: Remove a TODO in GK1 that has been resolved properly nowFilippos Karapetis
2016-02-27SAMYGO: Update urlPawel Kolodziejski
2016-02-26MAEMO: Update debian/changelogTarek Soliman
2016-02-26Merge pull request #685 from rootfather/last-minute-newsEugene Sandulenko
NEWS/DE: Last minute fixes
2016-02-26NEWS/DE: Fix typorootfather
2016-02-26NEWS/DE: Mention GCW0 portrootfather
2016-02-26NEWS/DE: Last minute fixesrootfather
2016-02-26CREDITS: Added myself as GCW0 porterEugene Sandulenko
2016-02-26NEWS: Set 1.8.0 release date and mention GCW0 portEugene Sandulenko
2016-02-26I18N: Fix type in Danish translationThierry Crozat
2016-02-26GCW0: Packaging fixesEugene Sandulenko
2016-02-26GCW0: Update port building and provide port-specific READMEEugene Sandulenko
Fluidsynth is too problematic, stutters with some games, so disabling it for the time being.
2016-02-26DREAMCAST: Re-fix listing of savegamesMarcus Comstedt
The roles of the pattern and filename were reversed, so fixed that.
2016-02-26NEWS: Improve consistency of level of detailWillem Jan Palenstijn
2016-02-26NEWS: Add AGI Apple IIgs speed fixMartin Kiewitz
2016-02-26Merge pull request #684 from bSr43/masterJohannes Schickel
IOS: Fixes savegame deletion on sandboxed iOS devices
2016-02-26NEWS: Consistency fixes.Johannes Schickel
2016-02-26NEWS: Mention HE lip sync fixes.Johannes Schickel
2016-02-26I18N: Regenerate translations data fileThierry Crozat
2016-02-26I18N: Update swedish translation (from patch #1636)Thierry Crozat
2016-02-26IOS: Fixes savegame deletion on sandboxed iOS devicesVincent Bénony
2016-02-26MOHAWK: Fix the drawing time simulationBastien Bouclet
Was broken when adding transition support. Fixes scripted card changes not displaying for a long enough time.
2016-02-26MOHAWK: Fix loading a save from the launcherBastien Bouclet
Was broken by d6881100dd5613c8573f8f8235b93772ae513e49
2016-02-26I18N: Update Norwegian translations (Bokmaal/Nynorsk)Einar Johan Trøan Sømåen