Dale Stammen
|
20246d648b
|
check for PixelFormat::DEFAULT
|
2014-10-14 14:21:02 -07:00 |
Dale Stammen
|
c28e2c66c5
|
precompiled shaders for WP8 only
|
2014-10-14 14:20:32 -07:00 |
yangxiao
|
d81e4d7a92
|
fix light uniform array errors, and using shader without light by default fix #8612
|
2014-10-13 15:17:22 +08:00 |
Huabing.Xu
|
e69465e428
|
remove texture unit 4-7, only 0 -3 is reserved
|
2014-10-10 14:06:37 +08:00 |
Huabing.Xu
|
f097c76e46
|
fix compile error for macro redefinition
|
2014-10-10 14:05:57 +08:00 |
martell
|
30240a8a37
|
Multi platform cmake support
Signed-off-by: martell <martellmalone@gmail.com>
|
2014-10-03 23:21:45 +01:00 |
Ricardo Quesada
|
342d934a0e
|
scheduler and macro fixes
* kRepeatForever -> CC_REPEAT_FOREVER
* schedule_selector -> CC_SCHEDULE_SELECTOR
* [new] Node::schedule(const std::function<>& callback, const std::string &key)
Updates all smaples
|
2014-10-03 09:38:36 -07:00 |
yangxiao
|
dbf564208b
|
move light from 3d to base
|
2014-09-28 16:02:12 +08:00 |
yangxiao
|
c335df1071
|
fix normal flag check error
|
2014-09-26 16:46:15 +08:00 |
yangxiao
|
11a7bf8697
|
ligthmask to unsigned int
|
2014-09-26 15:52:04 +08:00 |
yangxiao
|
db2ff49f26
|
adjust according to minggo
|
2014-09-26 14:13:26 +08:00 |
yangxiao
|
ca9eb3d203
|
support ambient light without normal & optimaze code
|
2014-09-25 18:32:33 +08:00 |
yangxiao
|
2317720fd2
|
move uniformnames to cpp
|
2014-09-25 16:18:55 +08:00 |
yangxiao
|
567c632d98
|
config max support light number in shader
|
2014-09-25 15:29:32 +08:00 |
yangxiao
|
56313aa895
|
merge cocos
|
2014-09-25 11:05:02 +08:00 |
songchengjiang
|
d956148a94
|
Tab Format
|
2014-09-23 17:19:27 +08:00 |
songchengjiang
|
b51dc584d5
|
Light optimization
|
2014-09-23 17:08:28 +08:00 |
songchengjiang
|
216c40fe9e
|
Modified Light Shader
|
2014-09-22 18:08:58 +08:00 |
songchengjiang
|
f052e45c04
|
Move Light Uniforms into Meshcommand
|
2014-09-19 10:54:07 +08:00 |
songchengjiang
|
b9ceccda74
|
Format
|
2014-09-18 18:07:20 +08:00 |
songchengjiang
|
3c67515378
|
Finished light reconstruction
|
2014-09-18 16:38:35 +08:00 |
yangxiao
|
720264fb98
|
add comment
|
2014-09-18 12:04:42 +08:00 |
yangxiao
|
25091ca849
|
add transparent flag to render command
|
2014-09-18 12:00:44 +08:00 |
yangxiao
|
8c77130ae0
|
refactor light compile
|
2014-09-17 18:58:35 +08:00 |
yangxiao
|
584284c847
|
merge cocos and rename lighttest
|
2014-09-17 14:26:57 +08:00 |
Huabing.Xu
|
34e3e23af5
|
Fix compile error
|
2014-09-17 10:35:42 +08:00 |
Huabing.Xu
|
f702b4e9b3
|
add draw calls and draw verts for PrimitiveCommand
|
2014-09-16 12:04:35 +08:00 |
minggo
|
34a015895d
|
Merge pull request #8020 from dabingnn/v3_MaterialIDBug
fix bug for MeshCommand materialID generation
|
2014-09-12 17:15:49 +08:00 |
Huabing.Xu
|
1571367042
|
fix bug for MeshCommand materialID generation
|
2014-09-12 15:43:10 +08:00 |
yangxiao
|
df9ab144fe
|
light work
|
2014-09-11 15:46:32 +08:00 |
yangxiao
|
3cfc36591c
|
merge cocos
|
2014-09-11 10:13:57 +08:00 |
yangxiao
|
a980a2efa4
|
merge cocos
|
2014-09-10 10:28:59 +08:00 |
Ricardo Quesada
|
6f3ca63f00
|
Moved base/CCPlatform* -> platform/CCPlatform*
|
2014-09-09 17:17:07 -07:00 |
Ricardo Quesada
|
9082ca18c3
|
Platform fixed
|
2014-09-09 16:50:02 -07:00 |
yangxiao
|
cf9094207a
|
merge cocos
|
2014-09-09 16:00:55 +08:00 |
Huabing.Xu
|
73b201b702
|
roll back, VBO_SIZE to 65536, INDEX_VBO_SIZE to 65536 * 1.5
|
2014-09-05 16:01:17 +08:00 |
yangxiao
|
730ab846c3
|
code adjustment
|
2014-09-05 14:59:14 +08:00 |
yangxiao
|
8da7a4b2de
|
merge cocos reslove conflict
|
2014-09-04 17:40:14 +08:00 |
Huabing.Xu
|
4ae2d6fc90
|
Merge branch 'v3' into v3_trianglesCommand
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
|
2014-09-04 11:27:12 +08:00 |
Huabing.Xu
|
6f03e97a6d
|
add trianglesCommand head file to cocos2d
remove invoking of base class constructor
|
2014-09-04 11:20:43 +08:00 |
yangxiao
|
bb90fe48ef
|
merge cocos
|
2014-09-03 16:54:17 +08:00 |
songchengjiang
|
045af3f7a3
|
Merge branch 'billboard' of https://github.com/super626/cocos2d-x into billboard
|
2014-09-02 11:24:38 +08:00 |
songchengjiang
|
18d06015c6
|
Added More Models
Code optimization
|
2014-09-02 11:24:19 +08:00 |
yangxiao
|
de80d8c344
|
fix warning
|
2014-09-02 11:22:01 +08:00 |
yangxiao
|
39e33cbf71
|
Merge branch 'billboard' of https://github.com/super626/cocos2d-x into billboard
|
2014-09-02 11:12:24 +08:00 |
yangxiao
|
de3921c101
|
fix render stats bug
|
2014-09-02 11:12:15 +08:00 |
Huabing.Xu
|
57dd8fd4e1
|
remove commented code
|
2014-09-01 15:19:02 +08:00 |
yangxiao
|
c24701ac79
|
Merge branch 'newcode' into v3
|
2014-09-01 15:11:27 +08:00 |
Huabing.Xu
|
dad62ad6df
|
Merge branch 'v3' into v3_trianglesCommand
Conflicts:
cocos/renderer/CCQuadCommand.h
|
2014-09-01 14:27:19 +08:00 |
Huabing.Xu
|
06eb6c2425
|
put TrianglesCommand in a seperate file
|
2014-09-01 11:49:04 +08:00 |
yangxiao
|
49e6b098a6
|
check running scene when checkVisibility
|
2014-09-01 09:56:05 +08:00 |
Ricardo Quesada
|
2c068cd1f5
|
Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme
Adds MARK: TODO: FIXME: in code
|
2014-08-29 12:55:14 -07:00 |
Ricardo Quesada
|
c149bfca00
|
Adds MARK: TODO: FIXME: in code
Replaces XXX with FIXME:
Xcode 6 beta 4 supports this new format
|
2014-08-29 12:54:24 -07:00 |
minggo
|
826e1018cb
|
fix conflict
|
2014-08-29 16:55:09 +08:00 |
Huabing.Xu
|
8e51377f2d
|
fix primitive draw error
|
2014-08-29 16:00:04 +08:00 |
minggo
|
3679d66c8e
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
songchengjiang
|
701d70fb6c
|
Merge branch 'billboard' of https://github.com/super626/cocos2d-x into billboard
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
|
2014-08-29 10:58:04 +08:00 |
yangxiao
|
18a0f34c5c
|
Merge branch 'newcode' into billboard
|
2014-08-29 10:12:00 +08:00 |
Huabing.Xu
|
528f4b5c0c
|
fix TextureAtlas drawNumberofQuads bug
|
2014-08-29 10:06:44 +08:00 |
songchengjiang
|
e6f055f3fd
|
calculated Z in View
Transparent Render
|
2014-08-28 19:22:01 +08:00 |
yangxiao
|
c5a152708d
|
clear transparent queue
|
2014-08-28 13:35:32 +08:00 |
yangxiao
|
fdcef01244
|
remove v_normal when no lights
|
2014-08-28 13:04:49 +08:00 |
Huabing.Xu
|
08006aa47a
|
Merge branch 'v3' into v3_trianglesCommand
|
2014-08-28 10:56:38 +08:00 |
yangxiao
|
52b2b1d2cb
|
transparent render queue
|
2014-08-28 10:53:57 +08:00 |
songchengjiang
|
014ba0d12e
|
Merge branch 'light' of https://github.com/super626/cocos2d-x into light_new
|
2014-08-28 10:17:32 +08:00 |
songchengjiang
|
5067741140
|
Deleted Plane Model
|
2014-08-28 10:16:15 +08:00 |
Huabing.Xu
|
bdf92cfbd4
|
Renderer Only knows about Triangles Command, every command inherit from Triangles Command can be batched
|
2014-08-28 09:58:39 +08:00 |
yangxiao
|
d0943afb62
|
Merge branch 'light' of https://github.com/super626/cocos2d-x into light
|
2014-08-28 09:24:04 +08:00 |
yangxiao
|
74f98b36d6
|
merge cocos
|
2014-08-28 09:22:57 +08:00 |
Ricardo Quesada
|
3dda35b4ef
|
Adds `std::nothrow` to `new`
Since cocos2d-x doesn't support exceptions, it is important to add
`std::nothrow` to all the `new` statements
|
2014-08-27 16:31:57 -07:00 |
songchengjiang
|
365c57bc2b
|
replaced Light Shader by optimized Light Shader
|
2014-08-27 23:40:49 +08:00 |
songchengjiang
|
26dc7de802
|
Repaired Light Shader BUG On ios
|
2014-08-27 21:03:52 +08:00 |
songchengjiang
|
72773a806c
|
decompose Light Struct
|
2014-08-27 19:12:49 +08:00 |
Huabing.Xu
|
c627affa5e
|
add triangles command, make quad command inherit from triangles command
|
2014-08-27 18:39:49 +08:00 |
yangxiao
|
a71f42c817
|
add transparent queue
|
2014-08-27 17:53:46 +08:00 |
songchengjiang
|
731d1165c3
|
Spot Light Shader optimization
|
2014-08-27 17:09:20 +08:00 |
Huabing.Xu
|
91e332c253
|
dynamic update index for quad command
|
2014-08-27 16:43:14 +08:00 |
songchengjiang
|
682bcf9755
|
Tab Format
|
2014-08-27 16:28:53 +08:00 |
songchengjiang
|
53ad652463
|
Light Shader optimization
|
2014-08-27 16:26:01 +08:00 |
Huabing.Xu
|
c4ecff9804
|
temp backup
|
2014-08-27 14:54:35 +08:00 |
minggo
|
04bfbdd5a1
|
fix conflict
|
2014-08-27 13:50:01 +08:00 |
yangxiao
|
26f7345693
|
2d cull only for default camera
|
2014-08-27 12:09:23 +08:00 |
yangxiao
|
c5515874d5
|
merge cocos
|
2014-08-27 11:00:14 +08:00 |
minggo
|
b9c51e6994
|
remove unneeded codes
|
2014-08-26 18:19:28 +08:00 |
yangxiao
|
65b0cca132
|
Merge branch 'light' of https://github.com/super626/cocos2d-x into light
|
2014-08-26 14:37:56 +08:00 |
songchengjiang
|
3369bb7e51
|
Replaced Tab Format
|
2014-08-26 14:25:01 +08:00 |
songchengjiang
|
cf964d62de
|
Light Shader optimization
|
2014-08-26 14:18:22 +08:00 |
yangxiao
|
03390a4f46
|
merge cocos
|
2014-08-26 14:05:59 +08:00 |
songchengjiang
|
1a1ccda3ed
|
repaired Action BUG
|
2014-08-25 13:58:15 +08:00 |
minggo
|
e7050486d3
|
fix conflict
|
2014-08-24 18:56:51 +08:00 |
minggo
|
030f80a257
|
one static library for c++ and another one for lua-binding
|
2014-08-24 03:52:51 -07:00 |
minggo
|
0701fe1dfb
|
Merge pull request #7853 from super626/v3
Better reskin model support
|
2014-08-22 19:18:47 +08:00 |
yangxiao
|
1db3d14896
|
reset bone number to 60, put test in alphabetical order
|
2014-08-22 16:06:36 +08:00 |
yangxiao
|
6ff2aa2755
|
change skin joint count to 40
|
2014-08-22 15:00:34 +08:00 |
lvlong
|
d00bcbccb0
|
add texture coord2-7
|
2014-08-21 18:14:24 +08:00 |
minggo
|
2afbc7a698
|
fix warnings
|
2014-08-21 16:21:23 +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 |
yangxiao
|
bd4aec4bcd
|
support multi-attribs
|
2014-08-20 18:20:19 +08:00 |
songchengjiang
|
8b5bd3dbb6
|
Repaired the errors of Shader PassValue On Android
Light modification
|
2014-08-20 16:20:22 +08:00 |