Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-25 | Add Zak256 sound | James Brown | |
svn-id: r4625 | |||
2002-07-24 | fixed warnings signed/unsigned | Paweł Kołodziejski | |
svn-id: r4624 | |||
2002-07-23 | fixed Channel_MP3::mix to deal correctly with _silence_cut (this improves ↵ | Max Horn | |
lip sync); put cubic interpolation code into a utility class, CubicInterpolator; now three mixers use this, converting the other ones should be simple svn-id: r4623 | |||
2002-07-23 | merged some diffs between sdl.cpp and sdl_gl.cpp. Ideally, one should be the ↵ | Max Horn | |
subclass of the other, or they should share a common baseclass - a lot of code is duplicated, and we have to fix bugs in two places. svn-id: r4622 | |||
2002-07-23 | renamed SPECIAL_CHANNEL to PERCUSSION_CHANNEL; don't apply MT32->GM ↵ | Max Horn | |
conversion on percussion channel; some indention fixes svn-id: r4621 | |||
2002-07-22 | oops forgot to checkin this one | Max Horn | |
svn-id: r4620 | |||
2002-07-22 | CR things | Nicolas Bacca | |
svn-id: r4619 | |||
2002-07-22 | moved some utility functions out of class Scumm | Max Horn | |
svn-id: r4618 | |||
2002-07-22 | no shaking while NewGUI is showing | Max Horn | |
svn-id: r4617 | |||
2002-07-22 | forgot to remove arisme's comment :-) | Max Horn | |
svn-id: r4616 | |||
2002-07-22 | pulled out arisme's recent changes to pauseMode, they are not correct as ↵ | Max Horn | |
they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please svn-id: r4615 | |||
2002-07-22 | added FIXME | Max Horn | |
svn-id: r4614 | |||
2002-07-21 | Didn't mean to remove the warning | Ruediger Hanke | |
svn-id: r4613 | |||
2002-07-21 | Voices were broken in Simon on Big Endian systems ... | Ruediger Hanke | |
svn-id: r4612 | |||
2002-07-21 | Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer use | James Brown | |
music_volume instead of sfx_volume. svn-id: r4611 | |||
2002-07-21 | Add patch from luke_br. Make GL driver honor the fullscreen flag. | James Brown | |
svn-id: r4610 | |||
2002-07-20 | Display error for WinCE, better than unexpected silent crashes | Nicolas Bacca | |
svn-id: r4609 | |||
2002-07-20 | Fixed Monkey Island 2 freeze when sound is paused | Nicolas Bacca | |
svn-id: r4608 | |||
2002-07-20 | DIG:fix for codec 10, | Paweł Kołodziejski | |
codecs are OK, now :) svn-id: r4607 | |||
2002-07-19 | Added boilerplates | Nicolas Bacca | |
svn-id: r4606 | |||
2002-07-19 | Update project generation | Nicolas Bacca | |
svn-id: r4605 | |||
2002-07-19 | DIG: implemented music codec 12, | Paweł Kołodziejski | |
not really tested yet svn-id: r4604 | |||
2002-07-19 | DIG: implemented music codec 11, | Paweł Kołodziejski | |
12 coming soon. not really tested yet svn-id: r4603 | |||
2002-07-19 | implemented codec 10 in the dig music, 11, 12 coming soon. | Paweł Kołodziejski | |
not really tested yet svn-id: r4602 | |||
2002-07-19 | patch by khalek, Added -x parameter that loads from a slot (defaults to 0). ↵ | Ralph Brorsen | |
Also removes _restore, and alphabetizes the scummvm help optionlist. svn-id: r4601 | |||
2002-07-19 | added khalek's about dialog (but changed the text items to be centered) | Max Horn | |
svn-id: r4600 | |||
2002-07-19 | DIG: turn off subtitles in SMUSH if _noSubtitles is set | Paweł Kołodziejski | |
svn-id: r4599 | |||
2002-07-19 | disable transparency for the pause dialog for now | Max Horn | |
svn-id: r4598 | |||
2002-07-19 | make PRNG a bit less predictable | Max Horn | |
svn-id: r4597 | |||
2002-07-18 | Update class (implement mutex), new GFX rendering, display keyboard for ↵ | Nicolas Bacca | |
Monkey2 copy protection svn-id: r4596 | |||
2002-07-18 | New GFX rendering for Landscape toolbar & other toolbar issues | Nicolas Bacca | |
svn-id: r4595 | |||
2002-07-18 | WinCE GUI friendly | Nicolas Bacca | |
svn-id: r4594 | |||
2002-07-18 | Workaround for French version crash | Nicolas Bacca | |
svn-id: r4593 | |||
2002-07-18 | Minor WinCE compile warning fix | Nicolas Bacca | |
svn-id: r4592 | |||
2002-07-18 | put stuff in util.h into namespace ScummVM; fixed stupid bug in String ↵ | Max Horn | |
class; took painelf's patch which implements save/load dialog in new GUI and fixed it slightly; various other minor changes svn-id: r4591 | |||
2002-07-18 | Amiga actor costumes working now, with some minor niggles (sometimes some ↵ | Ruediger Hanke | |
costume pixels get drawn that shouldn't be) still but otherwise ok. svn-id: r4590 | |||
2002-07-18 | updated Win32 & Morphos project/Makefile | Max Horn | |
svn-id: r4589 | |||
2002-07-18 | String class now uses ref counting for its data, which allows efficient ↵ | Max Horn | |
copying of strings svn-id: r4588 | |||
2002-07-18 | fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor ↵ | Max Horn | |
into class Actor svn-id: r4587 | |||
2002-07-18 | painelf's key repeat patch | Max Horn | |
svn-id: r4586 | |||
2002-07-17 | added cubic spline interpolation (only to mix_unsigned_mono_8 because that's ↵ | Max Horn | |
what I used to test); next step will be to put this into a seperate function which all the 9 mixers (8 normal ones and one for MP3) will then use, but I gotta sleep now :-) svn-id: r4585 | |||
2002-07-17 | patch for compiling on Alpha. We probably should switch all our 'long's to ↵ | Max Horn | |
'int's svn-id: r4584 | |||
2002-07-17 | moved gui/utils.* to main level; removed some unused stuff from our file ↵ | Max Horn | |
accessor functions svn-id: r4583 | |||
2002-07-17 | added copy constructo and assignment operator for List<T> template | Max Horn | |
svn-id: r4582 | |||
2002-07-16 | fixed spllng | Max Horn | |
svn-id: r4581 | |||
2002-07-16 | Patch #582286 - fix for double key events in newgui | Max Horn | |
svn-id: r4580 | |||
2002-07-16 | biiig checkin: removed more stuff from scumm.h; added new headers resource.h ↵ | Max Horn | |
and object.h svn-id: r4579 | |||
2002-07-16 | got rid of _xPos, _yPos, _dir members in class Scumm | Max Horn | |
svn-id: r4578 | |||
2002-07-16 | update about the savepath config file option | Jeremy Newman | |
svn-id: r4577 | |||
2002-07-16 | oops forgot this file :-) | Max Horn | |
svn-id: r4576 |