Commit Graph

63 Commits

Author SHA1 Message Date
Nomango f718a197a8 增加碰撞消息处理 2018-07-13 00:45:39 +08:00
Nomango 38d9671411 输入监听分离到InputManager 2018-07-08 19:13:39 +08:00
Nomango 7e31505529 移除Collision类;ColliderManager更名为CollisionManager 2018-07-08 16:57:12 +08:00
Nomango de951eaa40 Collider作为Node的成员对象;禁止Ref子类的拷贝 2018-07-07 15:12:18 +08:00
Nomango 2ee6ec29fe GC细节调整 2018-07-07 11:03:03 +08:00
Nomango c8e8a38685 将Config配置设置改为指针传值 2018-07-07 11:00:41 +08:00
Nomango c8771231b4 重做GC引用计数方式 2018-07-07 01:43:41 +08:00
Nomango fb389cce89 GC模式重做 2018-07-06 00:47:50 +08:00
Nomango 2d2c70c05d 重做Timer单例模式,增加Task定时任务类 2018-07-05 22:05:23 +08:00
Nomango 95a811cc17 去除Game::reset方法 2018-07-05 16:44:47 +08:00
Nomango caf6297bf1 SceneManager和ColliderManager单例模式重做 2018-07-05 16:34:53 +08:00
Nomango 4dc25a606d Config增加声音开关配置,以及实现下一帧更新配置的功能 2018-07-05 01:35:50 +08:00
Nomango 58ae8dee20 ActionManager单例模式重做 2018-07-05 01:09:54 +08:00
Nomango 2c0f7c5178 新增Config配置类 2018-07-04 17:00:21 +08:00
Nomango 2eaa3814c5 Input类单例模式重做 2018-07-04 15:33:09 +08:00
Nomango 17d73916ba Path类细节调整 2018-07-04 12:49:05 +08:00
Nomango 8c246df955 忽略窗口最小化和最大化时发送的WM_SIZE消息 2018-07-04 00:27:14 +08:00
Nomango a85026e02d Player类单例模式重做,Music类调整 2018-07-03 20:19:00 +08:00
Nomango abaf59379a 重做Window类和Renderer类单例模式 2018-07-03 18:16:26 +08:00
Nomango 0cf402e6e0 Game类单例模式重做 2018-07-03 01:49:20 +08:00
Nomango 2def0e2794 修复计时更新不准确导致画面渲染卡帧的BUG 2018-05-31 01:22:41 +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 7a99c03431 增加音乐播放结束时执行回调函数的功能 2018-05-22 11:58:45 +08:00
Nomango afb8780a31 重做输入监听器和碰撞监听器 2018-05-22 00:36:03 +08:00
Nomango 432a0150b9 碰撞监听器移动到Collision类中 2018-05-22 00:11:57 +08:00
Nomango 29f7d35844 ObjectManager改为GC类 2018-05-19 01:10:37 +08:00
Nomango 5ab9d822f3 分离Music和Player类 2018-05-17 23:53:27 +08:00
Nomango c297d7d0e3 部分全局枚举类型修改为类内嵌套枚举 2018-05-17 15:22:14 +08:00
Nomango 012c7aad50 细节调整 2018-05-15 23:59:58 +08:00
Nomango 6d45a70ff2 将Game::createMutex函数整合到Game::init中 2018-05-14 00:57:16 +08:00
Nomango b5e6650566 Window类增加弹窗功能;修复Action重置时间处的Bug 2018-05-10 18:18:02 +08:00
Nomango f66a56e028 新增Animate类;细节调整 2018-05-10 00:58:43 +08:00
Nomango f9181a2080 细节调整 2018-05-08 17:40:36 +08:00
Nomango 6336c979c9 函数参数中的String替换为const String& 2018-05-07 15:48:06 +08:00
Nomango 2eb845a4df 重做Music类,去除MusicManager 2018-04-27 17:07:47 +08:00
Nomango fca3ba9f25 增加Path类初始化 2018-04-26 21:47:56 +08:00
Nomango f5185f5630 Game初始化失败时自动回收资源;Music类初始化过程修改;节点二维矩阵转换方法修改 2018-04-24 10:35:58 +08:00
Nomango 0614701a30 Timer定时器类重做 2018-04-24 09:02:06 +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 afb24f7a32 修复一些细节问题 2018-04-19 17:18:44 +08:00
Nomango 9ac4acb50e resorm class Transition 2018-04-17 01:11:56 +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 b853bb76cf New class Listener;Fixed String bugs;class File rename to Path. 2018-03-11 23:56:40 +08:00