Skip to content

olcPixelGameEngine v2.08

Compare
Choose a tag to compare
@Moros1138 Moros1138 released this 21 Aug 14:17
· 127 commits to master since this release
a8dd609
  • Fix SetScreenSize() aspect ratio pre-calculation
  • Fix DrawExplicitDecal() - stupid oversight with multiple decals
  • Disabled olc::Sprite copy constructor
  • Added olc::Sprite Duplicate() - produces a new clone of the sprite
  • Added olc::Sprite Duplicate(pos, size) - produces a new sprite from the region defined
  • Added Unary operators for vectors
  • More pedant mollification - Thanks TheLandfill
  • ImageLoader modules - user selectable image handling core, gdi+, libpng, stb_image
  • Mac Support via GLUT - thanks Mumflr!