songchengjiang
|
7ed40a8051
|
Added Light
|
2014-08-15 10:32:07 +08:00 |
minggo
|
b3ceddcf8b
|
Merge pull request #7786 from samuele3hu/v3_3_module
Make lua-template-default support all modules
|
2014-08-14 21:43:58 +08:00 |
samuele3hu
|
1976b66ab8
|
Make lua-template-default support all modules
|
2014-08-14 21:27:02 +08:00 |
minggo
|
226ef019db
|
Merge pull request #7783 from CocosRobot/update_cocosfiles_1408012564
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-08-14 18:44:26 +08:00 |
CocosRobot
|
2d4f23d9e8
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-08-14 10:36:05 +00:00 |
minggo
|
3f2fccb999
|
Merge pull request #7771 from samuele3hu/v3_3_module
Adjust lua_debugger.h/c to lua runtime template and adjust related project configure
|
2014-08-14 18:33:53 +08:00 |
minggo
|
1643c29a00
|
Merge pull request #7782 from liang8305/v3
mLastTickInNanoSeconds is the renderStart
|
2014-08-14 18:11:41 +08:00 |
胖梁
|
3619fb943a
|
mLastTickInNanoSeconds is the renderStart
because:
this.mLastTickInNanoSeconds = renderEnd - renderInterval;
renderInterval = renderEnd - renderStart
so:
this.mLastTickInNanoSeconds = renderEnd - ( renderEnd - renderStart );
so:
this.mLastTickInNanoSeconds = renderStart ;
so:
no need nanoTime() twice
|
2014-08-14 17:07:04 +08:00 |
samuele3hu
|
02da839798
|
Make lua-template-default support all modules
|
2014-08-14 16:54:33 +08:00 |
minggo
|
e6aafa0de2
|
Merge pull request #7781 from natural-law/v3
Update the reference of submodule cocos2d-console.
|
2014-08-14 15:29:20 +08:00 |
zhangbin
|
77c7ed9896
|
Update the reference of submodule cocos2d-console.
|
2014-08-14 15:13:43 +08:00 |
minggo
|
c0f70b4e17
|
Merge pull request #7763 from super626/v3_merge
add camera mask check to visit
|
2014-08-14 15:04:34 +08:00 |
yangxiao
|
d8eb1b26ef
|
format code
|
2014-08-14 14:15:16 +08:00 |
yangxiao
|
561945d6cd
|
format code
|
2014-08-14 14:14:25 +08:00 |
yangxiao
|
42e7e3bbe8
|
format code
|
2014-08-14 14:11:00 +08:00 |
yangxiao
|
1942a27a5c
|
Merge branch 'newcode' into v3_merge
|
2014-08-14 13:55:57 +08:00 |
minggo
|
ae11f24cc8
|
Merge pull request #7779 from dabingnn/v3_fixSkinnedOutline
V3 fix skinned outline
|
2014-08-14 11:26:35 +08:00 |
samuele3hu
|
85ad4241a0
|
Modify Xcode project setting
|
2014-08-14 11:10:52 +08:00 |
Huabing.Xu
|
a9a403013c
|
fix skinned outline effect
|
2014-08-14 10:44:03 +08:00 |
minggo
|
4056333560
|
Merge pull request #7778 from CocosRobot/update_lua_bindings_1407983300
[AUTO]: updating luabinding automatically
|
2014-08-14 10:38:36 +08:00 |
minggo
|
888da8eee8
|
Merge pull request #7776 from CocosRobot/update_lua_bindings_1407982527
[AUTO]: updating luabinding automatically
|
2014-08-14 10:38:21 +08:00 |
CocosRobot
|
e2857097d6
|
[AUTO]: updating luabinding automatically
|
2014-08-14 02:30:08 +00:00 |
yangxiao
|
f6da3b76b5
|
use renderer passed instead of get from global
|
2014-08-14 10:29:17 +08:00 |
yangxiao
|
032ba062a9
|
rename isVisibleByVisitingCamera to isVisitableByVisitingCamera
|
2014-08-14 10:26:37 +08:00 |
CocosRobot
|
6467dcaa57
|
[AUTO]: updating luabinding automatically
|
2014-08-14 02:17:25 +00:00 |
minggo
|
186fd78729
|
[ci skip]
|
2014-08-14 10:06:32 +08:00 |
Huabing.Xu
|
5d49afec0e
|
fix ios running error
|
2014-08-14 10:04:01 +08:00 |
minggo
|
f9e6dab507
|
Merge pull request #7770 from Dhilan007/v3-label-issue
close issue#5734:Label:The letters sometimes slightly cut.
|
2014-08-14 10:04:00 +08:00 |
yangxiao
|
4629d257e1
|
rename checkCameraMask to isVisibleByVisitingCamera
|
2014-08-14 09:58:11 +08:00 |
minggo
|
3ab8bed741
|
Merge pull request #7745 from samuele3hu/v3_module
Modify cpp-template-default project configure
|
2014-08-14 09:46:37 +08:00 |
minggo
|
a88504b153
|
Merge pull request #7756 from andyque/fixTestCase
fix custom particle tests position
|
2014-08-14 09:44:16 +08:00 |
minggo
|
e468beea86
|
Merge pull request #7760 from dabingnn/v3_addCallBackForRenderTexture
add comment for the limit of RenderTextue::saveToFile
|
2014-08-14 09:43:54 +08:00 |
minggo
|
a6c75c0eb6
|
Merge pull request #7767 from super626/v3_merge2
reset camera position in initDefault, Fix some tile map can not show bug
|
2014-08-14 09:43:40 +08:00 |
minggo
|
d76724b6aa
|
Merge pull request #7773 from CocosRobot/update_lua_bindings_1407980273
[AUTO]: updating luabinding automatically
|
2014-08-14 09:43:08 +08:00 |
minggo
|
55e9487dbd
|
[ci skip]
|
2014-08-14 09:42:59 +08:00 |
CocosRobot
|
7a99220aad
|
[AUTO]: updating luabinding automatically
|
2014-08-14 01:39:44 +00:00 |
minggo
|
0b86e129b0
|
Merge pull request #7762 from andyque/addAlignmentToUILabel
add UITextField color & place hold color, fix double delete bug
|
2014-08-14 09:38:57 +08:00 |
minggo
|
c809c8806a
|
[ci skip]
|
2014-08-14 09:36:29 +08:00 |
minggo
|
f1ae73bf30
|
Merge pull request #7766 from samuele3hu/v3_3_fix
Add release_print lua binding
|
2014-08-14 09:35:16 +08:00 |
minggo
|
91d5f69584
|
Merge pull request #7768 from andyque/addDisableStateToControl
add missing safe guard in checkbox callback
|
2014-08-14 09:34:55 +08:00 |
minggo
|
b2dad11f7c
|
[ci skip]
|
2014-08-14 09:33:32 +08:00 |
minggo
|
234f100187
|
Merge pull request #7769 from super626/mirrortest
add mirror test
|
2014-08-14 09:31:57 +08:00 |
minggo
|
7d2ca95988
|
Merge pull request #7749 from zawasp/virtual_pause_resume
virtual Node::pause() / Node::resume()
|
2014-08-14 09:31:10 +08:00 |
minggo
|
1e027ad7d4
|
Merge pull request #7772 from CocosRobot/update_cocosfiles_1407979781
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-08-14 09:30:31 +08:00 |
CocosRobot
|
6510d74ff7
|
[AUTO][ci skip]: updating cocos2dx_files.json
|
2014-08-14 01:29:42 +00:00 |
minggo
|
8128335d7f
|
Merge pull request #7765 from CocosRobot/update_lua_bindings_1407912033
[AUTO]: updating luabinding automatically
|
2014-08-14 09:28:08 +08:00 |
yangxiao
|
7bfd636b16
|
reset default camera rotation
|
2014-08-14 09:06:06 +08:00 |
samuele3hu
|
032f5ea781
|
Adjust lua_debugger.h/c to lua runtime template and adjust related project configure
|
2014-08-14 00:06:28 +08:00 |
Dhilan007
|
ff147b6cf8
|
close issue#5734:Label:The letters sometimes slightly cut.
|
2014-08-13 18:40:35 +08:00 |
yangxiao
|
6ce3b5c20a
|
add mirror test
|
2014-08-13 17:38:16 +08:00 |