Commit Graph

77 Commits

Author SHA1 Message Date
Haibo 7619dffaf1 VS2012&VS2013项目文件更新 2018-05-25 00:33:46 +08:00
Nomango 745739575f GC::create改为全局函数,并支持VS2012 2018-05-24 22:06:14 +08:00
Nomango 2058dfaa7d enum命名改为大驼峰式 2018-05-24 20:37:34 +08:00
Nomango 6ea9d6ef85 Renderer增加获取三种类型ID2D1StrokeStyle的接口 2018-05-24 17:19:54 +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 7499e1af7f 增加Exception类 2018-05-24 00:58:16 +08:00
Nomango f91973255d 将图片裁剪的参数替换为Rect 2018-05-22 23:36:46 +08:00
Nomango 0d066e131a 增加Rect抽象矩形类 2018-05-22 22:55:06 +08:00
Nomango 095446b063 Font类移动到Common组 2018-05-22 22:00:47 +08:00
Nomango 6deb3964fb 监听器从Common组移动到Tool组 2018-05-22 15:54:01 +08:00
Nomango 24bf8e007a SafeReleaseInterface重命名 2018-05-22 12:24:43 +08:00
Nomango afb8780a31 重做输入监听器和碰撞监听器 2018-05-22 00:36:03 +08:00
Nomango f5c1d58134 移除create的工厂方法模式 2018-05-19 01:30:07 +08:00
Nomango 29f7d35844 ObjectManager改为GC类 2018-05-19 01:10:37 +08:00
Nomango c297d7d0e3 部分全局枚举类型修改为类内嵌套枚举 2018-05-17 15:22:14 +08:00
Nomango 084671fa1c 使用工厂方法模式管理对象 2018-05-17 12:22:52 +08:00
Nomango 012c7aad50 细节调整 2018-05-15 23:59:58 +08:00
Nomango 2c13083c09 细节优化 2018-05-14 22:51:40 +08:00
Nomango d125e5cf5b 修复无效的动作倒转 2018-05-14 00:36:01 +08:00
Nomango 2528e41a58 细节调整 2018-05-10 20:23:32 +08:00
Nomango 77d064a0c4 移除va_list和std::initializer_list两种添加多个对象的方法,统一为std::vector 2018-05-10 17:02:18 +08:00
Nomango 01882e73d4 性能优化 2018-05-10 14:16:36 +08:00
Nomango f66a56e028 新增Animate类;细节调整 2018-05-10 00:58:43 +08:00
Nomango 4a62b2a5bf 细节调整;去除Transition构造器 2018-05-09 00:34:15 +08:00
Nomango 83a90fcb0e Action类重命名;去除Action构造器 2018-05-08 20:03:29 +08:00
Nomango f9181a2080 细节调整 2018-05-08 17:40:36 +08:00
Nomango a18ff4295d 细节调整 2018-05-08 11:37:11 +08:00
Nomango 6336c979c9 函数参数中的String替换为const String& 2018-05-07 15:48:06 +08:00
Nomango 6797570015 增加字符串相关操作 2018-05-01 17:19:55 +08:00
Nomango 264a85b80e 增加从资源加载图片的功能;修复可以手动修改窗口大小的Bug; 2018-04-27 00:16:14 +08:00
Nomango 245a6c6e71 将部分枚举类型替换为强枚举类型 2018-04-24 21:22:34 +08:00
Nomango 52bfa595ad 从master上移除vs2010支持 2018-04-24 20:22:41 +08:00
Nomango da08f33a02 监听器重做 2018-04-24 13:28:21 +08:00
Nomango d6e2ca919b 调整渲染FPS时的细节 2018-04-22 16:14:04 +08:00
Nomango e318679d3d 增加伪函数类Function 2018-04-22 15:52:46 +08:00
Nomango 6578751de4 Text部分方法命名改动 2018-04-22 14:08:29 +08:00
Nomango 40ad1c7282 增加颜色类,包含rgba四个属性 2018-04-22 13:15:57 +08:00
Nomango eb8b7e5f7e 增加Text描边功能(包括描边颜色、线宽、相交线样式) 2018-04-22 00:33:20 +08:00
Nomango 6d7550608c 更改所有头文件名称 2018-04-21 21:24:46 +08:00
Nomango b2e655226b 修复了无法完全回收游戏资源的问题 2018-04-21 18:22:01 +08:00
Nomango 3d00ae7189 Game::start增加bool参数,为true时自动在游戏结束时回收资源 2018-04-21 00:46:26 +08:00
Nomango 08f57430d3 struct Point and struct Size overloaded operator - 2018-04-17 13:26:50 +08:00
Nomango 3fe75c7325 new feature: show fps 2018-04-17 11:41:33 +08:00
Nomango 15e039f278 refactor functions 2018-04-06 11:31:24 +08:00
Nomango 02ccbff4eb new feature: shape
Shape change into collider
2018-04-02 23:01:38 +08:00
Nomango 1fb8d761e6 vs2010 supported 2018-04-01 23:08:11 +08:00
Nomango b318b84860 Revert "fixed _MSC_VER"
This reverts commit 8a9d9a4f10.
2018-04-01 13:22:15 +08:00
Nomango 0223ad2b93 vs2012 supported 2018-04-01 13:16:07 +08:00