Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-26 | GRAPHICS: Support varying bit depths in ManagedSurface transBlitFrom | Paul Gilbert | |
2016-11-23 | GRAPHICS: Allow 32-bit fast blitting when formats match in ManagedSurface | Paul Gilbert | |
2016-11-22 | IMAGE: Support blitting from different surface formats in ManagedSurface | Paul Gilbert | |
2016-10-31 | GRAPHICS: Fix compiler warning in BdfFont | Paul Gilbert | |
2016-10-31 | JANITORIAL: Typos | Alexandre Detiste | |
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO"; | |||
2016-10-18 | GRAPHICS: Declared few methods in MacFontManager public | Eugene Sandulenko | |
2016-10-18 | GRAPHICS: Remove debug leftover | Eugene Sandulenko | |
2016-10-15 | GRAPHICS: Fixed BDF font scaling | Eugene Sandulenko | |
2016-10-15 | GRAPHICS: Added all supported Mac fonts to enum | Eugene Sandulenko | |
2016-10-14 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Fix BDF font referencing on font generation | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Fix built-in font parameters | Eugene Sandulenko | |
2016-10-12 | GRAPHICS: Further work on BDF font scaling | Eugene Sandulenko | |
2016-10-11 | GRAPHICS: Added stub for BDF font scaler | Eugene Sandulenko | |
2016-10-10 | GRAPHICS: Use PIXEL_SIZE as BDF font size | Eugene Sandulenko | |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-10-08 | GRAPHICS: Detect substitute for Mac fonts | Eugene Sandulenko | |
2016-10-07 | GRAPHICS: Search for font substitution for MacFonts | Eugene Sandulenko | |
2016-10-07 | GRAPHICS: Differentiate Mac fonts by slant | Eugene Sandulenko | |
2016-10-07 | GRAPHICS: Parse slant from BDF fonts | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Move font-related MacGUI code to MacFontManager | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Fix BDF font parsing | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Parse font size from BDF fonts | Eugene Sandulenko | |
2016-10-06 | GRAPHICS: Use Family name instead of font name when reading from BDF fonts | Eugene Sandulenko | |
2016-10-05 | GRAPHICS: Use Face Name for Mac fonts if they're specified. | Eugene Sandulenko | |
Allows to avoid situations with files named "NewYork" with "New York" font inside. | |||
2016-10-05 | GRAPHICS: Load Face Name from BDF files | Eugene Sandulenko | |
Also adjust the devtools and built-in fonts accordingly. | |||
2016-09-29 | GRAPHICS: Added a PixelFormat bpp method | Paul Gilbert | |
2016-09-05 | GRAPHICS: Handle Windows and Mac line breaks when word-wrapping text | Torbjörn Andersson | |
This seems like the right place to do it. Hopefully it's also the right way. It fixes line breaks in the MacVenture engine, where the text apparently uses Mac line breaks. | |||
2016-09-04 | GRAPHICS: Add setBackgroundPattern() to MacWindow | Torbjörn Andersson | |
Set a background pattern for the window surface. For instance, the exits window in the MacVenture engine should have a light gray background, rather than a white one, and this will allow it to get one without having to draw it by itself. | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-09-02 | Merge pull request #816 from blorente/macgui-fix | Eugene Sandulenko | |
GRAPHICS: [GSoC] Fix leaks and bugs in MacGui | |||
2016-08-30 | Merge pull request #788 from Tkachov/cloud | Eugene Sandulenko | |
ALL: Add Cloud storage support | |||
2016-08-26 | GRAPHICS: Fix leak in ninepatch destructor | Borja Lorente | |
2016-08-25 | GRAPHICS: Fix big leak when blitting macgui borders | Borja Lorente | |
2016-08-25 | GRAPHICS: Fix leak in macgui border loading | Borja Lorente | |
2016-08-25 | GRAPHICS: Correcting think line thickness | Eugene Sandulenko | |
2016-08-25 | GRAPHICS: Fix potential rounding errors in the h/v thick line drawing | Eugene Sandulenko | |
2016-08-25 | GRAPHICS: Fix discrepancy in the thick line drawing function | Filippos Karapetis | |
The shortcuts for horizontal and vertical lines should draw the extra thickness pixels around the line, not below it or to the right | |||
2016-08-24 | GUI: Added animation classes | Eugene Sandulenko | |
2016-08-24 | GUI: Added transparency to PicWidgets | Eugene Sandulenko | |
2016-08-24 | GUI: Switched GUI to draw on TransparentSurface | Eugene Sandulenko | |
2016-08-24 | GUI: Implemented centering of dialog background | Eugene Sandulenko | |
2016-08-24 | GUI: Added possibility to specify scale mode for AlphaBitmaps | Eugene Sandulenko | |
2016-08-24 | GUI: Plug NinePatch bitmaps into parser | Eugene Sandulenko | |
2016-08-24 | GUI: Implemented more modes to autoscale | Eugene Sandulenko | |
2016-08-24 | GUI: Implemented alphabitmap autoscale | Eugene Sandulenko | |
2016-08-24 | GUI: Implemented possibility to use alphabitmaps in GraphicsWidget | Eugene Sandulenko | |
2016-08-24 | GUI: Added new alphabitmap image type | Eugene Sandulenko | |
2016-08-10 | GRAPHICS: Fix window closing | Borja Lorente | |
2016-08-06 | WAGE: Fix crash in Explorer | Alexander Tkachev | |
Caused by operator[] usage on empty string. |