Commit Graph

13 Commits

Author SHA1 Message Date
c7c59975ca Add Font::ready()
Now we can check if a Font Object is Ready. ( Font Library Loaded )
2017-03-24 10:46:33 +08:00
23553b1330 Set Renderer::Renderer() to public
Renderer::isReady() is added to check if the renderer is ready.
2017-03-23 14:01:06 +08:00
0ec40c6270 Bug Fixed: Font::render...
Bug Fixed in class Font::renderText ( and its family functions )
These functions cause exceptions while testing on Visual Studio. And we
soon found 'SDL_FreeSurface' was not used in 'reset' method of shared_ptr.
Now we have fixed it.
2017-03-23 13:41:24 +08:00
0bd9811452 Visual Studio Special Version
We have met a few problems on Visual Studio.
We have to change the header and source file to pass the compilation.
2017-03-23 12:22:02 +08:00
7ae6b3442a Add SuperCopy.
Use: SDL_RenderCopyEx
2017-03-21 17:03:03 +08:00
2c1f055a49 SimpleMessageBox are supported.
Use: SDL_ShowSimpleMessageBox
2017-03-21 13:58:48 +08:00
3e0b0739ba Add PowerState Support. 2017-03-21 12:30:29 +08:00
ea9e6e8ac4 [New] Add drawPoint to Renderer 2017-03-14 17:29:22 +08:00
a2e73c8793 StringEngine Added. 2017-03-09 18:53:18 +08:00
df4d96dfed Android Platform APIs Supported. 2017-03-09 18:00:19 +08:00
11b1125d29 Update MiniEngine.cpp 2017-03-02 13:12:13 +08:00
7edddcd5b4 Update MiniEngine.cpp 2017-02-25 13:39:41 +08:00
cd0cf1e5cf Create MiniEngine.cpp 2017-02-25 09:30:05 +08:00