Age | Commit message (Expand) | Author |
2015-12-29 | LAB: Remove unused variable | Strangerke |
2015-12-26 | LAB: Make private some DispMan functions and variables, some renaming | Strangerke |
2015-12-26 | LAB: Reduce passing around of pointers to the near-global _closeDataPtr | Willem Jan Palenstijn |
2015-12-24 | LAB: Rename closeFont() to freeFont() | Filippos Karapetis |
2015-12-24 | LAB: Move dispBitMap to Anim | Willem Jan Palenstijn |
2015-12-24 | LAB: Merge flowTextToMem() inside flowText() | Filippos Karapetis |
2015-12-24 | LAB: Merge setPen() into rectFill() | Filippos Karapetis |
2015-12-24 | LAB: The maxHeight parameter of readPict() is no longer used | Filippos Karapetis |
2015-12-24 | LAB: The second parameter of fade() is always 0 | Filippos Karapetis |
2015-12-23 | LAB: Fix build error on AmigaOS4 | Willem Jan Palenstijn |
2015-12-23 | LAB: Rename overlayRect() to checkerboardEffect() | Filippos Karapetis |
2015-12-23 | LAB: setAmigaPal() is always using 16 colors | Filippos Karapetis |
2015-12-23 | LAB: Rewrite the action message functionality (_doNotShowMessage) | Filippos Karapetis |
2015-12-23 | LAB: Get rid of the _doNotDrawMessage hack (from the original) | Filippos Karapetis |
2015-12-23 | LAB: Constify some parameters | Strangerke |
2015-12-23 | LAB: Set a default to the second parameter of readPict | Strangerke |
2015-12-23 | LAB: Replace char* by Common::String in several functions | Strangerke |
2015-12-23 | LAB: Use an array of Common::Strings instead of bytes in Action | Strangerke |
2015-12-23 | LAB: Move and improve function comments to header in DispMan | Strangerke |
2015-12-23 | LAB: Refactor some DispMan functions to use Common::String | Strangerke |
2015-12-23 | LAB: Get rid of strcat by using Common::String | Strangerke |
2015-12-23 | LAB: Avoid memory leaks with fonts | Strangerke |
2015-12-23 | LAB: Use Common::String for strings, removing a ton of memory leaks | Filippos Karapetis |
2015-12-23 | LAB: Avoid variable shadowing compiler warning. | D G Turner |
2015-12-23 | LAB: Change the graphics and audio code to use Common::File directly | Filippos Karapetis |
2015-12-23 | LAB: Get rid of flowTextScaled | Strangerke |
2015-12-23 | LAB: Use Common::Rect in functions related to flowText (WIP) | Strangerke |
2015-12-23 | LAB: Some renaming in DisplayMan | Strangerke |
2015-12-23 | LAB: Use strlen to compute text length instead of a difference between start ... | Strangerke |
2015-12-23 | LAB: Fix a regression related to random number generation, some renaming | Strangerke |
2015-12-23 | LAB: Variable rename | Eugene Sandulenko |
2015-12-23 | LAB: Some renaming and refactoring in special.cpp | Strangerke |
2015-12-23 | LAB: Refactor readPictToMem() | Filippos Karapetis |
2015-12-23 | LAB: Move getWord to DisplayMan | Strangerke |
2015-12-23 | LAB: Rename CloseDataPtr pointers, some refactoring | Strangerke |
2015-12-23 | LAB: Use a local buffer for moving tiles in the tile puzzle | Filippos Karapetis |
2015-12-23 | LAB: Converted DisplayMan::_dispBitMap to a pointer. | Eugene Sandulenko |
2015-12-23 | LAB: Reduce header intra-dependency. Reduced image.h dependency | Eugene Sandulenko |
2015-12-23 | LAB: Removed unnecessary includes | Eugene Sandulenko |
2015-12-23 | LAB: Rename graphics.* to dispman.* | Eugene Sandulenko |