Nite Luo
|
9d7604cab7
|
undeprecate init for custom command
|
2015-01-15 15:56:44 -08:00 |
Nite Luo
|
0bddeb88c8
|
Disable 3D rendering support for commands that needs to execute in order
|
2015-01-15 14:57:51 -08:00 |
Nite Luo
|
4a440e66c9
|
Refactor draw command
|
2015-01-15 14:00:49 -08:00 |
huangshiwu
|
65e97450d0
|
fix DrawNode init error
|
2015-01-15 11:51:21 +08:00 |
Mircea Rila
|
2a235f5b8d
|
add Color3B type parameter to TintTo::create
|
2015-01-14 11:04:23 +02:00 |
yangxiao
|
42c40d895f
|
enable disable culling using macro
|
2015-01-14 14:41:10 +08:00 |
Huabing.Xu
|
34582ba268
|
Merge branch 'v3' into v3_AddOptionsForCulling
Conflicts:
cocos/2d/CCLabel.cpp
|
2015-01-14 12:44:24 +08:00 |
minggo
|
5459149279
|
Merge pull request #9969 from huangshiwu/pointSize
DrawNode enable draw different size points
|
2015-01-14 11:38:31 +08:00 |
minggo
|
0207c22cb6
|
Merge pull request #9953 from darkdukey/renderFix
Render fix
|
2015-01-14 11:06:33 +08:00 |
Huabing.Xu
|
f3d8798d39
|
add macro to enable to disable culling
|
2015-01-14 10:56:51 +08:00 |
huangshiwu
|
f4ac7c4e44
|
modify WP8 project and update precompileshader
|
2015-01-14 02:15:04 +08:00 |
huangshiwu
|
fea492ab4f
|
DrawNode enable draw different size points
|
2015-01-13 22:30:50 +08:00 |
Nite Luo
|
1c10ae43bc
|
Merge branch 'v3' into renderFix
Conflicts:
tests/cpp-tests/Classes/Camera3DTest/Camera3DTest.cpp
tests/cpp-tests/Classes/Camera3DTest/Camera3DTest.h
|
2015-01-12 20:43:55 -08:00 |
Nite Luo
|
8591609128
|
Implement 3D drawing support for Sprite, Label, Particle, BatchNode
|
2015-01-12 20:06:50 -08:00 |
Huabing.Xu
|
af9e49b28d
|
cache director pointer to improve rendering performance
|
2015-01-13 10:28:25 +08:00 |
yangxiao
|
6d297d377b
|
camera visible check
|
2015-01-12 10:08:55 +08:00 |
minggo
|
465bf48442
|
Merge pull request #9879 from suzukaze/fix-indents
Replace tabs with spaces in cocos/2d dir
|
2015-01-09 14:59:27 +08:00 |
Takao Kato
|
ba0beaffdc
|
fixed getParentToNodeTransform. it returned a wrong transform if _transformDirty was true.
|
2015-01-09 09:58:09 +08:00 |
Nite Luo
|
e7480a7efb
|
Enable tansparent queue and create camera rotation demo
|
2015-01-08 16:30:00 -08:00 |
Jun Hiroe
|
e4d560b658
|
Replace tabs with spaces in cocos/2d dir
|
2015-01-08 20:17:45 +09:00 |
Huabing.Xu
|
5f8d69d447
|
Merge pull request #9862 from Dhilan007/v3-physics-performance2
[Physics]Reduce temporary object creation and save mathematical labor
|
2015-01-08 14:27:52 +08:00 |
Wenhai Lin
|
61438f7297
|
[Physics]Reduce temporary object creation and save mathematical labor
|
2015-01-08 14:25:06 +08:00 |
Huabing.Xu
|
2b71c57b52
|
Merge pull request #9840 from Dhilan007/v3-physics-performance
Improve performance of Physics
|
2015-01-08 10:33:51 +08:00 |
Jun Hiroe
|
ca86bce60d
|
Replace tab with spaces
|
2015-01-07 23:46:28 +09:00 |
Wenhai Lin
|
8524a5fb97
|
Improve performance of physics
|
2015-01-07 17:08:04 +08:00 |
Huabing.Xu
|
27d4c6a0f6
|
Merge pull request #9830 from huangshiwu/v3_drawNode_fixbug
DrawNode override drawPoints function to set pointSize, fix draw points ...
|
2015-01-07 14:46:13 +08:00 |
huangshiwu
|
f41f00fcb2
|
make rotated rect draw correctly
|
2015-01-07 11:44:16 +08:00 |
huangshiwu
|
ac7ddad4ac
|
DrawNode override drawPoints function to set pointsize, fix draw points use last color bug and drawRect behavior bug
|
2015-01-07 11:02:31 +08:00 |
minggo
|
4b0a35d772
|
Merge pull request #9813 from Dhilan007/v3-physics-remove-infoclass
Remove XXXXInfo_chipmunk class in 'chipmunk' folder to simplify implementation of physics
|
2015-01-07 10:21:54 +08:00 |
minggo
|
5b0925d42d
|
Merge pull request #9802 from dabingnn/v3_fixGLProgramLogCrash
fix delete wild opengl buffers
|
2015-01-06 15:13:49 +08:00 |
WenhaiLin
|
2847a940ed
|
Update project
|
2015-01-06 14:40:15 +08:00 |
minggo
|
31819bafc3
|
Merge pull request #9769 from ton1517/fix/jumpto
fix problem : JumpTo position is changed each repeat.
|
2015-01-06 14:09:54 +08:00 |
WenhaiLin
|
f620038c59
|
Add miss file for win32 project
|
2015-01-06 10:55:26 +08:00 |
Huabing.Xu
|
7f61a3d97b
|
reset _VAOname to 0 before recreating on android
|
2015-01-06 09:44:19 +08:00 |
Huabing.Xu
|
a1654e5714
|
fix delete wild opengl buffers
|
2015-01-05 17:53:31 +08:00 |
ton
|
a445148a5e
|
fix problem : JumpTo position is changed each repeat.
example:
sprite->runAction(
RepeatForever::create(
Sequence::create(
JumpTo::create(1, Vec2(300, 200), 100, 2),
MoveTo::create(1, Vec2(100, 200)),
nullptr
)
)
);
|
2015-01-03 01:13:57 +09:00 |
Dale Stammen
|
395b9fbaa7
|
added /bigobj to c++ command line options to fix arm builds
|
2014-12-31 12:56:16 -08:00 |
Dale Stammen
|
d8c2927944
|
added base/allocator files
|
2014-12-30 21:41:46 -08:00 |
Dale Stammen
|
7276f64f29
|
updated dll name from 3.3 to 3.4
|
2014-12-30 21:40:01 -08:00 |
Dale Stammen
|
ac95d292bd
|
added base/allocator files
|
2014-12-30 21:21:36 -08:00 |
Dale Stammen
|
df64718ef1
|
removed 3dExport.h as it no longer exists
|
2014-12-30 20:51:54 -08:00 |
Dale Stammen
|
f73a07c7b9
|
added missing files
|
2014-12-30 17:27:37 -08:00 |
Dale Stammen
|
bd1fef7515
|
added missing files
|
2014-12-30 16:40:04 -08:00 |
minggo
|
da8c007932
|
add const for Sprite::getTextureRect() and do some format
|
2014-12-30 11:55:54 +08:00 |
minggo
|
7db279220c
|
Merge branch 'quaternion' of https://github.com/super626/cocos2d-x into v3
|
2014-12-29 15:04:43 +08:00 |
minggo
|
d7dfdc9124
|
Merge pull request #9417 from lite3/spriteretainframe
retain the sprite frame in sprite
|
2014-12-29 10:33:42 +08:00 |
lvlong
|
f592671df6
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into frustum
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
cocos/scripting/lua-bindings/auto/lua_cocos2dx_auto.hpp
|
2014-12-26 13:42:13 +08:00 |
andyque
|
19dc8b5d19
|
fix conflicts and wp8, wp8.1 linker error
|
2014-12-25 18:11:59 +08:00 |
andyque
|
29e9ef7edf
|
Merge branch 'v3' into modifyWidgetDefaultBehavior
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Shared/libcocos2d_8_1.Shared.vcxitems.filters
cocos/2d/libcocos2d_wp8.vcxproj.filters
|
2014-12-25 18:08:07 +08:00 |
lvlong
|
a4a108f766
|
fix lua binding again!!
|
2014-12-25 14:04:41 +08:00 |
youyou
|
f678d1027c
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/editor-support/cocostudio/ActionTimeline/CSLoader.cpp
|
2014-12-25 12:09:31 +08:00 |
yangxiao
|
0db70977f9
|
wrong scale order
|
2014-12-25 10:39:48 +08:00 |
yangxiao
|
510633ba72
|
wrong spelling
|
2014-12-25 10:33:49 +08:00 |
yangxiao
|
6eed142e03
|
rename _rotation_quat to _rotationQuat
|
2014-12-24 18:12:00 +08:00 |
yangxiao
|
17207673ff
|
merge cocos
|
2014-12-24 17:34:58 +08:00 |
yangxiao
|
88e0f025ef
|
make it clean
|
2014-12-24 17:18:09 +08:00 |
yangxiao
|
22ae384edf
|
Rotation representation with quaternion fix #9510
|
2014-12-24 17:07:54 +08:00 |
youyou
|
db6ffd7962
|
Merge branch 'v3' of https://github.com/2youyouo2/cocos2d-x; branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-12-24 15:59:50 +08:00 |
lvlonggame
|
805b248af3
|
modify win-project
|
2014-12-24 15:06:58 +08:00 |
yusheng.lu
|
fa5b4f8df7
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
Conflicts:
cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Shared/libcocos2d_8_1.Shared.vcxitems.filters
cocos/2d/libcocos2d_wp8.vcxproj.filters
resolve the conflicts
|
2014-12-24 13:06:38 +08:00 |
minggo
|
5d8e004b9b
|
Merge pull request #9600 from huangshiwu/v3_allocator_wp
fix allocator related compile error on wp8/8.1 and winrt
|
2014-12-24 10:54:16 +08:00 |
kaile.yin
|
942abfc654
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
|
2014-12-24 10:53:09 +08:00 |
huangshiwu
|
01eeb15a8d
|
fix allocator related compile error on wp8/8.1 and winrt
|
2014-12-24 10:45:29 +08:00 |
minggo
|
dea483b6ef
|
performance improve
|
2014-12-23 18:07:22 +08:00 |
yusheng.lu
|
d543f8f6a2
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
|
2014-12-23 16:12:50 +08:00 |
andyque
|
d8f726bc4f
|
modify widget default behavior
|
2014-12-23 15:03:31 +08:00 |
yangxiao
|
3d77c7535d
|
merge cocos
|
2014-12-23 10:35:35 +08:00 |
yusheng.lu
|
2de5ba7c2f
|
vs filters update
|
2014-12-22 19:43:14 +08:00 |
yusheng.lu
|
02b9269cff
|
completed multiplatform projects
|
2014-12-22 19:39:10 +08:00 |
yusheng.lu
|
b0bfc2906a
|
change armature codes files path
|
2014-12-22 18:26:50 +08:00 |
lvlong
|
db9f4a23fe
|
feedback commit.
|
2014-12-22 18:13:07 +08:00 |
yusheng.lu
|
6de7fae114
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
|
2014-12-22 18:00:08 +08:00 |
yusheng.lu
|
62c5df2d9d
|
armature node reader done (projs incompleted)
|
2014-12-22 17:35:39 +08:00 |
yangxiao
|
e8c7f30541
|
add quaternion
|
2014-12-22 17:23:44 +08:00 |
minggo
|
feacf75f12
|
Merge pull request #9575 from minggo/MoveTo-MoveBy-support-v3
#9555 MoveTo and MoveBy support Vec3
|
2014-12-22 15:57:12 +08:00 |
yangxiao
|
bdc12dce8b
|
add quaternion property
|
2014-12-22 15:14:18 +08:00 |
minggo
|
81de0ae687
|
Merge pull request #9566 from austinkelleher/dev
Fixing variable name lenght -> length.
|
2014-12-22 15:07:15 +08:00 |
minggo
|
20beb3b9e0
|
Merge pull request #9567 from joewan/v3-improve-perf
fix serious performance problem of Animate.
|
2014-12-22 14:57:26 +08:00 |
minggo
|
1268f73a7c
|
MoveTo and MoveBy support Vec3
|
2014-12-22 14:34:35 +08:00 |
kaile.yin
|
b924dafe83
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioActionTimelineTest/ActionTimelineTestScene.cpp
|
2014-12-22 11:14:31 +08:00 |
joewanchen
|
bb1267cd09
|
use auto&.
|
2014-12-21 14:05:34 +08:00 |
joewanchen
|
a15a4a0739
|
fix compile error.
|
2014-12-21 02:03:41 +08:00 |
joewanchen
|
3765f87651
|
fix.
|
2014-12-21 00:49:23 +08:00 |
joewanchen
|
7d6686eb7b
|
fix.
|
2014-12-21 00:42:55 +08:00 |
joewanchen
|
fc69dabca2
|
fix serious performance problem.
|
2014-12-21 00:22:23 +08:00 |
Austin Kelleher
|
d3ca364259
|
Fixing variable name lenght -> length.
|
2014-12-20 07:34:44 -05:00 |
XiaoYang
|
9102c77840
|
Merge pull request #182 from lvlonggame/v3
camera frustum update
|
2014-12-19 16:14:01 +07:00 |
WenhaiLin
|
4366fb7230
|
Fix compile error on WIN32.
|
2014-12-19 11:49:40 +08:00 |
songchengjiang
|
f5f95c5693
|
fix errors on Windows
|
2014-12-19 11:30:51 +08:00 |
lvlong
|
f6bea9b6bb
|
1.add camera culling.
2.add camera culling sample.
3.fix bug: load .obj file material.
|
2014-12-18 17:18:22 +08:00 |
minggo
|
e800b3d9ba
|
Merge pull request #9501 from joewan/v3-fix-mismatch
V3 fix uninitialized members.
|
2014-12-16 18:28:36 +08:00 |
lvlong
|
73a2a6385a
|
add frustum culling.
|
2014-12-16 16:34:35 +08:00 |
joewanchen
|
713d19c830
|
initialize _contentSizeDirty.
|
2014-12-15 19:43:54 +08:00 |
Wenhai Lin
|
4ed5872ba3
|
Fixed content size of Label is incorrect after sets empty string.
|
2014-12-15 14:36:57 +08:00 |
lite3
|
91c7127bbd
|
Merge branch 'v3' into spriteretainframe
|
2014-12-09 10:51:47 +08:00 |
lite3
|
4f4c30051e
|
retain the sprite frame
do not removed by SpriteFrameCache::removeUnusedSpriteFrames
|
2014-12-08 21:04:15 +08:00 |
kaile.yin
|
1db2bf89e0
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-12-05 14:42:25 +08:00 |
lite3
|
8df8ee36db
|
print more info
|
2014-12-04 19:18:54 +08:00 |
kaile.yin
|
9f9c4782f1
|
change file name
|
2014-12-04 18:51:32 +08:00 |
kaile.yin
|
a6653c7d8d
|
change name
|
2014-12-04 18:50:00 +08:00 |