aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-26Revert "GRAPHICS: do not clear the internal state of IFFDecoder on loadStream...peres
2013-10-26GRAPHICS: Have TGA's loadStream() call destroy()Matthew Hoops
2013-10-26GRAPHICS: Clarify implicit destroy() usageMatthew Hoops
2013-10-26GRAPHICS: do not clear the internal state of IFFDecoder on loadStream().peres
2013-10-26AVALANCHE: Fix CID1109676 - Uninitialized scalar fields (in Dialogs)Strangerke
2013-10-25ZVISION: Actually change the cursor when ZGI mouse is pressedRichieSams
2013-10-25ZVISION: Create custom working window size for ZGIRichieSams
2013-10-25ZVISION: Change ZGI detection entry platform to Windows from DOSRichieSams
2013-10-25AVALANCHE: Fix CID 1109674 - Uninitialized variables in Avalanche.cppStrangerke
2013-10-25AVALANCHE: Fix 3 issues reported by Coverity.Strangerke
2013-10-25AMIGAOS4: Make use of updated function names (SDK53.24) and remove unused codeStrangerke
2013-10-25AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)Strangerke
2013-10-25AVALANCHE: Fix one more out of bounds - CID 1109651Strangerke
2013-10-25AVALANCHE: Fix several other out of bounds access - CID 1109650Strangerke
2013-10-24TSAGE: Add in R2R screen border to scenes showing the user interfacePaul Gilbert
2013-10-25FULLPIPE: Implement StaticANIObject::updateStepPos()Eugene Sandulenko
2013-10-24AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650)Strangerke
2013-10-24FULLPIPE: Implement MessageQueue::transferExCommands()Eugene Sandulenko
2013-10-23SDL: Reduce code duplication a bit.Johannes Schickel
2013-10-23SDL: Fix default graphics mode for switchable case.Johannes Schickel
2013-10-23SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL.Johannes Schickel
2013-10-23SDL: Only allow switching of SurfaceSDL <-> OpenGL when no custom manager is ...Johannes Schickel
2013-10-23SDL: Make setupGraphicsModes non-virtual.Johannes Schickel
2013-10-23SDL: Simplify initial graphics manager selection for OpenGL.Johannes Schickel
2013-10-23SDL: Get rid of _glModesCount.Johannes Schickel
2013-10-23SDL: Get rid of loop in OSystem_SDL::setGraphicsMode.Johannes Schickel
2013-10-23SDL: Clean up graphics mode handling for OpenGL backend.Johannes Schickel
2013-10-23SDL: Always initialize video subsystem in initSDL.Johannes Schickel
2013-10-23SDL: Clean up graphics manager switching slighty.Johannes Schickel
2013-10-23FULLPIPE: Implement MovGraph::calcNodeDistancesAndAngles()Eugene Sandulenko
2013-10-23FULLPIPE: Implement MovGraph::calcOffset()Eugene Sandulenko
2013-10-22AVALANCHE: Fix CID 1109698 - Uninitialized scalar field in SequenceStrangerke
2013-10-22AVALANCHE: last modification wasn't in previous commit, fixed.Strangerke
2013-10-22Avalanche: Replace some British English by American EnglishStrangerke
2013-10-21TSAGE: Fix for R2R conversations playing when playing voice without subtitlesPaul Gilbert
2013-10-22FULLPIPE: Implement MovGraph2::getShortSide()Eugene Sandulenko
2013-10-20TSAGE: Further R2R fixes for voice playback looking at hotspotsPaul Gilbert
2013-10-20TSAGE: Fix for R2R player sometimes appearing black after reloadingPaul Gilbert
2013-10-20TSAGE: Fix for correctly setting up playing voice numberPaul Gilbert
2013-10-20Merge pull request #408 from lordhoto/opengl-replacementJohannes Schickel
2013-10-19NEVERHOOD: Fixes for museum walls in Russian versionEugene Sandulenko
2013-10-19OPENGL/SDL: Add screenshot support.Johannes Schickel
2013-10-19TIZEN: Add some further OpenGL related changes by Chris.Johannes Schickel
2013-10-19GUI: Check for screen change whenever an event is polled.Johannes Schickel
2013-10-19OPENGL: Limit maximum Surface size to maximum texture size.Johannes Schickel
2013-10-19SDL: Send EVENT_SCREEN_CHANGED after receiving SDL_VIDEORESIZE when necessary.Johannes Schickel
2013-10-19BASE: Add hack to switch graphics manager in runGame.Johannes Schickel
2013-10-19TIZEN: Adapt to new OpenGL code.Johannes Schickel
2013-10-19OPENGL: Implement dirty rect handling.Johannes Schickel
2013-10-19SDL: Use OSD in OpenGL SDL backend.Johannes Schickel