boyu0
|
4615eae22f
|
issue #2771:remove unneeded include “ccConfig.h”
|
2013-11-27 18:30:48 +08:00 |
boyu0
|
72f2d68edd
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-11-27 17:47:37 +08:00 |
boyu0
|
2b43e72e7c
|
issue #2771: fix vs compile errors, change project setting
|
2013-11-27 17:33:33 +08:00 |
boyu0
|
8346fe4b4d
|
issue #2771: edit android.mk, CMakeLists.txt, change PHYSICS_CONTACT_POINT_MAX to PhysicsContactData:POINT_MAX
|
2013-11-26 18:22:52 +08:00 |
boyu0
|
0100c05a93
|
issue #2771: fix compile errors
|
2013-11-26 17:29:09 +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
|
09ba28d522
|
issue #2771: refactor PhysicsWorld and PhysicsWorldInfo
|
2013-11-25 17:57:06 +08:00 |
boyu0
|
f2dabe77ec
|
issue #2771: add some method implements with box2d in PhysicsWorld
|
2013-11-25 10:08:52 +08:00 |
Ricardo Quesada
|
b6ddc6d048
|
Uses std::unordered_map<> instead of std::map<>
and more fixes.
|
2013-11-21 13:43:59 -08:00 |
boyu0
|
8e14cdb8d2
|
issue #2771: add assert to joint
|
2013-11-21 14:39:37 +08:00 |
boyu0
|
1743826498
|
issue #2771: fix a careless mistake
|
2013-11-20 16:08:48 +08:00 |
boyu0
|
bde6f5d9eb
|
issue #2771: fix crash bug
|
2013-11-20 15:54:09 +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
|
68b98fc84f
|
issue #2771: change PhysicsContact::create to construct
|
2013-11-18 21:06:05 +08:00 |
boyu0
|
23c477f15d
|
issue #2771: rename resetForce to resetForces
|
2013-11-18 16:27:23 +08:00 |
boyu0
|
a7d884a63f
|
issue #2771: change debug draw defines to class static const variable
|
2013-11-18 10:10:37 +08:00 |
boyu0
|
8ab64c9fa8
|
issue #2771: fix some api name and code style
|
2013-11-18 03:10:13 +08:00 |
boyu0
|
0710cfa526
|
issue #2771: delete PhysicsSlidingJoint and PhysicsSpringJoint. add joint tests, fix bugs
|
2013-11-18 02:16:20 +08:00 |
boyu0
|
02e5d44955
|
Merge branch 'iss2771_physical' of https://github.com/boyu0/cocos2d-x into iss2771_physical
|
2013-11-15 16:54:02 +08:00 |
boyu0
|
988630c12f
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-11-15 16:38:58 +08:00 |
boyu0
|
0cb45e50f1
|
issue #2771: fix bugs
|
2013-11-15 16:27:43 +08:00 |
boyu0
|
fb04c9e574
|
issue #2770: fix some warning
|
2013-11-13 11:22:34 +08:00 |
boyu0
|
0aa140a6e5
|
issue #2771: add comments
|
2013-11-12 18:13:44 +08:00 |
boyu0
|
9eac5c4a41
|
issue #2771: add comment and improve API
|
2013-11-12 15:28:07 +08:00 |
Ricardo Quesada
|
d6446e9b14
|
calls `delete[]` instead of `delete`
calls `delete[]` instead of `delete`
|
2013-11-11 16:07:46 -08:00 |
boyu0
|
a54603390e
|
issue #2771: change pointQuery implements
|
2013-11-11 16:23:42 +08:00 |
boyu0
|
b3f44a0805
|
issue #2771: edit assert message
|
2013-11-11 15:31:20 +08:00 |
boyu0
|
13efb7e822
|
issue #2771: add pointQuery
|
2013-11-11 15:03:17 +08:00 |
boyu0
|
4efacdbcf3
|
issue #2771: rename PhysicsWorld::create() to PhysicsWorld::construct(), fix some bugs
|
2013-11-08 16:17:56 +08:00 |
boyu0
|
a56dedb41a
|
issue #2771: add class PhysicsDebugDraw
|
2013-11-08 14:25:03 +08:00 |
boyu0
|
e278ad66c8
|
issue #2771: change PhysicsJoint::create() to PhysicsJoint::construct()
|
2013-11-07 17:46:05 +08:00 |
boyu0
|
7363be0697
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-11-07 17:37:33 +08:00 |
boyu0
|
ef5440f738
|
issue #2771: change rayCast and rectQuery callback class to std::function
|
2013-11-07 16:23:50 +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
|
a02fd7c6da
|
issue #2771: fix PhysicsWorld some bugs
|
2013-11-07 14:40:09 +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
|
6c27a0df0b
|
issue #2771: make api more friendly
|
2013-11-06 15:43:29 +08:00 |
boyu0
|
a01fcc6f36
|
issue #2771: move header definition to first line
|
2013-11-06 14:51:56 +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 |
Ricardo Quesada
|
ba7ed6e578
|
Fixes some compiler warnings
The warnings are related to:
* 64-to-32-bit conversion
* shadow variables
|
2013-11-04 16:31:36 -08:00 |
James Chen
|
59adba1a6d
|
Updating physics/CMakeLists.txt
|
2013-11-04 21:03:07 +08:00 |
James Chen
|
8676523433
|
Adding CMakeLists.txt
|
2013-11-04 21:03:07 +08:00 |
boyu0
|
46710c5f06
|
issue #2771: delay load
|
2013-11-04 19:26:34 +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 |