Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-07 | Adjust for larger resolution. | Travis Howell | |
svn-id: r18955 | |||
2005-10-07 | Missed a few lines. | Travis Howell | |
svn-id: r18954 | |||
2005-10-07 | FF starts VGA script. | Travis Howell | |
svn-id: r18953 | |||
2005-10-05 | Cleanup | Travis Howell | |
svn-id: r18941 | |||
2005-10-05 | Cleanup | Travis Howell | |
svn-id: r18940 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-08 | Renamed variables to match our naming conventions; added ↵ | Max Horn | |
Sound::isVoiceActive() method; made some more members of class Sound private svn-id: r17958 | |||
2005-05-06 | Cleanup | Travis Howell | |
svn-id: r17934 | |||
2005-05-06 | Ooops | Travis Howell | |
svn-id: r17932 | |||
2005-05-06 | Rename sprite field. | Travis Howell | |
Cleanup. svn-id: r17931 | |||
2005-05-06 | Use ScummVM code formatting for names. | Travis Howell | |
svn-id: r17930 | |||
2005-05-06 | Rename sprite field. | Travis Howell | |
Cleanup svn-id: r17928 | |||
2005-05-06 | Auto detect music and voice types, where possible. | Travis Howell | |
Use correct set of MIDI tracks for MT32 in Simon the Sorcerer 2. svn-id: r17925 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-18 | A little more cleanup (the Simon code really is a big mess :-) | Max Horn | |
svn-id: r16107 | |||
2004-12-18 | constify simon engine; turned global var vc_get_out_of_code into a member of ↵ | Max Horn | |
class SimonEngine svn-id: r16106 | |||
2004-07-27 | No need to calculate values | Travis Howell | |
svn-id: r14351 | |||
2004-03-14 | remove ugly goto | Oliver Kiehl | |
svn-id: r13278 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-09 | Switch method used for combined speech and subtitles in Simon2 (Non - Hebrew ↵ | Travis Howell | |
versions) again. svn-id: r12782 | |||
2004-01-30 | Add better work around for inventory arrows issue in some Simon1 versions. | Travis Howell | |
Remove seom debugging output. svn-id: r12673 | |||
2004-01-27 | Avoid glitch if Simon1 introduction is skipped when showing Simon' room segment. | Travis Howell | |
svn-id: r12633 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-01 | Add work around for bug in French version of Simon the Sorcerer 1 | Travis Howell | |
svn-id: r12068 | |||
2004-01-01 | Add hack to stop invalid opcode in French version of Simon the Sorcerer 1. | Travis Howell | |
This was a bug in original game and causes several bad effects. svn-id: r12063 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-23 | Add correct value from simon2dos disasm. | Travis Howell | |
Last value was guess for smooth scrolling. svn-id: r11872 | |||
2003-12-23 | Add var to track current subroutine been used. | Travis Howell | |
Add work around to display one section of Simon the Sorcerer 1 introduction in lower half of screen. svn-id: r11870 | |||
2003-12-23 | simon2dos/talkie used different expire_vga_timers() code. | Travis Howell | |
Solves several bugs. Using simon1 timer_proc() seciton as work out for speed issue at the moment. svn-id: r11867 | |||
2003-12-22 | Switch back to older method (Used in Hebrew version) of combined speech and ↵ | Travis Howell | |
subtitles for Simon2. svn-id: r11847 | |||
2003-12-20 | Correction | Travis Howell | |
svn-id: r11772 | |||
2003-12-20 | Enable vgascript dump option. | Travis Howell | |
svn-id: r11771 | |||
2003-12-20 | Simpler check | Travis Howell | |
svn-id: r11769 | |||
2003-12-20 | *** empty log message *** | Travis Howell | |
svn-id: r11768 | |||
2003-12-20 | Fix iventory arrowsin some versions of Simon1. | Travis Howell | |
svn-id: r11765 | |||
2003-12-18 | Make fade a config optiom | Travis Howell | |
Make sure non-English/German versions of simon1talkie start with subtitles enabled. svn-id: r11736 | |||
2003-12-18 | Revert fade change | Travis Howell | |
svn-id: r11734 | |||
2003-12-12 | Don't update screen manually, as original didn't. | Travis Howell | |
svn-id: r11590 | |||
2003-12-11 | Change another debug define to key | Travis Howell | |
Dump options should now work on non-win32 svn-id: r11574 | |||
2003-12-06 | This checks should be simon1win only, just to be on safe side. | Travis Howell | |
svn-id: r11506 | |||
2003-12-02 | This screen update causes delay and doesn't seem to be required. | Travis Howell | |
Remove old debug message svn-id: r11455 | |||
2003-12-02 | Only used in simon1win | Travis Howell | |
svn-id: r11454 | |||
2003-12-01 | cleanup | Max Horn | |
svn-id: r11439 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11214 | |||
2003-10-26 | Add combined speech and subtitles support for simon2. | Travis Howell | |
svn-id: r10972 | |||
2003-10-26 | Add more debug. | Travis Howell | |
svn-id: r10971 | |||
2003-10-26 | Rename function. | Travis Howell | |
svn-id: r10970 |