Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | The background sounds option, only applies to Simon the Sorcerer 2. | Travis Howell | |
svn-id: r38518 | |||
2009-02-15 | AtariST Elvira 1 demo specific code in restoreBackGround() is no longer ↵ | Travis Howell | |
required. svn-id: r38328 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-15 | Fix offset error in clearVideoBackGround(), that could cause menu glitches ↵ | Travis Howell | |
after fighting in Elvira 1. svn-id: r38238 | |||
2009-02-14 | Ooops, remove excess bracket. | Travis Howell | |
svn-id: r36322 | |||
2009-02-14 | Add missing code difference in wordMatch(). | Travis Howell | |
svn-id: r36321 | |||
2009-02-13 | Fix another memory leak, when exiting Waxworks. | Travis Howell | |
svn-id: r36296 | |||
2009-02-13 | Fix memory leaks, when exiting Waxworks. | Travis Howell | |
svn-id: r36294 | |||
2009-02-13 | Fix another memory leak, when exiting AGOS engine. | Travis Howell | |
svn-id: r36293 | |||
2009-02-13 | Fix memory leak, when exiting AGOS engine. | Travis Howell | |
svn-id: r36290 | |||
2009-02-11 | Code difference no longer required (fixed by revision 35327). | Travis Howell | |
svn-id: r36262 | |||
2009-02-11 | Fix bug #2583230 - Waxworks: Can't drag and drop items. | Travis Howell | |
svn-id: r36261 | |||
2009-02-08 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis | |
svn-id: r36251 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36233 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2009-02-07 | time.h include no longer required. | Travis Howell | |
svn-id: r36229 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36228 | |||
2009-02-04 | Fix startup of AtariST demo of Elvira 1. | Travis Howell | |
svn-id: r36212 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-30 | AGOS: Added TODO about the possibility of using special debug levels | Max Horn | |
svn-id: r36137 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-27 | Silence MSVC warnings | Filippos Karapetis | |
svn-id: r36100 | |||
2009-01-27 | Add/Update comments. | Travis Howell | |
svn-id: r36094 | |||
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell | |
svn-id: r36093 | |||
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream ↵ | Max Horn | |
to directly return the AudioStream created by makeADPCMStream svn-id: r36085 | |||
2009-01-27 | Allow quitting Simon 2 during the intro | Max Horn | |
svn-id: r36082 | |||
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell | |
svn-id: r36065 | |||
2009-01-24 | Update detection table with known file sizes. | Travis Howell | |
svn-id: r36032 | |||
2009-01-23 | Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ↵ | Travis Howell | |
lack the font table data. svn-id: r36019 | |||
2009-01-23 | Remove unused shutdown() code. | Travis Howell | |
svn-id: r36018 | |||
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell | |
svn-id: r36016 | |||
2009-01-20 | Bypass copy protection screen completely in Waxworks, since copy protection ↵ | Travis Howell | |
is disabled in Good Old Games release. svn-id: r35963 | |||
2009-01-20 | Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. | Travis Howell | |
svn-id: r35935 | |||
2009-01-06 | Updated AGOS with the latest changes to video players | Filippos Karapetis | |
svn-id: r35758 | |||
2009-01-05 | Remove unused code, since room flags are always zero in Elvira 1. | Travis Howell | |
svn-id: r35738 | |||
2009-01-05 | Quit immediately in Elvira 1, and don't let opcodes continue. | Travis Howell | |
svn-id: r35737 | |||
2009-01-04 | Fixed a crash when quitting Swampy Adventures. (Regression from the RTL ↵ | Torbjörn Andersson | |
changes.) svn-id: r35722 | |||
2009-01-03 | AGOS Smacker player: Wait for the *next* frame to be displayed, not the ↵ | Filippos Karapetis | |
current one svn-id: r35707 | |||
2009-01-03 | Properly using SMKPlayer::getFrameWaitTime() in MoviePlayerSMK::processFrame() | Sven Hesse | |
svn-id: r35699 | |||
2009-01-03 | Make it possible to quit or return to launcher while the Feeble Files list of | Torbjörn Andersson | |
savegames is scrolling by. (Agonizingly slowly.) svn-id: r35697 | |||
2009-01-03 | This should fix the SMK playing bug discussed in the forums | Sven Hesse | |
SMKPlayer::getFrameDelay() returns the time to wait _in 1/100 ms_. svn-id: r35696 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2009-01-01 | Add Italian Amiga AGA version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r35646 | |||
2008-12-31 | Added punctuation to the error dialog I added before. | Torbjörn Andersson | |
svn-id: r35643 | |||
2008-12-31 | Display an error message if the cutscene cannot be found. (Afterwards, ScummVM | Torbjörn Andersson | |
will trigger an assertion and die, so this is still far from ideal...) svn-id: r35640 | |||
2008-12-29 | Fixed typo | Filippos Karapetis | |
svn-id: r35611 | |||
2008-12-22 | Cleanup. | Travis Howell | |
svn-id: r35477 | |||
2008-12-21 | Correct the number of speech available in Simon the Sorcerer 1 & 2. | Travis Howell | |
svn-id: r35474 | |||
2008-12-21 | Move all video players to separate directory | Eugene Sandulenko | |
svn-id: r35470 |