| .. |
|
AnimatedSprite2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
AnimatedSprite2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
AnimationSet2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
AnimationSet2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionBox2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionBox2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionChain2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionChain2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionCircle2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionCircle2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionEdge2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionEdge2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionPolygon2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionPolygon2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
CollisionShape2D.cpp
|
db29964574
Apply CollisionShape2D / signed world scale patch from Ricardo Abreu. Closes #1926.
|
8 years ago |
|
CollisionShape2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Constraint2D.cpp
|
e1202b725a
Add other body nodeID attribute to Constraint2D for proper body connection serialization. Closes #1825.
|
8 years ago |
|
Constraint2D.h
|
e1202b725a
Add other body nodeID attribute to Constraint2D for proper body connection serialization. Closes #1825.
|
8 years ago |
|
ConstraintDistance2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintDistance2D.h
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintFriction2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintFriction2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintGear2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintGear2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintMotor2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintMotor2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintMouse2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintMouse2D.h
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintPrismatic2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintPrismatic2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintPulley2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintPulley2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintRevolute2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintRevolute2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintRope2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintRope2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintWeld2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintWeld2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ConstraintWheel2D.cpp
|
f0eda3dfd6
Improve Box2D joints handling, fixes #1787
|
9 years ago |
|
ConstraintWheel2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Drawable2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Drawable2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ParticleEffect2D.cpp
|
f37ffb57a8
Fixed blend modes for 2D particles
|
8 years ago |
|
ParticleEffect2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
ParticleEmitter2D.cpp
|
dd0caa6ab7
Move ParticleEmitter2D events into Urho2DEvents header file. Add event parameters and safeguard for event handling causing component destruction. Add contributor credit.
|
8 years ago |
|
ParticleEmitter2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
PhysicsEvents2D.h
|
eba18bcc99
Add events for b2ContactListener::PreSolve callback. Suppress re-enabling contact on each update.
|
8 years ago |
|
PhysicsUtils2D.h
|
c5014a8399
Update Box2D lib, add RigidBody2D::ApplyLinearImpulseToCenter()
|
8 years ago |
|
PhysicsWorld2D.cpp
|
29952585b1
Revert contacts auto-disabling.
|
8 years ago |
|
PhysicsWorld2D.h
|
29952585b1
Revert contacts auto-disabling.
|
8 years ago |
|
Renderer2D.cpp
|
779d2835be
Rename CheckDrawableVisibility() to CheckDrawableVisibilityWork() to match common style
|
8 years ago |
|
Renderer2D.h
|
779d2835be
Rename CheckDrawableVisibility() to CheckDrawableVisibilityWork() to match common style
|
8 years ago |
|
RigidBody2D.cpp
|
c5014a8399
Update Box2D lib, add RigidBody2D::ApplyLinearImpulseToCenter()
|
8 years ago |
|
RigidBody2D.h
|
c5014a8399
Update Box2D lib, add RigidBody2D::ApplyLinearImpulseToCenter()
|
8 years ago |
|
Sprite2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Sprite2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriteSheet2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriteSheet2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriterData2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriterData2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriterInstance2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
SpriterInstance2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
StaticSprite2D.cpp
|
0073217862
Fix crash related to TileMap2D and StaticSprite2D
|
9 years ago |
|
StaticSprite2D.h
|
0073217862
Fix crash related to TileMap2D and StaticSprite2D
|
9 years ago |
|
TileMap2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TileMap2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TileMapDefs2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TileMapDefs2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TileMapLayer2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TileMapLayer2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TmxFile2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
TmxFile2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Urho2D.cpp
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Urho2D.h
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
|
Urho2DEvents.h
|
dd0caa6ab7
Move ParticleEmitter2D events into Urho2DEvents header file. Add event parameters and safeguard for event handling causing component destruction. Add contributor credit.
|
8 years ago |