|  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 | 2897cae260 | refactoring... | 2018-08-19 15:11:20 +08:00 | 
				
					
						|  Nomango | bdbe00e228 | 代码优化 | 2018-08-12 20:19:47 +08:00 | 
				
					
						|  Nomango | 00fb2b89f4 | 代码优化 | 2018-08-12 15:38:02 +08:00 | 
				
					
						|  Nomango | fe52ebf451 | 代码优化 | 2018-08-12 14:30:28 +08:00 | 
				
					
						|  Nomango | 91b7458766 | update Task & Timer | 2018-08-12 13:24:31 +08:00 | 
				
					
						|  Nomango | 26ed76ae2b | 性能优化 | 2018-07-22 21:22:27 +08:00 | 
				
					
						|  Nomango | 7d17c3b225 | 增加Time时间点和Duration时间段 | 2018-07-21 22:57:21 +08:00 | 
				
					
						|  Nomango | c8771231b4 | 重做GC引用计数方式 | 2018-07-07 01:43:41 +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 | 17d73916ba | Path类细节调整 | 2018-07-04 12:49:05 +08:00 | 
				
					
						|  Nomango | 0cf402e6e0 | Game类单例模式重做 | 2018-07-03 01:49:20 +08:00 | 
				
					
						|  Nomango | 5f2583d4ba | 定时器相关函数重命名 | 2018-05-26 22:22:24 +08:00 | 
				
					
						|  Nomango | 9f1ab4485f | 增加explicit限定符 | 2018-05-24 16:25:05 +08:00 | 
				
					
						|  Nomango | 384f332b6d | TimerInfo重命名为TimerEntity,并加入e2d namespace | 2018-05-22 23:55:53 +08:00 | 
				
					
						|  Nomango | 012c7aad50 | 细节调整 | 2018-05-15 23:59:58 +08:00 | 
				
					
						|  Nomango | 2c13083c09 | 细节优化 | 2018-05-14 22:51:40 +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 | 52bfa595ad | 从master上移除vs2010支持 | 2018-04-24 20:22:41 +08:00 | 
				
					
						|  Nomango | da08f33a02 | 监听器重做 | 2018-04-24 13:28:21 +08:00 | 
				
					
						|  Nomango | 0614701a30 | Timer定时器类重做 | 2018-04-24 09:02:06 +08:00 | 
				
					
						|  Nomango | 6d7550608c | 更改所有头文件名称 | 2018-04-21 21:24:46 +08:00 | 
				
					
						|  Nomango | 3d00ae7189 | Game::start增加bool参数,为true时自动在游戏结束时回收资源 | 2018-04-21 00:46:26 +08:00 | 
				
					
						|  Nomango | c135168491 | Modify some functions in class Game and Window | 2018-04-13 00:39:27 +08:00 | 
				
					
						|  Nomango | 02ccbff4eb | new feature: shape Shape change into collider | 2018-04-02 23:01:38 +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 | a1ba470e94 | fixed bugs | 2018-03-08 15:03:12 +08:00 | 
				
					
						|  Nomango | 4ae567eab5 | new attribute of Action: name | 2018-03-06 09:56:17 +08:00 | 
				
					
						|  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 | 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 | c79ba16d29 | update a lot of new features. | 2018-01-30 16:45:38 +08:00 |