aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
AgeCommit message (Collapse)Author
2019-09-29COMPOSER: The engine does not use MIDI, mark the games as such.Henrik "Henke37" Andersson
2019-08-09GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a ↵Cameron Cawley
Graphics::Cursor
2019-07-21COMPOSER: Change unload library error to warningangstsmurf
This fixes Gregory and the Hot Air Balloon. See tracker #11021.
2019-07-20COMPOSER: Don't crash when skipping invalid animationsangstsmurf
Don't try to run a NULL animation. Fixes a crash in Gregory.
2019-03-10COMPOSER: Always check resources before loading themFilippos Karapetis
Fixes checking for resources in libraries - bug #10861
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-10-03COMPOSER: Add Detection Entry For Darby French Mac Variant.D G Turner
This is from Trac #10399.
2018-03-26COMPOSER: Be strict about matching digits in savegame filenamesAdrian Frühwirth
2018-03-26COMPOSER: Let listSaves return list sorted on slot numbersAdrian Frühwirth
2017-12-08Added MD5 for the German version of Imo and the KingMatan Bareket
2017-11-26JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2017-11-26COMPOSER: Properly strip down the relative pathsEugene Sandulenko
2017-11-13COMPOSER: Fix the detection for the French Gregory versionBastien Bouclet
The commit message of 2739d8fa2 says this is for the French version. The language was set to English by mistake. Ref#6548
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions.
2017-09-01JANITORIAL: Fix whitespacesEugene Sandulenko
2017-09-01COMPOSER: Added detection for German Baba Yaga from bug #10171Eugene Sandulenko
2017-06-17COMPOSER: Use Magic Tales prefix for two more game namesThierry Crozat
This is done for consistency so that all the games in the Magic Tales series are named in a consistent way. This is also how they are named on the wiki (and on amazon).
2016-10-18COMPOSER: Use setPixel() and getPixel() methods to read and write to private ↵angstsmurf
pixel member
2016-10-18COMPOSER: Add missing 'typename' prior to dependent type nameangstsmurf
2016-10-18COMPOSER: Delete leftover git conflict markerangstsmurf
2016-10-18COMPOSER: Include config manager header in composer.cpp againangstsmurf
It was removed in 253e18c
2016-10-18COMPOSER: Fix for issue when save_slot is in config.upthorn
2016-10-18COMPOSER: Various formatting fixes.upthorn
2016-10-18COMPOSER: Better spacing of autosavesupthorn
2016-10-18COMPOSER: Enable autosaving.upthorn
2016-10-18COMPOSER: Added loading from launcher supportupthorn
2016-10-18COMPOSER: Fixed some scope issuesupthorn
2016-10-18COMPOSER: Saving/loading code deduplicationupthorn
2016-10-18COMPOSER: Completely removed unnecessary #ifdefsupthorn
2016-10-18COMPOSER: Added support for saving/loading in V1 games.upthorn
2016-10-18COMPOSER: Added new file to module.mkupthorn
2016-10-18COMPOSER: cleaned up miscellaneous gcc warnings and formatting issues.upthorn
2016-10-18COMPOSER: Fixed audio issues after save-game load.upthorn
2016-10-18COMPOSER: failed attempt to correct audio sync issueupthorn
2016-10-18COMPOSER: game saving/loading now actually worksupthorn
2016-10-18COMPOSER: Continued work on saving/loading functionality.upthorn
2016-10-18COMPOSER/JANITORIAL: Corrected a number of formatting issues in and around ↵upthorn
new functions related to saving.
2016-10-18COMPOSER: Preliminary (non-functional) game saving/loading supportupthorn
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
Recently we started to use this as new semantics, although in the past we used simly <engine>_H. Now these guard defines are consistent with rest of the files which are used in the engines.
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-28COMPOSER: Fix md5s for newly added German gamesEugene Sandulenko
2016-03-28COMPOSER: Added German versions of darby & gregory. Bug #6825Eugene Sandulenko
2016-03-28COMPOSER: Fix detection entryEugene Sandulenko
2016-03-28COMPOSER: Added detection for Hebrew darby. Bug #6878Eugene Sandulenko
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
gameid -> gameId guioptions -> guiOptions
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
2016-03-05CONFIGURE: Introduced new engine dependency: highresEugene Sandulenko
Some backends like GCW0 do no support graphics >320x240 due to the hardware limitation (downscaling is possible but it will ruin the pixel hunting which is often part of the gameplay). Instead of manually updating the list of engines, we now introduce a new dependency. I marked all relevant engines, but some, like tinsel, require more work with putting their relevant high-res games under USE_HIGHRES define.
2016-02-10COMPOSER: Fix truncated Baba Yaga md5Willem Jan Palenstijn
2014-08-09COMPOSER: Remove sprites when stopping V1 scripts (bug #6091).Alyssa Milburn
2014-08-09COMPOSER: Make sure V1 scripts are run before redrawing.Alyssa Milburn