Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-10 | Add palette difference in FF. | Travis Howell | |
svn-id: r19545 | |||
2005-11-10 | More accurate video opcodes output. | Travis Howell | |
svn-id: r19544 | |||
2005-11-10 | Add another wrapper for endian difference in FF. | Travis Howell | |
svn-id: r19543 | |||
2005-11-10 | Update debug tables. | Travis Howell | |
svn-id: r19542 | |||
2005-11-09 | Palette delay at the end of Simon1 was never triggered. | Travis Howell | |
svn-id: r19541 | |||
2005-11-09 | Cleanup. | Travis Howell | |
svn-id: r19540 | |||
2005-11-09 | sync HEAD with 0-8-0 branch. | Robert Göffringmann | |
svn-id: r19536 | |||
2005-11-08 | Cleanup. | Travis Howell | |
svn-id: r19518 | |||
2005-11-05 | PalmOS ifdef | Chris Apers | |
svn-id: r19472 | |||
2005-11-05 | - Changed PalmOS ifdef | Chris Apers | |
- Move opcode table to setupVgaOpcodes so that the table is correctly initialized with PalmOS ARM svn-id: r19471 | |||
2005-11-05 | Call flush() in the savegame stream, when saving. I think SAGA, Simon and | Torbjörn Andersson | |
BS2 were the last engines that didn't. But I could be mistaken. svn-id: r19463 | |||
2005-11-05 | Broke FF. | Travis Howell | |
svn-id: r19432 | |||
2005-11-02 | Update the ru charset table. | Travis Howell | |
svn-id: r19388 | |||
2005-10-23 | Fix no sound effects regression in simon1. | Travis Howell | |
svn-id: r19267 | |||
2005-10-23 | Cleanup. | Travis Howell | |
svn-id: r19259 | |||
2005-10-19 | Cleanup | Travis Howell | |
svn-id: r19177 | |||
2005-10-19 | Cleanup | Travis Howell | |
svn-id: r19176 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-12 | Fix sound effects regression in simon2talkie. | Travis Howell | |
svn-id: r19029 | |||
2005-10-12 | Fix regression, cuased by typo. | Travis Howell | |
Add wrapper as suggested. svn-id: r19028 | |||
2005-10-09 | Typo | Travis Howell | |
svn-id: r18989 | |||
2005-10-09 | Clean up VGA headers. | Travis Howell | |
More changes for FF. svn-id: r18988 | |||
2005-10-09 | Add more stubs for FF. | Travis Howell | |
Disable scale images in FF for now. svn-id: r18987 | |||
2005-10-08 | Added/stubbed some Feeble opcodes, and fixed a regression that made it | Torbjörn Andersson | |
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958 | |||
2005-10-07 | Adjust for larger resolution. | Travis Howell | |
svn-id: r18955 | |||
2005-10-07 | Missed a few lines. | Travis Howell | |
svn-id: r18954 | |||
2005-10-07 | FF starts VGA script. | Travis Howell | |
svn-id: r18953 | |||
2005-10-06 | Add slight difference. | Travis Howell | |
svn-id: r18949 | |||
2005-10-06 | Add FF table. | Travis Howell | |
svn-id: r18948 | |||
2005-10-05 | Cleanup | Travis Howell | |
svn-id: r18941 | |||
2005-10-05 | Cleanup | Travis Howell | |
svn-id: r18940 | |||
2005-10-05 | Remove leftover | Travis Howell | |
svn-id: r18939 | |||
2005-10-03 | Cleanup | Travis Howell | |
svn-id: r18929 | |||
2005-09-22 | Fix regression introduced when we split engine constructiors into | Eugene Sandulenko | |
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860 | |||
2005-08-30 | Fix regression in Amiga version of simon2. | Travis Howell | |
svn-id: r18721 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-08-11 | get rid of game_thread_proc | Gregory Montoir | |
svn-id: r18663 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-11 | In o_quit_if_user_presses_y(), assume that any unknown language (e.g. | Torbjörn Andersson | |
"English (GB)") behaves like "English (US)". This is consistent with how we handle language in the rest of the Simon engine, as far as I can see. Should "n" really be the key for a negative answer in all languages? svn-id: r18536 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498 | |||
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson | |
svn-id: r18450 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-09 | Use debugger for errors, where possible. | Travis Howell | |
svn-id: r17998 |