Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-09-17 | SCI: Removed some unnamed selector access in the workarounds. Fixes the ↵ | Filippos Karapetis | |
regression in the demo of EcoQuest, when opening a window svn-id: r52757 | |||
2010-09-17 | COMMON: Extend getting a Mac resource fork resource with a name | Matthew Hoops | |
Resource names can be the same across types (ie. 'PICT' "Foo" and 'snd ' "Foo"), so this ensures that the right type is chosen in those cases. svn-id: r52756 | |||
2010-09-16 | HUGO: Fix H1 DOS initialization | Arnaud Boutonné | |
Fix a bug in hugo.dat loading and initialize properly Hugo1 DOS svn-id: r52755 | |||
2010-09-16 | TOOLS: Add missing data for H1 Dos | Arnaud Boutonné | |
svn-id: r52754 | |||
2010-09-16 | I18N: Update Spanish translation | Thierry Crozat | |
svn-id: r52753 | |||
2010-09-16 | README: Update and improve About section | Thierry Crozat | |
I reported changes I made a year ago on the wiki User Manual/Introduction page. It concerns mainly the supported games (many non SCUMM games now) and (non-)beta status of ScummVM. svn-id: r52752 | |||
2010-09-16 | I18N: fix a buffer size issue with translated save/load strings in AGOS | Thierry Crozat | |
svn-id: r52751 | |||
2010-09-16 | DISTS/FEDORA: Remove mpeg2 and mention SCI | Willem Jan Palenstijn | |
svn-id: r52748 | |||
2010-09-16 | TESTBED: fixed detection | Neeraj Kumar | |
svn-id: r52747 | |||
2010-09-16 | NEWS: Switched to Latin numbering for some SCI games | Filippos Karapetis | |
svn-id: r52746 | |||
2010-09-16 | DINGUX: Add placeholder for dingux specific readme | Fabio Battaglia | |
Add an almost empty readme for dingux, to be filled soon. svn-id: r52745 | |||
2010-09-16 | DINGUX: add exec wrapper for scummvm.elf | Fabio Battaglia | |
Add a wrapper to set HOME var when running scummvm on dingux. svn-id: r52744 |