aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-21I18N: Update the catalan translation.Jordi Vilalta Prat
svn-id: r52851
2010-09-21DRASCULA: Keep keyboard buffer flushed while waiting for conversationTorbjörn Andersson
Otherwise buffered-up key presses can cause dialog to be skipped once the player finally picks a conversation option. svn-id: r52850
2010-09-21GUI: Quick fix for the mute checkbox label being cut in the in-game optionsThierry Crozat
This happened with some translations as the width of the checkbox was fixed to 80 pixels, even though more space was available. I have increased it to 120 pixels. svn-id: r52849
2010-09-21I18N: Update Italian translationThierry Crozat
svn-id: r52847
2010-09-21DRASCULA: Fix bug #3069977 ("Grafic Glitches in text")Torbjörn Andersson
If response() loads an image into backSurface, we need to restore the conversation charset to it once we're done. This may very well fix a few other similar bugs, but I haven't verified that. svn-id: r52845
2010-09-21DRASCULA: Fix invalid memory access on inventory screenTorbjörn Andersson
When clicking outside of all inventory objects, the whichObject() function would return 43, which is an invalid inventoryObjects[] index. I think that's what caused it to crash for me. There are a few other inventoryObjects[]-related changes as well. svn-id: r52843
2010-09-21KYRA2/LOL PC-98: fix sfx rateFlorian Kagerer
svn-id: r52842
2010-09-21ADded translations.dat to pkg filesLars Persson
svn-id: r52840
2010-09-21AGI: Deconfusify the AGI music driverTorbjö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-21AGI: Changed meaning of pcjr sound device. Now it is Sarien emuEugene 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-20KYRA: Fix RTL from LoL's main menu.Johannes Schickel
svn-id: r52835
2010-09-20NEWS: Mention that Hoyle Classic Card Games is now supportedFilippos Karapetis
svn-id: r52833
2010-09-20AGI: Fix bug #3061578: AGI: PCjr Mode Not Default for DOS GamesEugene Sandulenko
svn-id: r52831
2010-09-20GUI: Give slightly more space to the options label in scummmodern themeThierry 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-20GUI: 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-20SWORD1: Fix bug #3032772: SWORD1: Mute setting does not workEugene Sandulenko
svn-id: r52827
2010-09-20SWORD2: More safeguards for mute settingEugene Sandulenko
svn-id: r52825
2010-09-20SWORD25: Fix bug #3032763: "SWORD2: Mute setting does not work"Eugene Sandulenko
svn-id: r52823
2010-09-20I18N: Update Spanish German and French translationsThierry Crozat
svn-id: r52822
2010-09-20CONFIGURE: 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-20Make r52818 general on trunkLars Skovlund
svn-id: r52820
2010-09-20SCI: Handle bit 2 of scaleSignal by not updating nsRect values whenLars 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-20PSP: switch from wrapping memcpy to defining our own memcpyYotam 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-20PSP: 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-20PSP: 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-20GOB: Don't crash if getCharData() returns NULLTorbjö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-19I18N: Add lowres context for one string.Thierry Crozat
Also update German and French translations. svn-id: r52808
2010-09-19SCI2/2.1: Changes to the plane codeFilippos Karapetis
Moved some plane related functions inside updatePlane() instead of frameOut(). Cleanup. svn-id: r52804
2010-09-19SCI: Added documentation for the different music patches in SCI gamesFilippos Karapetis
svn-id: r52802
2010-09-19SCI2: Some work on RBT filesFilippos Karapetis
svn-id: r52801
2010-09-19SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry"Filippos Karapetis
svn-id: r52799
2010-09-18SCUMM: Remove unused code, which was replaced by ScummEngine_v0::runObject ↵Travis Howell
in revision 42737. svn-id: r52798
2010-09-18SCUMM: Fix bug #3070077 - MMC64: No music when Syd plays the piano.Travis Howell
svn-id: r52796
2010-09-18SWORD2: Plug memory leaks.Eugene Sandulenko
svn-id: r52795
2010-09-18M4: NULL terminate after a strncpyPaul Gilbert
svn-id: r52794
2010-09-18M4: Added missing breaks to switch statementPaul Gilbert
svn-id: r52793
2010-09-18SCUMM: minor cleanupFlorian Kagerer
svn-id: r52792
2010-09-18JANITORIAL: 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-18TESTBED: Fix warningsFilippos Karapetis
svn-id: r52790
2010-09-18SCI: 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-17HUGO: Fix crash in the first screen of H1 DosArnaud Boutonné
- Fix crash in the first screen of H1 Dos - Clean up svn-id: r52787
2010-09-17DISTS/REDHAT: Package png and svg iconsWillem Jan Palenstijn
svn-id: r52786
2010-09-17SCI: Fix compilation on AmigaOS.Johannes Schickel
svn-id: r52784
2010-09-17CMS: Some constification.Johannes Schickel
svn-id: r52782
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
svn-id: r52781
2010-09-17CMS: Change an incorrect error into debug output.Johannes Schickel
svn-id: r52780
2010-09-17SOUND: Properly add CMS as plugin.Johannes Schickel
svn-id: r52779
2010-09-17SOUND: Move CMS emulator to sound/softsynth.Johannes Schickel
svn-id: r52778
2010-09-17DISTS: Sync a few .in filesWillem 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-17RELEASE: This is 1.3.0svnEugene Sandulenko
svn-id: r52773