Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | KYRA: Initialize variable before usage. | Johannes Schickel | |
Thanks to salty-horse for reporting. | |||
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion | |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion | |
2016-04-03 | KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work) | athrxx | |
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops | |
Engines should only have to call one set of functions and not decide between the two. In fact, the 'emulation' API was documented to just call the 'real CD' API. | |||
2016-03-13 | KYRA: Ensure openCD() is called | Matthew Hoops | |
2016-02-27 | KYRA: Formatting fixes. | Johannes Schickel | |
2016-02-27 | KYRA: Remove ADGF_TESTING from EoB 1+2. | Johannes Schickel | |
2016-02-25 | KYRA: Let listSaves return list sorted on slot numbers. | Johannes Schickel | |
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2016-02-09 | KYRA: Run astyle on sound.cpp. | Johannes Schickel | |
2016-01-26 | KYRA: Cleanup listing of actual save slots in GUI::updateSaveFileList. | Johannes Schickel | |
2016-01-26 | KYRA: Only request actual save slots in listSaves. | Johannes Schickel | |
2015-11-10 | KYRA: (LOK/PC-98) - add missing string resource | athrxx | |
2015-11-09 | AUDIO: (FM-TOWNS) - cleanup euphony code | athrxx | |
(rework parts of the code + improve naming of variables/functions) | |||
2015-07-07 | AUDIO: Remove all AudioStream access to OPL | Matthew Hoops | |
2015-07-07 | KYRA: Use the built-in OPL timer | Matthew Hoops | |
2015-07-07 | AUDIO: Remove the sample rate configuration from the OPL code | Matthew Hoops | |
2015-07-07 | AUDIO: Remove the legacy OPL API | Matthew Hoops | |
2015-05-21 | KYRA: Update comment since the file it pointed to moved | Torbjörn Andersson | |
Also, ScummVM does have a more modern FMOPL implementation now, so there's no need to bring up other implementations. | |||
2014-10-28 | KYRA: Remove trailing whitespace | Filippos Karapetis | |
2014-10-11 | KYRA: (EOB) - add support for Italian fan translation of EOB I | athrxx | |
2014-10-04 | KYRA: Update list of files that contain translatable strings | Thierry Crozat | |
2014-09-07 | KYRA (LOL): Fix bug #6727 due to incorrect assertion range. | D G Turner | |
This was the bug with "Engine assertion at various dialogues if no items in inventory". | |||
2014-08-24 | KYRA: Slight cleanup. | Johannes Schickel | |
2014-08-24 | KYRA: Constify base type for some pointers in AdLibDriver. | Johannes Schickel | |
2014-08-24 | KYRA: Add safety checks for getProgram/getInstrument return values. | Johannes Schickel | |
This fixes a crash in Hand of Fate when scaring off the rat by using the swampsnake potion on Zanthia. This crash is timing sensitive since the game is stopping the offending sound resource at this point. If it still gets to the instruction setting up an invalid instrument, it will crash ScummVM with in invalid read. | |||
2014-08-24 | KYRA: Extend safety check inside AdLibDriver::getProgram. | Johannes Schickel | |
This also removes an TODO and replaces it with a comment explaining this safety check. | |||
2014-05-27 | KYRA: Adpot debugger command function naming to match our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Make Debugger command function names conform to our guidelines. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-04-18 | KYRA: Extend HACK to select CD audio for Kyra2 TOWNS. | Johannes Schickel | |
Formerly we only checked track1.$EXT but we also support track01.$EXT. Guess this is a good example why we need to reconsider how we will handle detection of presense of CD audio tracks in general... | |||
2014-03-17 | KYRA: (LOL) - fix LoLEngine::updateCompass() | athrxx | |
2014-03-17 | KYRA: fix static resources in Russian fan translation | athrxx | |
(some messed up strings) | |||
2014-02-24 | KYRA: Slight constant name cleanup. | Johannes Schickel | |
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-07 | KYRA: Fix monster idle animation in EoB 1+2. (bug #6523) | Johannes Schickel | |
The bug mentioned is called "EOB1: Monster idle animation broken". | |||
2014-02-05 | KYRA: Fix scrolling credits in HoF. | Johannes Schickel | |
2014-01-18 | KYRA: Slight formatting fix. | Johannes Schickel | |
2014-01-18 | KYRA: Make pointers to VQAHeader const | Torbjörn Andersson | |
This is just to enforce the idea that VQADecoder owns the VQAHeader and that the audio/video tracks are only allowed to look at it, not change it. | |||
2014-01-18 | KYRA: Restructure the VQA decoder, as suggested by clone2727 | Torbjörn Andersson | |
Untangled the audio and video track from each other, and the parsing of the stream from the decoding of its data. Also fixed a memory leak as it turns out deleting a Surface doesn't free its data. You have to call free() in it. I have only checked the intro, not every cutscene, but that seems to work fine at least. | |||
2014-01-18 | KYRA: Let the VQA decoder draw directly to the backend | Torbjörn Andersson | |
As an alternative to using the Screen class's functions, we can let the VQA decoder draw directly to the backend. This won't work if the game uses "hi-res mode", but I don't think that's ever the case for Malcolm's Revenge. I believe the KyraEngine_MR::playVQA() function ensures that the screen is properly updated after the movie has finished. This almost limits the VQA rewrite to vqa.cpp and vqa.h. Whether it's better this way than changing the Screen functions to take a 'pitch' parameter...? I don't know. But it's an alternative. | |||
2014-01-18 | KYRA: Rewrite the VQA decoder, using the VideoDecoder classes | Torbjörn Andersson | |
There isn't really a lot of benefit to this, but I think it's nicer if all our video decoders at least try to use the same infrastructure. | |||
2014-01-16 | KYRA: Slight cleanup. | Johannes Schickel | |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner | |
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically. | |||
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner | |
This is now generated automatically by the configure script from the engine directory names. | |||
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner | |
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. | |||
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner | |
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine. | |||
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner | |
This is the first part of allowing engines to be added dynamically. They are placed into a folder in engines/ which must contain a file named "configure.engine" to add the engine, which is pulled into the top level configure script automatically. |