Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | Fix return of a reference to a temporary object introduced with r47766. ↵ | Johannes Schickel | |
(Hopefully this "workaround" will work also for Chrilith's compiler ;-). svn-id: r47771 | |||
2010-01-31 | Slight fixes to comply with our coding guidelines. | Johannes Schickel | |
svn-id: r47770 | |||
2010-01-31 | Updated so that code compiles again | Chris Apers | |
svn-id: r47769 | |||
2010-01-31 | SCI: added additional decimal output for "vo" command | Martin Kiewitz | |
svn-id: r47768 | |||
2010-01-31 | Removed obsolete code | Chris Apers | |
svn-id: r47767 | |||
2010-01-31 | Prevent my compiler to crash and object copy hopefully it doesn't break ↵ | Chris Apers | |
something svn-id: r47766 | |||
2010-01-31 | SCI: removing unused DrawChar()/StdChar() from text class | Martin Kiewitz | |
svn-id: r47765 | |||
2010-01-31 | SCI: dont delete _font inside text class, its already deleted inside cache | Martin Kiewitz | |
svn-id: r47764 | |||
2010-01-31 | Fascination - Partially fix the intro | Arnaud Boutonné | |
svn-id: r47763 | |||
2010-01-31 | SCI: implemented font caching | Martin Kiewitz | |
svn-id: r47762 | |||
2010-01-31 | Fix compile without ENABLE_SCI32 set. | Matthew Hoops | |
svn-id: r47761 | |||
2010-01-31 | Silence gcc warnings. | Matthew Hoops | |
svn-id: r47760 | |||
2010-01-31 | SCI: GfxCache is now also called directly w/o SciGui nor SciGui32 | Martin Kiewitz | |
svn-id: r47759 | |||
2010-01-31 | Yet another little formatting fix. | Johannes Schickel | |
svn-id: r47758 | |||
2010-01-31 | Formatting. | Johannes Schickel | |
svn-id: r47757 | |||
2010-01-31 | SCI: changed the way font class is initialized | Martin Kiewitz | |
svn-id: r47756 | |||
2010-01-31 | Fix possible memory leaks. | Johannes Schickel | |
svn-id: r47755 | |||
2010-01-31 | SCI: remove classname from header to fix build | Martin Kiewitz | |
svn-id: r47754 | |||
2010-01-31 | SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P | Martin Kiewitz | |
svn-id: r47753 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-31 | SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this ↵ | Martin Kiewitz | |
class, now getting called directly svn-id: r47751 | |||
2010-01-31 | Properly deleting the TOT resource table again when loading failed | Sven Hesse | |
svn-id: r47750 | |||
2010-01-31 | Adding some sanity asserts | Sven Hesse | |
svn-id: r47749 | |||
2010-01-31 | Sort order. | Travis Howell | |
svn-id: r47748 | |||
2010-01-31 | SCI: forgot the cache :P | Martin Kiewitz | |
svn-id: r47747 | |||
2010-01-31 | SCI: added new modules to module.mk | Martin Kiewitz | |
svn-id: r47746 | |||
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 |