Releases: libSDL2pp/libSDL2pp
Releases · libSDL2pp/libSDL2pp
0.18.1
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
libSDL2pp 0.15.0
Added
Color
class wrapping aroundSDL_Color
libSDL2pp 0.14.1
Fixed
Surface.hh
include was missing fromSDL2pp.hh
libSDL2pp 0.14.0
Fixed
- Proper
Size()
handling for customRWops
Added
Window::GetOpacity()
andWindow()::SetOpacity()
wrappers for functions appeared in SDL 2.0.5Music
RWops constructors based on undocumented SDL_mixer functions- Static standalone build support
Changed
- libSDL2pp now follows SDL2 include path conventions, finding and using SDL2 headers without SDL2/ prefix
libSDL2pp 0.13.0
Fixed
- Fixed SDL 2.0.4 specific
AudioDevice
methods:AudioDevice::QueueAudio()
,AudioDevice::GetQueuedAudioSize()
- Fixed MSVC compiler support and .dll generation
- Multiple documentation fixes
Added
- More tests
- Automatic SDL 2.0.4 detection
Texture::Update()
overload which takes rvalue reference toSurface
Changed
Renderer::GetClipRect
now returnsOptional<Rect>
instead of (possibly empty)Rect
Exception
is now derived fromstd::runtime_error
Removed
- Deprecated
Renderer::GetInfo()
variant which takes pointer (use variant which takes reference)