Nomango
|
8b1137c131
|
change: WARN macros rename to E2D_WARNING & call OutputDebugString to output debug information.
|
2018-10-16 15:42:15 +08:00 |
Nomango
|
709f2bfe8d
|
change: rename namespace to easy2d.
|
2018-10-16 14:13:15 +08:00 |
Nomango
|
422c7cbdc7
|
add: copyright
|
2018-10-03 22:02:46 +08:00 |
Nomango
|
ba99ca38c1
|
refactoring
|
2018-10-03 18:04:04 +08:00 |
Nomango
|
6f489a77fe
|
remove: SystemException
|
2018-09-10 20:55:20 +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
|
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
|
c7115a1162
|
计时功能优化
|
2018-08-02 00:27:45 +08:00 |
Nomango
|
840b554190
|
性能优化
|
2018-07-28 20:06:27 +08:00 |
Nomango
|
de951eaa40
|
Collider作为Node的成员对象;禁止Ref子类的拷贝
|
2018-07-07 15:12:18 +08:00 |
Nomango
|
c8771231b4
|
重做GC引用计数方式
|
2018-07-07 01:43:41 +08:00 |
Nomango
|
95e77d6f0d
|
Vector更名为Vector2
|
2018-07-02 23:13:49 +08:00 |
Nomango
|
372bc09773
|
跳跃动作的次数的默认参数值为1
|
2018-06-01 18:32:22 +08:00 |
Nomango
|
7a28ddace2
|
修复MoveBy动作的问题
|
2018-05-29 22:12:01 +08:00 |
Nomango
|
9f1ab4485f
|
增加explicit限定符
|
2018-05-24 16:25:05 +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
|
d8ea376ceb
|
命名规则修改
|
2018-05-22 22:29:42 +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
|
b2ec817c81
|
动作说明注释修改
|
2018-05-17 15:29:56 +08:00 |
Nomango
|
084671fa1c
|
使用工厂方法模式管理对象
|
2018-05-17 12:22:52 +08:00 |
Nomango
|
d125e5cf5b
|
修复无效的动作倒转
|
2018-05-14 00:36:01 +08:00 |
Nomango
|
b5e6650566
|
Window类增加弹窗功能;修复Action重置时间处的Bug
|
2018-05-10 18:18:02 +08:00 |
Nomango
|
77d064a0c4
|
移除va_list和std::initializer_list两种添加多个对象的方法,统一为std::vector
|
2018-05-10 17:02:18 +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 |
Nomango
|
f9181a2080
|
细节调整
|
2018-05-08 17:40:36 +08:00 |
Nomango
|
a18ff4295d
|
细节调整
|
2018-05-08 11:37:11 +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
|
52bfa595ad
|
从master上移除vs2010支持
|
2018-04-24 20:22:41 +08:00 |
Nomango
|
6d7550608c
|
更改所有头文件名称
|
2018-04-21 21:24:46 +08:00 |