Nite Luo
|
dbba9e36a1
|
Merge pull request #10431 from vovkasm/dev/fix-win32-resource-search-path
Fix win32 resource search path to be relative to the executable.
|
2015-02-25 20:24:07 -08:00 |
Ray
|
0f8f0322c8
|
fix ccs-res
|
2015-02-26 10:10:32 +08:00 |
Ray
|
83a7b8012c
|
3DParticle Reader and tests
|
2015-02-26 09:19:14 +08:00 |
Ray
|
ff07f62e83
|
fix CocosStudio 3DReader test resource
|
2015-02-25 15:49:04 +08:00 |
Ray
|
71f90306f7
|
update ccs-res submodule
|
2015-02-25 15:40:46 +08:00 |
Ray
|
94523b667a
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3
|
2015-02-25 14:19:37 +08:00 |
Ray
|
c66a4f28bc
|
Add CocosStudio UserCameraReader
fix Sprite3DReader Test
|
2015-02-25 14:19:08 +08:00 |
minggo
|
2f618a9e09
|
Merge pull request #10541 from lzbgt/master
fix the linker ld error when building
|
2015-02-25 11:00:49 +08:00 |
Ray
|
bd64321e30
|
fix commit
|
2015-02-23 23:57:41 +08:00 |
Ray
|
c5cc1ebaa2
|
fix test project
|
2015-02-23 16:35:46 +08:00 |
Ray
|
35e3e8d62d
|
Sprite3D Reader and tests
|
2015-02-23 00:34:30 +08:00 |
Bruce
|
95ba69c868
|
fix ld error when building
|
2015-02-22 00:08:27 +08:00 |
Bruce
|
9c2ecafeb4
|
fix ld error when building
|
2015-02-21 23:56:05 +08:00 |
Bruce
|
871489ec2d
|
fix ld error when building
|
2015-02-21 22:55:35 +08:00 |
Ray
|
80a5b201f8
|
3DNode Reader lua Test
|
2015-02-19 17:28:51 +08:00 |
Ray
|
73e40f1c4b
|
Node3DReader Test
|
2015-02-19 16:18:54 +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 |
XiaoYang
|
9e7b22f35c
|
Merge pull request #239 from samuele3hu/particle_merge
Fix the search path error
|
2015-02-15 18:38:16 +08:00 |
samuele3hu
|
9be620043f
|
Fix the search path error
|
2015-02-15 18:29:10 +08:00 |
yangxiao
|
10a8613b36
|
android properties to 10
|
2015-02-15 17:22:39 +08:00 |
samuele3hu
|
3a7cbe9d67
|
Add Particle3DTest for Lua and update related configure files
|
2015-02-15 15:56:20 +08:00 |
yangxiao
|
a9384a3250
|
add particle3dtest
|
2015-02-15 13:26:29 +08:00 |
yangxiao
|
51ae806700
|
remove unused code
|
2015-02-13 16:19:38 +08:00 |
yangxiao
|
9b117bf87c
|
resolve conflict
|
2015-02-13 15:46:19 +08:00 |
kompjoefriek
|
a2ef1abef3
|
Fixed unwanted changes
|
2015-02-12 23:07:24 +01:00 |
yangxiao
|
954fd52493
|
rename folder and fix warning
|
2015-02-12 17:54:27 +08:00 |
yangxiao
|
8f290b2d24
|
modify according to minggo
|
2015-02-12 16:09:08 +08:00 |
yangxiao
|
79a0c0152a
|
add 3d particle (Particle Universe)
|
2015-02-11 18:14:22 +08:00 |
Vladimir Timofeev
|
5688202844
|
Modify MSVC project files to build executables in subfolders and properly copy resources to that subfolders.
|
2015-02-10 16:23:34 +03:00 |
minggo
|
a65070bf00
|
Merge pull request #10380 from fusijie/cameratest
fixed Camera3dTest restart bug.
|
2015-02-10 10:43:38 +08:00 |
Nite Luo
|
ee2781e6a6
|
Merge pull request #10223 from vovkasm/cmake-msvc-fixes-core
Cmake build system fixes for MSVC (partial)
|
2015-02-04 23:18:08 -08:00 |
Jacky
|
ecefc53c0d
|
fixed Camera3dTest restart bug.
|
2015-02-05 14:16:31 +08:00 |
samuele3hu
|
4f782e2330
|
Fix z-fighting error by using setDepthTest of cc.Director
|
2015-01-30 11:03:47 +08:00 |
minggo
|
73e8026336
|
Merge pull request #10274 from darkdukey/forceDepthTest
Force depth test
|
2015-01-29 16:29:13 +08:00 |
Nite Luo
|
5532cb30b6
|
Tweak the name
|
2015-01-29 00:24:32 -08:00 |
Nite Luo
|
995b7225dd
|
Add test-case for force depth bug
|
2015-01-29 00:21:33 -08:00 |
minggo
|
18a45e36eb
|
Merge pull request #10271 from Dhilan007/v3-systemfont-win32-fix
Label:Fixed system font can't display the proper text when the text contains '&' on win32.
|
2015-01-29 13:56:11 +08:00 |
WenhaiLin
|
05db3bfd72
|
Fixed system font can't display the proper text when the text contains '&' on win32.
|
2015-01-29 11:55:49 +08:00 |
minggo
|
de3e9be2c5
|
Merge pull request #10265 from samuele3hu/v3_4_fi
Add AsyncLoadSprite3D test case and update the related lua binding
|
2015-01-29 10:16:49 +08:00 |
samuele3hu
|
80c2e0c153
|
Add AsyncLoadSprite3D test case and update the related lua binding
|
2015-01-28 21:47:52 +08:00 |
andyque
|
ac3d79a516
|
add constructor to AnimationInfo
|
2015-01-28 16:59:27 +08:00 |
andyque
|
35c436f1f3
|
fix compile error
|
2015-01-28 16:35:16 +08:00 |
Huabing.Xu
|
1f8b5796e9
|
Merge pull request #10256 from dabingnn/v3_fixCompileError
fix compile error on cpp-tests release mode
|
2015-01-28 15:51:19 +08:00 |
Huabing.Xu
|
29c4c744ac
|
fix compile error on cpp-tests release mode
|
2015-01-28 15:34:28 +08:00 |
minggo
|
34c132280e
|
Merge pull request #10244 from geron-cn/fixProjectNodeLoader
Fix project node crash in simulator and add its test-cpp
|
2015-01-28 15:30:53 +08:00 |
minggo
|
80cf4439f2
|
Merge pull request #10241 from Dhilan007/v3-scheduled-fix
Fixed may access wrong memory address in Scheduler::schedule
|
2015-01-28 15:22:40 +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 |
minggo
|
2738745614
|
Merge pull request #10248 from dabingnn/v3_fixRenderer
V3 fix renderer
|
2015-01-28 15:15:08 +08:00 |
minggo
|
f54916cf69
|
Merge pull request #10247 from samuele3hu/v3_4_fi
Add more 3D test case and adjust some binding function
|
2015-01-28 13:41:34 +08:00 |