Commit Graph

48 Commits

Author SHA1 Message Date
Nomango 3a8428d54e Refactoring... 2018-08-28 00:06:10 +08:00
Nomango a370685dd0 代码优化 2018-08-23 16:58:32 +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 83986230a1 refactoring 2018-08-15 00:06:03 +08:00
Nomango adcd8ff1f2 重做Scene,继承Node类 2018-08-13 23:47:10 +08:00
Nomango 857f13230f 增加EventHandler类,用于处理消息;移除Node::onUpdate方法 2018-08-13 23:24:08 +08:00
Nomango 6382adb1b1 resolve #17, 修复按钮消息传递问题 2018-08-12 14:05:12 +08:00
Nomango 35ed2427c1 按钮消息处理方式优化 2018-07-28 22:22:58 +08:00
Nomango 614873dfb6 移除Config中的不合理设置 2018-07-28 20:48:25 +08:00
Nomango 6c921079ac 性能优化 2018-07-26 21:43:47 +08:00
Nomango f5752252a2 修复切换场景时按钮回调函数执行两次的BUG 2018-07-22 21:49:14 +08:00
Nomango d180c4dd74 增加按键消息、鼠标消息、碰撞消息 2018-07-16 22:11:27 +08:00
Nomango c0acf3a56c 修复单词拼写错误 2018-07-07 01:48:39 +08:00
Nomango caf6297bf1 SceneManager和ColliderManager单例模式重做 2018-07-05 16:34:53 +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 abaf59379a 重做Window类和Renderer类单例模式 2018-07-03 18:16:26 +08:00
Nomango b06426898f 节点渲染前进行一次矩阵转换和子节点排序 2018-06-01 17:53:56 +08:00
Nomango 2058dfaa7d enum命名改为大驼峰式 2018-05-24 20:37:34 +08:00
Nomango 0d066e131a 增加Rect抽象矩形类 2018-05-22 22:55:06 +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 551cbaa2b2 移除onFixedUpdate函数 2018-05-19 00:00:12 +08:00
Nomango aa053ad269 Input函数重命名 2018-05-18 23:56:36 +08:00
Nomango c297d7d0e3 部分全局枚举类型修改为类内嵌套枚举 2018-05-17 15:22:14 +08:00
Nomango 084671fa1c 使用工厂方法模式管理对象 2018-05-17 12:22:52 +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 fe9d155779 增加Window::setCursor函数修改鼠标指针样式;鼠标移入按钮时自动变换样式 2018-05-07 17:03:59 +08:00
Nomango 6336c979c9 函数参数中的String替换为const String& 2018-05-07 15:48:06 +08:00
Nomango 245a6c6e71 将部分枚举类型替换为强枚举类型 2018-04-24 21:22:34 +08:00
Nomango 8439c09976 判断节点是否碰撞及点是否在节点内时,不再判断其子节点 2018-04-22 17:08:41 +08:00
Nomango 6d7550608c 更改所有头文件名称 2018-04-21 21:24:46 +08:00
Nomango 02ccbff4eb new feature: shape
Shape change into collider
2018-04-02 23:01:38 +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 785dbf9b65 The callback function is changed to a function object 2018-03-28 17:56:04 +08:00
Nomango a1ba470e94 fixed bugs 2018-03-08 15:03:12 +08:00
Nomango 6331a4c111 fixed bugs 2018-03-01 19:28:22 +08:00
Nomango bdfb03dc1d class Button will never modify the pivot of its child automatically. 2018-02-14 20:38:50 +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