Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | COMPOSER: Remove comma from the end of the GameFileTypes enum | Cameron Cawley | |
2019-12-07 | COMPOSER: fallback load default configs | BLooperZ | |
2019-12-07 | COMPOSER: add v1 config files from ticket #5934 | BLooperZ | |
2019-12-07 | COMPOSER: fix loop | BLooperZ | |
2019-12-07 | COMPOSER: specify config file in detection entry | BLooperZ | |
2019-12-07 | COMPOSER: read book.mac before book.ini | BLooperZ | |
2019-12-07 | COMPOSER: detect + support macintosh version | BLooperZ | |
2019-12-07 | COMPOSER: add detection entries | BLooperZ | |
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet | |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet | |
2019-09-29 | COMPOSER: The engine does not use MIDI, mark the games as such. | Henrik "Henke37" Andersson | |
2019-08-09 | GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a ↵ | Cameron Cawley | |
Graphics::Cursor | |||
2019-07-21 | COMPOSER: Change unload library error to warning | angstsmurf | |
This fixes Gregory and the Hot Air Balloon. See tracker #11021. | |||
2019-07-20 | COMPOSER: Don't crash when skipping invalid animations | angstsmurf | |
Don't try to run a NULL animation. Fixes a crash in Gregory. | |||
2019-03-10 | COMPOSER: Always check resources before loading them | Filippos Karapetis | |
Fixes checking for resources in libraries - bug #10861 | |||
2018-12-10 | ENGINES: Normalize the getName() result of metaengines | Bastien Bouclet | |
Also-By: Matthew Hoops <clone2727@gmail.com> | |||
2018-10-03 | COMPOSER: Add Detection Entry For Darby French Mac Variant. | D G Turner | |
This is from Trac #10399. | |||
2018-03-26 | COMPOSER: Be strict about matching digits in savegame filenames | Adrian Frühwirth | |
2018-03-26 | COMPOSER: Let listSaves return list sorted on slot numbers | Adrian Frühwirth | |
2017-12-08 | Added MD5 for the German version of Imo and the King | Matan Bareket | |
2017-11-26 | JANITORIAL: Remove trailing whitespaces | Eugene Sandulenko | |
2017-11-26 | COMPOSER: Properly strip down the relative paths | Eugene Sandulenko | |
2017-11-13 | COMPOSER: Fix the detection for the French Gregory version | Bastien 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-07 | ENGINES: Remove default1x scaler flag | Colin 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-01 | JANITORIAL: Fix whitespaces | Eugene Sandulenko | |
2017-09-01 | COMPOSER: Added detection for German Baba Yaga from bug #10171 | Eugene Sandulenko | |
2017-06-17 | COMPOSER: Use Magic Tales prefix for two more game names | Thierry 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-18 | COMPOSER: Use setPixel() and getPixel() methods to read and write to private ↵ | angstsmurf | |
pixel member | |||
2016-10-18 | COMPOSER: Add missing 'typename' prior to dependent type name | angstsmurf | |
2016-10-18 | COMPOSER: Delete leftover git conflict marker | angstsmurf | |
2016-10-18 | COMPOSER: Include config manager header in composer.cpp again | angstsmurf | |
It was removed in 253e18c | |||
2016-10-18 | COMPOSER: Fix for issue when save_slot is in config. | upthorn | |
2016-10-18 | COMPOSER: Various formatting fixes. | upthorn | |
2016-10-18 | COMPOSER: Better spacing of autosaves | upthorn | |
2016-10-18 | COMPOSER: Enable autosaving. | upthorn | |
2016-10-18 | COMPOSER: Added loading from launcher support | upthorn | |
2016-10-18 | COMPOSER: Fixed some scope issues | upthorn | |
2016-10-18 | COMPOSER: Saving/loading code deduplication | upthorn | |
2016-10-18 | COMPOSER: Completely removed unnecessary #ifdefs | upthorn | |
2016-10-18 | COMPOSER: Added support for saving/loading in V1 games. | upthorn | |
2016-10-18 | COMPOSER: Added new file to module.mk | upthorn | |
2016-10-18 | COMPOSER: cleaned up miscellaneous gcc warnings and formatting issues. | upthorn | |
2016-10-18 | COMPOSER: Fixed audio issues after save-game load. | upthorn | |
2016-10-18 | COMPOSER: failed attempt to correct audio sync issue | upthorn | |
2016-10-18 | COMPOSER: game saving/loading now actually works | upthorn | |
2016-10-18 | COMPOSER: Continued work on saving/loading functionality. | upthorn | |
2016-10-18 | COMPOSER/JANITORIAL: Corrected a number of formatting issues in and around ↵ | upthorn | |
new functions related to saving. | |||
2016-10-18 | COMPOSER: Preliminary (non-functional) game saving/loading support | upthorn | |
2016-05-17 | ALL: Change main engine header guard defines to <directory>_<engine>_H | Eugene 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-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |