Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-11 | rename some actor struct fields | Gregory Montoir | |
svn-id: r18664 | |||
2005-08-10 | clip the 'top' argument in Gdi::resetBackground (as we do for bottom), this ↵ | Gregory Montoir | |
is safer and should prevent crashes when loading savegames with 'invalid' coordinates for the actors. See also bug #1252714. svn-id: r18655 | |||
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-08-08 | added replacement code for hypot() | Paweł Kołodziejski | |
svn-id: r18636 | |||
2005-08-07 | added md5 for french dott demo | Gregory Montoir | |
svn-id: r18628 | |||
2005-08-06 | Cleanup. | Torbjörn Andersson | |
svn-id: r18621 | |||
2005-08-04 | Add Big Thinkers 1st Grade | Travis Howell | |
svn-id: r18608 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-30 | Add He70 version of function instead. | Travis Howell | |
svn-id: r18600 | |||
2005-07-30 | Fix regression (Bug #1235863), limit code change to HE70+ games. | Travis Howell | |
svn-id: r18599 | |||
2005-07-23 | In lost/smaller, spriteGroups bounds set by Sprite::setGroupBounds() aren't ↵ | Gregory Montoir | |
always valid rects, add a check for this. svn-id: r18578 | |||
2005-07-23 | typo | Gregory Montoir | |
svn-id: r18577 | |||
2005-07-23 | add missing break | Gregory Montoir | |
svn-id: r18576 | |||
2005-07-20 | Add demosi discovered by yesitsme. I have them, so ask me if interested. | Eugene Sandulenko | |
svn-id: r18571 | |||
2005-07-19 | Applied patch #1238516, with very minor modifications. It gets rid of an | Torbjörn Andersson | |
old DOTT hack/workaround. svn-id: r18559 | |||
2005-07-19 | No need to test if a pointer is NULL before freeing it. And since I | Torbjörn Andersson | |
couldn't see _frameBuffer being freed anywhere, I added that as well, though I'm not sure when it's allocated. svn-id: r18557 | |||
2005-07-16 | Set SCUMM debug mode to be on if a boot param is specified. | Jonathan Gray | |
This avoids having to use -d0 for scumm titles and alows boot params from config files to work better. svn-id: r18548 | |||
2005-07-16 | Missed flag | Travis Howell | |
svn-id: r18547 | |||
2005-07-16 | Try HE99 | Travis Howell | |
svn-id: r18546 | |||
2005-07-15 | Add reported German Spyfox1 | Eugene Sandulenko | |
svn-id: r18545 | |||
2005-07-13 | Rename function | Travis Howell | |
Add comments for missing cases. svn-id: r18538 | |||
2005-07-11 | Yet another GCC 4 fix | Max Horn | |
svn-id: r18535 | |||
2005-07-07 | Add patch: | Travis Howell | |
1233352 - Fix hanging descheduled entry/exit scripts svn-id: r18510 | |||
2005-07-07 | Applied my own patch #1233980 to fix compilation on my unstable Debian box, | Torbjörn Andersson | |
and to hopefully fix the previously rejected bug #1233194. svn-id: r18509 | |||
2005-07-07 | This allows ScummVM to run pre-Dig/FT SCUMM games again when compiled with | Torbjörn Andersson | |
GCC 4.0, at least for me. I'm not enough of a language lawyer to say for certain whether the old code was really undefined, but it's a simple enough change that shouldn't possibly do any harm. svn-id: r18507 | |||
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-07-02 | fixed irritating MI2 warning | Max Horn | |
svn-id: r18485 | |||
2005-06-30 | The web version of comi demo has no music bundle. | Travis Howell | |
svn-id: r18479 | |||
2005-06-27 | Better test for disabled scalers... | Marcus Comstedt | |
svn-id: r18474 | |||
2005-06-27 | Fix handling of music data in COMI | Max Horn | |
svn-id: r18470 | |||
2005-06-26 | Avoid creating lots of file handles, reuse them instead (this relies on ↵ | Max Horn | |
files being accessed from a single thread) svn-id: r18468 | |||
2005-06-25 | cleanup | Max Horn | |
svn-id: r18464 | |||
2005-06-25 | cleanup | Max Horn | |
svn-id: r18462 | |||
2005-06-25 | Move file handling in SMUSH code to a single thread (unless I overlooked ↵ | Max Horn | |
some cases) svn-id: r18461 | |||
2005-06-24 | Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier ↵ | Max Horn | |
to understand, even contains some comments ;-) svn-id: r18460 | |||
2005-06-24 | fix VS2005 _strnicmp error issue | Andrew Kurushin | |
svn-id: r18459 | |||
2005-06-24 | removed unneeded #include | Gregory Montoir | |
svn-id: r18458 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18453 | |||
2005-06-24 | cleanup | Max Horn | |
svn-id: r18452 | |||
2005-06-24 | I don't think we need to include mididrv.h here. | Torbjörn Andersson | |
svn-id: r18451 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-23 | Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any ↵ | Max Horn | |
SCUMM game, just added this for completeness (see patch tracker item #1222246) svn-id: r18440 | |||
2005-06-22 | Fixed warning. (And made some whitespace changes.) | Torbjörn Andersson | |
svn-id: r18433 | |||
2005-06-21 | Added default destructors as required by the Symbian/Epoc port | Lars Persson | |
svn-id: r18431 | |||
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-06-21 | Yet another GCC 4 warning fixed | Max Horn | |
svn-id: r18425 | |||
2005-06-21 | Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings) | Max Horn | |
svn-id: r18424 | |||
2005-06-19 | Fix C64 targets. Regression. | Eugene Sandulenko | |
svn-id: r18411 | |||
2005-06-18 | fix compilation with DISABLE_SCUMM_7_8 defined | Gregory Montoir | |
svn-id: r18409 |