Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | ACCESS: build the engine by default | Strangerke | |
2015-11-22 | SHERLOCK: Remove deprecated decompression file | Paul Gilbert | |
2015-11-19 | SWORD25: Added Ultimate version detection | Eugene Sandulenko | |
2015-11-19 | SWORD25: Fix Hungarian version support | Eugene Sandulenko | |
2015-11-18 | SWORD25: Fix tint color | Eugene Sandulenko | |
2015-11-18 | BBVS: Mark games as testing | Eugene Sandulenko | |
2015-11-18 | BBVS: Since we're using GUI for menus, switch iGUI to the relevant language | Eugene Sandulenko | |
2015-11-18 | BBVS: Fix game title | Eugene Sandulenko | |
2015-11-18 | SWORD25: Implement missing SWF opcode | Eugene Sandulenko | |
2015-11-17 | SWORD25: Translate comments | Eugene Sandulenko | |
2015-11-17 | SWORD25: Fix text rendering | Eugene Sandulenko | |
2015-11-16 | LURE: Fix compiler warning | Paul Gilbert | |
2015-11-16 | MADS: Add buttons to the main menu to show the secret bonus animations | Paul Gilbert | |
The buttons will only appear if section0.hag is present, along with evolve.res and/or sets.res. The Evolve animation works, but the Sets animation still needs some work, since something funky is happening with palette usage | |||
2015-11-16 | MADS: Fix incorrect method mappings in sound group 4 | Paul Gilbert | |
2015-11-16 | MADS: Change Rex from testing to stable | Paul Gilbert | |
2015-11-16 | LURE: Fix spelling of Observar in Spanish version | Paul Gilbert | |
2015-11-16 | LURE: Simplify StringList class | Paul Gilbert | |
2015-11-16 | SHERLOCK: Change Sherlock from testing to stable | Paul Gilbert | |
2015-11-16 | SHERLOCK: Fix Coverity warnings about uninitialized fields | Paul Gilbert | |
2015-11-16 | SHERLOCK: RT: Fix Coverity warning in original savegame dialog | Paul Gilbert | |
2015-11-16 | BBVS: Fix recent video player memory leak (CID 1339416) | Torbjörn Andersson | |
Surface::convertTo() creates a new surface, so we have to free it once we're done with it. | |||
2015-11-16 | BBVS: Add debug output | Eugene Sandulenko | |
2015-11-16 | BBVS: Fix 16bpp video output | Eugene Sandulenko | |
2015-11-15 | BBVS: Enable engine by default | Eugene Sandulenko | |
2015-11-14 | BBVS: Fix typo in array size | Willem Jan Palenstijn | |
Ideally this shouldn't use a hardcoded constant at all... Thanks to WindlePoons for debugging. | |||
2015-11-14 | BBVS: Added Russian BBVS | Eugene Sandulenko | |
Requires Russian to be selected in GUI font. Fails on unknown codec at game beginning. | |||
2015-11-13 | SWORD25: Fix comment translation | Willem Jan Palenstijn | |
2015-11-13 | SWORD25: Fixing typo of typo. This time for real | Eugene Sandulenko | |
2015-11-13 | SWORD25: Fix typo | Eugene Sandulenko | |
2015-11-13 | SWORD25: Translate comments | Eugene Sandulenko | |
2015-11-13 | SWORD25: Fix thumbnail generation and make it portable | Eugene Sandulenko | |
2015-11-11 | SCI: add another Torin's Passage version | Martin Kiewitz | |
German 1.0 | |||
2015-11-10 | KYRA: (LOK/PC-98) - add missing string resource | athrxx | |
2015-11-10 | SCUMM: WORKAROUND for bug #1873 INDY3 FMTOWNS: Music in Venice is distorted | athrxx | |
2015-11-09 | AUDIO: (FM-TOWNS) - cleanup euphony code | athrxx | |
(rework parts of the code + improve naming of variables/functions) | |||
2015-11-08 | WINTERMUTE: Add detection for Oknytt v.1.13 | Einar Johan Trøan Sømåen | |
Beware that the language-overriding breaks if english.dcp still exists in the same folder as d_sounds.dcp | |||
2015-11-08 | WINTERMUTE: Adjust detection of Five Magical Amulets | Einar Johan Trøan Sømåen | |
This should add proper detection of the Czech/English/Polish versions of Five Magical Amulets | |||
2015-11-07 | WINTERMUTE: C++'ify code | Eugene Sandulenko | |
2015-11-07 | SHERLOCK: Remove non-ascii character | Eugene Sandulenko | |
2015-11-07 | BBVS: Implement file chooser for Air Guitar minigame | Eugene Sandulenko | |
2015-11-04 | WINTERMUTE: Fix mismatched free/delete Valgrind warning | Torbjörn Andersson | |
The memory stream class uses free() to free memory, so we have to use malloc(), not new, to allocate it. | |||
2015-10-24 | MADS: Don't show protection dialog when resuming game from in-game menu | Paul Gilbert | |
2015-10-24 | WINTERMUTE: Remove unused function | Willem Jan Palenstijn | |
It calls itself, and is declared pure virtual. Thanks salty-horse. | |||
2015-10-24 | MADS: Fix crash at end of copy protection failure cutscene | Paul Gilbert | |
2015-10-24 | TINSEL: DW1: Improve timbre file error message | Martin Kiewitz | |
it now mentions all the possible file names. | |||
2015-10-22 | Merge pull request #621 from eriktorbjorn/neverhood-car | Filippos Karapetis | |
NEVERHOOD: Possible fix for bad car behaviour | |||
2015-10-22 | Merge pull request #620 from salty-horse/neverhood_save | Filippos Karapetis | |
NEVERHOOD: Don't crash when loading savegames with a high slot ID | |||
2015-10-22 | Merge pull request #616 from eriktorbjorn/fw-splash | Filippos Karapetis | |
CINE: Show splash screen in CD version of Future Wars | |||
2015-10-18 | SHERLOCK: RT: Fix color of darts game power bar | Paul Gilbert | |
2015-10-19 | SHERLOCK: RT: add Spanish text fixes bug #6936 | Martin Kiewitz | |
Previously created Spanish saved games are broken though, need to restart the game |