Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-09 | Mention some improvements in 0.8.1 | Eugene Sandulenko | |
svn-id: r19527 | |||
2005-11-09 | Added 0.8.1 section. It only contains the changes I've been involved with | Torbjörn Andersson | |
myself, though. Please add yours. svn-id: r19525 | |||
2005-11-08 | Patch #1342957 (touchup configure output/debug) | Max Horn | |
svn-id: r19523 | |||
2005-11-08 | Augmented OSystem docs | Max Horn | |
svn-id: r19522 | |||
2005-11-08 | Added asserts to OSystem_SDL::copyRectToScreen, which should detect any ↵ | Max Horn | |
attempts to use invalid rects for blitting svn-id: r19521 | |||
2005-11-08 | Fix for ScummEngine::drawStripToScreen: do nothing if height is negative | Max Horn | |
svn-id: r19519 | |||
2005-11-08 | Cleanup. | Travis Howell | |
svn-id: r19518 | |||
2005-11-08 | minor cleanup | Robert Göffringmann | |
svn-id: r19517 | |||
2005-11-08 | another scrolling fix, the engine didn't scroll all the way to the end of ↵ | Robert Göffringmann | |
the screens before. svn-id: r19516 | |||
2005-11-08 | Don't write empty save slot names to the savegame index. All that does is | Torbjörn Andersson | |
raising the "I/O error" flag. svn-id: r19514 | |||
2005-11-08 | Improved osxsnap target (up to par with my own release build script) | Max Horn | |
svn-id: r19510 | |||
2005-11-08 | Updated latex readme.tex date to match README | Max Horn | |
svn-id: r19508 | |||
2005-11-08 | DS_Store & background.jpg for OS X disk images | Max Horn | |
svn-id: r19504 | |||
2005-11-07 | Use -force_cpusubtype_ALL for OS X statics, to ensure compatibility with G3 ↵ | Max Horn | |
systems svn-id: r19500 | |||
2005-11-07 | Fix for bug #1350645 (Playtime corrupted if save name is >=32 chars) | Max Horn | |
svn-id: r19498 | |||
2005-11-07 | Correct HE version for German version of freddi3. | Travis Howell | |
svn-id: r19497 | |||
2005-11-07 | Fixed functions, not sure about the way to do this with OS version prior to 4.0 | Chris Apers | |
svn-id: r19496 | |||
2005-11-07 | Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't ↵ | Gregory Montoir | |
compiled it. This should fix bug #1350045. svn-id: r19495 | |||
2005-11-07 | Whitespace. | Torbjörn Andersson | |
svn-id: r19494 | |||
2005-11-07 | Add German version of freddi3. | Travis Howell | |
svn-id: r19493 | |||
2005-11-07 | Moved aspect ratio disabling (if screen height != 200) from initSize() to | Torbjörn Andersson | |
loadGfxMode(). As reported on the forum, setting aspect ratio correction in a 640x480 game would cause ScummVM to crash when the game is started from the launcher. With all the graphics transactions and stuff, it's a bit hard to follow what's going to happen, but I hope deferring this check until the last moment (i.e. just before the graphics surfaces are actually created) is the correct bugfix. svn-id: r19491 | |||
2005-11-07 | Add German version of Monkey Island 1 EGA 4 Disk. | Travis Howell | |
svn-id: r19490 | |||
2005-11-07 | Add German version of freddi2/freddi4. | Travis Howell | |
svn-id: r19489 | |||
2005-11-06 | the PSP port of libtremor was updated, so this define is no longer needed | Joost Peters | |
svn-id: r19488 | |||
2005-11-06 | fix compilation | Joost Peters | |
svn-id: r19487 | |||
2005-11-06 | Revert last change, doesn't seem to work either | Chris Apers | |
svn-id: r19486 | |||
2005-11-06 | Should be int32 in HE games, to avoid possible overflow. | Travis Howell | |
svn-id: r19485 | |||
2005-11-06 | Correct charset palette in HE games. | Travis Howell | |
svn-id: r19484 | |||
2005-11-06 | Revert +1 change, causes more glitches in lost. | Travis Howell | |
svn-id: r19483 | |||
2005-11-06 | Cleanup. | Travis Howell | |
svn-id: r19482 | |||
2005-11-06 | Fix regression, must not be an int16. | Travis Howell | |
svn-id: r19481 | |||
2005-11-06 | Default to /dev/sequencer before /dev/null if no MIDI device | Jonathan Gray | |
is specified. svn-id: r19480 | |||
2005-11-05 | Add Macintosh version of updated spyfox demo. | Travis Howell | |
svn-id: r19479 | |||
2005-11-05 | Correct version of German version of putttime. | Travis Howell | |
svn-id: r19478 | |||
2005-11-05 | - Move opcode table to a method so that it is correctly initialized with ↵ | Chris Apers | |
PalmOS ARM svn-id: r19477 | |||
2005-11-05 | Removed obsolete code | Chris Apers | |
svn-id: r19476 | |||
2005-11-05 | PalmOS ifdef | Chris Apers | |
svn-id: r19475 | |||
2005-11-05 | - Move opcode tables to methods so that they are correctly initialized with ↵ | Chris Apers | |
PalmOS ARM svn-id: r19474 | |||
2005-11-05 | PalmOS ifdef | Chris Apers | |
svn-id: r19473 | |||
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 | Prevent conflic with Sky def | Chris Apers | |
svn-id: r19470 | |||
2005-11-05 | Not needed anymore | Chris Apers | |
svn-id: r19469 | |||
2005-11-05 | - Changed PalmOS ifdef | Chris Apers | |
- No global constructor with PalmOS ARM, bad hack to workaround this svn-id: r19468 | |||
2005-11-05 | Changed PalmOS ifdef | Chris Apers | |
svn-id: r19467 | |||
2005-11-05 | Keep German end credits from printing 'dud' characters. | Torbjörn Andersson | |
svn-id: r19465 | |||
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 | Detect where wizImage type 1 should be flipped. | Travis Howell | |
Show images without zoom or angle in ski ride of pajama3 for now. svn-id: r19462 | |||
2005-11-05 | - Added new cache and stylus options | Chris Apers | |
- Fixed card selection - Fixed free handle error if the active skin is deleted - Moved some functions to a new file - Changed AppStartScreenSize to use the new platform specific fucntions - Moved options initalization to a new file svn-id: r19461 | |||
2005-11-05 | Obsolete files | Chris Apers | |
svn-id: r19460 |