Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | IOS: Adds a getter for the touchpad mode | Vincent Bénony | |
2016-01-06 | IOS: Fixes the virtual keyboard | Vincent Bénony | |
2016-01-06 | IOS: Replace old iOS graphic assets with an asset catalog | Vincent Bénony | |
2016-01-06 | IOS: Adds two helper functions on strings | Vincent Bénony | |
2016-01-06 | IOS: Added a chroot like filesystem | Vincent Bénony | |
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update. | |||
2016-01-05 | LAB: Simplify and clean up the intro code | Filippos Karapetis | |
2016-01-05 | SCI: fix compatibility issue in kFileIO | Martin Kiewitz | |
Allow 0xFFFF as invalid file handle again for kFileIO calls Fan game "Dating Pool" opens a non-existant file at the start and tries to read it, even though it shouldn't do the latter. The sciAudio adjustments changed our behavior to error() out in such a case. This commit changes it back to our old behavior to only print out a warning. | |||
2016-01-04 | SCI32: fix kString calling from within kArray | Martin Kiewitz | |
(didn't work since the introduction of kString signatures and the kString split-up) | |||
2016-01-04 | TONY: Initialize _vdbCodec in contructor | Strangerke | |
2016-01-04 | TONY: As suggested by LordHoto, determine codec based on container signature ↵ | Strangerke | |
instead of filename | |||
2016-01-04 | TONY: Reduce variable scope, use MKTAG to check file signature | Strangerke | |
2016-01-04 | TONY: Add support to the new compressed speech containers | Strangerke | |
2016-01-04 | Merge pull request #646 from rootfather/gitignore | Willem Jan Palenstijn | |
DEVTOOLS: Ignore *.opendb files generated by VS 2015 | |||
2016-01-04 | DEVTOOLS: Add *.opendb files to .gitignore | rootfather | |
2016-01-03 | SCI: kGetEvent modifiers bug was fixed in SCI1 | Martin Kiewitz | |
- SCI1 EGA QfG2 keyboard driver resets AH In the original commit I forgot to mention: - thanks to lskovlun for figuring out that bit 9 is checked/set - thanks to wjp for checking SCI32 | |||
2016-01-03 | SCI: implement kGetEvent modifiers DOS bug | Martin Kiewitz | |
Will fix darts minigame in the fan game "Betrayed Alliance" This bug in the original interpreter/keyboard driver seems to have been fixed in SCI32. | |||
2016-01-03 | TONY: Fix Amiga Build by adding missing sound ifdefs | Strangerke | |
2016-01-03 | SCI: sciAudio support for .wav + .aiff files | Martin Kiewitz | |
2016-01-03 | TONY: Add support for compressed music and sfx | Strangerke | |
2016-01-03 | SCI: sciSound: check compression type | Martin Kiewitz | |
2016-01-02 | SCI: fix sciAudio not doing loops correctly | Martin Kiewitz | |
2016-01-02 | SCI: fix sciAudio support on some platforms | Martin Kiewitz | |
The old code expected sciAudio FOpen calls to fail, because they contained a directory name. On AmigaOS those calls succeeded. Because of that at least on AmigaOS, sciAudio support didn't work at all. We now detect sciAudio FOpen calls and return a proper virtual file handle. This should fix it on all platforms. Also moved the SCI32 virtual save file handle from 200 to 32100. | |||
2016-01-02 | JANITORIAL: Remove #includes of list_intern.h | Ori Avtalion | |
2016-01-02 | GOB: Remove unnecessary includes and forward-declarations | Sven Hesse | |
2016-01-01 | NEWS: Added BS 2.5 to German NEWS file | rootfather | |
2016-01-01 | ALL: Update copyright date | Eugene Sandulenko | |
2016-01-01 | ALL: Update copyright years | Eugene Sandulenko | |
2016-01-01 | TONY: Remove an unused variable | Strangerke | |
2016-01-01 | TONY: Fix typo in comment | Strangerke | |
2015-12-31 | BBVS: Hide noisy debug | Eugene Sandulenko | |
2015-12-31 | TONY: Simplify some code related to LOX in RMItem::readFromStream() | Strangerke | |
2015-12-31 | TONY: Remove more dead code related to unused raw codec | Strangerke | |
2015-12-31 | TONY: As codec is always ADPCM, remove some dead code | Strangerke | |
2015-12-31 | LAB: Initialise _displayBuffer to silence Valgrind warning | Torbjörn Andersson | |
Otherwise, its contents will be undefined on the first screen update. That could probably be fixed by introducing some sort of "dirty rect" mechanism, but I don't think it's a bad idea to initialise it regardless. | |||
2015-12-30 | NEWS: Added BS 2.5 | Eugene Sandulenko | |
2015-12-29 | LAB: Reduce the scope of some variables | Strangerke | |
2015-12-29 | LAB: Simplify code in doCloseUp | Strangerke | |
2015-12-29 | LAB: Simplify code in perFlipButton | Strangerke | |
2015-12-29 | LAB: Remove two other unused variables | Strangerke | |
2015-12-29 | LAB: Remove unused variable | Strangerke | |
2015-12-29 | SCI32: version detection - don't remove const | Martin Kiewitz | |
don't remove const during cast | |||
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz | |
- Detection works via signatures (couldn't find a better way) - new kString subcalls were introduced SCI2.1 LATE - kString now has signatures and is split via subcall table - kString fix, so that KQ7 doesn't crash, when starting a chapter - Sci2StringFunctionType removed, because no longer needed | |||
2015-12-28 | MT32: Also use the ROM name to return the most appropriate ROM info | Filippos Karapetis | |
Since we are not using munt's SHA-1 hashing code, this returns the most appropriate feature set for CM-32L ROMs | |||
2015-12-28 | LAB: Fix small getFont() memory leak | Torbjörn Andersson | |
2015-12-28 | LAB: Free the remaining parts of _moveButtonList and _invButtonList | Torbjörn Andersson | |
We can't use freeButtonList(), because apparently some of the button images are shared between the two lists. At least, that's how I understand it. | |||
2015-12-28 | SCI: Fix obsolete comment | Lars Skovlund | |
2015-12-28 | ENGINES: Free memory used by splash screen when done with it | Torbjörn Andersson | |
2015-12-28 | SCI: Fix when more than 10 font codes are used | Lars Skovlund | |
2015-12-28 | CINE: Add POTFILES file. | Johannes Schickel | |
e52cf3e7aae1adde1c4674a6f5686d9f633bd2f8 added translatable strings to Cine's detection.cpp. Thus, there should be a POTFILE to allow checking the file when building our translation base file. | |||
2015-12-28 | Revert "MT32: Add SHA1 file digest checking in getROMInfo()" | Filippos Karapetis | |
This reverts commit 908d2f39d7579c3f1781f7dedc7b26366a6d3dfc. The licence of the SHA1 code that munt is using is unclear. Reverting until it's sorted properly, for now |