Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-09 | Read Smacker voice-overs from the correct file, same way as speech.cpp does | Torbjörn Andersson | |
svn-id: r10122 | |||
2003-09-09 | Simplified the code to decide whether to use speech1.clu or speech2.clu | Torbjörn Andersson | |
since res_man.WhichCd() appears to be working now. svn-id: r10121 | |||
2003-09-09 | fix sfx routine | Robert Göffringmann | |
svn-id: r10120 | |||
2003-09-09 | some initial work on Mac0 support. Everybody feel free to pick up here and ↵ | Max Horn | |
implement the rest <g> svn-id: r10119 | |||
2003-09-09 | cleanup | Max Horn | |
svn-id: r10118 | |||
2003-09-09 | added convertMac0Resource (which doesn't do anything yet, but is the place ↵ | Max Horn | |
we can add Mac0 support in later); factored out some common code in convertADResource; fixed memory leak when convertADResource was called; misc cleanup svn-id: r10117 | |||
2003-09-08 | mention some GM instrument numbers | Max Horn | |
svn-id: r10116 | |||
2003-09-08 | added comment describing Mac0 format | Max Horn | |
svn-id: r10115 | |||
2003-09-08 | while 'more logical' the current link order doesn't work if all plugins are ↵ | Max Horn | |
disabled. 'sound' has to come before 'backends' or MidiDriver_MPU401 won't get pulled in svn-id: r10114 | |||
2003-09-08 | added a TODO | Max Horn | |
svn-id: r10113 | |||
2003-09-08 | fixed yet another bug in redraw logic (which was hidden so far and revealed ↵ | Max Horn | |
by my previous fix) svn-id: r10112 | |||
2003-09-08 | moving stuff around | Max Horn | |
svn-id: r10111 | |||
2003-09-08 | actually USAGE_BIT_RESTORED must be cleared, too | Max Horn | |
svn-id: r10110 | |||
2003-09-08 | turns out that in the GFX usage bit conversion process, we accidentally left ↵ | Max Horn | |
out this code. This should fix bug #744794 and potentially others svn-id: r10109 | |||
2003-09-08 | minor TODO | Max Horn | |
svn-id: r10108 | |||
2003-09-08 | added About dialog to launcher | Max Horn | |
svn-id: r10107 | |||
2003-09-08 | more logical link order | Max Horn | |
svn-id: r10106 | |||
2003-09-08 | fixed circular dependency; moved version string to main.cpp (seems more ↵ | Max Horn | |
logical to me, too) svn-id: r10105 | |||
2003-09-08 | Cleanup. | Torbjörn Andersson | |
svn-id: r10104 | |||
2003-09-08 | changes to get a better link order, and to allow building a 'bare bone' ↵ | Max Horn | |
scummvm executable svn-id: r10103 | |||
2003-09-08 | fixed disabling of modules | Max Horn | |
svn-id: r10102 | |||
2003-09-08 | got rid of version_settings | Max Horn | |
svn-id: r10101 | |||
2003-09-08 | Updated comment. | Torbjörn Andersson | |
svn-id: r10100 | |||
2003-09-08 | Added some code to display the subtitles for the Smacker movies, when | Torbjörn Andersson | |
available, since they are separate from the Smacker files themselves. Next step will be to play the voice-over sounds as well, and to make sure subtitles settings etc. are taken into account (if they aren't already). svn-id: r10099 | |||
2003-09-08 | more plugin related work | Max Horn | |
svn-id: r10098 | |||
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn | |
svn-id: r10097 | |||
2003-09-08 | overlooked one 'new Player_V2' | Max Horn | |
svn-id: r10096 | |||
2003-09-08 | fix an overflow | Max Horn | |
svn-id: r10095 | |||
2003-09-08 | set _musicEngine for V1/V2 games, too | Max Horn | |
svn-id: r10094 | |||
2003-09-08 | added a FIXME comment | Max Horn | |
svn-id: r10093 | |||
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its ↵ | Max Horn | |
members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code svn-id: r10092 | |||
2003-09-08 | put back my previous changes which Kirben reverted (correctly: I had ↵ | Max Horn | |
forgotten to commit the updated Makefile.common) svn-id: r10091 | |||
2003-09-08 | adding some comments, reordering some stuff | Max Horn | |
svn-id: r10090 | |||
2003-09-08 | start to use code from the original resample codebase, since it uses fixed ↵ | Max Horn | |
point math instead of float; however, the code is not at all complete right now, I just commit this to get it off my HD (neither the old nor the new code in resample.cpp work anyway) svn-id: r10089 | |||
2003-09-08 | WORKAROUND bug #770065: Sync issue in lens conversation (this is actually a ↵ | Max Horn | |
script bug) svn-id: r10088 | |||
2003-09-08 | Some files are located in a different folder in Atari-ST version of Zak | Chris Apers | |
svn-id: r10087 | |||
2003-09-08 | removed some superfluous newlines | Max Horn | |
svn-id: r10086 | |||
2003-09-08 | fix for bug #802396 (LOOMCD: Sound often causes lock up) | Max Horn | |
svn-id: r10085 | |||
2003-09-08 | some cleanup | Max Horn | |
svn-id: r10084 | |||
2003-09-08 | Reduce PalmOS data segement | Chris Apers | |
svn-id: r10083 | |||
2003-09-08 | update | Paweł Kołodziejski | |
svn-id: r10082 | |||
2003-09-08 | fix warning | Paweł Kołodziejski | |
svn-id: r10081 | |||
2003-09-08 | update vc7 files | Paweł Kołodziejski | |
svn-id: r10080 | |||
2003-09-08 | Complete rewrite of the in-game dialogs (quit, restart, settings, save and | Torbjörn Andersson | |
load). The new code is smaller, hopefully a bit easier to read and doesn't use up all the CPU time. Of course, it may some new and exciting bugs too. ;-) svn-id: r10079 | |||
2003-09-08 | Hide the menus when displaying full-screen messages, e.g. error messages | Torbjörn Andersson | |
from the save/load dialog. (This probably happened automagically in the original, but we handle screen updates a bit differently now.) svn-id: r10078 | |||
2003-09-08 | Correct verb position in mac version of indy3ega | Travis Howell | |
svn-id: r10077 | |||
2003-09-08 | Amiga V3 music updates from unused. | Travis Howell | |
svn-id: r10076 | |||
2003-09-07 | updated | Max Horn | |
svn-id: r10075 | |||
2003-09-07 | properly decode SBL resources by scanning the VOC header in them; added a ↵ | Max Horn | |
guess at how SEGA SBLs work (untested, might be completely wrong) svn-id: r10074 | |||
2003-09-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 |