Yao Wei Tjong 姚伟忠 f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. hace 11 años
..
AnimatedSprite2D.cpp ef32eee6ee Add tile map support in Urho2D, current not all of features are supported in Urho2D, but I think we can add it later. Fore more information about tile map, please refer http://www.mapeditor.org/. hace 11 años
AnimatedSprite2D.h 318e388777 Add LoopMode2D to control animation loop mode, make spriter animation sample in force loop mode. hace 11 años
Animation2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. hace 11 años
Animation2D.h 56e29f5b24 Fix Transform2D argument.[ci skip] hace 11 años
AnimationSet2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. hace 11 años
AnimationSet2D.h 3c7126de38 Asynchronous loading for AnimationSet2D. hace 11 años
CMakeLists.txt 4555aff0c9 Add Box2D. hace 12 años
CollisionBox2D.cpp 4e29e1209b Fix uninitialize member var causing CollissionCircle2D to missbehave. hace 12 años
CollisionBox2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
CollisionChain2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] hace 12 años
CollisionChain2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
CollisionCircle2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] hace 12 años
CollisionCircle2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
CollisionEdge2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] hace 12 años
CollisionEdge2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
CollisionPolygon2D.cpp 63af574730 Fix bug in CollisionPolygon2D and ToluaToPODVector<Vector2>. hace 11 años
CollisionPolygon2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
CollisionShape2D.cpp 1ba3fe00fa Rename sensor to trigger. hace 12 años
CollisionShape2D.h 1ba3fe00fa Rename sensor to trigger. hace 12 años
Constraint2D.cpp 5ce6276b97 Remove unnecessary check for physics world (2D). hace 11 años
Constraint2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintDistance2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintDistance2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintFriction2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintFriction2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintGear2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintGear2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintMotor2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintMotor2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintMouse2D.cpp f3ca194c24 Fixed bug of set target call order. hace 11 años
ConstraintMouse2D.h f3ca194c24 Fixed bug of set target call order. hace 11 años
ConstraintPrismatic2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintPrismatic2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintPulley2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintPulley2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintRevolute2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintRevolute2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintRope2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintRope2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintWeld2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintWeld2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintWheel2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
ConstraintWheel2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. hace 12 años
Drawable2D.cpp bf6a054ac4 Use ordinary DRAWABLE_GEOMETRY flag on 2D drawables so that they can be raycasted against. Use a DRAWABLE_PROXYGEOMETRY flag on DrawableProxy2D so that it won't show up in normal raycasts or octree queries. Fixes #345. hace 11 años
Drawable2D.h a47c9ebe32 Add visibility property in Drawable2D.[ci skip] hace 12 años
DrawableProxy2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. hace 11 años
DrawableProxy2D.h 0cfe56310a Use multi thread check Drawable2D visiblity. hace 12 años
MaterialCache2D.cpp cb0211e586 Delay send contact event. hace 11 años
MaterialCache2D.h 43147fbe1d Convert MaterialCache2D to a component. [ci skip] hace 12 años
ParticleEffect2D.cpp 6caa0ade65 When resource's name is empty, set file name as resource name. hace 11 años
ParticleEffect2D.h 5450b1d111 Asynchronous loading for ParticleEffect2D. hace 11 años
ParticleEmitter2D.cpp ef32eee6ee Add tile map support in Urho2D, current not all of features are supported in Urho2D, but I think we can add it later. Fore more information about tile map, please refer http://www.mapeditor.org/. hace 11 años
ParticleEmitter2D.h 413aa66b10 Add more member functions in 2D particle classes. hace 11 años
PhysicsEvents2D.h cb0211e586 Delay send contact event. hace 11 años
PhysicsUtils2D.h e116ab8150 Add 2D physics class. hace 12 años
PhysicsWorld2D.cpp 85bcdaecf4 Add screen to world convert functions, PhysicsWorld2D use these function to pick rigid body. hace 11 años
PhysicsWorld2D.h 85bcdaecf4 Add screen to world convert functions, PhysicsWorld2D use these function to pick rigid body. hace 11 años
RigidBody2D.cpp 7b79fb972c Fix bug in RigidBody2D. hace 11 años
RigidBody2D.h f52bdfeb5b Add new line at end of file.[ci skip] hace 12 años
Sprite2D.cpp 6caa0ade65 When resource's name is empty, set file name as resource name. hace 11 años
Sprite2D.h 19e0a104fa Add more comment for trimmed sprite. hace 11 años
SpriteSheet2D.cpp 21050c613a Add .PList sprite sheet support. hace 11 años
SpriteSheet2D.h 21050c613a Add .PList sprite sheet support. hace 11 años
StaticSprite2D.cpp b81d08ba21 Move tile object define to TileMapDefs2D. Add half pixel offset in Direct3D mode. hace 11 años
StaticSprite2D.h 0f46863498 Add XAnimation2D class. name is temporary, I will name it to Animation2D laster. [ci skip] hace 11 años
TileMap2D.cpp c82759de85 Add STAGGERED tile map support. hace 11 años
TileMap2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. hace 11 años
TileMapDefs2D.cpp c82759de85 Add STAGGERED tile map support. hace 11 años
TileMapDefs2D.h c82759de85 Add STAGGERED tile map support. hace 11 años
TileMapLayer2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. hace 11 años
TileMapLayer2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. hace 11 años
TmxFile2D.cpp c82759de85 Add STAGGERED tile map support. hace 11 años
TmxFile2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. hace 11 años
Urho2D.cpp ef32eee6ee Add tile map support in Urho2D, current not all of features are supported in Urho2D, but I think we can add it later. Fore more information about tile map, please refer http://www.mapeditor.org/. hace 11 años
Urho2D.h d4bab90eb8 Add ParticleEmitter2D. hace 12 años