Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-25 | CREDITS: Fix sort order | Willem Jan Palenstijn | |
2011-05-25 | CREDITS: Temporarily retire Jubanka, add CeRiAl | CeRiAl | |
2011-05-24 | RELEASE: Specified release date for 1.3.0 | Eugene Sandulenko | |
2011-05-24 | I18N: rebuild translations.dat | Eugene Sandulenko | |
2011-05-24 | TSAGE: Fix bug "Scene 2320: If you try to activate the flycycle, [...] the ↵ | strangerke | |
game becomes unresponsive.". Also fix an animation bug related to display priorities | |||
2011-05-24 | TSAGE: Fix bug "Scene 2100: If you sit down at Quinn's console and then get ↵ | strangerke | |
back up again, his walk animation gets screwed" | |||
2011-05-24 | SAMSUNGTV: changed paths | Pawel Kolodziejski | |
2011-05-24 | SAMSUNGTV: fix typo | Pawel Kolodziejski | |
2011-05-24 | COMMON: Silence MSVC warning for Common::gcd calls with an unsigned type | Littleboy | |
2011-05-24 | LASTEXPRESS: Add a separate sound cache list for entries with a sound data ↵ | Littleboy | |
buffer | |||
2011-05-24 | PSP: Fix compilation | Max Horn | |
2011-05-24 | N64: Fix compilation | Max Horn | |
2011-05-24 | COMMON: Add putc(har) and getc(har) to forbidden symbols | Max Horn | |
Sorry, buildbot... | |||
2011-05-24 | SWORD25: Remove unused Lua print stuff | Max Horn | |
2011-05-23 | TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers | eriktorbjorn | |
This is a simpler fix than the one I committed to the 1.3 branch, but since it carries a theoretical risk of regressions it's so much more macho. | |||
2011-05-23 | DS: Fix compilation | Max Horn | |
2011-05-23 | DC: Fix compilation | Max Horn | |
2011-05-23 | SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines | Max Horn | |
2011-05-23 | COMMON: Add exit() to list of forbidden symbols | Max Horn | |
2011-05-23 | COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessed | Max Horn | |
Instead of defining a hacked up Common::Error code, split the return value of processSettings into two parts: An error code, and a value which indicates whether the specified command was completely handled by processSettings or not. | |||
2011-05-23 | COMMON: Mark more symbols as forbidden | Max Horn | |
2011-05-23 | BACKENDS: Move SCUMMVM_SAVEPATH env var handling to POSIX savefile manager | Max Horn | |
2011-05-23 | SWORD25: Include scummsys.h from lua.h, partially deal with the consequences | Max Horn | |
This should help mark the spots that are still non-portable, just follow the FIXMEs. | |||
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn | |
This takes up a tiny little bit of extra binary size, but gets rid of some awful #ifdef hackery. | |||
2011-05-23 | SWORD25: Avoid including lua headers in other headers | Max Horn | |
2011-05-23 | SWORD25: Replace some non-portable calls, add FIXMEs | Max Horn | |
2011-05-23 | SAMSUNGTV: update port | Pawel Kolodziejski | |
2011-05-23 | SWORD25: Fix Theora audio endianism | Alyssa Milburn | |
2011-05-23 | SWORD25: Properly use Theora picture offset/dimensions | Matthew Hoops | |
2011-05-23 | SWORD25: Fix ambiguous typing | Max Horn | |
2011-05-23 | BASE: Sync COPYING with latest version of the GPL 2.1 text | Max Horn | |
2011-05-23 | TSAGE: Remove redundant semicolons | Max Horn | |
2011-05-23 | TEEN: Change Inventory members to comple with CFG | Max Horn | |
2011-05-23 | GRAPHICS: Rename some members of NewFont | Max Horn | |
2011-05-23 | AUDIO: Explicitly instantiate & name RandomSource used by MAME OPL | Max Horn | |
2011-05-23 | SWORD25: Fix screenshot endianism issue | Alyssa Milburn | |
2011-05-23 | SWORD25: De-hardcode target name in thumbnail code | Alyssa Milburn | |
This just uses the provided filename rather than trying to recreate it with a hard-coded target (causing crashes with other targets). (Also, add an error check rather then crashing there, just in case.) | |||
2011-05-23 | SWORD25: Fix error string parameter | Alyssa Milburn | |
2011-05-23 | SWORD25: Replaced accidental backslash in include filename | Paul Gilbert | |
2011-05-23 | SWORD25: Moved detection entries into detection_tables.h | Paul Gilbert | |
2011-05-23 | SWORD25: Added detection entries for other languages | Paul Gilbert | |
This is needed now, since changing the language in-game updates the ScummVM language setting, and there must be a matching detection entry for each language. | |||
2011-05-23 | SWORD25: Added proxy code for converting writing config.lua to update the ↵ | Paul Gilbert | |
ScummVM game settings | |||
2011-05-23 | SWORD25: Created proxy class that presents ScumMVM settings as a valid ↵ | Paul Gilbert | |
config.lua file | |||
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat | |
2011-05-22 | TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't ↵ | strangerke | |
need to use your stunner,[...]" | |||
2011-05-22 | TSAGE: Fix bug "Scene 2100: Examining the middle console triggers an ↵ | strangerke | |
assertion: "./engines/tsage/globals.h:84: bool tSage::Globals::getFlag(int) const: Assertion `(flagNum > 0) && (flagNum < 256)' failed."" | |||
2011-05-21 | SCI: Fix probable alt/shift mixup | Willem Jan Palenstijn | |
A check for alt was changed into this check for shift in the cleanup commit 906f0248317e1a4167190a666fe308a09334bfac. | |||
2011-05-20 | FM-TOWNS AUDIO: fix gcc warnings | athrxx | |
2011-05-20 | FM-TOWNS AUDIO: fix thread lockups and cleanup | athrxx | |
- fixed lockup situation in imuse destructor (only concerning the fm-towns driver) - fixed lockup situation when AudioCDManager functions get called (in both cases both the main thread and the mixer thread would get locked in different mutex belonging to the other thread) | |||
2011-05-20 | AUDIO: Remove leftover "forward" declaration after real declaration in the ↵ | Johannes Schickel | |
TOWNS midi code. |