Yao Wei Tjong 姚伟忠 f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 лет назад
..
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/. 11 лет назад
AnimatedSprite2D.h 318e388777 Add LoopMode2D to control animation loop mode, make spriter animation sample in force loop mode. 11 лет назад
Animation2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 лет назад
Animation2D.h 56e29f5b24 Fix Transform2D argument.[ci skip] 11 лет назад
AnimationSet2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 лет назад
AnimationSet2D.h 3c7126de38 Asynchronous loading for AnimationSet2D. 11 лет назад
CMakeLists.txt 4555aff0c9 Add Box2D. 12 лет назад
CollisionBox2D.cpp 4e29e1209b Fix uninitialize member var causing CollissionCircle2D to missbehave. 12 лет назад
CollisionBox2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
CollisionChain2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] 12 лет назад
CollisionChain2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
CollisionCircle2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] 12 лет назад
CollisionCircle2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
CollisionEdge2D.cpp 5b798b4467 Dont allow edit Constraint2D in editor[ci skip] 12 лет назад
CollisionEdge2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
CollisionPolygon2D.cpp 63af574730 Fix bug in CollisionPolygon2D and ToluaToPODVector<Vector2>. 11 лет назад
CollisionPolygon2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
CollisionShape2D.cpp 1ba3fe00fa Rename sensor to trigger. 12 лет назад
CollisionShape2D.h 1ba3fe00fa Rename sensor to trigger. 12 лет назад
Constraint2D.cpp 5ce6276b97 Remove unnecessary check for physics world (2D). 11 лет назад
Constraint2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintDistance2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintDistance2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintFriction2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintFriction2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintGear2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintGear2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintMotor2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintMotor2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintMouse2D.cpp f3ca194c24 Fixed bug of set target call order. 11 лет назад
ConstraintMouse2D.h f3ca194c24 Fixed bug of set target call order. 11 лет назад
ConstraintPrismatic2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintPrismatic2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintPulley2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintPulley2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintRevolute2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintRevolute2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintRope2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintRope2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintWeld2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintWeld2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintWheel2D.cpp 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
ConstraintWheel2D.h 5b47ba268d Fix ConstraintMotor2D, refactor all Constraint2D classes. 12 лет назад
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. 11 лет назад
Drawable2D.h a47c9ebe32 Add visibility property in Drawable2D.[ci skip] 12 лет назад
DrawableProxy2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 лет назад
DrawableProxy2D.h 0cfe56310a Use multi thread check Drawable2D visiblity. 12 лет назад
MaterialCache2D.cpp cb0211e586 Delay send contact event. 11 лет назад
MaterialCache2D.h 43147fbe1d Convert MaterialCache2D to a component. [ci skip] 12 лет назад
ParticleEffect2D.cpp 6caa0ade65 When resource's name is empty, set file name as resource name. 11 лет назад
ParticleEffect2D.h 5450b1d111 Asynchronous loading for ParticleEffect2D. 11 лет назад
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/. 11 лет назад
ParticleEmitter2D.h 413aa66b10 Add more member functions in 2D particle classes. 11 лет назад
PhysicsEvents2D.h cb0211e586 Delay send contact event. 11 лет назад
PhysicsUtils2D.h e116ab8150 Add 2D physics class. 12 лет назад
PhysicsWorld2D.cpp 85bcdaecf4 Add screen to world convert functions, PhysicsWorld2D use these function to pick rigid body. 11 лет назад
PhysicsWorld2D.h 85bcdaecf4 Add screen to world convert functions, PhysicsWorld2D use these function to pick rigid body. 11 лет назад
RigidBody2D.cpp 7b79fb972c Fix bug in RigidBody2D. 11 лет назад
RigidBody2D.h f52bdfeb5b Add new line at end of file.[ci skip] 12 лет назад
Sprite2D.cpp 6caa0ade65 When resource's name is empty, set file name as resource name. 11 лет назад
Sprite2D.h 19e0a104fa Add more comment for trimmed sprite. 11 лет назад
SpriteSheet2D.cpp 21050c613a Add .PList sprite sheet support. 11 лет назад
SpriteSheet2D.h 21050c613a Add .PList sprite sheet support. 11 лет назад
StaticSprite2D.cpp b81d08ba21 Move tile object define to TileMapDefs2D. Add half pixel offset in Direct3D mode. 11 лет назад
StaticSprite2D.h 0f46863498 Add XAnimation2D class. name is temporary, I will name it to Animation2D laster. [ci skip] 11 лет назад
TileMap2D.cpp c82759de85 Add STAGGERED tile map support. 11 лет назад
TileMap2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. 11 лет назад
TileMapDefs2D.cpp c82759de85 Add STAGGERED tile map support. 11 лет назад
TileMapDefs2D.h c82759de85 Add STAGGERED tile map support. 11 лет назад
TileMapLayer2D.cpp f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 лет назад
TileMapLayer2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. 11 лет назад
TmxFile2D.cpp c82759de85 Add STAGGERED tile map support. 11 лет назад
TmxFile2D.h 649edf054d Rename TileObject2D to TileMapObject2D, rename some functions. 11 лет назад
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/. 11 лет назад
Urho2D.h d4bab90eb8 Add ParticleEmitter2D. 12 лет назад