Nomango
|
012c7aad50
|
细节调整
|
2018-05-15 23:59:58 +08:00 |
Nomango
|
2c13083c09
|
细节优化
|
2018-05-14 22:51:40 +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
|
01882e73d4
|
性能优化
|
2018-05-10 14:16:36 +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 |
Nomango
|
f9181a2080
|
细节调整
|
2018-05-08 17:40:36 +08:00 |
Nomango
|
a18ff4295d
|
细节调整
|
2018-05-08 11:37:11 +08:00 |
Nomango
|
718b1b1a1a
|
增加Node::setPosFixed方法,使节点坐标固定
|
2018-05-07 17:15:57 +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
|
904218e74d
|
新增Action生成器和Transition生成器
|
2018-04-30 16:49:44 +08:00 |
Nomango
|
264a85b80e
|
增加从资源加载图片的功能;修复可以手动修改窗口大小的Bug;
|
2018-04-27 00:16:14 +08:00 |
Nomango
|
245a6c6e71
|
将部分枚举类型替换为强枚举类型
|
2018-04-24 21:22:34 +08:00 |
Nomango
|
52bfa595ad
|
从master上移除vs2010支持
|
2018-04-24 20:22:41 +08:00 |
Nomango
|
da08f33a02
|
监听器重做
|
2018-04-24 13:28:21 +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
|
8439c09976
|
判断节点是否碰撞及点是否在节点内时,不再判断其子节点
|
2018-04-22 17:08:41 +08:00 |
Nomango
|
6578751de4
|
Text部分方法命名改动
|
2018-04-22 14:08:29 +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
|
6d7550608c
|
更改所有头文件名称
|
2018-04-21 21:24:46 +08:00 |
Nomango
|
c8abe14a8d
|
增加NodeProperty结构体,可以直接获取和设置节点的所有属性
|
2018-04-21 18:42:07 +08:00 |
Nomango
|
b2e655226b
|
修复了无法完全回收游戏资源的问题
|
2018-04-21 18:22:01 +08:00 |
Nomango
|
3fe75c7325
|
new feature: show fps
|
2018-04-17 11:41:33 +08:00 |
Nomango
|
48ae177f1d
|
bug fixed
|
2018-04-09 18:41:56 +08:00 |
Nomango
|
ead3e52cef
|
new feature: use Text::getLineCount to get the number of rows
|
2018-04-09 01:07:49 +08:00 |
Nomango
|
15e039f278
|
refactor functions
|
2018-04-06 11:31:24 +08:00 |
Nomango
|
02ccbff4eb
|
new feature: shape
Shape change into collider
|
2018-04-02 23:01:38 +08:00 |
Nomango
|
1fb8d761e6
|
vs2010 supported
|
2018-04-01 23:08:11 +08:00 |
Nomango
|
32126a723a
|
fixed revert
|
2018-04-01 13:28:32 +08:00 |
Nomango
|
b318b84860
|
Revert "fixed _MSC_VER"
This reverts commit 8a9d9a4f10.
|
2018-04-01 13:22:15 +08:00 |
Nomango
|
0223ad2b93
|
vs2012 supported
|
2018-04-01 13:16:07 +08:00 |
Nomango
|
486ca4f848
|
update Shape
|
2018-04-01 00:04:33 +08:00 |
Nomango
|
dee2010e7c
|
update enum constants
|
2018-03-31 22:34:18 +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
|
4b677e727e
|
update Text
remove function Text::setWrappingEnable
|
2018-03-31 00:02:30 +08:00 |
Nomango
|
93a08d6b7e
|
Text changes
Font changes into struct. class Text has some new features.
|
2018-03-30 23:37:42 +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
|
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
|
ee91fafd6e
|
Bug to judge collision crash when no shape is repaired
|
2018-03-14 15:33:58 +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
|
a1ba470e94
|
fixed bugs
|
2018-03-08 15:03:12 +08:00 |
Nomango
|
cddfd5b5cd
|
Node has a default shape now.
|
2018-03-07 20:14:58 +08:00 |