Commit Graph

93 Commits

Author SHA1 Message Date
Nomango 745bd994a8 Refactoring : header files name 2018-09-05 13:17:07 +08:00
Nomango 11e9d1ce9b 移除ActionManager 2018-09-05 00:08:03 +08:00
Nomango 8984817dd8 删除场景栈 2018-09-04 23:20:00 +08:00
Nomango a67eefc0b4 Refactoring : Google C++ style 2018-09-04 22:42:34 +08:00
Nomango 2e161ff6a8 增加OpenFileDialog和SaveFileDialog方法 2018-09-02 14:03:04 +08:00
Nomango 3a8428d54e Refactoring... 2018-08-28 00:06:10 +08:00
Nomango 4540520acc Revert "Refactoring: getter & setter coding style"
This reverts commit 0905c91dd0.
2018-08-23 16:37:51 +08:00
Nomango 0905c91dd0 Refactoring: getter & setter coding style 2018-08-23 16:37:44 +08:00
Nomango 2897cae260 refactoring... 2018-08-19 15:11:20 +08:00
Nomango 99f9daa627 移除SceneManager 2018-08-15 23:30:23 +08:00
Nomango 83986230a1 refactoring 2018-08-15 00:06:03 +08:00
Nomango 6382adb1b1 resolve #17, 修复按钮消息传递问题 2018-08-12 14:05:12 +08:00
Nomango 91b7458766 update Task & Timer 2018-08-12 13:24:31 +08:00
Nomango 4ef4715ea6 resolve #18, 简化 Player 2018-08-12 12:06:06 +08:00
Nomango c7115a1162 计时功能优化 2018-08-02 00:27:45 +08:00
Nomango d1ad592df7 移除Config中垂直同步的设置,并优化程序的延时处理 2018-07-29 13:44:53 +08:00
Nomango 180d2067fa 完善Time功能 2018-07-29 01:43:15 +08:00
Nomango 6c921079ac 性能优化 2018-07-26 21:43:47 +08:00
Nomango c858826b34 修复空指针异常 2018-07-24 23:27:59 +08:00
Nomango 649eaa6ee6 修复高DPI下修改窗口大小异常BUG 2018-07-24 22:11:16 +08:00
Nomango 58af967968 在Config中增加VSync开启选项 2018-07-24 20:21:25 +08:00
Nomango dda7e17347 Config增加FPS配置 2018-07-24 12:49:32 +08:00
Nomango cca05d9c47 修复D2D默认开启VSync导致的帧率受限问题 2018-07-24 11:15:15 +08:00
Nomango 26ed76ae2b 性能优化 2018-07-22 21:22:27 +08:00
Nomango e3cce89552 Duration和Time细节修复 2018-07-22 20:09:14 +08:00
Nomango c3ebe2545a 应用Time和Duration类 2018-07-22 00:41:24 +08:00
Nomango 7d17c3b225 增加Time时间点和Duration时间段 2018-07-21 22:57:21 +08:00
Nomango fb95734a88 细节调整 2018-07-17 18:07:17 +08:00
Nomango 02bb68f21f 修改弹窗函数 2018-07-17 00:35:27 +08:00
Nomango d180c4dd74 增加按键消息、鼠标消息、碰撞消息 2018-07-16 22:11:27 +08:00
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