Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a ↵ | Max Horn | |
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287 | |||
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there ↵ | Max Horn | |
(this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 | |||
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn | |
svn-id: r10279 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10152 | |||
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-07 | make use of voc.h; some cleanup | Max Horn | |
svn-id: r10073 | |||
2003-09-06 | removed pauseMixer method from mixer, and renamed stop to stopChannel | Max Horn | |
svn-id: r10042 | |||
2003-09-05 | added default volume/pan values | Max Horn | |
svn-id: r10019 | |||
2003-09-05 | fixes for uninitialized pan and volume | Paweł Kołodziejski | |
svn-id: r9998 | |||
2003-09-02 | changed sounds volume to original volume level, and fixed sounds in bass intro | Paweł Kołodziejski | |
svn-id: r9963 | |||
2003-08-31 | added mixer features: volume and pan control per channel | Paweł Kołodziejski | |
svn-id: r9944 | |||
2003-08-30 | Reverted previous change since the mixer change was reverted. | Torbjörn Andersson | |
svn-id: r9929 | |||
2003-08-30 | Fixed Simon 2 intro regression (and possibly others as well) caused by | Torbjörn Andersson | |
recent mixer change. svn-id: r9926 | |||
2003-08-15 | Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible | Jamieson Christian | |
list of music types supported. This was done because now PC speaker support must be treated separately, along with Adlib and native (GM/MT32) support. This fixes a problem with games that don't support PC speaker (including V5 games that don't parse SPK resources yet) being run with -epcspk or -epcjr. Those games now properly switch to -enull so that music resources still get parsed and music/script synchronization mechanisms don't break. svn-id: r9703 | |||
2003-08-11 | More music volume management fixes | Jamieson Christian | |
svn-id: r9636 | |||
2003-08-11 | Fix for Bug [777589] SIMON1: Sound volume strangeness | Jamieson Christian | |
Fixed redundant, cumulative adjustments of _masterVolume on the individual channel volumes. This fixes problems with individual instruments changing volume by too much, or dropping out altogether, when changing the master music volume. svn-id: r9635 | |||
2003-08-10 | stdafx.h needs to be included before scummsys.h because of the #define of free. | Marcus Comstedt | |
svn-id: r9628 | |||
2003-08-10 | Replaced use of File with use of SaveFileManager where appropriate. | Marcus Comstedt | |
svn-id: r9627 | |||
2003-08-10 | Add missing code for f10 key, thanks to Jamieson | Travis Howell | |
Stops multiple flashing star occuring on one character/object svn-id: r9625 | |||
2003-08-10 | Fix for f10 key in simon1 | Travis Howell | |
svn-id: r9624 | |||
2003-08-08 | Added generic send() option to MidiChannel. | Jamieson Christian | |
This circumvents problems doing generic send() calls to MidiDrivers that support more than 16 MIDI channels (i.e. Adlib). Because of the way it interacts with MidiDriver, Simon could have run into a problem if it tried to allocate more than 15 Adlib music channels (though this would only happen in very, VERY rare circumstances). Also fixed a problem with the channel numbering scheme used by MidiDriver_Adlib, in particular the percussion channel number. svn-id: r9604 | |||
2003-08-08 | More Simon shutdown cleanup | Jamieson Christian | |
svn-id: r9602 | |||
2003-08-08 | Use shutdown() when quiting via ctrl z | Travis Howell | |
svn-id: r9601 | |||
2003-08-08 | Fixed hang from double-lock of mutex | Jamieson Christian | |
svn-id: r9600 | |||
2003-08-08 | Close music engine on shutdown | Jamieson Christian | |
svn-id: r9599 | |||
2003-08-06 | Add GF_INDY3 feature flag for indy3 games to reduce checks | Travis Howell | |
Remove GF_ADLIB_DEFAULT since it is no longer used svn-id: r9546 | |||
2003-08-06 | Reverted too much | Travis Howell | |
Add note about missing code in simon svn-id: r9531 | |||
2003-08-06 | must create adlib driver *after* calling _mixer->bindToSystem | Max Horn | |
svn-id: r9528 | |||
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn | |
svn-id: r9527 | |||
2003-08-05 | oops | Travis Howell | |
svn-id: r9508 | |||
2003-08-05 | F10 key works in simon1, although it highlights exits | Travis Howell | |
svn-id: r9506 | |||
2003-08-04 | Remove line | Travis Howell | |
svn-id: r9452 | |||
2003-08-03 | Add Hebrew support for spoken text | Travis Howell | |
Thanks to Jamieson svn-id: r9444 | |||
2003-08-02 | Make code match | Travis Howell | |
svn-id: r9405 | |||
2003-08-02 | Always check for null string | Travis Howell | |
svn-id: r9404 | |||
2003-08-02 | My last commit caused regression | Travis Howell | |
svn-id: r9402 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9401 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9400 | |||
2003-08-02 | Hebrew support for load/save dialog | Travis Howell | |
svn-id: r9398 | |||
2003-08-02 | Improved hebrew support, thanks to Jamieson | Travis Howell | |
svn-id: r9397 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-07-31 | Small cleanup | Travis Howell | |
svn-id: r9316 | |||
2003-07-30 | Fix Golum Ring causes graphic glitches, bug #777966 | Travis Howell | |
svn-id: r9294 | |||
2003-07-30 | typo | Travis Howell | |
svn-id: r9293 | |||
2003-07-30 | Add/remove/update simon comments | Travis Howell | |
svn-id: r9292 | |||
2003-07-30 | Small cleanup | Travis Howell | |
svn-id: r9290 | |||
2003-07-30 | vc_10_no_depack_swap implementation | Jamieson Christian | |
svn-id: r9289 | |||
2003-07-30 | Fix unit'd array and variable in simon | Travis Howell | |
svn-id: r9285 | |||
2003-07-29 | Partial fix for bug #779013. It no longer crashes, but the config file | Torbjörn Andersson | |
setting still overrides the command-line option. svn-id: r9283 |