Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-13 | small fix for hexdump() | Max Horn | |
svn-id: r11617 | |||
2003-12-13 | patch #858731 to work around MSVC6 compiler bugs | Max Horn | |
svn-id: r11616 | |||
2003-12-13 | Fix regressions. | Travis Howell | |
svn-id: r11615 | |||
2003-12-13 | quick load/save isn't possible for simon1dmeo | Travis Howell | |
svn-id: r11614 | |||
2003-12-13 | fixed warnings | Paweł Kołodziejski | |
svn-id: r11613 | |||
2003-12-13 | update | Paweł Kołodziejski | |
svn-id: r11612 | |||
2003-12-13 | o Fix bug which crashed scummvm in some cases | Eugene Sandulenko | |
svn-id: r11611 | |||
2003-12-13 | o first scene is completable, although it seems to me that enemy moving | Eugene Sandulenko | |
is wrong, as he never approaches Ben o fix warnings o more correct names to some procedures o cleanup svn-id: r11610 | |||
2003-12-13 | Remove warning. | Travis Howell | |
svn-id: r11609 | |||
2003-12-13 | Don't switch voice file in simon2mac unless needed. | Travis Howell | |
svn-id: r11608 | |||
2003-12-13 | Thereis no save slot 0 in simon games. | Travis Howell | |
svn-id: r11607 | |||
2003-12-13 | Ooops | Travis Howell | |
svn-id: r11606 | |||
2003-12-13 | A new si,mon key | Travis Howell | |
svn-id: r11605 | |||
2003-12-13 | Add slow motion option | Travis Howell | |
svn-id: r11604 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-13 | added MD5 code to CVS | Max Horn | |
svn-id: r11602 | |||
2003-12-12 | update | Paweł Kołodziejski | |
svn-id: r11601 | |||
2003-12-12 | cleanup | Gregory Montoir | |
svn-id: r11600 | |||
2003-12-12 | get rid of queencomp target (rather simply always check for both queen.1 and ↵ | Max Horn | |
queen.1c); this allows some code simplification and gets rid of the last access to detector->_game in queen svn-id: r11599 | |||
2003-12-12 | avoid accessing detector->_game.midi | Max Horn | |
svn-id: r11598 | |||
2003-12-12 | init some more member vars | Max Horn | |
svn-id: r11597 | |||
2003-12-12 | cleanup: no need to access detector->_game.midi, since the value is fixed anyway | Max Horn | |
svn-id: r11596 | |||
2003-12-12 | o Fixed playback. Now you see Ben falling | Eugene Sandulenko | |
o Next batch of enemy code implemented o Cleanup svn-id: r11595 | |||
2003-12-12 | get rid of Verb class | Gregory Montoir | |
svn-id: r11594 | |||
2003-12-12 | Added state.* | Jamieson Christian | |
svn-id: r11593 | |||
2003-12-12 | Add work around for bug in original simon1. | Travis Howell | |
svn-id: r11592 | |||
2003-12-12 | Prevent quick load/save during copy protection or conversation. | Travis Howell | |
svn-id: r11591 | |||
2003-12-12 | Don't update screen manually, as original didn't. | Travis Howell | |
svn-id: r11590 | |||
2003-12-11 | constructors cleanup | Gregory Montoir | |
svn-id: r11589 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11588 | |||
2003-12-11 | Fix for bug #858262 (Note: casting to GUI::OptionsDialog* is wrong, it leads ↵ | Max Horn | |
to incorrect vtable access svn-id: r11587 | |||
2003-12-11 | Oops, thanks khalek :) | James Brown | |
svn-id: r11586 | |||
2003-12-11 | A few updates, mostly replacing examples that still used -n to disable ↵ | James Brown | |
subtitles. To prevent confusion I think we should simply use a different switch character instead of reversing the behavior of -n for 0.6.0... Any suggestions on a good letter that's free? :) svn-id: r11585 | |||
2003-12-11 | Sync man page with README a bit. Remove mention of OpenGL backend in game keys. | Jonathan Gray | |
svn-id: r11584 | |||
2003-12-11 | add config file parameter to specify the desired port when using the ALSA ↵ | Jonathan Gray | |
music driver svn-id: r11583 | |||
2003-12-11 | merged Logic::joeGrab & Logic::joeGrabDirection and removed speed argument ↵ | Gregory Montoir | |
as it always equals 0 svn-id: r11582 | |||
2003-12-11 | cleanup | Torbjörn Andersson | |
svn-id: r11581 | |||
2003-12-11 | Remove comment------ | Travis Howell | |
svn-id: r11580 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11579 | |||
2003-12-11 | Ooops | Travis Howell | |
svn-id: r11578 | |||
2003-12-11 | centralize all State related stuff | Gregory Montoir | |
svn-id: r11577 | |||
2003-12-11 | fix compilation on non-win32 systems | Max Horn | |
svn-id: r11576 | |||
2003-12-11 | No need for buffers that large. | Travis Howell | |
svn-id: r11575 | |||
2003-12-11 | Change another debug define to key | Travis Howell | |
Dump options should now work on non-win32 svn-id: r11574 | |||
2003-12-11 | Emergency bugfixes: | Torbjörn Andersson | |
Initialise _cd.playing to false. Otherwise ScummVM may create a savegame where a CD track appears to be playing, but everything about it is undefined, causing ScummVM to crash when loading it. Initialise _track_info[] with NULLs, otherwise ScummVM crashes for me when I start the CD version of MI1. There's probably a lot more that *should* be properly initialised, but this seems to take care of the most serious issues, and is all I have the time to do now anyway. svn-id: r11573 | |||
2003-12-11 | Add new option to readme | Travis Howell | |
svn-id: r11572 | |||
2003-12-11 | Add option to enable copy protection in SCUMM games, which ScummVM disable ↵ | Travis Howell | |
it by default. svn-id: r11571 | |||
2003-12-11 | Missed one spot. | Travis Howell | |
svn-id: r11570 | |||
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell | |
svn-id: r11569 | |||
2003-12-11 | Correct filename | Travis Howell | |
svn-id: r11568 |