Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-29 | GRAPHICS: Slight formatting change for consistency. | Johannes Schickel | |
2012-08-29 | GRAPHICS: Remove extra semicolon. | Johannes Schickel | |
2012-08-29 | Merge pull request #263 from somaen/tgaloader | Johannes Schickel | |
GRAPHICS: Add in a TGA-decoder | |||
2012-08-29 | GRAPHICS: Add in a TGA-decoder | Einar Johan Trøan Sømåen | |
2012-08-27 | LASTEXPRESS: Implement more savegame loading | Littleboy | |
- Rename existing function to load the last saved game - Remove loadgame debugger command | |||
2012-08-27 | LASTEXPRESS: Cleanup savegame | Littleboy | |
- Check for valid stream in readValue/writeValue functions - Properly initialize/clear members | |||
2012-08-27 | LASTEXPRESS: Identify more Verges functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix typo in Verges chapter 3 function | Littleboy | |
2012-08-27 | LASTEXPRESS: Identify several Verges functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove unnecessary casts | Littleboy | |
2012-08-27 | LASTEXPRESS: Remove some unreachable code | Littleboy | |
2012-08-27 | LASTEXPRESS: Add const modifiers | Littleboy | |
2012-08-27 | LASTEXPRESS: Update Debug::loadArchive() to reduce casts | Littleboy | |
2012-08-27 | LASTEXPRESS: Reduce header interdependency | Littleboy | |
2012-08-27 | LASTEXPRESS: Check for valid data in Beetle::invertDirection() | Littleboy | |
2012-08-27 | LASTEXPRESS: Identify some Abbot Chapter 3 functions | Littleboy | |
2012-08-27 | LASTEXPRESS: Check for invalid cd number in debugger commands | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix playsnd debugger command | Littleboy | |
2012-08-27 | LASTEXPRESS: Fix analysis warnings | Littleboy | |
2012-08-27 | Revert "VIDEO: Rework SVQ1 codebooks so they're endian-safe" | Matthew Hoops | |
This reverts commit 1ca81ee6ecff15c843c04a51c8757be5a685edc2. I was wrong about them not being endian-safe before. Don't stone me. Conflicts: video/codecs/svq1.cpp | |||
2012-08-27 | VIDEO: Fix "empty" AVI frames | Matthew Hoops | |
2012-08-27 | I18N: Update translation data file. | Jordi Vilalta Prat | |
2012-08-27 | I18N: Updated Catalan translation. | Jordi Vilalta Prat | |
2012-08-27 | NEWS: Mention new Galician translation | Thierry Crozat | |
2012-08-27 | I18N: Update translation data file | Thierry Crozat | |
2012-08-27 | CREDITS: Add credits for Galician translation | Thierry Crozat | |
2012-08-27 | I18N: Add Galician translation from patch #3557885 | Thierry Crozat | |
2012-08-26 | VIDEO: Fix compilation with some compilers | Matthew Hoops | |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops | |
VideoDecoder upgrade & partial rewrite | |||
2012-08-26 | NEWS: Mention VideoDecoder rewrite | Matthew Hoops | |
2012-08-26 | COMMON: Add MKTAG16 for 16-bit multi-character constants | Matthew Hoops | |
2012-08-25 | VIDEO: Remove obsolete FIXME in the FLIC code | Matthew Hoops | |
2012-08-23 | VIDEO: Adjust start time after calling rewind() in start() | Matthew Hoops | |
This wasn't an actual bug, but it makes more sense this way | |||
2012-08-23 | VIDEO: Update the isPlaying() comment | Matthew Hoops | |
2012-08-21 | PS3: Force use of freetype from ps3toolchain | Bastien Bouclet | |
2012-08-21 | SCI: Update a comment | Filippos Karapetis | |
2012-08-21 | SCI: More work on kRemapColors | Filippos Karapetis | |
This implements some more color remap-based palette effects, found in QFG4 | |||
2012-08-21 | SCI: Extend a workaround for the dream sequence in QFG4 | Filippos Karapetis | |
2012-08-21 | SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games | Filippos Karapetis | |
SCI1 games (QFG2 and newer) use a simpler and more accurate atan implementation for kGetAngle. This properly fixes bug #3540976. | |||
2012-08-21 | GPRAHICS: Slight cleanup in png.cpp. | Johannes Schickel | |
This adds an explanation why we use FORBIDDEN_SYMBOL_ALLOW_ALL and removes some trailing whitespaces. | |||
2012-08-21 | Revert "CONFIGURE: Don't disable the sword25 engine when libpng is not found" | Johannes Schickel | |
This reverts commit 7543c3ba5fcc914a4031fc8328aacd3d28c7055d. We depend on libpng for PNG decoding again, thus disable sword25 when libpng is not available. | |||
2012-08-20 | Merge pull request #262 from somaen/pngwithlibpng | Johannes Schickel | |
GRAPHICS: Reimplement the PNG-decoder using libpng | |||
2012-08-20 | Merge pull request #264 from somaen/32bppbmp | clone2727 | |
GRAPHICS: Add support for 32bpp BMPs | |||
2012-08-20 | VIDEO: Implement rewinding Smacker audio tracks | Matthew Hoops | |
2012-08-20 | SWORD25: Fix loading savegames on 64-bit archs. | upthorn | |
2012-08-20 | GRAPHICS: Reimplement the PNG-decoder using libpng | Einar Johan Trøan Sømåen | |
2012-08-20 | SWORD25: Improve sound persistence. | Alyssa Milburn | |
Keep track of volume/panning state, and don't restart sounds which already finished playing. | |||
2012-08-20 | CINE: Fix drawing of sprite with mask. | Vincent Hamm | |
Protects against cases where a non-existing script is referenced. | |||
2012-08-19 | BUILD: Fix statically compiling with libfluidsynth on Mac OS X | Matthew Hoops | |
2012-08-20 | SAGA: Remove incorrect free() in loadShortenFromStream() | Filippos Karapetis | |
This removes a warning and fixes bug #3558052 - "SAGA: use-after-free warning" |