Ray
|
8eb201797d
|
工程文件修改
|
2015-02-19 17:52:50 +08:00 |
Dale Stammen
|
76233d4c6e
|
added missing Particle3D files and tests
|
2015-02-16 10:41:03 -08:00 |
Dale Stammen
|
795f65c85f
|
added missing Particle3D files and tests
|
2015-02-16 10:01:09 -08:00 |
minggo
|
c8eaa4aeba
|
Merge pull request #10447 from super626/particle_merge
add 3d particle (Particle Universe)
|
2015-02-15 19:48:18 +08:00 |
Vladimir Perminov
|
9f5efe5153
|
Fix visual studio project out of date
Remove 3dExport.h from project.
Change location CCPlatformConfig.h and CCPlatformMacros.h from ..\base\
to ..\platform\
|
2015-02-13 11:18:14 +03:00 |
yangxiao
|
9b117bf87c
|
resolve conflict
|
2015-02-13 15:46:19 +08:00 |
Justin Fraize
|
3667cc6e1f
|
Cleaned up CCAction.cpp
*Fixed tab/space issue.
*Removed unneeded if/else block.
*Added explicit braces around if block.
|
2015-02-12 21:00:12 -08:00 |
minggo
|
87e444873f
|
Merge pull request #10268 from kompjoefriek/Fixing-warnings
Fixed some compiler warnings
|
2015-02-13 10:04:19 +08:00 |
kompjoefriek
|
a2ef1abef3
|
Fixed unwanted changes
|
2015-02-12 23:07:24 +01:00 |
zhukaixy
|
acc0476f01
|
Solve compile errors on win32 platform
|
2015-02-12 19:36:03 +08:00 |
minggo
|
afd4e94c4c
|
Merge pull request #10160 from lite3/wildpointer
fix wild pointer
|
2015-02-12 18:01:10 +08:00 |
minggo
|
7fd6b5bfe7
|
Merge pull request #10172 from sergeant-wizard/make_tmx_object_group_name_getter_const
make CCTMXObjectGroup::getGroupName const
|
2015-02-12 18:00:49 +08:00 |
minggo
|
8716164a5d
|
Merge pull request #10206 from sergeant-wizard/specify_default_capacity_for_sprite_batch_node
Specify default capacity for sprite batch node
|
2015-02-12 17:58:59 +08:00 |
yangxiao
|
58bfae2e57
|
adjust and remove unused code
|
2015-02-12 16:58:34 +08:00 |
lvlong
|
ee03bb8eea
|
setCameraMask for cocostudio-ui
|
2015-02-12 09:24:04 +08:00 |
yangxiao
|
79a0c0152a
|
add 3d particle (Particle Universe)
|
2015-02-11 18:14:22 +08:00 |
minggo
|
1e11f3b3da
|
Merge pull request #10310 from perminovVS/v3
Fix visual studio project out of date
|
2015-02-10 14:18:13 +08:00 |
Chad
|
befbc0a14e
|
FIX for Build error when CC_USE_CULLING=0 #10373
Fix for build error when using CC_USE_CULLING
|
2015-02-09 18:15:22 -08:00 |
XiaoYang
|
c9fe5251a9
|
Merge pull request #229 from lvlonggame/v3
add Camera::project
|
2015-02-04 09:38:31 +08:00 |
lvlong
|
a0c7723edb
|
add GP_ASSERT
|
2015-02-03 14:21:12 +08:00 |
lvlong
|
6d92b7adc9
|
modify Camera::project
|
2015-02-03 11:59:43 +08:00 |
lvlonggame
|
4c65332550
|
add project function to camera
|
2015-02-01 21:14:37 +08:00 |
Vladimir Perminov
|
bb2d2c9a07
|
Fix visual studio project out of date
Remove 3dExport.h from project.
Change location CCPlatformConfig.h and CCPlatformMacros.h from ..\base\
to ..\platform\
|
2015-01-30 17:37:19 +03:00 |
byeonggee.seo
|
fa683ec98b
|
MotionStreak MoveTo/MoveBy action OK
|
2015-01-29 19:30:00 +09:00 |
huangshiwu
|
cd00de572d
|
add glBindBuffer for drawnode and clippingnode to avoid crash
|
2015-01-29 18:06:20 +08:00 |
Dale Stammen
|
652baed1ee
|
increase build heap memory option to /Zm384
|
2015-01-28 20:37:39 -08:00 |
Dale Stammen
|
be8075b29c
|
increase build heap memory option to /Zm384
|
2015-01-28 20:32:32 -08:00 |
minggo
|
b233d6928e
|
Merge pull request #10238 from Dhilan007/v3-scale9sprite-fix
Fixed Scale9Sprite can't run move/scale/rotation action in physics scene
|
2015-01-28 15:16:23 +08:00 |
Nite Luo
|
be6ca1b6d2
|
add force depth write
|
2015-01-27 17:05:51 -08:00 |
Nite Luo
|
8f539a0107
|
Make PositionZ independent from global Z
|
2015-01-27 15:41:58 -08:00 |
Wenhai Lin
|
f2335fb3bc
|
Fixed Scale9Sprite can't run move/scale/rotation action in physics scene
|
2015-01-27 16:13:45 +08:00 |
minggo
|
988a2729d7
|
Merge pull request #10203 from Dhilan007/v3-bmf-performance
Improved the parsing performance of bitmap fonts
|
2015-01-26 13:46:04 +08:00 |
Ryo Miyajima
|
d1d4ec2ac6
|
fix grammar in comment
|
2015-01-26 10:56:43 +09:00 |
Ryo Miyajima
|
4985653f5b
|
specify default capacity
|
2015-01-26 10:56:38 +09:00 |
WenhaiLin
|
9afa871164
|
Improved the parsing performance of bitmap fonts
|
2015-01-24 16:23:30 +08:00 |
Huabing.Xu
|
030394bffe
|
refactor the rendering and creation of DrawNode
make LayerColor rendering safer
|
2015-01-23 18:19:03 +08:00 |
kompjoefriek
|
ca48c5e5dd
|
Fixed lots of compiler warnings
- signed / unsigned mismatches
- using int as bool
- Removed throw() from CCFrame.h, why is explained here:
http://www.gotw.ca/publications/mill22.htm
|
2015-01-23 02:02:33 +01:00 |
Ryo Miyajima
|
75847bc383
|
make CCTMXObjectGroup::getGroupName const
|
2015-01-22 16:37:51 +09:00 |
Wenhai Lin
|
5076b9f008
|
Fixed crash
|
2015-01-21 22:46:31 +08:00 |
Wenhai Lin
|
342c582124
|
Fixed label may become white/black block after resume from background on android
|
2015-01-21 21:58:18 +08:00 |
lite3
|
0923a28e4d
|
fix wild pointer
|
2015-01-21 21:01:57 +08:00 |
minggo
|
26bdd8b532
|
Merge pull request #10140 from minggo/crash-fix
check if plist file exist
|
2015-01-21 14:41:44 +08:00 |
minggo
|
097d4f3266
|
check if plist file exist
|
2015-01-21 14:36:49 +08:00 |
minggo
|
fde86c7fd2
|
Merge pull request #10127 from Dhilan007/v3-systemfont-alphafix
Fixed the alpha channel of text color of system font not take effect
|
2015-01-21 11:09:27 +08:00 |
minggo
|
9f24b9a350
|
Merge pull request #10090 from Dhilan007/v3-issue10089
Fixed lose the precision of label's dimensions
|
2015-01-21 10:51:27 +08:00 |
minggo
|
372b11422d
|
Merge pull request #10115 from dabingnn/FixCrashOnWin32
Fix crash on win32
|
2015-01-21 10:34:22 +08:00 |
minggo
|
5f37ba8096
|
Merge pull request #10095 from super626/fixnode
fix anchor point bug
|
2015-01-21 09:58:00 +08:00 |
Huabing.Xu
|
65b6500491
|
Merge branch 'v3' into FixCrashOnWin32
Conflicts:
cocos/2d/CCDrawNode.cpp
cocos/renderer/ccShaders.cpp
|
2015-01-20 18:09:11 +08:00 |
Huabing.Xu
|
79eee9b145
|
fix crash on windows
|
2015-01-20 16:50:51 +08:00 |
WenhaiLin
|
415bbeba21
|
Fixed the alpha channel of text color of system font not take effect
|
2015-01-20 16:04:14 +08:00 |
samuele3hu
|
d4db54dc64
|
issue #9537:Make parameters more sense
|
2015-01-20 15:41:59 +08:00 |
yangxiao
|
2a2330438c
|
fix anchor point bug
|
2015-01-20 14:10:11 +08:00 |
WenhaiLin
|
f2c6a48976
|
Fixed lose the precision of label's dimensions
|
2015-01-20 11:46:43 +08:00 |
Huabing.Xu
|
19bb6a0c68
|
fix opengl 502 by using glGetBooleanv
|
2015-01-16 15:21:23 +08:00 |
Nite Luo
|
9848a8133b
|
Fix Vertex Z issue
|
2015-01-15 16:41:07 -08:00 |
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 |