Commit Graph

151 Commits

Author SHA1 Message Date
Nomango 665735626e add: Player class 2018-10-06 10:25:29 +08:00
Nomango ba99ca38c1 refactoring 2018-10-03 18:04:04 +08:00
Haibo 9039dff8d3 update:modules 2018-09-30 14:54:43 +08:00
Haibo 4d9649eedf add: Transform 2018-09-16 16:07:51 +08:00
Nomango 816f3f4dde refactoring: rename folder name 2018-09-11 15:23:28 +08:00
Nomango 93c701751d add: RotationTransition 2018-09-11 15:12:25 +08:00
Nomango 6f489a77fe remove: SystemException 2018-09-10 20:55:20 +08:00
Nomango 6732adccfd remove: ToggleButton 2018-09-07 23:57:32 +08:00
Nomango ad5a9ed52f refactoring: Task Class 2018-09-07 18:20:07 +08:00
Nomango 5f698fb475 Refactoring : GC 机制重做 2018-09-07 00:28:54 +08:00
Nomango 83462faad0 Refactoring : filters 2018-09-06 23:26:32 +08:00
Nomango 42ac308278 Refactoring : project files 2018-09-05 13:38:30 +08:00
Nomango 65ba8e96d2 Refactoring : UI Components 2018-09-05 13:33:39 +08:00
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 a67eefc0b4 Refactoring : Google C++ style 2018-09-04 22:42:34 +08:00
Nomango 637fe89e37 增加Audio类 2018-09-02 14:30:48 +08:00
Nomango e53a7df27a 增加Canvas画布节点 2018-08-23 00:03:26 +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 09a3850135 add e2devent.h 2018-08-14 00:41:59 +08:00
Nomango adcd8ff1f2 重做Scene,继承Node类 2018-08-13 23:47:10 +08:00
Haibo c580b70931 see #15, 移除Shape类 2018-08-10 17:10:57 +08:00
Nomango 614873dfb6 移除Config中的不合理设置 2018-07-28 20:48:25 +08:00
Nomango eebd8efb54 项目配置更新 2018-07-24 23:30:44 +08:00
Nomango c858826b34 修复空指针异常 2018-07-24 23:27:59 +08:00
Nomango 7d17c3b225 增加Time时间点和Duration时间段 2018-07-21 22:57:21 +08:00
Haibo 767a5da6c1 VS项目文件同步 2018-07-16 22:43:56 +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 295bf44f40 同步VS项目配置 2018-07-08 15:43:57 +08:00
Nomango b7c4c409cb 增加File类和Resource类;图片和音乐资源统一为Resource map 2018-07-08 02:41:44 +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 5ccae4a308 Collider碰撞体重做,所有的Collider合并为一个类,增加Collider::Type 2018-07-05 00:20:53 +08:00
Nomango 2c0f7c5178 新增Config配置类 2018-07-04 17:00:21 +08:00
Haibo 7619dffaf1 VS2012&VS2013项目文件更新 2018-05-25 00:33:46 +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 0d066e131a 增加Rect抽象矩形类 2018-05-22 22:55:06 +08:00
Nomango d8ea376ceb 命名规则修改 2018-05-22 22:29:42 +08:00
Nomango 095446b063 Font类移动到Common组 2018-05-22 22:00:47 +08:00
Nomango 6deb3964fb 监听器从Common组移动到Tool组 2018-05-22 15:54:01 +08:00
Nomango 6bed7dec95 增加TransitionBox过渡动画 2018-05-22 13:49:10 +08:00
Nomango 7a99c03431 增加音乐播放结束时执行回调函数的功能 2018-05-22 11:58:45 +08:00
Nomango afb8780a31 重做输入监听器和碰撞监听器 2018-05-22 00:36:03 +08:00
Nomango 29f7d35844 ObjectManager改为GC类 2018-05-19 01:10:37 +08:00
Nomango ec1cbaec13 增加Collision类,去除Node::onCollide和Scene::onCollide方法 2018-05-19 00:36:32 +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 2528e41a58 细节调整 2018-05-10 20:23:32 +08:00
Nomango b5e6650566 Window类增加弹窗功能;修复Action重置时间处的Bug 2018-05-10 18:18:02 +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 4a62b2a5bf 细节调整;去除Transition构造器 2018-05-09 00:34:15 +08:00
Nomango 83a90fcb0e Action类重命名;去除Action构造器 2018-05-08 20:03:29 +08:00
Haibo 24dbd42970 不再自动关闭控制台;不再禁用Circle和Ellipse的修改宽高函数;同步工程文件。 2018-05-03 22:21:01 +08:00
Nomango 904218e74d 新增Action生成器和Transition生成器 2018-04-30 16:49:44 +08:00
Nomango 2eb845a4df 重做Music类,去除MusicManager 2018-04-27 17:07:47 +08:00
Nomango 264a85b80e 增加从资源加载图片的功能;修复可以手动修改窗口大小的Bug; 2018-04-27 00:16:14 +08:00
Nomango 52bfa595ad 从master上移除vs2010支持 2018-04-24 20:22:41 +08:00
Nomango 47b63b70b3 VS project配置更新 2018-04-24 18:23:03 +08:00
Nomango da08f33a02 监听器重做 2018-04-24 13:28:21 +08:00
Nomango 0614701a30 Timer定时器类重做 2018-04-24 09:02:06 +08:00
Nomango 04920b6b06 VS2010、2012、2013项目配置更新 2018-04-23 17:59:46 +08:00
Nomango e318679d3d 增加伪函数类Function 2018-04-22 15:52:46 +08:00
Nomango 40ad1c7282 增加颜色类,包含rgba四个属性 2018-04-22 13:15:57 +08:00
Nomango eb8b7e5f7e 增加Text描边功能(包括描边颜色、线宽、相交线样式) 2018-04-22 00:33:20 +08:00
Nomango f215632e60 添加CustomTextRenderer类,用于实现文字描边功能 2018-04-21 23:09:59 +08:00
Nomango 6d7550608c 更改所有头文件名称 2018-04-21 21:24:46 +08:00
Nomango b1dcc466f3 update project files 2018-04-02 23:40:08 +08:00
Nomango 02ccbff4eb new feature: shape
Shape change into collider
2018-04-02 23:01:38 +08:00
Nomango 349ddedb3c update vs2010 project files 2018-04-01 23:34:25 +08:00
Nomango 1fb8d761e6 vs2010 supported 2018-04-01 23:08:11 +08:00
Nomango 3ae122bc97 update project files 2018-04-01 00:33:35 +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 e78f8795e7 update Shape
Now you can directly set the shape of nodes by Shape::TYPE. The subclasses of Shape are prefixed with 'Shape'.
2018-03-31 11:59:51 +08:00
Nomango 8c9deb5dea supplement 2018-03-29 13:42:22 +08:00
Nomango 785dbf9b65 The callback function is changed to a function object 2018-03-28 17:56:04 +08:00
Nomango af73a5df92 new feature: String::format 2018-03-22 18:25:56 +08:00
Nomango 0a80483ba6 Collision detection will not be opened by default, and use ShapeManager::setCollisionEnable to enable it. 2018-03-13 13:13:26 +08:00
Nomango b853bb76cf New class Listener;Fixed String bugs;class File rename to Path. 2018-03-11 23:56:40 +08:00
Nomango b583ad562f delete some unreferenced functions 2018-03-06 22:39:15 +08:00
Nomango 4ae567eab5 new attribute of Action: name 2018-03-06 09:56:17 +08:00
Nomango 97a7944087 fixed bugs 2018-03-05 00:17:33 +08:00
Nomango 9537a5b50d fixed bugs 2018-03-04 13:30:52 +08:00
Nomango 05450175a3 significant update about Timer class 2018-03-03 17:02:08 +08:00
Nomango d0c167360e new feature: singleton process 2018-03-01 00:19:09 +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 98963f082e x64 platform support 2018-02-04 21:42:00 +08:00
Nomango f6eecee3aa new feature: shape and collision. 2018-02-03 22:04:43 +08:00
Nomango 1a52f19dd4 remove vs2010 project 2018-02-02 10:06:29 +08:00
Nomango 3250fa92f7 fixed project config bug 2018-02-01 22:12:13 +08:00
Nomango 342b8e050a New feature: XAudio2. 2018-02-01 22:07:44 +08:00
Nomango c79ba16d29 update a lot of new features. 2018-01-30 16:45:38 +08:00
Nomango 1fe020a618 update introduction 2017-12-15 23:15:06 +08:00