samuele3hu
|
17b1dee363
|
Merge branch 'fix_spritepolygon2' of https://github.com/Wu-Hao/cocos2d-x into v3_update_spritepolygon
|
2015-06-11 14:39:35 +08:00 |
samuele3hu
|
1b20e463d8
|
Update the Lua binding about the Polygon and update the test case.
|
2015-06-11 14:38:38 +08:00 |
Jacky
|
a32fec8471
|
change clipper version to 6.1.3.
|
2015-06-11 10:45:37 +08:00 |
Jacky
|
4b5bcc06a1
|
remove draw points and add expand precision.
|
2015-06-10 18:54:53 +08:00 |
Jacky
|
b41c60dbdb
|
Merge remote-tracking branch 'origin/v3' into fix_spritepolygon2
# Conflicts:
# external/config.json
|
2015-06-10 10:23:43 +08:00 |
Jacky
|
88b3fc3c7e
|
fix memory leakage about operation=
|
2015-06-09 18:45:55 +08:00 |
Jacky
|
d8369dda94
|
fix on the wp8 universal.
|
2015-06-09 16:00:51 +08:00 |
Jacky
|
74aed5ae85
|
fix on the android.
|
2015-06-09 13:47:29 +08:00 |
Jacky
|
562d4b9a78
|
fix on the windows.
|
2015-06-09 11:23:37 +08:00 |
Dale Stammen
|
a2b677d300
|
Merge branch 'v3' into v3-winrt-ogg
|
2015-06-08 08:22:46 -07:00 |
子龙山人
|
54e23f15e6
|
Merge pull request #12179 from WenhaiLin/v3-37-physics-ap
Node:Fixed the anchor point can only be Vec2::ANCHOR_MIDDLE after setting physics body.
|
2015-06-08 16:12:56 +08:00 |
WuHao
|
a67e570ef7
|
deleted more leftover comments, placed polygon test further down the tests
|
2015-06-08 15:40:18 +08:00 |
WuHao
|
e175815c70
|
deleted some leftover comments in sprite
|
2015-06-08 15:17:46 +08:00 |
WuHao
|
2650de030c
|
modified tests to show current epsilon
|
2015-06-08 15:08:16 +08:00 |
子龙山人
|
03892caed5
|
Merge pull request #12206 from super626/fixphysics3d2
3D Physics: remove addChildToPhysics
|
2015-06-08 14:13:38 +08:00 |
WuHao
|
a555b2fb52
|
added documentation for auto polygon
|
2015-06-08 13:59:44 +08:00 |
WuHao
|
0808b6aff9
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into fix_spritepolygon
Conflicts:
cocos/2d/MarchingSquare.cpp
|
2015-06-08 13:59:26 +08:00 |
Jacky
|
3e62dd0473
|
remove unused file and code.
|
2015-06-06 13:31:25 +08:00 |
Dale Stammen
|
47b5085ade
|
Merge branch 'v3' into v3-winrt-ogg
|
2015-06-05 05:36:15 -07:00 |
子龙山人
|
c5c96042ef
|
Merge pull request #12181 from namezero111111/patch-5
TintBy::clone() incorrect cast
|
2015-06-05 15:27:43 +08:00 |
yangxiao
|
761944f507
|
remove addChildToPhysicsWorld for 3d object
|
2015-06-05 13:54:09 +08:00 |
Dale Stammen
|
3f3ace05a7
|
added ogg support for Windows 10 UWP
|
2015-06-04 14:42:11 -07:00 |
Jacky
|
afa422d898
|
fixed copy constructor and operation = bug.
|
2015-06-04 18:27:58 +08:00 |
WuHao
|
5b572ab803
|
Polyinfo is no longer a pointer
|
2015-06-04 16:20:00 +08:00 |
Namezero
|
19f95c5542
|
TintBy::clone() incorrect cast
TintBy::clone() incorrectly casts the GLshort members to GLubyte, resulting in an object that isn't a clone and an incorrect tint.
|
2015-06-04 10:13:34 +02:00 |
pandamicro
|
2c168130ed
|
Fix jsbinding calls for CCComponent
|
2015-06-04 15:59:05 +08:00 |
pandamicro
|
86d372222c
|
Merge branch 'v2_addOnEnterAndOnExitToCCNode' of https://github.com/chengstory/cocos2d-x into compJSB
|
2015-06-04 15:54:58 +08:00 |
WuHao
|
0a51c9bd27
|
Finished AutoPolygon and Sprite
|
2015-06-04 15:43:31 +08:00 |
WenhaiLin
|
bd718bb85f
|
Node:Fixed the anchor point can only be Vec2::ANCHOR_MIDDLE after setting physics body.
|
2015-06-04 14:57:37 +08:00 |
zhangcheng
|
6a53cfdc76
|
1, modify space format.
|
2015-06-04 14:08:47 +08:00 |
zhangcheng
|
8d3d3a0348
|
1, Add onAdd and onRemove function to replace onEnter and onCancel used in onAdd and onRemove of ComponentContainer.
|
2015-06-04 14:06:31 +08:00 |
anniruddh.koppal
|
84fad34daf
|
Added ogg support to audio engine. Fixed issues #150 and #151
|
2015-06-03 20:57:14 -07:00 |
子龙山人
|
831ca47b13
|
Merge pull request #12158 from WenhaiLin/v3-letter-space
Label:Fixed letter spacing may be wrong.
|
2015-06-04 10:51:25 +08:00 |
zhangcheng
|
55995ece1a
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v2_addOnEnterAndOnExitToCCNode
|
2015-06-04 10:38:39 +08:00 |
子龙山人
|
95934bf310
|
Merge pull request #12168 from MSOpenTech/v3-winrt-js-fix
V3: Fixes for Windows 8.1 Universal App JavaScript
|
2015-06-04 09:22:21 +08:00 |
Dale Stammen
|
18ce48dc2a
|
/NODEFAULTLIB:MSVCRT to fix linker warning
|
2015-06-03 09:26:15 -07:00 |
WenhaiLin
|
ffa7dc6b5a
|
Label:Fixed letter spacing may be wrong.
|
2015-06-03 16:28:44 +08:00 |
zhangcheng
|
a51a32fa9d
|
1, add onEnter and onExit of components to CCNode's onEnter and onExit function.
|
2015-06-03 15:10:48 +08:00 |
Ricardo Quesada
|
5f6f38616a
|
Merge remote-tracking branch 'cocos2d/v3' into material_custom_uniforms
|
2015-06-02 17:05:05 -07:00 |
Ricardo Quesada
|
87a3a1844a
|
Adds support for Autobindings in Shader
...part of Material
|
2015-06-02 16:56:59 -07:00 |
WuHao
|
3c5326ba1f
|
removed spritePolygon, merge into sprite and draft of AutoPolygon
|
2015-06-02 10:10:09 +08:00 |
Dale Stammen
|
e0c65c203a
|
Merge branch 'v3' into v3-uwp
|
2015-05-29 08:09:05 -07:00 |
WuHao
|
3d62805d04
|
Merge branch 'v3' into fix_spritepolygon
# Conflicts:
# build/cocos2d_libs.xcodeproj/project.pbxproj
# cocos/2d/MarchingSquare.cpp
|
2015-05-29 18:10:41 +08:00 |
Jacky
|
e69a6116fa
|
make SpritePolygonInfo extend from Ref.
|
2015-05-29 16:44:06 +08:00 |
Jacky
|
8df4920f6e
|
fixed file name.
|
2015-05-29 15:03:36 +08:00 |
Vincent Yang
|
b714dde0ea
|
Add opengl version project/unproject function in camera.
|
2015-05-29 10:44:48 +08:00 |
Dale Stammen
|
8584f5f399
|
removed old WP8 files
|
2015-05-28 15:03:36 -07:00 |
Dale Stammen
|
2a71407501
|
fixed double to float conversion compiler warning
|
2015-05-28 15:00:49 -07:00 |
Dale Stammen
|
dadbbc18d6
|
added Windows 10 UWP project files
|
2015-05-28 13:51:25 -07:00 |
Dale Stammen
|
962393233f
|
removed old winrt property sheets
|
2015-05-28 13:12:37 -07:00 |