Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-10 | Make Amiga v3 games work. | Eugene Sandulenko | |
svn-id: r25477 | |||
2007-02-10 | Speed up loading of pred.txt, by using a sort algorithm that doesn't choke ↵ | Max Horn | |
on pre-sorted data as our current (sloooow) Common::sort does svn-id: r25476 | |||
2007-02-10 | Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 ↵ | Max Horn | |
(BASS: Control panel inconsistency for FX/Music button texts) svn-id: r25473 | |||
2007-02-10 | Added small note to ThemeModern::calcLuminance | Max Horn | |
svn-id: r25472 | |||
2007-02-10 | Stronger dimming for disabled GUI widgets | Max Horn | |
svn-id: r25471 | |||
2007-02-10 | Get rid of AGI_AMIGA and use platform setting instead. | Eugene Sandulenko | |
svn-id: r25469 | |||
2007-02-10 | fixing Amiga games detection | Joachim Eberhard | |
svn-id: r25468 | |||
2007-02-10 | Patch #1637824: AGI: Allow mouse use in save / load dialogs | Eugene Sandulenko | |
svn-id: r25467 | |||
2007-02-10 | minor consistency improvement for dates | Joachim Eberhard | |
svn-id: r25461 | |||
2007-02-10 | Add patch #1656534 - Updated MSVC7.1 (.NET 2003) project files. | Travis Howell | |
svn-id: r25460 | |||
2007-02-10 | make extra info consistent and add missing dates | Joachim Eberhard | |
svn-id: r25459 | |||
2007-02-10 | Add patch #1656534 - Updated MSVC7.1 (.NET 2003) project files. | Travis Howell | |
svn-id: r25458 | |||
2007-02-10 | Select default render mode based on platform: Amiga mode for Amiga games, EGA | Torbjörn Andersson | |
mode for PC games. You can, of course, still override it. svn-id: r25457 | |||
2007-02-10 | remove redundant LSL1 DOS | Joachim Eberhard | |
svn-id: r25456 | |||
2007-02-10 | Bugfix to clipping so player's feet aren't visible in the corner of the ↵ | Paul Gilbert | |
screen as the chute is exited svn-id: r25455 | |||
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn | |
svn-id: r25454 | |||
2007-02-09 | SCUMM: Added preferredtarget support | Max Horn | |
svn-id: r25453 | |||
2007-02-09 | cleanup | Max Horn | |
svn-id: r25452 | |||
2007-02-09 | Turned two comments into doxygen comments | Max Horn | |
svn-id: r25451 | |||
2007-02-09 | fix warning | Max Horn | |
svn-id: r25450 | |||
2007-02-09 | Fixed syntax error. | Torbjörn Andersson | |
svn-id: r25449 | |||
2007-02-09 | Correct detection of Amiga versions | Joachim Eberhard | |
svn-id: r25448 | |||
2007-02-09 | Correct entry for mh1 | Joachim Eberhard | |
svn-id: r25447 | |||
2007-02-09 | Minor consistency improvements | Joachim Eberhard | |
svn-id: r25446 | |||
2007-02-09 | Added all info on games from Sarien | Joachim Eberhard | |
svn-id: r25445 | |||
2007-02-09 | minor cleanup | Gregory Montoir | |
svn-id: r25444 | |||
2007-02-09 | Removed redundant line used during testing | Paul Gilbert | |
svn-id: r25443 | |||
2007-02-09 | Added 'room' command to show room information | Paul Gilbert | |
svn-id: r25442 | |||
2007-02-09 | Added new flag for blocked characters and extra checking of dynamic support ↵ | Paul Gilbert | |
records versus static schedule entry records svn-id: r25441 | |||
2007-02-09 | Improved character blocked/bumped handling | Paul Gilbert | |
svn-id: r25440 | |||
2007-02-09 | Removed use of static support data record for player to simplify save process | Paul Gilbert | |
svn-id: r25439 | |||
2007-02-09 | Removed use of static support data record for player to simplify save process | Paul Gilbert | |
svn-id: r25438 | |||
2007-02-09 | Add demo of Simon the Sorcerer 1 (DOS CD). | Travis Howell | |
svn-id: r25437 | |||
2007-02-09 | Add cyx's patch for cleanup for planar conversion code, and support for 32 ↵ | Travis Howell | |
color planar graphics of Amiga ECS version of Simon the Sorcerer 1. svn-id: r25436 | |||
2007-02-09 | cleanup | Johannes Schickel | |
svn-id: r25435 | |||
2007-02-09 | Fix for bug #1650993 ("GUI: About dialog scroller"). | Johannes Schickel | |
svn-id: r25434 | |||
2007-02-08 | Convert planar images, only when required for drawing. | Travis Howell | |
svn-id: r25433 | |||
2007-02-08 | Moved definition of ThemeClassic and ThemeModern to their own files. | Johannes Schickel | |
svn-id: r25432 | |||
2007-02-08 | The restriction on 'small' mouse cursors has been lifted quite some time ↵ | Max Horn | |
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431 | |||
2007-02-08 | Removed build.rules (hasn't been used by our build system for ages now) | Max Horn | |
svn-id: r25430 | |||
2007-02-08 | fixed bug: dialogue questions don't clutter the screen anymore when user is ↵ | Nicola Mettifogo | |
selecting an answer svn-id: r25429 | |||
2007-02-08 | Instead of pre-rendering all subtitles and pre-loading all sounds for a movie | Torbjörn Andersson | |
cutscene, render the text and play the speech when needed. It probably won't play as nicely from CD now, but using less memory seems more important to me. svn-id: r25428 | |||
2007-02-08 | fixed bug in dialogue parsing code: available answers now really depend on ↵ | Nicola Mettifogo | |
game flags svn-id: r25427 | |||
2007-02-08 | Don't rely on assert when calling functions. | Johannes Schickel | |
svn-id: r25426 | |||
2007-02-08 | Fixed GUI strings in FM-Towns version. | Johannes Schickel | |
svn-id: r25425 | |||
2007-02-08 | ops. | Johannes Schickel | |
svn-id: r25424 | |||
2007-02-08 | - fixed crash in FM-Towns version when entering the grotto | Johannes Schickel | |
- fixed some palette issues svn-id: r25423 | |||
2007-02-07 | Add md5s reported in bugreport #1654500 "AGI: Some MD5 checksums" | Eugene Sandulenko | |
svn-id: r25422 | |||
2007-02-07 | fixed location script parsing error causing irritatingly inconsistent gameplay | Nicola Mettifogo | |
svn-id: r25421 | |||
2007-02-07 | Update GP2X port to hack around the odd grabRawScreen issues. This is not a ↵ | John Willis | |
fix rather a workaround for now. svn-id: r25420 |