Commit Graph

548 Commits

Author SHA1 Message Date
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 627f04d7ce rename some protected functions 2018-03-03 11:46:57 +08:00
Nomango 49783dbf8d Update MusicManager 2018-03-02 23:49:57 +08:00
Nomango 2e88860b32 String::getHash rename String::getHashCode 2018-03-01 23:47:42 +08:00
Nomango 6331a4c111 fixed bugs 2018-03-01 19:28:22 +08:00
Nomango d0c167360e new feature: singleton process 2018-03-01 00:19:09 +08:00
Nomango bca9f6f792 new feature: Data::saveBool & Data::getBool 2018-02-28 19:46:03 +08:00
Nomango d0733b01e2 ANSI String support 2018-02-28 19:17:15 +08:00
Nomango 22fba22dcc All float to double 2018-02-27 21:07:43 +08:00
Nomango 915f574b76 Normalization of String class 2018-02-27 16:32:17 +08:00
Nomango bdfb03dc1d class Button will never modify the pivot of its child automatically. 2018-02-14 20:38:50 +08:00
Nomango 741ebefb25 fixed the problem of non - standard code 2018-02-11 20:55:52 +08:00
Nomango eb91257747 fixed transform bug 2018-02-11 20:48:56 +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 7d36ea26fd fixed bugs about actions. 2018-02-06 15:34:47 +08:00
Nomango 98963f082e x64 platform support 2018-02-04 21:42:00 +08:00
Nomango 6319ed7f2b perfect the pause function. 2018-02-04 21:24:27 +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 9b4967d3c0 fix macro bugs. 2018-02-01 22:22: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 71b39a8149 fixed bugs. 2018-02-01 09:38:25 +08:00
Nomango c79ba16d29 update a lot of new features. 2018-01-30 16:45:38 +08:00
Nomango b71119548a fixed bugs 2017-12-16 15:49:48 +08:00
Nomango 26ba7e0fd4 update introduction 2017-12-15 23:16:57 +08:00
Nomango 1fe020a618 update introduction 2017-12-15 23:15:06 +08:00
Nomango c4f0555bec Restructured project 2017-12-15 21:51:07 +08:00
Nomango f619414ed4 重载了EString加号运算符;修复了场景动画结束后,其他动画跳帧的bug 2017-12-12 12:18:28 +08:00
Nomango 4bc613929c 重载EString的>、>=、<、<=运算符 2017-12-12 11:28:12 +08:00
Nomango b40ca90a70 修复了EString的一些bug 2017-12-11 22:41:53 +08:00
Nomango ef85e2b88d 重做了EString类 2017-12-11 18:17:24 +08:00
Nomango 7c035c63ed 去掉了EApp::init函数的一个重载 2017-12-09 15:51:23 +08:00
Nomango d5a45b3b01 修复了部分场景切换动画的显示bug 2017-12-09 15:27:11 +08:00
Nomango 4dfa00e97f 窗口失去焦点时不再自动暂停 2017-12-08 19:57:34 +08:00
Nomango 2e01f9cb1a 重做了EApp的单例模式 2017-12-08 19:50:59 +08:00
Nomango c28b9653c5 重做了EMusicUtils类,简易了使用方法 2017-12-08 15:37:52 +08:00
Nomango a9ddbf7384 修复了按钮的中心点问题 2017-12-05 08:31:54 +08:00
Nomango 5e0ea2be92 ETimer增加setRunAtOnce函数,让定时器在绑定后立即执行一次 2017-12-04 11:18:38 +08:00
Nomango 2fca388cb2 修复了组合动画在某些情况下时间重置出错的BUG 2017-12-04 10:03:14 +08:00
Nomango 80d4880f19 修复了窗口恢复焦点时,定时器和动画加快运行的BUG 2017-12-03 23:27:47 +08:00
Nomango c977bc12a3 修复EFileUtils::getString函数名错误 2017-11-09 21:04:39 +08:00
Nomango ee796af1df 中心点默认位置改为(0,0);新增ENode::setDefaultPivot函数设置默认中心点;修复了启用或禁用按钮后按钮消失的bug;更新了判断点是否在节点内的算法;修复了切换开关按钮状态不执行回调函数的bug;修复了子节点与父节点相对位置错误的bug;修复了其他的一些小bug。 2017-11-09 18:22:41 +08:00
Nomango 07abf5cf96 修复了其他场景的按钮继续工作的bug;修复了监听器和定时器在某些情况下崩溃的bug 2017-11-08 15:23:07 +08:00
Nomango a7b29bbdf9 修复了EMenu禁用后,EButton仍然可以自行启用的bug 2017-11-08 11:18:11 +08:00
Nomango 1ac6f0a33d EPhsicsMsg移到了Common组 2017-11-07 23:56:27 +08:00
Nomango f82bccb73d 添加EMenu菜单类;修复了EFileUtils中参数与EString不兼容的问题。 2017-11-07 23:32:44 +08:00
Nomango 339a0724fb 整理了整体架构;监听器添加了吞噬消息功能。 2017-11-07 23:04:33 +08:00