Commit Graph

56 Commits

Author SHA1 Message Date
Nomango 745bd994a8 Refactoring : header files name 2018-09-05 13:17:07 +08:00
Nomango 997aca7e6e 增加Data::Exists方法,判断数据是否存在 2018-09-04 22:57:40 +08:00
Nomango a67eefc0b4 Refactoring : Google C++ style 2018-09-04 22:42:34 +08:00
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 e53a7df27a 增加Canvas画布节点 2018-08-23 00:03:26 +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 857f13230f 增加EventHandler类,用于处理消息;移除Node::onUpdate方法 2018-08-13 23:24:08 +08:00
Nomango 62a34b9ba2 Color 2 D2D1_COLOR_F 2018-07-29 02:24:34 +08:00
Nomango 840b554190 性能优化 2018-07-28 20:06:27 +08:00
Nomango 4a80f2df88 增加Node::setClipEnabled方法,实现渲染区域裁剪 2018-07-28 18:44:37 +08:00
Nomango 17d73916ba Path类细节调整 2018-07-04 12:49:05 +08:00
Nomango abaf59379a 重做Window类和Renderer类单例模式 2018-07-03 18:16:26 +08:00
Nomango 2058dfaa7d enum命名改为大驼峰式 2018-05-24 20:37:34 +08:00
Nomango 868238e42b Path::createFolder支持一次性创建多级目录;String不再允许隐式转换成const wchar_t* 类型 2018-05-24 14:33:16 +08:00
Nomango 6af90623fa 增加SystemException,移除ASSERT 2018-05-24 12:24:39 +08:00
Nomango 095446b063 Font类移动到Common组 2018-05-22 22:00:47 +08:00
Nomango 24bf8e007a SafeReleaseInterface重命名 2018-05-22 12:24:43 +08:00
Nomango 7a99c03431 增加音乐播放结束时执行回调函数的功能 2018-05-22 11:58:45 +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 c297d7d0e3 部分全局枚举类型修改为类内嵌套枚举 2018-05-17 15:22:14 +08:00
Nomango 084671fa1c 使用工厂方法模式管理对象 2018-05-17 12:22:52 +08:00
Nomango 2528e41a58 细节调整 2018-05-10 20:23:32 +08:00
Nomango 01882e73d4 性能优化 2018-05-10 14:16:36 +08:00
Nomango 4a62b2a5bf 细节调整;去除Transition构造器 2018-05-09 00:34:15 +08:00
Nomango f9181a2080 细节调整 2018-05-08 17:40:36 +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 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 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 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 dee2010e7c update enum constants 2018-03-31 22:34:18 +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 6331a4c111 fixed bugs 2018-03-01 19:28:22 +08:00