Ricardo Quesada
|
462338879e
|
rolling back physics in layer
|
2014-05-01 16:42:35 -07:00 |
Ricardo Quesada
|
8bb8416c26
|
Improved directory structure
|
2014-04-29 17:37:36 -07:00 |
Ricardo Quesada
|
81c2d92355
|
yeah... love in includes
<3
|
2014-04-26 10:35:57 -07:00 |
Ricardo Quesada
|
9b118e5e96
|
Squashed commit of the following:
commit 519fcd7f68e3586c376fd5e8d4a0ee220a48d225
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:10:06 2014 -0700
Updates templates files
commit 2b07843ebe592f56b2abc544ccf66d441bb19fc5
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:08:19 2014 -0700
compiles on Windows
commit b175522ef7205eaab3bd3f26c27c5d6514cbe2a4
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:55:30 2014 -0700
adds cocos2d.h
commit 4c3d14f929bac017b93ca843b4f149d352264a30
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:54:24 2014 -0700
re-adds missing files
commit f729181728959260d14c4152555534f5beec8e05
Merge: 148da79 2adac67
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:51:12 2014 -0700
Merge branch 'includes_fixes' of github.com:ricardoquesada/cocos2d-x into includes_fixes
commit 148da79010c5dffeab885933624cffaf3d588852
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:49:12 2014 -0700
Adds SimpleAudioEngine
commit 2adac67019180ec82b7bd03f0b67c12f62e29e77
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:47:45 2014 -0700
Compiles for Android
commit 4a300d1b9225fa5708f25a69a50bb531f0ac1a32
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:13:35 2014 -0700
Fixes the includes
|
2014-04-26 10:11:22 -07:00 |
Huabing.Xu
|
feec24e3ef
|
Merge branch 'v3' into develop_migrate_math_lib_merge
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
cocos/2d/CCNode.cpp
cocos/2d/CCRenderTexture.cpp
cocos/2d/platform/wp8/CCGLView.h
cocos/physics/CCPhysicsBody.cpp
extensions/physics-nodes/CCPhysicsSprite.cpp
extensions/physics-nodes/CCPhysicsSprite.h
tests/cpp-tests/Classes/PhysicsTest/PhysicsTest.cpp
|
2014-04-25 16:20:24 +08:00 |
Huabing.Xu
|
63b52dd287
|
replace Point with Vector2 in cocos folder cpp file
|
2014-04-15 18:13:57 +08:00 |
boyu0
|
b53961b78d
|
issue $4771: fix lua test and fix some bugs
|
2014-04-15 13:40:44 +08:00 |
boyu0
|
c98f50026f
|
issue $4771: move PhysicsWorld to layer.
|
2014-04-15 03:21:18 +08:00 |
James Chen
|
890dd64d38
|
issue #4729: some warning fixes and compilation error fixes on win32.
|
2014-04-10 01:29:13 +08:00 |
James Chen
|
7e526f1976
|
Merge pull request #5918 from boyu0/iss4498_refactor_PhysicsDebugDraw
closed #4498: Refactor PhysicsDebugDraw.
|
2014-03-21 16:50:42 +08:00 |
boyu0
|
41f9760f15
|
closed #4498: Refactor PhysicsDebugDraw.
|
2014-03-21 15:49:18 +08:00 |
boyu0
|
c4aaaf9231
|
closed #4424: fix PhysicsBody::setGravity() doesn't work correctly sometimes.
|
2014-03-18 16:17:43 +08:00 |
boyu0
|
b0b1645190
|
fix some physics bugs.
|
2014-03-13 20:56:51 +08:00 |
boyu0
|
5ff60485a4
|
issue #4118: set body update after physics step.
|
2014-02-27 20:23:23 +08:00 |
James Chen
|
5e315273f9
|
Merge pull request #5467 from boyu0/bug4144_node_setphysicsbody
closed #4144: fix bug: Can not use Node::setPhysicsBody to reset a physics body.
|
2014-02-26 11:43:19 +08:00 |
boyu0
|
912dad7a71
|
closed #4144: fix bug: Node::setPhysicsBody doesn't work at the second time.
|
2014-02-26 10:53:41 +08:00 |
boyu0
|
d139c752fb
|
issue #4118: add _isDamping to PhysicsBody and fix bugs
|
2014-02-25 15:27:25 +08:00 |
boyu0
|
7a28f93fbf
|
issue #4118: fix bit mask bug
|
2014-02-25 10:24:20 +08:00 |
boyu0
|
a4cc0edb4a
|
issue #4118: refactor physics update
|
2014-02-24 16:17:42 +08:00 |
James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
edwardzhou
|
a71367a7de
|
fix compile error
|
2014-01-14 19:37:07 +08:00 |
edwardzhou
|
b9a7031f92
|
refactor PhysicsContact inherits from EventCustom; simplify emitting collision events
|
2014-01-14 19:21:09 +08:00 |
walzer
|
d4c1aa92d5
|
add copyrights for 2014, in folders other then 2d.
|
2014-01-07 11:47:11 +08:00 |
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 |
minggo
|
53092b359b
|
Merge pull request #4486 from boyu0/iss2771_physical
[ci skip]issue #2771: physical
|
2013-12-15 18:30:48 -08:00 |
boyu0
|
4befb50307
|
issue #2771: add PhysicsWorld function set/getUpdateRate and set/getSpeed. Change name PhysicsQueryRectCallbackFunc and PhysicsPointQueryCallbackFunc to PhysicsRectQueryCallbackFunc and PhysicsQueryPointCallbackFunc
|
2013-12-13 16:26:26 +08:00 |
minggo
|
16efe94946
|
fix compiling error after fixing conflicts
|
2013-12-12 14:48:27 +08:00 |
James Chen
|
c2bccbaf98
|
issue #2790: Removes unneeded dynamic_cast in CCPhyicsWorld.cpp.
|
2013-12-11 22:09:59 +08:00 |
James Chen
|
45dabe305f
|
issue #2790: performance improved for PhysicsWorld.
|
2013-12-11 18:08:07 +08:00 |
James Chen
|
cc567a3077
|
issue #2790: Vector::remove —> Vector::erase.
|
2013-12-11 18:08:06 +08:00 |
boyu0
|
083a0eea2a
|
Remove all std::move in function returns.
|
2013-12-10 16:06:05 +08:00 |
James Chen
|
a2e90f1fca
|
issue #2790: Small fixes for physics, uses reference and std::move.
|
2013-12-09 10:54:22 +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 |
minggo
|
f02d15d71f
|
initialize static member variable in cpp
|
2013-12-06 11:46:13 +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
|
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 |
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
|
68b98fc84f
|
issue #2771: change PhysicsContact::create to construct
|
2013-11-18 21:06:05 +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
|
0cb45e50f1
|
issue #2771: fix bugs
|
2013-11-15 16:27:43 +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 |