aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-10-01NEVERHOOD: Split some more sprites from their respective scenesFilippos Karapetis
This splits modules 2700, 2900 and 3000
2013-10-01FULLPIPE: Fix compiler warnings (for good)Eugene Sandulenko
2013-09-30MORTEVIELLE: Remove unused variableEugene Sandulenko
2013-09-30WINTERMUTE: Fix compiler warningsEugene Sandulenko
2013-09-30MOHAWK: Fix compiler warningEugene Sandulenko
2013-09-30Merge branch 'refac'Einar Johan Trøan Sømåen
Conflicts: engines/wintermute/graphics/transparent_surface.cpp engines/wintermute/graphics/transparent_surface.h
2013-09-30WINTERMUTE: Use ; and not , to separate delete and new.Einar Johan Trøan Sømåen
2013-09-30WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, ↵Einar Johan Trøan Sømåen
TransparentSurface)
2013-09-30WINTERMUTE: Formatting (Clean up extra whitespace in UIObject).Einar Johan Trøan Sømåen
2013-09-30WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindowEinar Johan Trøan Sømåen
2013-09-30WINTERMUTE: Remove almost unused _colorMod fieldWillem Jan Palenstijn
The one actual use of this left-over variable was a bug breaking at least menu text color in Chivalry when dirty rects were disabled.
2013-09-30COMPOSER: Fix uninitialized class variables and divide by zero bugs.D G Turner
This was highlighted by Coverity in CID 1003844 and 1003410.
2013-09-29WINTERMUTE: Fix typo in commentWillem Jan Palenstijn
2013-09-29WINTERMUTE: Do antialiased TT font renderingWillem Jan Palenstijn
2013-09-29FULLPIPE: Implement MovGraph::calcDistance()Eugene Sandulenko
2013-09-29TSAGE: Implemented proper R2R object/player shadingPaul Gilbert
2013-09-29SWORD25: Fix alpha/colormod blittingWillem Jan Palenstijn
This is a backport to sword25 of the wintermute commits e9cbda135bbc822009ff311cad6e420fb23cff82 and 2141ad285e0200f4773726a13504f960e382f13e Thanks to eriktorbjorn for noticing and testing.
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Fix compilationEugene Sandulenko
2013-09-29SWORD25: Specify integer sizeEugene Sandulenko
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Specifying int size to make Amiga happyEugene Sandulenko
2013-09-29SWORD25: Fix Amiga compilationEugene Sandulenko
2013-09-29SWORD25: Some more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: And even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: Even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-28SWORD25: Make Amiga compiler happierEugene Sandulenko
2013-09-28SWORD25: More int->int32 fixesEugene Sandulenko
2013-09-28SWORD25: Further fixes for AmigaEugene Sandulenko
2013-09-28SWORD25: More int <-> int32 correctionsEugene Sandulenko
2013-09-28SWORD25: Further fixes for Amiga compilationEugene Sandulenko
2013-09-28SWORD25: Fix Amiga compilationEugene Sandulenko
2013-09-28FULLPIPE: Fix compiler warningEugene Sandulenko
2013-09-28TSAGE: Fix R2R restart game to match the originalPaul Gilbert
2013-09-28FULLPIPE: Implement Movement::calcSomeXY()Eugene Sandulenko
2013-09-28TSAGE: Bugfixes and renaming for R2R title screenPaul Gilbert
2013-09-28FULLPIPE: Implement MovGraph2::initDirections()Eugene Sandulenko
2013-09-28FULLPIPE: Implement MovGraph2::addObject()Eugene Sandulenko
2013-09-28FULLPIPE: Implement MctlCompound::addObject()Eugene Sandulenko
2013-09-28FULLPIPE: Bug fix MctlCompound::load()Eugene Sandulenko
2013-09-28TONY: Fix compilation on FreeBSD with C++-11 enabled.D G Turner
This is part of bug #3615056 and is due to NULL being defined as nullptr when C++-11 is enabled, which is not valid being assigned to a integer value.
2013-09-28TINSEL: Fix compilation on FreeBSD with C++-11 enabled.D G Turner
This is part of bug #3615056 and is due to NULL being defined as nullptr when C++-11 is enabled, which is not valid being assigned to a integer value.
2013-09-27TSAGE: Bugfixes and renaming for R2R teleport outsidePaul Gilbert
2013-09-27FULLPIPE: Implemented MctlCompound::initMovGraph2()Eugene Sandulenko
2013-09-27SWORD25: Remove explictit #includesEugene Sandulenko
Makes Coverity happier.
2013-09-27SCUMM: Add US Windows preview of Humongous Catalog.Kirben
2013-09-26TSAGE: Further bugfixes for R2R Protector confrontationPaul Gilbert
2013-09-27NEVERHOOD: Fix uninitialized member of the TextEditWidget class - CID 1022333Filippos Karapetis
2013-09-27NEVERHOOD: Fix uninitialized variable in Scene1303 - CID 1022323Filippos Karapetis
2013-09-27NEVERHOOD: Remove unused variable - CID 1022328Filippos Karapetis