Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-28 | I18N: Update Czech translation from patch #3326481 | Thierry Crozat | |
2011-06-28 | MOHAWK: Cleanup Riven save code | Matthew Hoops | |
2011-06-28 | MOHAWK: Add archive functions to get type/id lists | Matthew Hoops | |
This will be needed for CarmenTQ | |||
2011-06-28 | MOHAWK: Use matchString instead of equalsIgnoreCase for resource names | Matthew Hoops | |
A regression from 71c4329 | |||
2011-06-28 | MOHAWK: Rework archive handling | Matthew Hoops | |
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication. | |||
2011-06-28 | MOHAWK: Better sanity checks in LB scripting. | Alyssa Milburn | |
2011-06-28 | MOHAWK: Handle kLBOpRunData properly. | Alyssa Milburn | |
2011-06-28 | MOHAWK: Make LB's readString/readRect more generic. | Alyssa Milburn | |
2011-06-28 | CGE: Fix SVG0FILE define to point to INI_FILE class | Paul Gilbert | |
2011-06-28 | CGE: Fix for displaying non full-screen bitmaps | Paul Gilbert | |
2011-06-28 | CGE: Fix initialisation of the TALK class | Paul Gilbert | |
2011-06-28 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cge | Paul Gilbert | |
2011-06-28 | CGE: Bitmap now shows correctly | Paul Gilbert | |
2011-06-28 | SCI: Fixed script bug #3292327 - "SCI: HOYLE4: Cribbage bug" | Filippos Karapetis | |
2011-06-28 | DREAMWEB: Removed memcpy as suggested by wjp | Vladimir Menshakov | |
2011-06-28 | BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden ↵ | Littleboy | |
parameter (FR #1726611) Hidden folders (such as the recycle bin or temporary hidden folders) will no longer be visible in the file/folder browser (as is the case on the Posix and related backends) | |||
2011-06-27 | TOON: Add delay to inventory rendering loop. Uses a bit less CPU now. | eriktorbjorn | |
2011-06-27 | CGE: Fix some GCC compile errors and warnings. | eriktorbjorn | |
2011-06-27 | TSAGE: Separated the sound manager processing into it's own thread | Paul Gilbert | |
This will be necessary with the introduction of the Sound FX driver, since the sound manager will do the processing for both drivers, but each will need to do their own output in their AudioStream thread | |||
2011-06-27 | CGE: Getting closer to properly showing bitmap images | Paul Gilbert | |
2011-06-27 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cge | Paul Gilbert | |
Conflicts: engines/cge/cge_main.cpp engines/cge/general.cpp engines/cge/snail.cpp engines/cge/vga13h.cpp | |||
2011-06-27 | CGE: Beginnings of work on graphics support | Paul Gilbert | |
2011-06-27 | WINCE: Added option to disable panel toggling with double tap on top of screen | CeRiAl | |
2011-06-26 | BACKENDS: Add special Win32 path to set SDL window icon | Littleboy | |
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback. This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later | |||
2011-06-26 | ICONS: Update Windows icons | Littleboy | |
- Replace 128x128 RGB version by PNG compressed 256x256 version for Windows Vista and later - Update 256 colors versions of the icon to remove black background - Remove 16 colors versions (256 colors icons have been supported since Windows 3.0 and are the default on Windows 95) - Add missing sizes and colors to NSIS installer icon | |||
2011-06-27 | CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in ↵ | Strangerke | |
several classes in order to do so. | |||
2011-06-26 | Merge branch 'master' of github.com:scummvm/scummvm | eriktorbjorn | |
2011-06-26 | TOON: Fix the bottom pixels of text being cut off | eriktorbjorn | |
It's a dirty rect problem. The computeSize() function needs to take into consideration that the glyph may be offset, so it's not enough to just look at its size. For now, I'm assuming that this is only a problem with characters that stick out below the base line, so that's all this patch tries to fix. Let's see if that's enough. | |||
2011-06-26 | BACKENDS: Fix running on pre-Windows 2000 operating systems | Littleboy | |
The Windows taskbar manager uses VerSetConditionMask and VerifyVersionInfo to check for Windows 7 or later before enabling the taskbar integration features. Those functions did not appear until Windows 2000, so we have to check for them at runtime. | |||
2011-06-26 | LASTEXPRESS: Add detection entry for Russian version | Littleboy | |
2011-06-26 | GRAPHICS: Generalized arbitrary bit depth images processing in PNG decoder. | Eugene Sandulenko | |
This fixes 1bpp image rengering. | |||
2011-06-26 | SWORD25: Change unknow handle error into a warning | Thierry Crozat | |
Also add sanity checks when calling findHandle() in the SoundEngine. This fixes an issue when functions of SoundEngine are called on a sound that has already finished playing (the most common occurrences are calls to isSoundPlaying()). | |||
2011-06-26 | SWORD25: Fixed bug with concurrent sounds. Reported by criezy | Eugene Sandulenko | |
2011-06-26 | SWORD25: Fix bug with loading saves when some saves are missing | Eugene Sandulenko | |
2011-06-26 | CINE: Fixed compilation when DUMP_SCRIPTS is set | Filippos Karapetis | |
2011-06-26 | CGE: get rid of memicmp | Strangerke | |
2011-06-26 | CGE: Implement ForceExt and RCrypt. Little style cleanup. | Strangerke | |
2011-06-26 | CGE: Bugfix for scanning archive index in BTFILE class | Paul Gilbert | |
2011-06-26 | CGE: Implemented basic file access functionality | Paul Gilbert | |
2011-06-26 | TSAGE: Silence GCC warnings | eriktorbjorn | |
2011-06-26 | WINCE: Fix timer manager | CeRiAl | |
2011-06-26 | TSAGE: Several bugfixes for sound output to match the original | Paul Gilbert | |
2011-06-26 | TSAGE: Fix for properly initialising the _voiceTypeStructPtrs array | Paul Gilbert | |
2011-06-26 | I18N: Update Russian translation | Eugene Sandulenko | |
2011-06-26 | DREAMWEB: Added italian floppy release | Vladimir Menshakov | |
2011-06-26 | DREAMWEB: Added assert on memcpy overlap | Vladimir Menshakov | |
2011-06-25 | HUGO: Fix incorrect usage of sizeof | Willem Jan Palenstijn | |
Thanks to salty-horse for the report. The new sizes are the ones that were replaced by sizeof in 399b59a583b. | |||
2011-06-25 | SCI: Fix incorrect usage of sizeof | Willem Jan Palenstijn | |
Thanks to salty-horse for the reports. | |||
2011-06-25 | DREAMWEB: Removed workaround of invalid size of extext data | Vladimir Menshakov | |