Unai Orbe
a2eb8977e0
Uncomment eaglview release CCEAGLViewImpl-ios
...
This is leaking the eaglview when the Director is purged.
In our case, we are leaving the cocos environment on some views which
are implemented with cocoa, and because this eaglview is not being
released, it is getting notifications for keyboard events, and trying to
access stuff on the NULL eaglview, crashing our app.
Uncommnenting this line seems to fix the problem for us, and we haven't
been able to find any nasty side effects.
2014-10-30 11:18:10 +00:00
minggo
e99ea7a9fe
Merge pull request #8961 from Appgeneration/winrt_link_fix
...
Winrt link fix
2014-10-30 12:54:48 +08:00
minggo
363aa4d57f
[ci skip]Update Authors
2014-10-30 12:45:22 +08:00
minggo
2e1e78f95b
Merge pull request #8960 from kyokomi/feature/CSLoader_setPropsForNodeFromProtocolBuffers
...
bugfix: setting forget the contentSize.
2014-10-30 12:43:16 +08:00
minggo
2dee8f8f69
Merge pull request #8957 from jonhari/patch-1
...
XCode:4.6 to 5.1
2014-10-30 12:42:24 +08:00
minggo
0e48deed6e
Merge pull request #8956 from samuele3hu/v3_new_spine
...
Add include directories to fix compile error on the window and remove useless `PreBuildEvent` for lua-template-default
2014-10-30 09:33:57 +08:00
Miguel Ferreira
ad8ffa5de1
Fixed winrt DLL link errors when using extern consts
2014-10-29 10:47:02 +00:00
kyokomi
2b4cf9ae59
bugfix: setting forget the contentSize.
2014-10-29 19:38:12 +09:00
jonathna
fbee1e4b52
XCode:4.6 to 5.1
2014-10-29 16:28:12 +07:00
samuele3hu
ef2f87a27a
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
2014-10-29 16:12:23 +08:00
minggo
d2c36d604f
[ci skip] Update CHANGELOG
2014-10-29 16:11:00 +08:00
samuele3hu
c9daa8244e
Add include directories to fix compile error on the window and remove useless `PreBuildEvent`
2014-10-29 16:09:35 +08:00
minggo
0f6c926e66
Merge pull request #8953 from samuele3hu/v3_new_spine
...
Update vs project setting for lua-empty-test
2014-10-29 11:16:08 +08:00
samuele3hu
c52f3b972b
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
2014-10-29 09:43:55 +08:00
samuele3hu
9d0c8d97f9
Update vs project setting for lua-empty-test
2014-10-29 09:42:48 +08:00
minggo
74fe1d86e6
[ci skip]Update Authors
2014-10-28 22:02:56 +08:00
minggo
e3d813795d
Merge pull request #8923 from liamcindy/v3
...
update ui button size changed logic
2014-10-28 21:59:49 +08:00
appgenmiguelferreira
928c898bda
Merge pull request #1 from cocos2d/v3
...
Cocos2d-x Merge
2014-10-28 11:58:36 +00:00
minggo
941166d9c7
[ci skip] Update CHANGELOG
2014-10-27 11:56:10 +08:00
minggo
34a7f511f0
[ci skip]Update Authors
2014-10-27 11:55:26 +08:00
minggo
34c2587f7c
Merge pull request #8928 from Svenito/vec_op
...
Add greater than operator to Vec2
2014-10-27 11:54:23 +08:00
minggo
15e92411f9
[ci skip] Update CHANGELOG
2014-10-27 11:51:04 +08:00
minggo
a60d2ded2d
[ci skip]Update Authors
2014-10-27 11:50:02 +08:00
minggo
23f922420a
Merge pull request #8919 from ahlwong/v3
...
Fix Label Kerning on Single Characters Cocos2d-X3.3Beta0
2014-10-27 11:48:50 +08:00
minggo
521f5396cc
[ci skip] Update CHANGELOG
2014-10-27 11:39:58 +08:00
minggo
baff367c94
Merge pull request #8918 from dumganhar/iss8843-drawpoint
...
closed #8843 : Fixes DrawNode::drawPoint crash and uses VAO if it's available when draw points.
2014-10-27 11:38:11 +08:00
minggo
354147260c
[ci skip] Update CHANGELOG
2014-10-27 11:32:30 +08:00
minggo
8eb0f7fa5e
[ci skip]Update Authors
2014-10-27 11:30:48 +08:00
minggo
f1ac0df761
Merge pull request #8921 from TimothyZhang/fix-program-cache-add
...
release old program with the same key before adding glprogram
2014-10-27 11:22:00 +08:00
minggo
b3ade76650
[ci skip]Update Authors
2014-10-27 11:17:07 +08:00
Liam
d6564be67e
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-10-27 11:16:58 +08:00
Liam
19ed3d1965
udpate for ui button state change event
2014-10-27 11:16:25 +08:00
minggo
7ccf684a3e
[ci skip] Update CHANGELOG
2014-10-27 11:15:36 +08:00
minggo
7c09787324
Merge pull request #8925 from Teivaz/v3
...
* [WP8] Enabled GLProgramState restoring on render recreated
2014-10-27 11:13:18 +08:00
Timothy Zhang
d42f8cac65
replace tab with 4 spaces
2014-10-27 10:02:28 +08:00
Timothy Zhang
80230258d6
replace tab with 4 spaces
2014-10-27 09:59:47 +08:00
Liam
57e6631918
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-10-25 19:01:18 +08:00
Liam
f1970e98dd
update for ui button press event
2014-10-25 18:00:57 +08:00
minggo
bb7351ad46
Merge pull request #8931 from CocosRobot/update_cocosfiles_1414223228
...
[AUTO][ci skip]: updating cocos2dx_files.json
2014-10-25 15:49:49 +08:00
minggo
c3afa7a29f
[ci skip] Update CHANGELOG
2014-10-25 15:49:27 +08:00
CocosRobot
29264db249
[AUTO][ci skip]: updating cocos2dx_files.json
2014-10-25 07:47:09 +00:00
minggo
b99f0bf321
Merge pull request #8926 from MSOpenTech/wp8.1-universal
...
WP8.1 universal app
2014-10-25 15:45:50 +08:00
minggo
1ca1f3c058
Merge pull request #8927 from Dhilan007/v3-template
...
Fix CPP template on Window
2014-10-25 15:38:55 +08:00
Sven Steinbauer
c9f5eacc2e
Add greater than operator to Vec2
2014-10-24 20:27:06 +01:00
Ahlwong
dfcdf10898
Fix Label Additional Kerning All Strings
2014-10-24 08:57:37 -07:00
Dhilan007
788c793147
Fix CPP template on Window
2014-10-24 23:18:35 +08:00
Dale Stammen
042976265c
updated precompiled shaders for WP8
2014-10-24 07:20:16 -07:00
Dale Stammen
40e49cdc12
Merge branch 'v3' into wp8.1-universal
2014-10-24 07:08:55 -07:00
minggo
1c72b4fba8
Merge pull request #8924 from CocosRobot/update_lua_bindings_1414158758
...
[AUTO]: updating luabinding automatically
2014-10-24 22:04:20 +08:00
CocosRobot
0ef3887497
[AUTO]: updating luabinding automatically
2014-10-24 13:55:25 +00:00