songchengjiang
|
1a1ccda3ed
|
repaired Action BUG
|
2014-08-25 13:58:15 +08:00 |
songchengjiang
|
e42eb950a3
|
Name modification
|
2014-08-21 11:33:00 +08:00 |
songchengjiang
|
5bad6e216b
|
Added No Normal Shader
|
2014-08-21 10:33:16 +08:00 |
songchengjiang
|
26cb5d8bae
|
Replace Tab Format
|
2014-08-20 16:43:01 +08:00 |
songchengjiang
|
3a1c0583fb
|
optimization
|
2014-08-20 16:41:45 +08:00 |
songchengjiang
|
8b5bd3dbb6
|
Repaired the errors of Shader PassValue On Android
Light modification
|
2014-08-20 16:20:22 +08:00 |
songchengjiang
|
58abc4c08f
|
Light Shader modification for Android
|
2014-08-19 19:24:19 +08:00 |
songchengjiang
|
4cf1c6a47c
|
deleted redundant code
Replace Tab Format
|
2014-08-19 16:32:49 +08:00 |
songchengjiang
|
d9bf2c2b7e
|
Finished Light And Test
|
2014-08-19 15:51:30 +08:00 |
songchengjiang
|
680f089ae1
|
Shader: Light struct modification
|
2014-08-19 13:54:30 +08:00 |
songchengjiang
|
9603366fcb
|
Fixed Android compiled Problem
|
2014-08-18 18:05:13 +08:00 |
songchengjiang
|
10afb9b9af
|
Finished Point Light
Finished Directional Light
Finished Spot Light
|
2014-08-18 17:10:07 +08:00 |
songchengjiang
|
9b3a02f350
|
Added Light Test
Added Point Light
|
2014-08-17 21:33:33 +08:00 |
songchengjiang
|
def3f8220b
|
Fixed GLProgram
|
2014-08-15 19:24:06 +08:00 |
songchengjiang
|
2b1efc59cb
|
GLProgram Added Light Shader
GLProgram Added Normal Matrix
|
2014-08-15 19:15:14 +08:00 |
songchengjiang
|
1e9c02dfa3
|
Added Light Class
|
2014-08-15 14:51:23 +08:00 |
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 |