Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | Einar Johan Trøan Sømåen | |
2012-08-13 | GRAPHICS: Add support for 32bpp BMPs | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Cleanup in TransparentSurface. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Remove BPkgFile, as wrapCompressedStream can handle that job now. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Use the correct DPI for TTF-fonts, and don't display ↵ | Einar Johan Trøan Sømåen | |
overshooting lines. | |||
2012-08-13 | Merge remote-tracking branch 'origin/master' into wintermute | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Apply color-key to RGB-images, and upconvert them to RGBA. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Use 64k-tables for alpha-blitting. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Make a few noisy warnings into debug-calls. | Einar Johan Trøan Sømåen | |
2012-08-12 | GRAPHICS: Clarify format of the palette in ImageDecoder | Matthew Hoops | |
2012-08-12 | CINE: Slight formatting fixes in gfx.cpp. | Johannes Schickel | |
Powered by astyle. | |||
2012-08-12 | GUI: Make normal disabled color of the modern theme darker. | Johannes Schickel | |
This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme". At the very least it will improve the contrast. | |||
2012-08-12 | GUI: Create the builtin theme from scummclassic again. | Johannes Schickel | |
The old builtin one actually was based on a unpublished version, which failed with the current code. Oops. | |||
2012-08-12 | GUI: Mark parts of the grid based chooser layout code as HACK. | Johannes Schickel | |
2012-08-12 | NEWS: Mention new save/load chooser. | Johannes Schickel | |
2012-08-12 | I18N: Update POTFILES and rebuild the translations. | Johannes Schickel | |
2012-08-12 | VIDEO: Move TheoraDecoder to video/ | Matthew Hoops | |
2012-08-12 | GUI: Remove left-over code from theme based fill color in thumbnail display. | Johannes Schickel | |
2012-08-12 | Merge pull request #260 from lordhoto/new-chooser. | Johannes Schickel | |
New save/load chooser Conflicts: gui/saveload.cpp | |||
2012-08-12 | VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder API | Matthew Hoops | |
The video no longer automatically loops (unused in-tree) and must have rewind() called manually | |||
2012-08-12 | VIDEO: Don't allow adding external stream files to unopened videos | Matthew Hoops | |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops | |
2012-08-12 | AGOS: Improve the quick load/save code. | Travis Howell | |
2012-08-12 | VIDEO: Add set/getStopTime functions to AdvancedVideoDecoder | Matthew Hoops | |
A video can now be stopped at a requested time | |||
2012-08-12 | AUDIO: Move LimitingAudioStream to audio/ | Matthew Hoops | |
2012-08-12 | GUI: Fix possible un-initialised variable usage in SaveLoadChooser. | D G Turner | |
This was reported by valgrind, while looking at a different issue. | |||
2012-08-11 | CINE: Fix typo in OS palette restore code. | D G Turner | |
This fixes most cases of incorrect palette on savegame loading. Thanks to yaz0r for this fix. | |||
2012-08-11 | CINE: Fix lockup in Scene 5 when "operate Girl" underwater. | D G Turner | |
Traced with gdb to sound.cpp:792 i.e. _fadeOutTimer infinite loop. This bug was introduced by the addition of the MT-32 output driver for Future Wars and associated mutex changes. The _fadeOutTimer increment is done by the timer callback occuring during the load method call, but this was excluded by the mutex. Fixed by moving the mutex in the load method. | |||
2012-08-11 | SCI: Add PQ3 Spanish DOS detection entry from bug #3555647. | D G Turner | |
2012-08-11 | SCI: Add KQ5 Spanish DOS detection entry from bug #3555646. | D G Turner | |
2012-08-11 | WINTERMUTE: Silence a few float-cast warnings. | Einar Johan Trøan Sømåen | |
2012-08-11 | WINTERMUTE: Format platform_osystem.cpp, wintermute.cpp and detection_tables.h | Einar Johan Trøan Sømåen | |
2012-08-11 | WINTERMUTE: Make RTL skip any "are you sure?"-dialogs. | Einar Johan Trøan Sømåen | |
The user has already quite intentionally opened the GMM and clicked "return to launcher" additionally the GMM can be launched at any time, but the "are you sure"-message can't always be shown, for instance if the user is already in some in-game menu, or a video is playing. | |||
2012-08-11 | WINTERMUTE: Make missing-file warnings a debugC | Einar Johan Trøan Sømåen | |
The sound-system attempts to open files in various formats, some of which may not exist, no reason for these to fill the console with output. | |||
2012-08-11 | WINTERMUTE: Get rid of strncpy+manual termination. | Einar Johan Trøan Sømåen | |
2012-08-11 | CINE: Slight cleanup. | Vincent Hamm | |
2012-08-10 | CINE: Fix masking in Operation Stealth. | Vincent Hamm | |
2012-08-09 | TESTBED: Fix "if" formatting. | Johannes Schickel | |
2012-08-09 | TSAGE: Fix "if" formatting. | Johannes Schickel | |
2012-08-09 | DINGUX: Fix "if" formatting. | Johannes Schickel | |
2012-08-09 | CREATE_PROJECT: Fix "if" formatting. | Johannes Schickel | |
2012-08-09 | AUDIO: Fix "if" formatting in QDM2 code. | Johannes Schickel | |
2012-08-09 | GRAPHICS: Add a DPI parameter to loadTTFFont. | Johannes Schickel | |
Will be used by WME. | |||
2012-08-09 | OPENGL: Fix RGBA8888 mode setup. | Johannes Schickel | |
2012-08-08 | CONFIGURE: Add case for selecting OpenGL ES support on the OpenPandora. | David-John Willis | |
2012-08-08 | OPENGL: GL_BGRA does not exist in every GLES implementation. | David-John Willis | |
* It definately does not exist in the GLES implementations I can test with. * Don't configure if USE_GLES is set. | |||
2012-08-07 | SCI: Remove duplicate detection entry | Willem Jan Palenstijn | |
There is no indication in the corresponding bug report this was for an Amiga version. | |||
2012-08-07 | SCI: Add extra comments to new detection entries. No functional changes. | D G Turner | |
2012-08-07 | VIDEO: Fix getTime() when a video is not playing | Matthew Hoops | |
2012-08-07 | TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵ | Strangerke | |
reporting it. |