Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-30 | WINTERMUTE: Add displayTiled function to replace repeatLastDraw | Willem Jan Palenstijn | |
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket. | |||
2013-09-30 | MORTEVIELLE: Remove unused variable | Eugene Sandulenko | |
2013-09-30 | WINTERMUTE: Fix compiler warnings | Eugene Sandulenko | |
2013-09-30 | MOHAWK: Fix compiler warning | Eugene Sandulenko | |
2013-09-30 | Merge branch 'refac' | Einar Johan Trøan Sømåen | |
Conflicts: engines/wintermute/graphics/transparent_surface.cpp engines/wintermute/graphics/transparent_surface.h | |||
2013-09-30 | WINTERMUTE: Use ; and not , to separate delete and new. | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, ↵ | Einar Johan Trøan Sømåen | |
TransparentSurface) | |||
2013-09-30 | WINTERMUTE: Formatting (Clean up extra whitespace in UIObject). | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Remove almost unused _colorMod field | Willem 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-30 | COMPOSER: Fix uninitialized class variables and divide by zero bugs. | D G Turner | |
This was highlighted by Coverity in CID 1003844 and 1003410. | |||
2013-09-29 | WINTERMUTE: Fix typo in comment | Willem Jan Palenstijn | |
2013-09-29 | WINTERMUTE: Do antialiased TT font rendering | Willem Jan Palenstijn | |
2013-09-29 | FULLPIPE: Implement MovGraph::calcDistance() | Eugene Sandulenko | |
2013-09-29 | TSAGE: Implemented proper R2R object/player shading | Paul Gilbert | |
2013-09-29 | SWORD25: Fix alpha/colormod blitting | Willem Jan Palenstijn | |
This is a backport to sword25 of the wintermute commits e9cbda135bbc822009ff311cad6e420fb23cff82 and 2141ad285e0200f4773726a13504f960e382f13e Thanks to eriktorbjorn for noticing and testing. | |||
2013-09-29 | SWORD25: int -> int32 correctness | Eugene Sandulenko | |
2013-09-29 | SWORD25: Fix compilation | Eugene Sandulenko | |
2013-09-29 | SWORD25: Specify integer size | Eugene Sandulenko | |
2013-09-29 | SWORD25: int -> int32 correctness | Eugene Sandulenko | |
2013-09-29 | SWORD25: Specifying int size to make Amiga happy | Eugene Sandulenko | |
2013-09-29 | SWORD25: Fix Amiga compilation | Eugene Sandulenko | |
2013-09-29 | SWORD25: Some more fixes for Amiga OS 4 compilation. | D G Turner | |
2013-09-29 | SWORD25: And even more fixes for Amiga OS 4 compilation. | D G Turner | |
2013-09-29 | SWORD25: Even more fixes for Amiga OS 4 compilation. | D G Turner | |
2013-09-28 | SWORD25: Make Amiga compiler happier | Eugene Sandulenko | |
2013-09-28 | SWORD25: More int->int32 fixes | Eugene Sandulenko | |
2013-09-28 | SWORD25: Further fixes for Amiga | Eugene Sandulenko | |
2013-09-28 | SWORD25: More int <-> int32 corrections | Eugene Sandulenko | |
2013-09-28 | SWORD25: Further fixes for Amiga compilation | Eugene Sandulenko | |
2013-09-28 | SWORD25: Fix Amiga compilation | Eugene Sandulenko | |
2013-09-28 | FULLPIPE: Fix compiler warning | Eugene Sandulenko | |
2013-09-28 | TSAGE: Fix R2R restart game to match the original | Paul Gilbert | |
2013-09-28 | FULLPIPE: Implement Movement::calcSomeXY() | Eugene Sandulenko | |
2013-09-28 | TSAGE: Bugfixes and renaming for R2R title screen | Paul Gilbert | |
2013-09-28 | FULLPIPE: Implement MovGraph2::initDirections() | Eugene Sandulenko | |
2013-09-28 | FULLPIPE: Implement MovGraph2::addObject() | Eugene Sandulenko | |
2013-09-28 | FULLPIPE: Implement MctlCompound::addObject() | Eugene Sandulenko | |
2013-09-28 | FULLPIPE: Bug fix MctlCompound::load() | Eugene Sandulenko | |
2013-09-28 | TONY: 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-28 | TINSEL: 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-27 | TSAGE: Bugfixes and renaming for R2R teleport outside | Paul Gilbert | |
2013-09-27 | FULLPIPE: Implemented MctlCompound::initMovGraph2() | Eugene Sandulenko | |
2013-09-27 | SWORD25: Remove explictit #includes | Eugene Sandulenko | |
Makes Coverity happier. | |||
2013-09-27 | SCUMM: Add US Windows preview of Humongous Catalog. | Kirben | |
2013-09-26 | TSAGE: Further bugfixes for R2R Protector confrontation | Paul Gilbert | |
2013-09-27 | NEVERHOOD: Fix uninitialized member of the TextEditWidget class - CID 1022333 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized variable in Scene1303 - CID 1022323 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Remove unused variable - CID 1022328 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized variable in AsScene1002OutsideDoorBackground - ↵ | Filippos Karapetis | |
CID 1022329 |