Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2017-01-16 | SWORD25: Fix Warnings about Copy Constructor Failing to Call Base Class. | D G Turner | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-05-06 | SWORD25: Bail out instead of silently leaving the object in incosistent state | Eugene Sandulenko | |
2016-05-06 | SWORD25: Translate couple of comments | Eugene Sandulenko | |
2016-05-06 | SWORD25: Fix class initialization | Eugene Sandulenko | |
2016-03-04 | SWORD25: Fixed "Resource not released" warnings [GSoC] | Tkachov | |
(Look https://sourceforge.net/p/scummvm/bugs/6980/) The warning messages were appearing because when PRECACHE_RESOURCES is not defined, ResourceManager's `requestResource()` was used to manually "cache" them. When you do that, ResourceManager "locks" the resource once, so you must `release()` it later. Resources were not released, and warnings appeared. When you `release()` resource, it still is loaded ("cached"). Resource's `getLockCount()` is 0, though, so it might be unloaded by ResourceManager if there is a lot of resources. | |||
2015-12-14 | SWORD25: Make #include follow our conventions. | Johannes Schickel | |
2015-12-14 | SWORD25: Cleanup. | Johannes Schickel | |
2015-12-14 | SWORD25: Fix uninitialized variable usage. | Johannes Schickel | |
When using the constructor of Panel which directly calls unpersist _color was uninitialized. However, unpersit uses setColor which assumes _color is initialized properly. Caused valgrind warnings when loading. | |||
2015-12-14 | SWORD25: Plug memory leak in RenderedImage. | Johannes Schickel | |
2015-12-14 | SWORD25: Let ImgLoader write into Graphics::Surface. | Johannes Schickel | |
2015-11-30 | SWORD25: Remove unused class variable | Eugene Sandulenko | |
2015-11-30 | SWORD25: Init variables | Eugene Sandulenko | |
2015-11-18 | SWORD25: Fix tint color | Eugene Sandulenko | |
2015-11-18 | SWORD25: Implement missing SWF opcode | Eugene Sandulenko | |
2015-11-17 | SWORD25: Translate comments | Eugene Sandulenko | |
2015-11-17 | SWORD25: Fix text rendering | Eugene Sandulenko | |
2015-11-13 | SWORD25: Fix comment translation | Willem Jan Palenstijn | |
2015-11-13 | SWORD25: Fixing typo of typo. This time for real | Eugene Sandulenko | |
2015-11-13 | SWORD25: Fix typo | Eugene Sandulenko | |
2015-11-13 | SWORD25: Translate comments | Eugene Sandulenko | |
2015-11-13 | SWORD25: Fix thumbnail generation and make it portable | Eugene Sandulenko | |
2014-10-28 | SWORD25: Remove trailing whitespace | Filippos Karapetis | |
2014-06-24 | SWORD25: Fix sprite flipping | Eugene Sandulenko | |
2014-06-15 | SWORD25: Switch to common TransparentSurface | Eugene Sandulenko | |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-02-18 | SWORD25: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-24 | SWORD25: Janitorial - Fix spacing errors | Strangerke | |
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: 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-26 | SWORD25: Fix copy-paste error. CID 1004130 | Eugene Sandulenko | |
2013-09-09 | SWORD25: Remove unused variable | Eugene Sandulenko | |
2013-08-03 | SWORD25: Do not set Surface::pixels directly anymore. | Johannes Schickel | |
2013-08-03 | SWORD25: Take advantage of Surface::getPixels. | Johannes Schickel | |
2013-08-03 | SWORD25: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-05-06 | Merge pull request #320 from johndoe123/sword25-gfx | Eugene Sandulenko | |
SWORD25: Optimized graphics drawing | |||
2013-04-24 | SWORD25: Plug memory leak. CID 1003589 | Eugene Sandulenko | |
2013-04-20 | SWORD25: Fix blitting code | johndoe123 | |
- Rename collectRenderQueue to preRender - Only do forceRefresh() in Panel::setColor() and Text::setText() if the new values are different - Move child object resorting from RenderObject::render() into RenderObject::preRender() | |||
2013-04-17 | SWORD25: Change absolute Z calculation to match that of absolute x/y; remove ↵ | johndoe123 | |
old comment |