boyu0
|
3dcd1bc8b1
|
issue #2771: add #ifdef CC_USE_PHYSICS to CC_SAFE_DELETE(_physicsWorld)
|
2013-10-11 10:08:51 +08:00 |
boyu0
|
775a81ae19
|
issue #2771: Let the sprites added to SpriteBatchNode support physics.
|
2013-10-10 18:31:43 +08:00 |
boyu0
|
381f904cd4
|
issue #2771: add PhysicsMaterial
|
2013-10-09 17:53:12 +08:00 |
boyu0
|
18a4b18368
|
issue #2771: move _physicsBody from sprite to node
|
2013-09-30 13:02:17 +08:00 |
boyu0
|
fcb2c9b919
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-09-29 09:55:11 +08:00 |
boyu0
|
dbfd05ef77
|
issue #2771: add tag and enable functions to physics classes
|
2013-09-29 09:39:20 +08:00 |
Marc Lepage
|
e6144e2c80
|
Clean up some API documentation
|
2013-09-22 20:05:49 -04:00 |
James Chen
|
335c45664a
|
Merge pull request #3736 from elwinarens/desc_scene_spelling
Minor spelling changes in description of CCScene.h[ci skip]
|
2013-09-22 07:05:38 -07:00 |
Elwin Arens
|
59c3efd53c
|
Minor spelling changes description of CCScene.h
|
2013-09-22 11:07:21 +02:00 |
minggo
|
261f0e4f05
|
rename some files
|
2013-09-21 14:40:54 +08:00 |
minggo
|
4c9771ba3c
|
rename some class names to obey cocos2d-x coding style
|
2013-09-20 19:19:31 +08:00 |
James Chen
|
40258ede68
|
Fixing crash of ACC-Test.
|
2013-09-19 08:12:54 +08:00 |
James Chen
|
40a6f84585
|
Merge pull request #3680 from Dhilan007/develop
1.android platform:handle key event and fix Accelerometer value error [ci skip]
|
2013-09-18 00:01:32 -07:00 |
Dhilan007
|
fd3a03a6ee
|
1.android platform:handle key event
2.android platform:fix Accelerometer value error
|
2013-09-18 12:04:35 +08:00 |
James Chen
|
f403f7d683
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into keyboard_test
Conflicts:
samples/samples.xcodeproj/project.pbxproj
|
2013-09-17 23:24:14 +08:00 |
James Chen
|
e563c27994
|
Keypad event fix for js and lua bindings.
|
2013-09-17 23:21:45 +08:00 |
minggo
|
d488796896
|
Merge branch 'iss2771_physical' of https://github.com/boyu0/cocos2d-x into merge-physics
|
2013-09-17 18:14:12 +08:00 |
boyu0
|
9f7bf4349c
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-09-17 11:19:47 +08:00 |
James Chen
|
365419a8b2
|
issue #2087: [dispatcher] Fix box2d_test crash.
|
2013-09-16 23:35:16 +08:00 |
James Chen
|
36bfb24d29
|
issue #2087: [dispatcher] Adding remove all event listener method in Node, removed unused codes.
|
2013-09-16 22:20:01 +08:00 |
boyu0
|
a48fee881d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2771_physical
|
2013-09-16 22:16:50 +08:00 |
boyu0
|
2c66f1b95e
|
issue #2771: Implement the minimum set of physical API. Improve the PhysicsTest
|
2013-09-16 21:22:22 +08:00 |
James Chen
|
b128018f76
|
Merge branch 'suppressed-C4996' of https://github.com/savdalion/cocos2d-x into savdalion-suppressed-C4996
Conflicts:
extensions/CocoStudio/Armature/external_tool/GLES-Render.cpp
samples/Cpp/TestCpp/Classes/ExtensionsTest/CocoStudioArmatureTest/ArmatureScene.cpp
|
2013-09-16 20:58:26 +08:00 |
signmotion
|
5dffb1b44e
|
Deprecated methods are replaced (warning MSVC C4996 is suppressed).
|
2013-09-16 15:38:03 +03:00 |
James Chen
|
499e8caf7a
|
[dispatcher] Updating the declare of event listeners in Layer. Using more specified type.
|
2013-09-15 17:48:29 +08:00 |
James Chen
|
997a5a36c1
|
[dispatcher] Renaming 'registerEventListenerXXX' to 'addEventListenerXXX'.
|
2013-09-14 09:02:49 +08:00 |
James Chen
|
dd7bfd7b60
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase
Conflicts:
cocos2dx/CCDirector.h
cocos2dx/keyboard_dispatcher/CCKeyboardDispatcher.h
cocos2dx/keypad_dispatcher/CCKeypadDelegate.h
cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h
cocos2dx/layers_scenes_transitions_nodes/CCLayer.h
cocos2dx/menu_nodes/CCMenu.h
cocos2dx/platform/CCAccelerometerDelegate.h
cocos2dx/platform/android/CCAccelerometer.h
cocos2dx/platform/ios/CCAccelerometer.h
cocos2dx/platform/mac/CCAccelerometer.h
cocos2dx/platform/win32/CCAccelerometer.h
cocos2dx/script_support/CCScriptSupport.h
cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h
cocos2dx/touch_dispatcher/CCTouchDispatcher.h
cocos2dx/touch_dispatcher/CCTouchHandler.h
extensions/CocoStudio/Components/CCInputDelegate.h
|
2013-09-13 19:06:09 +08:00 |
samuele3hu
|
d8bd65b2e8
|
issue #2784:Add class constructor js-binding document
|
2013-09-13 16:46:31 +08:00 |
samuele3hu
|
5ddd9ae23c
|
issue #2784:Delete class destuctor js-binding and lua-binding document
|
2013-09-13 13:52:42 +08:00 |
samuele3hu
|
a34ec99014
|
issue #2784:Add js-binding and lua-binding document
|
2013-09-13 11:41:20 +08:00 |
James Chen
|
57b0a66bda
|
[dispatcher] Removing Layer::setTouchPriority since it's not needed.
|
2013-09-12 21:11:47 +08:00 |
James Chen
|
da1101beeb
|
[Dispatcher] New event dispatcher, first commit.
|
2013-09-11 22:09:34 +08:00 |
boyu0
|
7bba5f1b01
|
issue #2771: Add method Scene::createWithPhysics() end Scene::initWithPhysics()
|
2013-09-10 17:38:47 +08:00 |
boyu0
|
cb08f2baf2
|
issue #2771: Change _physicsBody from node to sprite. Reimplement Scene::addChild. Adjust some API.
|
2013-09-09 16:36:19 +08:00 |
boyu0
|
1d47737f45
|
issue #2771: add physics files and entries.
|
2013-09-09 10:29:02 +08:00 |
James Chen
|
b8c82ae5a9
|
[develop] Warning fixes.
|
2013-09-08 11:26:38 +08:00 |
psi
|
9b352d5ff4
|
Merge remote-tracking branch 'parent/develop' into develop
merged from parent
|
2013-08-26 21:36:38 +09:00 |
psi
|
1beea771b4
|
type
|
2013-08-26 20:42:41 +09:00 |
psi
|
f0620b0e85
|
add overrode init method for LayerMultiplex
|
2013-08-26 20:38:23 +09:00 |
minggo
|
2de8963a0a
|
fix warnings caused by deprecating some functions of Array
|
2013-08-22 10:45:47 +08:00 |
James Chen
|
7e3d3b3d3e
|
Merge pull request #2950 from zcgit/develop
a potential bug in Layer.
|
2013-08-19 19:02:53 -07:00 |
Timothy Qiu
|
978fc634be
|
Use C++ code in C++ comments.
Removed Hungarian notation from parts of the code.
|
2013-08-01 16:40:56 +08:00 |
James Chen
|
3bc45e665c
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into constants-refactor
Conflicts:
scripting/lua/cocos2dx_support/LuaCocos2d.cpp
|
2013-07-26 19:56:04 +08:00 |
James Chen
|
54ab99bf74
|
enum class for ProgressTimer::type
|
2013-07-26 17:28:18 +08:00 |
samuele3hu
|
6b9c7d4ade
|
issue #2404:modify a function name to isSwallowsTouches()
|
2013-07-26 15:21:19 +08:00 |
samuele3hu
|
fae8e253c0
|
issue #2404:Modify tab to spaces
|
2013-07-26 15:06:35 +08:00 |
samuele3hu
|
273bdc8fbd
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into deprectedOperator
|
2013-07-26 14:35:40 +08:00 |
samuele3hu
|
2288280b2d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into deprectedOperator
|
2013-07-26 13:57:11 +08:00 |
samuele3hu
|
f49277d367
|
issue #2404:replace deprecated functions in testlua and hellolua sample
|
2013-07-26 13:43:28 +08:00 |
Ricardo Quesada
|
4772674ff4
|
Removes Layer::TouchesDispatchMode...
...since it is declared in Touch::DispatchMode
|
2013-07-25 19:06:32 -07:00 |