Commit Graph

17 Commits

Author SHA1 Message Date
Nomango 26ed76ae2b 性能优化 2018-07-22 21:22:27 +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 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 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 2c13083c09 细节优化 2018-05-14 22:51:40 +08:00
Nomango 6d45a70ff2 将Game::createMutex函数整合到Game::init中 2018-05-14 00:57:16 +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 50825ba00d 增加JumpBy和JumpTo动作 2018-05-10 14:03:54 +08:00
Nomango f66a56e028 新增Animate类;细节调整 2018-05-10 00:58:43 +08:00
Nomango 83a90fcb0e Action类重命名;去除Action构造器 2018-05-08 20:03:29 +08:00