Magic_Game/src/core
Nomango b4404db7b7 add callback on updating Node
minor
2019-08-06 13:32:44 +08:00
..
Action.cpp remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
Action.h add ActionGroup 2019-08-06 13:32:44 +08:00
ActionGroup.cpp add ActionGroup 2019-08-06 13:32:44 +08:00
ActionGroup.h add ActionGroup 2019-08-06 13:32:44 +08:00
ActionHelper.h add ActionGroup 2019-08-06 13:32:44 +08:00
ActionManager.cpp remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
ActionManager.h remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
ActionTween.cpp refactoring actions 2019-08-06 13:32:44 +08:00
ActionTween.h refactoring actions 2019-08-06 13:32:44 +08:00
Animation.cpp remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
Animation.h remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
Application.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Application.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Array.h remove Delay action && add Action::SetDelay method 2019-08-06 13:32:42 +08:00
Canvas.cpp add Array, a lightweight std::vector<>-like class 2019-08-06 13:32:36 +08:00
Canvas.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Color.cpp add box2d-sample 2019-08-06 13:32:35 +08:00
Color.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
DebugNode.cpp add box2d-sample 2019-08-06 13:32:35 +08:00
DebugNode.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Event.hpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
EventDispatcher.cpp Objects have names now 2019-08-06 13:32:38 +08:00
EventDispatcher.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
EventListener.cpp Objects have names now 2019-08-06 13:32:38 +08:00
EventListener.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Factory.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Factory.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Font.hpp add samples 2019-08-06 13:32:34 +08:00
Frames.cpp add Array, a lightweight std::vector<>-like class 2019-08-06 13:32:36 +08:00
Frames.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Geometry.cpp add Array, a lightweight std::vector<>-like class 2019-08-06 13:32:36 +08:00
Geometry.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
GeometryNode.cpp refactoring 2019-08-06 13:32:25 +08:00
GeometryNode.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Image.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Image.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Input.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Input.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
IntrusiveList.hpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
IntrusivePtr.hpp add IntrusivePtr<>::Reset 2019-08-06 13:32:40 +08:00
Music.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Music.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Node.cpp add callback on updating Node 2019-08-06 13:32:44 +08:00
Node.h add callback on updating Node 2019-08-06 13:32:44 +08:00
Object.cpp Objects have names now 2019-08-06 13:32:38 +08:00
Object.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
RefCounter.hpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Resource.cpp Objects have names now 2019-08-06 13:32:38 +08:00
Resource.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Scene.cpp support fullscreen 2019-08-06 13:32:27 +08:00
Scene.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Singleton.hpp refactoring 2019-08-06 13:32:25 +08:00
Sprite.cpp add: Node::GetBoundingBox function 2019-08-06 13:32:31 +08:00
Sprite.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Task.cpp Objects have names now 2019-08-06 13:32:38 +08:00
Task.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
TaskManager.cpp Objects have names now 2019-08-06 13:32:38 +08:00
TaskManager.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Text.cpp refactoring 2019-08-06 13:32:25 +08:00
Text.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
TextRenderer.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
TextRenderer.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
TextStyle.hpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
Transform.hpp add callback on updating Node 2019-08-06 13:32:44 +08:00
Transition.cpp add: ActionHelper 2019-08-06 13:32:25 +08:00
Transition.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
audio.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
audio.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
closure.hpp add: Closure function 2019-08-06 13:32:25 +08:00
config.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
d2dhelper.hpp add box2d-sample 2019-08-06 13:32:35 +08:00
helper.hpp add ActionGroup 2019-08-06 13:32:44 +08:00
include-forwards.h refactoring 2019-08-06 13:32:22 +08:00
keys.hpp add samples 2019-08-06 13:32:34 +08:00
logs.cpp add compile-time configurations 2019-08-06 13:32:37 +08:00
logs.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
macros.h add ActionGroup 2019-08-06 13:32:44 +08:00
modules.cpp add: ResLoader 2019-08-06 13:32:23 +08:00
modules.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
noncopyable.hpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
render.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
render.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
time.cpp add compile-time configurations 2019-08-06 13:32:37 +08:00
time.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
window.cpp add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00
window.h add definition of all API symbols declarations for DLL 2019-08-06 13:32:42 +08:00