aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2010-01-31mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for ↵Matthew Hoops
that version. svn-id: r47786
2010-01-31SCI: Add stub for kIntersections()Walter van Niftrik
svn-id: r47784
2010-01-31SCI: rename Controls to GfxControls, gets directly called nowMartin Kiewitz
svn-id: r47783
2010-01-31Make EngineState::getLanguage() check from the resource manager as to what ↵Matthew Hoops
language it has loaded before checking from what ScummVM has set and make kDoAudio use EngineState::getLanguage() svn-id: r47782
2010-01-31SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32Martin Kiewitz
svn-id: r47781
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
svn-id: r47780
2010-01-31getFont() should check _cachedFonts and not _cachedViews. Fixes segfaults ↵Matthew Hoops
when using fonts. svn-id: r47779
2010-01-31SCI: Fix regression in KQ5CD caused by r47775.Walter van Niftrik
svn-id: r47778
2010-01-31SCI: display object name when addScreenItem is calledMartin Kiewitz
svn-id: r47777
2010-01-31SCI: Implement kMemorySegment().Walter van Niftrik
svn-id: r47776
2010-01-31SCI: Add another DeviceInfo subfunction. Fixes VM crash in MUMG.Walter van Niftrik
svn-id: r47775
2010-01-31SCI: Handle -1 properly when passed as a language id to DoAudioWalter van Niftrik
svn-id: r47774
2010-01-31SCI: Add support for early audio map files.Walter van Niftrik
svn-id: r47773
2010-01-31SCI: fix printObject, so it does not output some spaces to terminal in case ↵Martin Kiewitz
its supposed to output to debug console svn-id: r47772
2010-01-31SCI: added additional decimal output for "vo" commandMartin Kiewitz
svn-id: r47768
2010-01-31SCI: removing unused DrawChar()/StdChar() from text classMartin Kiewitz
svn-id: r47765
2010-01-31SCI: dont delete _font inside text class, its already deleted inside cacheMartin Kiewitz
svn-id: r47764
2010-01-31SCI: implemented font cachingMartin Kiewitz
svn-id: r47762
2010-01-31Fix compile without ENABLE_SCI32 set.Matthew Hoops
svn-id: r47761
2010-01-31Silence gcc warnings.Matthew Hoops
svn-id: r47760
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin Kiewitz
svn-id: r47759
2010-01-31SCI: changed the way font class is initializedMartin Kiewitz
svn-id: r47756
2010-01-31Fix possible memory leaks.Johannes Schickel
svn-id: r47755
2010-01-31SCI: remove classname from header to fix buildMartin Kiewitz
svn-id: r47754
2010-01-31SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :PMartin Kiewitz
svn-id: r47753
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵Martin Kiewitz
now called directly w/o SciGui svn-id: r47752
2010-01-31SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this ↵Martin Kiewitz
class, now getting called directly svn-id: r47751
2010-01-31Sort order.Travis Howell
svn-id: r47748
2010-01-31SCI: forgot the cache :PMartin Kiewitz
svn-id: r47747
2010-01-31SCI: added new modules to module.mkMartin Kiewitz
svn-id: r47746
2010-01-31SCI: 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-31Fix 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 GMMFilippos Karapetis
- Grouped game IDs per SCI generation svn-id: r47742
2010-01-31Removed duplicate code. Some cleanupFilippos Karapetis
svn-id: r47735
2010-01-31Removed an unused parameter from _game_run()Filippos Karapetis
svn-id: r47734
2010-01-31Fixed endless looping in Longbow, when the after market GM patches are usedFilippos Karapetis
svn-id: r47731
2010-01-31Removed the hack for kResourceTypeRobot patch filesFilippos Karapetis
svn-id: r47730
2010-01-30Fixed loading of saved gamesFilippos Karapetis
svn-id: r47729
2010-01-30SCI: 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-30SCI: Correct comments which talked about 'loading from GMM' when they really ↵Max Horn
meant 'loading from launcher' svn-id: r47725
2010-01-30SCI: Mark scriptState as one of the many evil global vars in the SCI engineMax Horn
svn-id: r47724
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
svn-id: r47716
2010-01-30SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking.Walter van Niftrik
svn-id: r47711
2010-01-30SCI: Fix build without SCI32 support (#2942682)Willem Jan Palenstijn
svn-id: r47710
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
svn-id: r47707
2010-01-30Fix warningWillem Jan Palenstijn
svn-id: r47706
2010-01-30Silenced a very annoying warningFilippos Karapetis
svn-id: r47704
2010-01-30SCI: Removed old pathfinding define from sci.hWalter van Niftrik
svn-id: r47702
2010-01-30SCI: Removed old pathfinding codeWalter van Niftrik
svn-id: r47701
2010-01-30SCI: Apply fix from r47683 to u> and u<= as well. Fixes Longbow.Walter van Niftrik
svn-id: r47700