Huabing.Xu
|
73b201b702
|
roll back, VBO_SIZE to 65536, INDEX_VBO_SIZE to 65536 * 1.5
|
2014-09-05 16:01:17 +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 |
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 |
Huabing.Xu
|
528f4b5c0c
|
fix TextureAtlas drawNumberofQuads bug
|
2014-08-29 10:06:44 +08:00 |
Huabing.Xu
|
08006aa47a
|
Merge branch 'v3' into v3_trianglesCommand
|
2014-08-28 10:56:38 +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 |
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 |
Huabing.Xu
|
c627affa5e
|
add triangles command, make quad command inherit from triangles command
|
2014-08-27 18:39:49 +08:00 |
Huabing.Xu
|
91e332c253
|
dynamic update index for quad command
|
2014-08-27 16:43:14 +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 |
minggo
|
b9c51e6994
|
remove unneeded codes
|
2014-08-26 18:19:28 +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 |
yangxiao
|
bd4aec4bcd
|
support multi-attribs
|
2014-08-20 18:20:19 +08:00 |
lvlong
|
43bc54b134
|
delete empty line
|
2014-08-18 20:28:59 +08:00 |
lvlong
|
7311d5139b
|
add VERTEX_ATTRIB_TEX_COORD1
|
2014-08-18 18:02:58 +08:00 |
Huabing.Xu
|
5e7b75c5c7
|
fix android background and foreground crash for primitive
|
2014-08-15 14:05:17 +08:00 |
yangxiao
|
6ce3b5c20a
|
add mirror test
|
2014-08-13 17:38:16 +08:00 |
Huabing.Xu
|
6cf2e7d091
|
add CC_DLL for primitive classes
|
2014-08-12 11:56:21 +08:00 |
Huabing.Xu
|
1145859d38
|
remove commented codes
|
2014-08-12 11:44:06 +08:00 |
Huabing.Xu
|
c1a71453d5
|
Merge branch 'v3_renderPrimitive' into v3
|
2014-08-11 14:39:16 +08:00 |
Huabing.Xu
|
be4bcf7c36
|
add init value for flag
|
2014-08-08 13:47:50 +08:00 |
Huabing.Xu
|
e7e94ffe70
|
add const constrain for getVertexData() and getIndexData()
|
2014-08-07 17:59:36 +08:00 |
Huabing.Xu
|
274140fbf8
|
linux work now
|
2014-08-07 02:35:04 -07:00 |
Huabing.Xu
|
9891f438ba
|
change copyright
|
2014-08-07 15:53:20 +08:00 |
Huabing.Xu
|
ba2ae6826c
|
Merge branch 'v3_migrateFastTMX' into v3_renderPrimitive
|
2014-08-07 15:36:41 +08:00 |
Huabing.Xu
|
9978065d00
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3_renderPrimitive
|
2014-08-07 15:13:47 +08:00 |
Huabing.Xu
|
16842b4a69
|
android work now, add shadowBuffer to recreate VBO
|
2014-08-07 14:15:49 +08:00 |
martell
|
75911658aa
|
Make CMake More Robust
|
2014-08-06 15:43:19 +01:00 |
Huabing.Xu
|
64c2ede765
|
IOS work now
reset binding buffer to 0 after drawing
|
2014-08-06 15:46:35 +08:00 |
Huabing.Xu
|
b1954ef516
|
clean up primitive code
|
2014-08-05 17:49:35 +08:00 |
Huabing.Xu
|
01b69c9e4f
|
Merge branch 'v3' into v3_migrateFastTMX
|
2014-08-05 17:30:11 +08:00 |
Huabing.Xu
|
7fbd81aeca
|
add NORMAL, BLEND_WEIGHT, BLEND_INDEX flag to be correspondent to GLProgram::VertexAttrib
|
2014-08-05 15:15:17 +08:00 |