Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-21 | AGI: Deconfusify the AGI music driver | Torbjörn Andersson | |
(After a brief discussion with sev.) AdLib is now the old Sarien sound, PCjr is the new PCjr emulation. PCjr is still the default; we don't need to ask getMusicType() how to get there. svn-id: r52838 | |||
2010-09-21 | AGI: Changed meaning of pcjr sound device. Now it is Sarien emu | Eugene Sandulenko | |
Music drivers: default: proper Tandy/PCJr adlib: proper Tandy/PCJr pcjr: old Sarien emu amiga: old Sarien emu in Amiga mode pcspk: Sarien emu in PCSpk mode (quite wrong) midi: 4 channel MIDI svn-id: r52836 | |||
2010-09-20 | KYRA: Fix RTL from LoL's main menu. | Johannes Schickel | |
svn-id: r52835 | |||
2010-09-20 | NEWS: Mention that Hoyle Classic Card Games is now supported | Filippos Karapetis | |
svn-id: r52833 | |||
2010-09-20 | AGI: Fix bug #3061578: AGI: PCjr Mode Not Default for DOS Games | Eugene Sandulenko | |
svn-id: r52831 | |||
2010-09-20 | GUI: Give slightly more space to the options label in scummmodern theme | Thierry Crozat | |
I think I have checked everywhere and it looks good both in English and in French. This might help for future translations. I am not committing the change to the 1.2.0 branch though as I am not completely sure it is harmless. svn-id: r52830 | |||
2010-09-20 | GUI: Fix Subtitles speed option cut in Audio tab of game options. | Thierry Crozat | |
In normal (no scaling) mode and aspect ratio correction turned off, the height of the Audio tab of the game options was too small and the subtitle speed option was subsequently cut. svn-id: r52829 | |||
2010-09-20 | SWORD1: Fix bug #3032772: SWORD1: Mute setting does not work | Eugene Sandulenko | |
svn-id: r52827 | |||
2010-09-20 | SWORD2: More safeguards for mute setting | Eugene Sandulenko | |
svn-id: r52825 | |||
2010-09-20 | SWORD25: Fix bug #3032763: "SWORD2: Mute setting does not work" | Eugene Sandulenko | |
svn-id: r52823 | |||
2010-09-20 | I18N: Update Spanish German and French translations | Thierry Crozat | |
svn-id: r52822 | |||
2010-09-20 | CONFIGURE: Rework GP2X/Wiz/Caanoo and OpenPandora builds. | John Willis | |
Just some small cleanup to make the building of debug and release builds follow the convention expected from the configure flags. svn-id: r52821 | |||
2010-09-20 | Make r52818 general on trunk | Lars Skovlund | |
svn-id: r52820 | |||
2010-09-20 | SCI: Handle bit 2 of scaleSignal by not updating nsRect values when | Lars Skovlund | |
it's set. Currently game-specific for Hoyle4; fixes bug #3038424. But other SCI1.1 games should be tested with a general version of this to see whether it fixes relevant bugs. svn-id: r52818 | |||
2010-09-20 | PSP: switch from wrapping memcpy to defining our own memcpy | Yotam Barnoy | |
The advantage is that we get to do inlining and even use lwl and lwr instructions where appropriate. We have to do it ourselves because the PSP doesn't tolerate built-in instructions, but also we have a more efficient memcpy than the lib's. svn-id: r52817 | |||
2010-09-20 | PSP: Split up PspMemory class. | Yotam Barnoy | |
PspMemorySwap is more specific ie. it only needs to be known by PSP files. It could be put in another file, but not worth the effort. svn-id: r52816 | |||
2010-09-20 | PSP: moved VramAllocator to display_manager.cpp. | Yotam Barnoy | |
It didn't really belong in memory.cpp and we're going to want to include memory.h everywhere. * * * PSP: more Vram Allocator cleanup svn-id: r52815 | |||
2010-09-20 | GOB: Don't crash if getCharData() returns NULL | Torbjörn Andersson | |
This happened to me when playing the floppy version of Gobliins 2. I don't know if it's a fix or a workaround, but the function can clearly return NULL so let's guard against it. svn-id: r52813 | |||
2010-09-19 | I18N: Add lowres context for one string. | Thierry Crozat | |
Also update German and French translations. svn-id: r52808 | |||
2010-09-19 | SCI2/2.1: Changes to the plane code | Filippos Karapetis | |
Moved some plane related functions inside updatePlane() instead of frameOut(). Cleanup. svn-id: r52804 | |||
2010-09-19 | SCI: Added documentation for the different music patches in SCI games | Filippos Karapetis | |
svn-id: r52802 | |||
2010-09-19 | SCI2: Some work on RBT files | Filippos Karapetis | |
svn-id: r52801 | |||
2010-09-19 | SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry" | Filippos Karapetis | |
svn-id: r52799 | |||
2010-09-18 | SCUMM: Remove unused code, which was replaced by ScummEngine_v0::runObject ↵ | Travis Howell | |
in revision 42737. svn-id: r52798 | |||
2010-09-18 | SCUMM: Fix bug #3070077 - MMC64: No music when Syd plays the piano. | Travis Howell | |
svn-id: r52796 | |||
2010-09-18 | SWORD2: Plug memory leaks. | Eugene Sandulenko | |
svn-id: r52795 | |||
2010-09-18 | M4: NULL terminate after a strncpy | Paul Gilbert | |
svn-id: r52794 | |||
2010-09-18 | M4: Added missing breaks to switch statement | Paul Gilbert | |
svn-id: r52793 | |||
2010-09-18 | SCUMM: minor cleanup | Florian Kagerer | |
svn-id: r52792 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-09-18 | TESTBED: Fix warnings | Filippos Karapetis | |
svn-id: r52790 | |||
2010-09-18 | SCI: Some changes to the fallback detector (sync with branch 1.2.0) | Filippos Karapetis | |
Added more graceful handling of the case where SCI32 isn't built in and the user tries to detect or start a SCI32 game svn-id: r52789 | |||
2010-09-17 | HUGO: Fix crash in the first screen of H1 Dos | Arnaud Boutonné | |
- Fix crash in the first screen of H1 Dos - Clean up svn-id: r52787 | |||
2010-09-17 | DISTS/REDHAT: Package png and svg icons | Willem Jan Palenstijn | |
svn-id: r52786 | |||
2010-09-17 | SCI: Fix compilation on AmigaOS. | Johannes Schickel | |
svn-id: r52784 | |||
2010-09-17 | CMS: Some constification. | Johannes Schickel | |
svn-id: r52782 | |||
2010-09-17 | SCI: Add CMS driver for SCI1-SCI1.1. | Johannes Schickel | |
svn-id: r52781 | |||
2010-09-17 | CMS: Change an incorrect error into debug output. | Johannes Schickel | |
svn-id: r52780 | |||
2010-09-17 | SOUND: Properly add CMS as plugin. | Johannes Schickel | |
svn-id: r52779 | |||
2010-09-17 | SOUND: Move CMS emulator to sound/softsynth. | Johannes Schickel | |
svn-id: r52778 | |||
2010-09-17 | DISTS: Sync a few .in files | Willem Jan Palenstijn | |
This fixes dists/iphone/Info.plist.in not being updated by r50752 and dists/meta.xml.in not being updated by r52074. svn-id: r52775 | |||
2010-09-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko | |
svn-id: r52773 | |||
2010-09-17 | SCI: Proper initialization in MidiPlayer's constructor. | Johannes Schickel | |
svn-id: r52768 | |||
2010-09-17 | GOB: Add detection for polish gob2 and gob3 | Arnaud Boutonné | |
MD5s provided in bug #3067489 svn-id: r52767 | |||
2010-09-17 | SCI: Use spaces for indentation for consistency. | Johannes Schickel | |
I think the code uses this in this particular instance to have the comments on top of the various tables aligned with the actualy entries, so I decided not to make this conform to our guidelines, but rather to the rest of the style used in this file. svn-id: r52766 | |||
2010-09-17 | DISTS/FEDORA: package create_sjisfnt tool | Willem Jan Palenstijn | |
svn-id: r52765 | |||
2010-09-17 | SCI2: some very early work on kSetShowStyle | Filippos Karapetis | |
svn-id: r52764 | |||
2010-09-17 | DISTS/FEDORA: Update package description to match readme | Willem Jan Palenstijn | |
svn-id: r52762 | |||
2010-09-17 | DOC: Update list of supported games in readme | Willem Jan Palenstijn | |
svn-id: r52760 | |||
2010-09-17 | I18N: Use a String instead of a char buffer. | Johannes Schickel | |
This should improve r52751, since String does automatic memory handling, thus no more buffer overflows should by possible by having a too large translated string. svn-id: r52758 |