Commit Graph

33 Commits

Author SHA1 Message Date
Nomango fb389cce89 GC模式重做 2018-07-06 00:47:50 +08:00
Nomango 2d2c70c05d 重做Timer单例模式,增加Task定时任务类 2018-07-05 22:05:23 +08:00
Nomango caf6297bf1 SceneManager和ColliderManager单例模式重做 2018-07-05 16:34:53 +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 0cf402e6e0 Game类单例模式重做 2018-07-03 01:49:20 +08:00
Nomango 745739575f GC::create改为全局函数,并支持VS2012 2018-05-24 22:06:14 +08:00
Nomango a942eeea16 修改Listener类,使其继承自Object 2018-05-22 21:21:04 +08:00
Nomango 6deb3964fb 监听器从Common组移动到Tool组 2018-05-22 15:54:01 +08:00
Nomango 24bf8e007a SafeReleaseInterface重命名 2018-05-22 12:24:43 +08:00
Nomango afb8780a31 重做输入监听器和碰撞监听器 2018-05-22 00:36:03 +08:00
Nomango aa053ad269 Input函数重命名 2018-05-18 23:56:36 +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 2c13083c09 细节优化 2018-05-14 22:51:40 +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 245a6c6e71 将部分枚举类型替换为强枚举类型 2018-04-24 21:22:34 +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 1fb8d761e6 vs2010 supported 2018-04-01 23:08:11 +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 9bef38091f update class Text
new feature: Text alignment, underline, strikethrough, line spacing. Remove Text::setWrappingEnable.
2018-03-30 01:41:29 +08:00
Nomango 785dbf9b65 The callback function is changed to a function object 2018-03-28 17:56:04 +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 4ae567eab5 new attribute of Action: name 2018-03-06 09:56:17 +08:00
Nomango 22fba22dcc All float to double 2018-02-27 21:07:43 +08:00
Nomango fdf903269b Timer and TimeManager have a new interface. 2018-02-07 16:37:12 +08:00
Nomango 1a52f19dd4 remove vs2010 project 2018-02-02 10:06:29 +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