samuele3hu
|
3a2601a1f8
|
Add lua bindings for Terrain and two test cases about it.
|
2015-04-08 10:03:50 +08:00 |
minggo
|
deaa6a19f0
|
Merge pull request #11257 from super626/terrain
Terrain
|
2015-04-07 09:32:35 +08:00 |
Ricardo Quesada
|
a782eb022d
|
fixes warnings on Xcode 6.3
instead of using `abs()` it uses `std::abs()`
|
2015-04-06 12:08:30 -07:00 |
minggo
|
0f09fd8956
|
Merge pull request #11278 from CocosRobot/update_lua_bindings_1428047459
[AUTO]: updating luabinding automatically
|
2015-04-04 07:18:39 +08:00 |
zhukaixy
|
6eb86f736c
|
add for wp8 support --ziwen.tang
|
2015-04-03 17:12:44 +08:00 |
yangxiao
|
7ea1c1ac1f
|
reset
|
2015-04-03 16:15:09 +08:00 |
CocosRobot
|
e20a747138
|
[AUTO]: updating luabinding automatically
|
2015-04-03 07:53:06 +00:00 |
tangziwen
|
0193420dfc
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into terrain
Resovle Conflicts:
cocos/2d/libcocos2d_8_1/libcocos2d_8_1/libcocos2d_8_1.Shared/libcocos2d_8_1.Shared.vcxitems.filters
|
2015-04-03 15:45:51 +08:00 |
Daiki Asahi
|
fc92acf587
|
remove interlevel argument.
|
2015-04-03 16:43:39 +09:00 |
tangziwen
|
ee41c9b3f1
|
add win rt support
|
2015-04-03 14:36:29 +08:00 |
tangziwen
|
8a7b318c1a
|
Add some helper function to detect the heightMap size,refact Terrain::Create, fix typo ,add doxygen comment
|
2015-04-03 13:49:07 +08:00 |
Huabing.Xu
|
98371e4fbb
|
Merge pull request #11267 from WenhaiLin/v3-at01
Disable MessageBox when the device does not have an accelerometer on WinRT.
|
2015-04-03 11:53:07 +08:00 |
WenhaiLin
|
fdba25cdde
|
Disable MessageBox when the device does not have an accelerometer on WinRT
|
2015-04-03 11:51:00 +08:00 |
Huabing.Xu
|
cb77d0145a
|
Merge pull request #11266 from WenhaiLin/v3-at01
Add getInScene,getDuration for TransitionScene class.
|
2015-04-03 11:50:44 +08:00 |
WenhaiLin
|
f2dc7958bf
|
Add getInScene,getDuration for TransitionScene class.
|
2015-04-03 11:49:15 +08:00 |
Huabing.Xu
|
bf31214796
|
Merge pull request #11263 from WenhaiLin/v3-menuitem-fix
MenuItem: Fixed crash if MenuItem::onExit is called multiple times.
|
2015-04-03 09:53:57 +08:00 |
tangziwen
|
e4ae88ef15
|
add new line at end of file
|
2015-04-03 09:11:09 +08:00 |
WenhaiLin
|
aaae566b7b
|
Performance: Fixed lag if Director::setContentScaleFactor is called frequently
|
2015-04-02 23:35:56 +08:00 |
WenhaiLin
|
a544eadab8
|
MenuItem: Fixed crash if MenuItem::onExit is called multiple times.
|
2015-04-02 23:27:07 +08:00 |
XiaoYang
|
63a27d14b7
|
Merge pull request #282 from lvlonggame/terrain
fix bug: about minFilter and magFilter
|
2015-04-02 17:26:35 +08:00 |
lvlong
|
60bed4f461
|
revert alpha map minFilter
|
2015-04-02 15:10:51 +08:00 |
lvlong
|
c3cc8b917c
|
fix bug: about minFilter and magFilter
|
2015-04-02 15:01:14 +08:00 |
yangxiao
|
827231f5c9
|
add to cocos2d
|
2015-04-02 14:29:02 +08:00 |
yangxiao
|
1b63e5168a
|
add to linux
|
2015-04-02 14:21:51 +08:00 |
yangxiao
|
9aabbabe6e
|
reset
|
2015-04-02 14:20:36 +08:00 |
yangxiao
|
9e115073a1
|
fix warning
|
2015-04-02 14:04:31 +08:00 |
XiaoYang
|
984babc9c9
|
Merge pull request #281 from tangziwen/terrain
update terrain
|
2015-04-02 10:19:11 +08:00 |
CocosRobot
|
dfc2390659
|
[AUTO]: updating luabinding automatically
|
2015-04-02 01:51:14 +00:00 |
minggo
|
6cf344ded6
|
Merge pull request #10827 from mogemimi/remove-useless-cast-and-cleanup
Remove useless (char*) casts in CCTMXXMLParser.cpp
|
2015-04-02 09:45:22 +08:00 |
minggo
|
e7a6c7eada
|
Merge pull request #11245 from CocosRobot/update_lua_bindings_1427857074
[AUTO]: updating luabinding automatically
|
2015-04-02 09:39:36 +08:00 |
minggo
|
332ce1a8f3
|
Merge pull request #11249 from super626/v3
Release note for texturecube skybox and animtion quality
|
2015-04-02 09:39:16 +08:00 |
minggo
|
199fb2b694
|
Merge pull request #11250 from super626/texturecube
Texturecube Modify
|
2015-04-02 09:38:26 +08:00 |
lvlong
|
1da7ef121e
|
_aabbDirty = true
|
2015-04-02 09:33:48 +08:00 |
tangziwen
|
6cd1077cb0
|
update terrain
|
2015-04-01 18:24:05 +08:00 |
yangxiao
|
2cc9814702
|
modify
|
2015-04-01 17:58:41 +08:00 |
yangxiao
|
4b7ae430a8
|
Merge branch 'texturecube' of https://github.com/super626/cocos2d-x into texturecube
|
2015-04-01 17:37:55 +08:00 |
yangxiao
|
9540fd590f
|
modify skybox
|
2015-04-01 17:34:57 +08:00 |
yangxiao
|
591fff4046
|
release note for texturecube skybox and animtion quality
|
2015-04-01 16:40:40 +08:00 |
CocosRobot
|
17a80b0c54
|
[AUTO]: updating luabinding automatically
|
2015-04-01 02:59:47 +00:00 |
lvlong
|
72722ba5b0
|
fix aabbDirty bug.
|
2015-04-01 10:57:19 +08:00 |
minggo
|
02e8a08de7
|
Merge pull request #11241 from tangziwen/v3_doc
update 3d doc
|
2015-04-01 10:52:35 +08:00 |
minggo
|
eefd06415b
|
Merge pull request #11229 from xiaofeng11/v3
Add destroyCocosStudio()
|
2015-04-01 10:49:49 +08:00 |
tangziwen
|
3247acc0c1
|
ignore some method ,fix typo
|
2015-04-01 10:23:53 +08:00 |
tangziwen
|
8cde333d36
|
update 3d doc
|
2015-04-01 09:47:09 +08:00 |
minggo
|
7b2fcb5287
|
Merge pull request #11237 from perminovVS/v3-dev-rename-file-win32
Win32 correct rename file
|
2015-04-01 09:35:18 +08:00 |
pipu
|
bc7d8f0a09
|
Add method destroyCocosStudio() for CocoStudio
|
2015-03-31 19:55:56 +08:00 |
Vladimir Perminov
|
b7279524d6
|
Win32 correct rename file
Old version, check GetLastError even if all ok, but LastError can be set
other code.
Write log info.
|
2015-03-31 13:52:40 +03:00 |
CocosRobot
|
46f32142c7
|
[AUTO]: updating luabinding automatically
|
2015-03-31 10:26:49 +00:00 |
minggo
|
cb0c9ad6ee
|
Merge pull request #11233 from super626/texturecube
Bug fix: ios devices crash on release mode
|
2015-03-31 18:21:22 +08:00 |
minggo
|
c1cd041912
|
Merge pull request #11221 from super626/v3
3d animation quality control
|
2015-03-31 17:23:58 +08:00 |