Commit Graph

27 Commits

Author SHA1 Message Date
Nomango dda7e17347 Config增加FPS配置 2018-07-24 12:49:32 +08:00
Haibo 767a5da6c1 VS项目文件同步 2018-07-16 22:43:56 +08:00
Nomango b7c4c409cb 增加File类和Resource类;图片和音乐资源统一为Resource map 2018-07-08 02:41:44 +08:00
Nomango c8e8a38685 将Config配置设置改为指针传值 2018-07-07 11:00:41 +08:00
Nomango fb389cce89 GC模式重做 2018-07-06 00:47:50 +08:00
Nomango 2c0f7c5178 新增Config配置类 2018-07-04 17:00:21 +08:00
Nomango 17d73916ba Path类细节调整 2018-07-04 12:49:05 +08:00
Nomango abaf59379a 重做Window类和Renderer类单例模式 2018-07-03 18:16:26 +08:00
Nomango 1d9f543eb8 Path类调整 2018-07-03 01:52:11 +08:00
Nomango 0cf402e6e0 Game类单例模式重做 2018-07-03 01:49:20 +08:00
Haibo 41c9ddcc54 修复 Path::extractResource 提取失败时仍返回路径的BUG 2018-05-27 01:48:26 +08:00
Haibo e7f0939030 增加 Path::extractResource 方法,提取资源中的文件到 Temp 目录下 2018-05-27 01:28:01 +08:00
Nomango 0cf6c6fb94 增加路径搜索功能 2018-05-24 15:47:38 +08:00
Nomango 868238e42b Path::createFolder支持一次性创建多级目录;String不再允许隐式转换成const wchar_t* 类型 2018-05-24 14:33:16 +08:00
Nomango 6af90623fa 增加SystemException,移除ASSERT 2018-05-24 12:24:39 +08:00
Nomango c297d7d0e3 部分全局枚举类型修改为类内嵌套枚举 2018-05-17 15:22:14 +08:00
Nomango 6336c979c9 函数参数中的String替换为const String& 2018-05-07 15:48:06 +08:00
Haibo 24dbd42970 不再自动关闭控制台;不再禁用Circle和Ellipse的修改宽高函数;同步工程文件。 2018-05-03 22:21:01 +08:00
Nomango 6797570015 增加字符串相关操作 2018-05-01 17:19:55 +08:00
Nomango fca3ba9f25 增加Path类初始化 2018-04-26 21:47:56 +08:00
Nomango 6d7550608c 更改所有头文件名称 2018-04-21 21:24:46 +08:00
Nomango c135168491 Modify some functions in class Game and Window 2018-04-13 00:39:27 +08:00
Nomango 02ccbff4eb new feature: shape
Shape change into collider
2018-04-02 23:01:38 +08:00
Nomango 9bef38091f update class Text
new feature: Text alignment, underline, strikethrough, line spacing. Remove Text::setWrappingEnable.
2018-03-30 01:41:29 +08:00
Nomango 785dbf9b65 The callback function is changed to a function object 2018-03-28 17:56:04 +08:00
Nomango c8a499ece0 Data class adds field functions 2018-03-13 23:35:00 +08:00
Nomango 0a80483ba6 Collision detection will not be opened by default, and use ShapeManager::setCollisionEnable to enable it. 2018-03-13 13:13:26 +08:00