Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | Add some asserts to the RawAudioStream code. | Johannes Schickel | |
svn-id: r47720 | |||
2010-01-30 | Typo. | Johannes Schickel | |
svn-id: r47719 | |||
2010-01-30 | Rename RawDiskStream to RawAudioStream. | Johannes Schickel | |
svn-id: r47718 | |||
2010-01-30 | Remove RawMemoryStream. | Johannes Schickel | |
svn-id: r47717 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-30 | Get rid of Audio::makeRawMemoryStream_OLD. | Johannes Schickel | |
svn-id: r47715 | |||
2010-01-30 | Add a factory which plays audio from a buffer via RawDiskStream. | Johannes Schickel | |
svn-id: r47714 | |||
2010-01-30 | - Mark makeRawDiskStream factory as deprecated. | Johannes Schickel | |
- Introduce two new makeRawStream factories, one is using RawStreamBlockList instead of an RawDiskStreamAudioBlock array. svn-id: r47713 | |||
2010-01-30 | Change RawDiskStream to use a Common::List to store its blocks internally. | Johannes Schickel | |
svn-id: r47712 | |||
2010-01-30 | SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking. | Walter van Niftrik | |
svn-id: r47711 | |||
2010-01-30 | SCI: Fix build without SCI32 support (#2942682) | Willem Jan Palenstijn | |
svn-id: r47710 | |||
2010-01-30 | N64: added comments and slight cleanup | Fabio Battaglia | |
svn-id: r47709 | |||
2010-01-30 | N64: Better analog nub acceleration, and added -mhard-float in CXXFLAGS when ↵ | Fabio Battaglia | |
building svn-id: r47708 | |||
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn | |
svn-id: r47707 | |||
2010-01-30 | Fix warning | Willem Jan Palenstijn | |
svn-id: r47706 | |||
2010-01-30 | Beginnings of a separation of the MADS and M4 engines into separate classes. ↵ | Paul Gilbert | |
This will be cleaner then having checks everywhere for whether the game mode is MADS or M4. svn-id: r47705 | |||
2010-01-30 | Silenced a very annoying warning | Filippos Karapetis | |
svn-id: r47704 | |||
2010-01-30 | SCI: Removed old pathfinding define from sci.h | Walter van Niftrik | |
svn-id: r47702 | |||
2010-01-30 | SCI: Removed old pathfinding code | Walter van Niftrik | |
svn-id: r47701 | |||
2010-01-30 | SCI: Apply fix from r47683 to u> and u<= as well. Fixes Longbow. | Walter van Niftrik | |
svn-id: r47700 | |||
2010-01-30 | Add the SCI2.1 variant of kShowMovie; KQ7 now shows the opening video. | Matthew Hoops | |
svn-id: r47699 | |||
2010-01-30 | SCI: AvoidPath: Allow solitary screen-edge vertices in path. | Walter van Niftrik | |
svn-id: r47698 | |||
2010-01-30 | Implement kString(Printf) and resizing of SCI32 strings in kFormat(). | Matthew Hoops | |
svn-id: r47697 | |||
2010-01-30 | Add support for saving/loading Arrays/Strings in SCI32. It's possible to ↵ | Matthew Hoops | |
save a game in GK1 now via the console, but not load (yet). svn-id: r47696 | |||
2010-01-30 | Added a sanity check to baseSetter() - Torin's demo progresses a bit further now | Filippos Karapetis | |
svn-id: r47695 | |||
2010-01-30 | Added support for String types to kFormat (seems to work but needs testing...) | Filippos Karapetis | |
svn-id: r47694 | |||
2010-01-30 | Ignore kString(printBuf) calls with more parameters than 3 - a list is ↵ | Filippos Karapetis | |
probably used svn-id: r47693 | |||
2010-01-30 | SCI: Hook up AvoidPath debug mode to pathfinding debug channel. | Walter van Niftrik | |
svn-id: r47692 | |||
2010-01-30 | Implemented kString case 12 - it was really kFormat in disguise :) | Filippos Karapetis | |
svn-id: r47691 | |||
2010-01-29 | Don't cripple setVolume(), but throw a warning when receiving invalid ↵ | Filippos Karapetis | |
volumes and correct them for now - fixes the music in GK1 svn-id: r47690 | |||
2010-01-29 | Fix yet another use of possibly undefined behavior reported by syke. | Johannes Schickel | |
svn-id: r47689 | |||
2010-01-29 | Disabled the MIDI volume changing code till we figure out why it's getting ↵ | Filippos Karapetis | |
volume values greater than 127 svn-id: r47688 | |||
2010-01-29 | _gui and _gui32 are now properly initialized | Filippos Karapetis | |
svn-id: r47687 | |||
2010-01-29 | SCI: Partly revert r47597, as it is superseded by r47683. | Walter van Niftrik | |
svn-id: r47686 | |||
2010-01-29 | Fix use of undefined behavior. (Thanks to syke for reporting) | Johannes Schickel | |
svn-id: r47685 | |||
2010-01-29 | Document my last change | Lars Skovlund | |
svn-id: r47684 | |||
2010-01-29 | SCI: uge? and ult? opcodes now work correctly when comparing pointers with 1000. | Lars Skovlund | |
svn-id: r47683 | |||
2010-01-29 | Fix compile when ENABLE_SCI32 is not set. | Matthew Hoops | |
svn-id: r47682 | |||
2010-01-29 | SCI: adding shakeScreen() for gui32 for lsl6 | Martin Kiewitz | |
svn-id: r47681 | |||
2010-01-29 | Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined. | Matthew Hoops | |
svn-id: r47680 | |||
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and ↵ | Martin Kiewitz | |
hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top svn-id: r47679 | |||
2010-01-29 | Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't ↵ | Filippos Karapetis | |
clear a song's handle when stopping it, but when disposing it. Hopefully, a lot of the SCI0 sound oddities are fixed now... svn-id: r47678 | |||
2010-01-29 | Always prefer MIDI drivers over the other ones | Filippos Karapetis | |
svn-id: r47677 | |||
2010-01-29 | Wording | Filippos Karapetis | |
svn-id: r47676 | |||
2010-01-29 | Don't modify the objects of sound slots that are already stopped, as the ↵ | Filippos Karapetis | |
associated objects could have been disposed. Fixes odd crashes in SQ3 svn-id: r47675 | |||
2010-01-29 | SCI: removing bit 1 support (was introduced because of problems in sci1.1 ↵ | Martin Kiewitz | |
games, isnt valid anymore), fixes kq5cd svn-id: r47674 | |||
2010-01-29 | Added support for the hires graphic resources of the Windows version of GK1 | Filippos Karapetis | |
svn-id: r47673 | |||
2010-01-29 | SCI: calculating celRect the right way for sci32 | Martin Kiewitz | |
svn-id: r47672 | |||
2010-01-29 | SCI: fixing cursor in sci32 for clone ;) | Martin Kiewitz | |
svn-id: r47671 | |||
2010-01-29 | Add duplicate entries of GK1 CD with the Windows platform set so that ↵ | Matthew Hoops | |
setting the platform to Windows won't appear as a missing entry. svn-id: r47670 |