Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | GUI: Do not return current input on cancel in PredictiveDialog. | Johannes Schickel | |
Returning the currently displayed input when you click cancel is confusing behavior in my eyes. | |||
2013-10-02 | GUI: Initialize PredictiveDialog::_predictiveResult. | Johannes Schickel | |
This fixes garbage output when canceling the predictive dialog in AGI when nothing was entered. | |||
2013-10-02 | GUI: Clean up calloc use in PredictiveDialog. | Johannes Schickel | |
Instead of manually multiplying the entry count with the entry size we simply use both parameters of calloc as intended now. | |||
2013-10-02 | GUI: Fix compilation with clang and C++11. | Johannes Schickel | |
newDictLine is allocated with calloc in line 856 thus there is no need to initialize any entry. | |||
2013-10-02 | WINTERMUTE: Handle invalid file access in Carol Reed 6: Black Circle | Filippos Karapetis | |
2013-10-01 | WINTERMUTE: Clean up byte/char casts in loading/parsing | Willem Jan Palenstijn | |
2013-10-01 | WINTERMUTE: Fix broken uint32/ulong cast | Willem Jan Palenstijn | |
2013-10-01 | FULLPIPE: Implement MovGraph::addObject() | Eugene Sandulenko | |
2013-10-01 | FULLPIPE: Unk2 -> MGM | Eugene Sandulenko | |
2013-10-01 | AGI: Skip words starting with digits that are filed under 'a' in the dictionary. | Willem Jan Palenstijn | |
The fan game SQ0 does this (for '7up', among others), and this caused us to skip all words starting with an 'a'. Bug #3615061. | |||
2013-10-01 | Merge pull request #402 from wjp/wme_rendering | Willem Jan Palenstijn | |
WINTERMUTE: Speed up rendering | |||
2013-10-01 | WINTERMUTE: Fix up doxygen comment | Willem Jan Palenstijn | |
2013-09-30 | TSAGE: R2R startup palette cleanup and fix for using sciene lab terminal | Paul Gilbert | |
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2400, 2500 and 2600 | |||
2013-10-01 | FULLPIPE: Fix compilation with MSVC | Filippos Karapetis | |
Return a fake value for functions that are supposed to return a boolean value | |||
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2700, 2900 and 3000 | |||
2013-10-01 | FULLPIPE: Fix compiler warnings (for good) | Eugene Sandulenko | |
2013-09-30 | Merge branch 'master' into wme_rendering | Willem Jan Palenstijn | |
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 | GUI: Fix compiler warning | 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 | GRAPHICS: Fix uninitialised field in PNG decoder. CID 1002280. | D G Turner | |
2013-09-30 | GUI: Fix missing initializers for ListWidget. CID 1002259. | D G Turner | |
2013-09-30 | GRAPHICS: Fix uninitialized cursor visibility variable. CID 1002283. | D G Turner | |
The default at cursor construction has been set to not visible. This now requires an explicit call to setVisible(true) to show the cursor, but a basic test shows that this seems to be OK and engines which fail to do this would have been intermittently broken before. | |||
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-30 | BASE: Fix uninitialized type field in plugin base class. CID 1002938. | D G Turner | |
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 | BUILD: Fix libpng detection when compiled as shared library with zlib. | D G Turner | |
This was breaking AmigaOS4 builds for the porter as his libpng was built as a shared library depending on zlib. This should be safe for static builds as well. | |||
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 | |