Share

Guichan

File Release Notes and Changelog

Release Name: 0.4.0

Notes:


Changes: Version 0.4.0 ============= * The GCN_EXCEPTION macro is now capable of determine the function in which the exception was thrown. Also, you can get the function name from the Exception class. * Added a fix to make both versions of drawImage in AllegroGraphics, OpenGLGraphics and SDLGraphics visible and usable. * Optimized fillRect in SDLGraphics slightly when using alpha blending. However, SDLGraphics still needs a lot of optimizing in other parts. * Removed the filename from the Image class, as it wasn't really used for anything. * Updated ImageFont with support for font images with several rows of glyphs. * Added modal focus to widgets. Widgets can now request modal focus stealing all input from other widgets. Can be useful when making dialog windows. * Many small fixes.