Tilengine - The 2D retro graphics engine forum
Release 1.19 - Printable Version

+- Tilengine - The 2D retro graphics engine forum (http://tilengine.org/forum)
+-- Forum: Tabloid (http://tilengine.org/forum/forumdisplay.php?fid=4)
+--- Forum: News & Announcements (http://tilengine.org/forum/forumdisplay.php?fid=6)
+--- Thread: Release 1.19 (/showthread.php?tid=45)



Release 1.19 - megamarc - 12-04-2017

This release adds the following features:
  • Spriteset: adds TLN_SetSpritesetData() to modify spriteset attributes and pixels at runtime.
  • Window: adds CWF_NEAREST window flag to the TLN_WindowFlags enum for window creation. This flag upscales window with nearest-neighbour insted of default bilinear filter.
  • Engine: adds TLN_SetFrameCallback() to get a user-provided function called when a frame is about to be drawn. Especially useful for multi-threaded window
  • Python binding: updated with new 1.19 features and added parameters to structure initializers