Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 | |||
2010-01-31 | Slight formatting fixes to comply to our coding guidelines. | Johannes Schickel | |
svn-id: r47744 | |||
2010-01-31 | Fix warning format arguments. (Passing a Common::String ins't that much of a ↵ | Johannes Schickel | |
good idea) svn-id: r47743 | |||
2010-01-31 | - Fixed saving from the GMM | Filippos Karapetis | |
- Grouped game IDs per SCI generation svn-id: r47742 | |||
2010-01-31 | Further OOify the ADPCM code | Max Horn | |
svn-id: r47740 | |||
2010-01-31 | Rearrange code of ADPCMStream subclasses | Max Horn | |
svn-id: r47739 | |||
2010-01-31 | Split ADPCMStream into several classes | Max Horn | |
svn-id: r47738 | |||
2010-01-31 | Rename ADPCMInputStream to ADPCMStream; make some members const | Max Horn | |
svn-id: r47737 | |||
2010-01-31 | Switch makeADPCMStream to DisposeAfterUse::Flag | Max Horn | |
svn-id: r47736 | |||
2010-01-31 | Removed duplicate code. Some cleanup | Filippos Karapetis | |
svn-id: r47735 | |||
2010-01-31 | Removed an unused parameter from _game_run() | Filippos Karapetis | |
svn-id: r47734 | |||
2010-01-31 | Formatting corrections to conform to ScummVM formatting guidelines | Paul Gilbert | |
svn-id: r47733 | |||
2010-01-31 | Further work on separating the scene logic for MADS and M4 | Paul Gilbert | |
svn-id: r47732 | |||
2010-01-31 | Fixed endless looping in Longbow, when the after market GM patches are used | Filippos Karapetis | |
svn-id: r47731 | |||
2010-01-31 | Removed the hack for kResourceTypeRobot patch files | Filippos Karapetis | |
svn-id: r47730 | |||
2010-01-30 | Fixed loading of saved games | Filippos Karapetis | |
svn-id: r47729 | |||
2010-01-30 | Worked on separating scene logic into separate classes for M4 and MADS | Paul Gilbert | |
svn-id: r47728 | |||
2010-01-30 | - Call the special debug channels "channels" consistently. (Formerly ↵ | Johannes Schickel | |
sometimes they were refered to as "levels"). - Along with it add some more descriptive commentary about what is the intention behind debug channels. svn-id: r47727 | |||
2010-01-30 | SCI: Don't mess with save_slot just to be able to decide whether we already ↵ | Max Horn | |
honored a load request or not svn-id: r47726 | |||
2010-01-30 | SCI: Correct comments which talked about 'loading from GMM' when they really ↵ | Max Horn | |
meant 'loading from launcher' svn-id: r47725 | |||
2010-01-30 | SCI: Mark scriptState as one of the many evil global vars in the SCI engine | Max Horn | |
svn-id: r47724 | |||
2010-01-30 | MOHAWK: Don't remove save_slot config entries the user may have added on purpose | Max Horn | |
svn-id: r47723 | |||
2010-01-30 | Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. ↵ | Johannes Schickel | |
(Incorrect replacement introduced with r47715, thanks to Max for spotting this). svn-id: r47722 | |||
2010-01-30 | Add some TODO item. | Johannes Schickel | |
svn-id: r47721 | |||
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 |