Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | CGE2: Update Polish detection v1.0 freeware | Strangerke | |
2014-09-03 | WINTERMUTE: Silence GCC signed/unsigned comparison warning | Torbjörn Andersson | |
2014-09-03 | WINTERMUTE: Save the names of any language files that are loaded. (Fix bug ↵ | Einar Johan Trøan Sømåen | |
#6651) This way, they will be reloaded in the same order when loading a save game. Old save games will continue to show the bug, but new savegames will be consistent. A quick fix for old save games in the white chamber, is to launch the game with the correct language BEFORE loading the save game. This increases the save-game-version to 1.3.1ScummVM | |||
2014-09-03 | SYMBIAN: Move options into config.mmh file and updated other makefiles. | anotherguest | |
2014-09-02 | MADS: Converting text view to use existing drawing frameweork | Paul Gilbert | |
2014-09-03 | README: savestate -> saved game | Johannes Schickel | |
2014-09-03 | README: savegame -> saved game | Johannes Schickel | |
2014-09-03 | Merge pull request #492 from BenCastricum/misc | Johannes Schickel | |
GUI: replace "savegame" by "saved game". | |||
2014-09-01 | CGE2: Add detection for Sfinx v1.0 Freeware Polish | Strangerke | |
2014-08-31 | MADS: Fixes to correctly display the credits screen | Paul Gilbert | |
2014-08-31 | MADS: Actually hook in the new sound player group | Paul Gilbert | |
2014-08-31 | MADS: Implement sound player group #9 | Paul Gilbert | |
2014-08-31 | MADS: Hook in text credits view, beginnings of correct script processing | Paul Gilbert | |
2014-08-31 | ACCESS: Fix display of advert view on Exit | Paul Gilbert | |
2014-08-31 | MADS: Fix some memory leaks | Paul Gilbert | |
2014-08-30 | Merge pull request #495 from somaen/docuFix | Johannes Schickel | |
Doxygen-fixes | |||
2014-08-30 | Merge pull request #493 from BenCastricum/branch2 | Johannes Schickel | |
MISC: Some minor typo fixes | |||
2014-08-29 | WINTERMUTE: Remove unused Sqr-function. | Einar Johan Trøan Sømåen | |
2014-08-29 | AUDIO: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-29 | GUI: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-29 | ENGINES: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-29 | BACKENDS: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-29 | COMMON: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-29 | GRAPHICS: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-28 | GUI: change FullScreen into fullscreen | Ben Castricum | |
This makes it consistant with other references to fullscreen. | |||
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-08-22 | CGE2: Silence warning about uninitialized variable. | uruk | |
2014-08-22 | CLI: change "savegames" into "saved games", same as in GUI | Ben Castricum | |
2014-08-22 | GUI: s/savegame/saved game/ | Ben Castricum | |
Makes it consistant throughout the GUI | |||
2014-08-22 | SWORD1: Change "no DXA support" message. | Ben Castricum | |
It's "without zlib" or "without DXA support". WJP prefers the first. | |||
2014-08-22 | GUI: Fix description of game specific extraPath | Ben Castricum | |
2014-08-22 | MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user) | Ben Castricum | |
2014-08-20 | CGE2: Update version in the fallback detection. | uruk | |
2014-08-20 | SCUMM: Add support for quit script in HE90+ games. | Kirben | |
2014-08-20 | SCUMM: Fix Bug #6711- Wrong quit message shown in Pajama Sam Lost and Found. | Kirben | |
2014-08-17 | GRAPHICS: Improve color bit depth conversion | Matthew Hoops | |
Data is no longer truncated it so should be more accurate. See pull request #486 for more info. | |||
2014-08-17 | VIDEO: Add wrapper around setEndTime() to specify an end frame | Matthew Hoops | |
2014-08-17 | IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen mode | Matthew Hoops | |
2014-08-16 | I18N: Update translations from source code | Thierry Crozat | |
2014-08-16 | I18N: Fix corrupted Ukrainian translation | Thierry Crozat | |
2014-08-16 | GUI: Fix spelling of FluidSynth: s/Fluidsynth/FluidSynth/ | Ben Castricum | |
2014-08-16 | PEGASUS: Don't try to translate "???" | Ben Castricum | |
2014-08-16 | GUI: Fix typo in audio sample rates: s/11kHz/11 kHz/ | Ben Castricum | |
2014-08-14 | PEGASUS: Fix bad cast that destroys the InputHandler vtable | Matthew Hoops | |
Thanks to LordHoto for his assistance in tracking this nonsense down. | |||
2014-08-14 | AUDIO: Really fix seeking with audio edits | Matthew Hoops | |
I really have no idea what I was thinking in acb127c2 | |||
2014-08-13 | CGE2: Silence GCC warning. | uruk | |
2014-08-13 | CGE2: Add checkMute(). | uruk | |
This keeps the "Mute All" option of ScummVM and the music on/off and speech on/off buttons of Sfinx's toolbar in sync. |