Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel | |
svn-id: r22888 | |||
2006-06-03 | The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of Zak | Travis Howell | |
svn-id: r22872 | |||
2006-06-03 | Add comment | Travis Howell | |
svn-id: r22870 | |||
2006-06-03 | Add work around for bug in a German Windows 2CD version of FF. Trigger error ↵ | Travis Howell | |
if video file not found, since they are required by several part of FF svn-id: r22869 | |||
2006-06-03 | MPEG player fixes: | Torbjörn Andersson | |
* Initialise _frameWidth and _frameHeight to prevent them from being undefined. * Fix BS2 subtitle positioning. (Fixes bug #1499916) * In BS2, copy the frame to the backend in 8-bit mode. * Fix compilation in 8-bit mode. BS2 subtitles aren't quite right in 8-bit mode, but I expect we want to re-design things a bit if we ever add DXA cutscenes. We can fix minor details then. svn-id: r22859 | |||
2006-06-03 | Fixing an endian-issue in setVoice() | Sven Hesse | |
svn-id: r22858 | |||
2006-06-03 | Matched the memset in imdFrameUncompressor() to the original asm, that | Sven Hesse | |
fixes a small glitch svn-id: r22857 | |||
2006-06-03 | Split ID string into several small strings for systems not coping with large ↵ | Lars Persson | |
string constants. svn-id: r22856 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22854 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22853 | |||
2006-06-03 | Bugfix to properly detect the end of the indexed room hotspot list | Paul Gilbert | |
svn-id: r22852 | |||
2006-06-03 | Correct setting of VAR_CHARINC in several functions, the value should only ↵ | Travis Howell | |
be reversed when using keyboard shortcuts (Due to the scrollbar) svn-id: r22850 | |||
2006-06-03 | Fix for bug # 1497965 ("KYRA1: Skipping dialogue requires two clicks"). | Johannes Schickel | |
svn-id: r22848 | |||
2006-06-02 | Oops. sfx should be on per default. | Johannes Schickel | |
svn-id: r22845 | |||
2006-06-02 | Fix for bug # 1497961 ("KYRA1: in-game "Music" option not working"). | Johannes Schickel | |
svn-id: r22844 | |||
2006-06-02 | Add support for separate compressed sound files for cutscenes in FF | Travis Howell | |
svn-id: r22831 | |||
2006-06-02 | - Fixed IMD transparency | Sven Hesse | |
- Fixed SegFault due to uninitialized _multData2 - Removed left-over debug comment svn-id: r22830 | |||
2006-06-02 | Cleanup | Travis Howell | |
svn-id: r22829 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22826 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22825 | |||
2006-06-02 | Add load/save errors for other languages | Travis Howell | |
svn-id: r22824 | |||
2006-06-01 | Fixed problem when building and debugging using Symbian Emulator. | Lars Persson | |
svn-id: r22820 | |||
2006-06-01 | Fix keyboard input. Now it is possible to use key modifiers freely. | Eugene Sandulenko | |
svn-id: r22818 | |||
2006-06-01 | Update GMF header comment | Travis Howell | |
svn-id: r22817 | |||
2006-06-01 | - Fixed drawing of sprite-parts based texts | Sven Hesse | |
- Removed misplaced Music::stopPlay() call svn-id: r22816 | |||
2006-06-01 | Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ↵ | Travis Howell | |
(With speech) svn-id: r22815 | |||
2006-06-01 | Call setWalkspeed() after reading config settings, and after loading savegames, | Torbjörn Andersson | |
so that _timers[] is properly synced with _configWalkspeed. Should fix bug #1498660. svn-id: r22814 | |||
2006-05-31 | Fixed deletion statement as it was deleting arrays(CW compiler was ↵ | Lars Persson | |
complaining). svn-id: r22810 | |||
2006-05-31 | Symbian Emulator (VC6) compilation fixes. | Lars Persson | |
svn-id: r22809 | |||
2006-05-31 | Don't let blocking rectangle extend below baseline (see Sarien bugs 810331 ↵ | Willem Jan Palenstijn | |
and 925074) svn-id: r22808 | |||
2006-05-31 | GCC 2.9x fix for Symbian OS, for accessing class within Common namespace | Lars Persson | |
svn-id: r22807 | |||
2006-05-31 | Small correction, added space between filename and new line. | Lars Persson | |
svn-id: r22805 | |||
2006-05-31 | Use _mapWidth/_mapHeight instead of constant | Sven Hesse | |
svn-id: r22801 | |||
2006-05-31 | Fixed two Valgrind warnings. But there are still a couple of invalid reads | Torbjörn Andersson | |
at startup. svn-id: r22800 | |||
2006-05-31 | Hopefully fixed bug #1498024 | Sven Hesse | |
svn-id: r22796 | |||
2006-05-31 | Yet another const warning fixed | Max Horn | |
svn-id: r22795 | |||
2006-05-31 | Fixed many const related warnings | Max Horn | |
svn-id: r22794 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-05-31 | - Removed usage of OSystem::quit(), added a _quitRequested variable | Sven Hesse | |
- Fixed some leaks, unitialized memory and delete/delete[]-errors svn-id: r22790 | |||
2006-05-31 | Further disassembly of NPC actions as well as finally figured out the basics ↵ | Paul Gilbert | |
of NPC character modes in standard_character_tick_proc svn-id: r22789 | |||
2006-05-31 | Removed misspelled version of disassembly folder | Paul Gilbert | |
svn-id: r22788 | |||
2006-05-30 | Workaround bug #1497280. | Gregory Montoir | |
svn-id: r22785 | |||
2006-05-30 | remove extraneous comma | Joost Peters | |
svn-id: r22784 | |||
2006-05-30 | cleanup | Willem Jan Palenstijn | |
svn-id: r22783 | |||
2006-05-30 | objectify AGI sprite.h/cpp | Chris Apers | |
svn-id: r22781 | |||
2006-05-30 | Fixed subtitles Y coordinate in characterSays(). I have no way of confirming | Torbjörn Andersson | |
this, but it seems obvious to me that it's trying to subtract the character's scaled height, and this is how that's calculated elsewhere as far as I can see. svn-id: r22769 | |||
2006-05-29 | Only call OSystem::updateScreen() every other frame, so no more than 50 ↵ | Joost Peters | |
times per second. This doesn't appear to make a visible difference on PC, but allows the game to run on PSP and probably several other consoles/ports that wait for 50/60hz vsync. Since I'm not familiar with this engine I've added a 'FIXME' comment, because maybe this can be fixed/improved in a different manner. svn-id: r22758 | |||
2006-05-29 | objectify AGI menu.h/cpp | Willem Jan Palenstijn | |
svn-id: r22757 | |||
2006-05-29 | The ScummDebugger object needs to be created after _numVariables has been ↵ | Gregory Montoir | |
set. This is apparently only done in in readMAXS() which is called by readIndexFile(). Moved the call to the object constructor in the init() method. This fixes the 'scumm_vars' debugger command. svn-id: r22755 | |||
2006-05-29 | - More GOB2 map conversions | Sven Hesse | |
- Added Music_Dummy (for --music-driver=null) - Implemented IMDs. That took longer than I expected... On the bright side, Ween's intro now plays more correctly svn-id: r22754 |