walzer
|
c5e95618d9
|
fixed #3517, make CC_USE_PHYSICS can be switch off, and bring Scene::update(float), Scene::addChild(...) out of CC_USE_PHYSICS segment
|
2013-12-26 23:55:05 +08:00 |
boyu0
|
69f1834e61
|
issue #2771: fix warning log and fix typo.
|
2013-12-23 14:30:43 +08:00 |
minggo
|
53092b359b
|
Merge pull request #4486 from boyu0/iss2771_physical
[ci skip]issue #2771: physical
|
2013-12-15 18:30:48 -08:00 |
boyu0
|
2dbb2d496f
|
issue #2771: add and change some physics API, and add more documents
|
2013-12-13 17:36:58 +08:00 |
minggo
|
16efe94946
|
fix compiling error after fixing conflicts
|
2013-12-12 14:48:27 +08:00 |
James Chen
|
cc567a3077
|
issue #2790: Vector::remove —> Vector::erase.
|
2013-12-11 18:08:06 +08:00 |
James Chen
|
16cd61f024
|
issue #2790: Vector<T> for physics and remove lots of unneeded dynamic_cast.
|
2013-12-07 14:28:14 +08:00 |
James Chen
|
165cdf7fe6
|
issue #2790: Deprecates CCArray.
|
2013-12-07 10:48:02 +08:00 |
boyu0
|
63a4e09c90
|
issue #2771: add more joint tests, add some joint api, fix bugs
|
2013-12-03 12:47:03 +08:00 |
boyu0
|
2b43e72e7c
|
issue #2771: fix vs compile errors, change project setting
|
2013-11-27 17:33:33 +08:00 |
boyu0
|
99d904363a
|
issue #2771: delete all the box2d implementation in physics parts.
|
2013-11-26 13:47:42 +08:00 |
boyu0
|
df1fca3279
|
issue #2771: refactor some functions and delete PHYSICS_INFINITY macro.
|
2013-11-26 11:38:55 +08:00 |
boyu0
|
c945fbd42c
|
issue #2771: add some warning log
|
2013-11-20 10:25:43 +08:00 |
boyu0
|
aec514e3a2
|
issue #2771: fix collision bug cause by dynamic/static cast.
|
2013-11-19 18:30:12 +08:00 |
boyu0
|
23c477f15d
|
issue #2771: rename resetForce to resetForces
|
2013-11-18 16:27:23 +08:00 |
boyu0
|
0cb45e50f1
|
issue #2771: fix bugs
|
2013-11-15 16:27:43 +08:00 |
boyu0
|
9eac5c4a41
|
issue #2771: add comment and improve API
|
2013-11-12 15:28:07 +08:00 |
boyu0
|
eb508e4728
|
issue #2771: fix PhysicsWorld functions name readadd/removexxx -> doadd/removexxx delayTestAdd/Removexxx -> add/removexxxOrDelay
|
2013-11-07 15:12:13 +08:00 |
boyu0
|
f2cd5ca630
|
issue #2771: fix body and joint memory bugs. add removeFormWorld and destroy to PhysicsJoint, and add a destroy param to PhysicsWorld->removeJoint()
|
2013-11-07 14:17:57 +08:00 |
boyu0
|
af129e25f0
|
issue #2771: change some coding style
|
2013-11-05 20:02:58 +08:00 |
boyu0
|
8c62bf813f
|
issue #2771: enhance API and add Slice demo
|
2013-11-05 15:54:33 +08:00 |
boyu0
|
00acd67ff3
|
issue #2771: finish OneWayPlatform demo and fix some bugs
|
2013-11-04 14:36:38 +08:00 |
boyu0
|
04c8e9f34e
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-11-02 00:12:14 +08:00 |
boyu0
|
a2adbff2c8
|
issue #2771: fix some code style
|
2013-11-01 16:32:27 +08:00 |
boyu0
|
2f67ceb495
|
issue #2771: fix some code style
|
2013-11-01 16:26:03 +08:00 |
boyu0
|
2efef34144
|
issue #2771: fix vs compile errors
|
2013-10-31 18:18:02 +08:00 |
boyu0
|
cae9a3e54f
|
issue #2771: add physics pump demo and fix bugs
|
2013-10-29 17:31:35 +08:00 |
boyu0
|
d0d8694091
|
issue #2771: fix some retain/release bugs
|
2013-10-28 11:08:41 +08:00 |
psi
|
9ecc0c6db8
|
include climits for UINT_MAX
|
2013-10-26 13:33:31 +09:00 |
minggo
|
4952df576b
|
Merge pull request #3996 from boyu0/iss2771_physical
issue #2771: physical
|
2013-10-22 20:45:55 -07:00 |
minggo
|
abcf8f268d
|
fix conflicts
|
2013-10-22 18:36:13 +08:00 |
minggo
|
6a664d480a
|
issue #2905:samples build ok on linux
|
2013-10-22 18:01:56 +08:00 |
boyu0
|
e99b80b304
|
issue #2771: implements rayCast and rectQuery
|
2013-10-21 23:16:21 +08:00 |
boyu0
|
d12ee5f120
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-10-18 15:34:13 +08:00 |
minggo
|
4313c46e93
|
issue #2905:adjust folder structure
|
2013-10-12 11:22:05 +08:00 |