Commit Graph

8 Commits

Author SHA1 Message Date
002617a557 Remove resource handler.
We decide to use shared_ptr instead. And we will treat a resource class
as a reference. (instead of object)
2017-11-05 18:44:14 +08:00
cced27fc53 Update Font 2017-07-31 00:23:33 +08:00
2f027b7925 remove begin_code and end_code 2017-07-31 00:18:10 +08:00
dd88f8b4b1 Fix compile warning
Fix warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
2017-07-19 18:11:45 +08:00
1ae05bab71 Remove exception specification
Exception Specification is deprecated in C++11.
2017-07-15 00:12:48 +08:00
c769c0a3db Fix bugs of ErrorViewer 2017-07-07 11:38:57 +08:00
9ecfeb1962 Move almost all classes out 2017-06-18 20:37:45 +08:00
dfa628cd14 Move Font,Music,Renderer,Texture,Timer out 2017-06-18 17:36:13 +08:00