James Chen
|
165cdf7fe6
|
issue #2790: Deprecates CCArray.
|
2013-12-07 10:48:02 +08:00 |
James Chen
|
23ad9f4e1a
|
issue #2790: Adds const version of Vector<T>::forEach.
|
2013-12-07 10:46:40 +08:00 |
Ricardo Quesada
|
8df96b1a6e
|
Layercolor uses the new API
|
2013-12-06 17:59:34 -08:00 |
Ricardo Quesada
|
ba2f65c6b2
|
Merge remote-tracking branch 'darkdukey/newRenderer' into newRenderer
|
2013-12-06 17:42:48 -08:00 |
Ricardo Quesada
|
ee0ef6bf46
|
ProgressTimer works OK
Adds _modelViewTransform as ivar of Node (temporary fix)
|
2013-12-06 17:42:16 -08:00 |
James Chen
|
4d9beb7dfa
|
Merge pull request #4448 from signmotion/corrected_DISALLOW_COPY_AND_ASSIGN
Fixed some slips (VS2012 compile errors)
|
2013-12-06 16:38:47 -08:00 |
Nite Luo
|
94255a9d52
|
Fix culling
|
2013-12-06 14:59:06 -08:00 |
signmotion
|
f34083e87f
|
- Fixed some slips.
|
2013-12-06 22:08:32 +02:00 |
Ricardo Quesada
|
439adafbcd
|
Merge remote-tracking branch 'darkdukey/newRenderer' into newRenderer
|
2013-12-06 11:57:19 -08:00 |
Ricardo Quesada
|
745541979b
|
Particles working again.
Paticle Batch working too: increased VBO_SIE to 10500
|
2013-12-06 11:51:17 -08:00 |
Nite Luo
|
3e0bee706e
|
Fix a hack in CCLabelAtlas for vertice color, add TODO for quad command
|
2013-12-06 11:41:24 -08:00 |
Ricardo Quesada
|
97fb43b8d7
|
Merge remote-tracking branch 'darkdukey/newRenderer' into newRenderer
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2013-12-06 11:19:12 -08:00 |
Ricardo Quesada
|
73b1e3bb9e
|
Merge branch 'develop' into newRenderer
Conflicts:
cocos/2d/CCLabelAtlas.cpp
cocos/2d/CCSprite.cpp
|
2013-12-06 09:37:08 -08:00 |
boyu0
|
0e94d4f3b8
|
closed #3162: fix indent.
|
2013-12-06 18:23:31 +08:00 |
James Chen
|
6cd573fa7f
|
issue #2790: Deprecates CCSet.
|
2013-12-06 18:16:58 +08:00 |
boyu0
|
4d0e3dbd8d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into bug3162_opacity_incorrect
|
2013-12-06 18:16:26 +08:00 |
boyu0
|
af5f496861
|
issue #3162: Merge Node and NodeRGBA, fix bug: Child's opacity will not be changed when its parent's setCascadeOpacityEnabled was set to true and opacity was changed.
|
2013-12-06 18:07:16 +08:00 |
James Chen
|
f031cccdf3
|
Merge pull request #4446 from CocosRobot/updategeneratedsubmodule_1386322272
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-12-06 01:39:21 -08:00 |
CocosRobot
|
8442f17259
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-12-06 09:31:16 +00:00 |
James Chen
|
0d30f2bbbb
|
Merge pull request #4445 from dumganhar/iss2790-template-container
issue #2790: Fix of JSB project broken after using Vector<T>
|
2013-12-06 01:24:21 -08:00 |
James Chen
|
c916377970
|
issue #2790: Comments building template for android.
|
2013-12-06 17:23:31 +08:00 |
James Chen
|
7aff958063
|
issue #2790: A typo fix.
|
2013-12-06 17:09:36 +08:00 |
minggo
|
368647c166
|
Merge pull request #4444 from minggo/fix-warning
fix some warnings
|
2013-12-06 01:07:03 -08:00 |
James Chen
|
ed7c3f717a
|
issue #2790: Travis-ci builds JSB projects again.
|
2013-12-06 16:49:17 +08:00 |
James Chen
|
9f6d2df63b
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into iss2790-template-container
|
2013-12-06 16:46:51 +08:00 |
James Chen
|
b5978eeee6
|
issue #2790: Bindings-generator supports binding Vector<T> and some bug fixes.
|
2013-12-06 16:46:19 +08:00 |
minggo
|
fa7c97171b
|
fix some warnings
|
2013-12-06 16:32:06 +08:00 |
minggo
|
0126aaa205
|
Merge pull request #4442 from minggo/use-schedule
use Schedule::performFunctionInCocosThread
|
2013-12-05 22:30:54 -08:00 |
youyou
|
7e96701ef0
|
fixed create PhysicsSprite
|
2013-12-06 14:25:08 +08:00 |
Ricardo Quesada
|
dcf4eacd92
|
update project
|
2013-12-05 22:24:51 -08:00 |
Ricardo Quesada
|
81b06f06a9
|
Merge branch 'develop' into newRenderer
Conflicts:
cocos/2d/CCAtlasNode.h
|
2013-12-05 22:24:41 -08:00 |
minggo
|
19c86c0e4f
|
Merge pull request #4434 from martell/msys2
Msys2 and Mingw added fixed x64 cocos/audio on Windows for MSVC and MinGW
|
2013-12-05 22:23:45 -08:00 |
minggo
|
eecd5d7980
|
Merge pull request #4441 from xhcnb/mem_leak_android_userdefault
[ci skip]UserDefault::setDataForKey on android will cause memory leak
|
2013-12-05 22:19:58 -08:00 |
minggo
|
1502fef7e4
|
use Schedule::performFunctionInCocosThread
|
2013-12-06 14:15:01 +08:00 |
youyou
|
e17b9d839b
|
1.add TEST_EASING
2.add play serveral movement function
3.update TEST_COLLIDER_DETECTOR
4.fixed movement event
|
2013-12-06 13:40:49 +08:00 |
minggo
|
636b591e64
|
Merge pull request #4438 from minggo/change-long
replace long with int or ssize_t
|
2013-12-05 19:59:05 -08:00 |
Jason Xu
|
29bd5001ae
|
UserDefault::setDataForKey on android will cause memory leak
|
2013-12-06 11:53:43 +08:00 |
minggo
|
f02d15d71f
|
initialize static member variable in cpp
|
2013-12-06 11:46:13 +08:00 |
Ricardo Quesada
|
e699a3b765
|
Uses MV in Quad Command
|
2013-12-05 19:04:01 -08:00 |
Nite Luo
|
42de943662
|
Fix Bug for Sprite performance test
|
2013-12-05 14:25:45 -08:00 |
Nite Luo
|
e3fc789070
|
Merge branch 'newRenderer' of github.com:darkdukey/cocos2d-x into newRenderer
|
2013-12-05 12:05:44 -08:00 |
darkdukey
|
5f902d95b3
|
Merge pull request #5 from dabingnn/newRendererParticleSystem
New renderer particle system
|
2013-12-05 12:05:18 -08:00 |
darkdukey
|
55fca598a9
|
Merge pull request #6 from ricardoquesada/newRenderer
Merge develop to newRenderer
|
2013-12-05 12:03:25 -08:00 |
Ricardo Quesada
|
f68dcd9969
|
Merge branch 'develop' into newRenderer
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
samples/Cpp/TestCpp/Classes/tests.h
|
2013-12-05 11:47:46 -08:00 |
Dhilan007
|
7d548e7d5e
|
add miss file for vs-project
|
2013-12-05 18:11:40 +08:00 |
minggo
|
9676821479
|
use int in Vector
|
2013-12-05 17:38:08 +08:00 |
minggo
|
b67d567a79
|
replace long with int or ssize_t
|
2013-12-05 17:22:22 +08:00 |
James Chen
|
87f94ee874
|
Merge pull request #4437 from dumganhar/ccconsole
Merge PR #4433, fixes compilation errors for windows.
|
2013-12-05 00:49:46 -08:00 |
James Chen
|
6aa2e5b257
|
Updates comments that vs2012 doesn’t support initializer list.
|
2013-12-05 16:49:05 +08:00 |
James Chen
|
b520941c5c
|
Reverts config of VS project.
|
2013-12-05 16:37:50 +08:00 |