Commit Graph

49 Commits

Author SHA1 Message Date
Nomango 35ed2427c1 按钮消息处理方式优化 2018-07-28 22:22:58 +08:00
Nomango dda7e17347 Config增加FPS配置 2018-07-24 12:49:32 +08:00
Nomango 6617f7b7e0 修复Direct2D资源未正确释放导致的内存泄漏问题 2018-07-24 00:24:29 +08:00
Nomango 26ed76ae2b 性能优化 2018-07-22 21:22:27 +08:00
Nomango d180c4dd74 增加按键消息、鼠标消息、碰撞消息 2018-07-16 22:11:27 +08:00
Nomango 0423b49bb9 Scene方法重命名 2018-07-07 19:05:39 +08:00
Nomango 7e3b224b69 增加节点轮廓 2018-07-07 18:04:18 +08:00
Nomango de951eaa40 Collider作为Node的成员对象;禁止Ref子类的拷贝 2018-07-07 15:12:18 +08:00
Nomango c8e8a38685 将Config配置设置改为指针传值 2018-07-07 11:00:41 +08:00
Nomango c0acf3a56c 修复单词拼写错误 2018-07-07 01:48:39 +08:00
Nomango c8771231b4 重做GC引用计数方式 2018-07-07 01:43:41 +08:00
Nomango a2d173800b 去除Config的自动回收对象选项,增加operator new重载 2018-07-06 12:59:32 +08:00
Nomango fb389cce89 GC模式重做 2018-07-06 00:47:50 +08:00
Nomango 90d5196c4a Config增加碰撞体可视化和默认碰撞体类型的配置 2018-07-05 00:35:12 +08:00
Nomango abaf59379a 重做Window类和Renderer类单例模式 2018-07-03 18:16:26 +08:00
Nomango 745739575f GC::create改为全局函数,并支持VS2012 2018-05-24 22:06:14 +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 f5c1d58134 移除create的工厂方法模式 2018-05-19 01:30:07 +08:00
Nomango 29f7d35844 ObjectManager改为GC类 2018-05-19 01:10:37 +08:00
Nomango 084671fa1c 使用工厂方法模式管理对象 2018-05-17 12:22:52 +08:00
Nomango 012c7aad50 细节调整 2018-05-15 23:59:58 +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 52bfa595ad 从master上移除vs2010支持 2018-04-24 20:22:41 +08:00
Nomango da08f33a02 监听器重做 2018-04-24 13:28:21 +08:00
Nomango 6d7550608c 更改所有头文件名称 2018-04-21 21:24:46 +08:00
Nomango b2e655226b 修复了无法完全回收游戏资源的问题 2018-04-21 18:22:01 +08:00
Nomango 02ccbff4eb new feature: shape
Shape change into collider
2018-04-02 23:01:38 +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
Nomango 486ca4f848 update Shape 2018-04-01 00:04:33 +08:00
Nomango 2daa4d49ad update collision detection method
Using initializer_list to implement variable parameters. Add InputListener & CollisionListener.
2018-03-31 18:12:01 +08:00
Nomango 05450175a3 significant update about Timer class 2018-03-03 17:02:08 +08:00
Nomango 627f04d7ce rename some protected functions 2018-03-03 11:46:57 +08:00
Nomango 49783dbf8d Update MusicManager 2018-03-02 23:49:57 +08:00
Nomango 6331a4c111 fixed bugs 2018-03-01 19:28:22 +08:00
Nomango fdf903269b Timer and TimeManager have a new interface. 2018-02-07 16:37:12 +08:00
Nomango 556f8f76de fixed bugs about buttons. 2018-02-06 21:11:54 +08:00
Nomango 6319ed7f2b perfect the pause function. 2018-02-04 21:24:27 +08:00
Nomango f6eecee3aa new feature: shape and collision. 2018-02-03 22:04:43 +08:00
Nomango c79ba16d29 update a lot of new features. 2018-01-30 16:45:38 +08:00