Dhilan007
687b2e9f87
update test case.
2014-03-31 17:38:54 +08:00
James Chen
9edbbd9abb
Merge pull request #6074 from samuele3hu/develop_socket
...
Add ignored `Makefile` file for building luajit
2014-03-31 17:34:45 +08:00
Dhilan007
51f3833a7e
fixed warn.
2014-03-31 17:31:04 +08:00
Dhilan007
72811d8869
fixed warn in test case.
2014-03-31 17:21:56 +08:00
James Chen
4d18b7d8f7
Merge pull request #6070 from CocosRobot/update_lua_bindings_1396255857
...
[AUTO]: updating luabinding automatically
2014-03-31 17:17:28 +08:00
minggo
01aaed59f4
Merge pull request #15 from koowolf/quadcommand-optimize
...
use xxhash in win32 and wp8
2014-03-31 17:17:13 +08:00
koowolf
75ec817ac5
use xxhash in win32 and wp8
2014-03-31 17:15:04 +08:00
samuele3hu
60296e79d6
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop_socket
2014-03-31 17:08:19 +08:00
samuele3hu
de3e9aa916
Add ignored `Makefile` file for building luajit
2014-03-31 17:06:36 +08:00
CocosRobot
cf59264dfe
[AUTO]: updating luabinding automatically
2014-03-31 08:52:27 +00:00
James Chen
f4a7da8457
Merge pull request #6069 from Dhilan007/develop_label
...
fixed can't type chinese.
2014-03-31 16:46:43 +08:00
Dhilan007
6c99f992dc
fixed can't type chinese.
2014-03-31 16:18:45 +08:00
James Chen
9e64140f8a
Merge pull request #6067 from Dhilan007/develop_label
...
1) fixed logical error in Label::updateFont.
2) fixed the font file searching strategy, used FileUtils::isFileExist to check whether the font file exist rather than find . letter.
2014-03-31 16:11:59 +08:00
Dhilan007
d39a419eeb
fixed logical error in Label::create.
2014-03-31 16:06:20 +08:00
Dhilan007
89eba4424f
fixed logical error.
2014-03-31 15:45:06 +08:00
minggo
66440ac335
add xxhash on linux
2014-03-31 15:43:35 +08:00
minggo
98ed579b34
Merge pull request #6052 from pipu/develop_pipu_fixedbugsforeditor_1301
...
Fixed bugs for Editor
2014-03-31 15:37:45 +08:00
Dhilan007
774debd142
fixed logical error in Label::updateFont.
2014-03-31 15:29:24 +08:00
minggo
7840a246b7
Merge pull request #6063 from koowolf/add_bg_wav
...
add background.wav to wp8 to play
2014-03-31 15:20:26 +08:00
James Chen
313108af82
Merge pull request #6065 from boyu0/3.0rc1_test
...
fix box2dbed dynamic tree test draw.
2014-03-31 14:38:00 +08:00
James Chen
9a53423e6b
Merge pull request #6064 from samuele3hu/develop_socket
...
ccvector_to_luaval would lead to memory leak because call the `retain`
2014-03-31 14:09:15 +08:00
minggo
504eea0269
use xxhash to generate material id
2014-03-31 13:47:07 +08:00
boyu0
48854f4649
delete Time of Impact test which can not shown
2014-03-31 13:41:48 +08:00
boyu0
9b75fc5595
add box2dbed test keyboard event.
2014-03-31 12:07:21 +08:00
samuele3hu
849d462c11
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop_socket
2014-03-31 12:05:45 +08:00
samuele3hu
c38388cc62
ccvector_to_luaval would lead to memory leak because call the `retain`
2014-03-31 12:04:47 +08:00
James Chen
f946124d37
Merge pull request #6062 from Dhilan007/develop_label
...
TextFieldTTF:fixed display incorrect color.
2014-03-31 12:01:52 +08:00
Dhilan007
cffdb129c9
change type of Label::_shadowNode
2014-03-31 11:47:28 +08:00
koowolf
ce78b6369a
add background.wav to wp8 to play
2014-03-31 11:46:39 +08:00
pipu
4c1cbabb5e
fixed bugs
2014-03-31 11:34:26 +08:00
boyu0
4fa8d24561
fix some box2d test position
2014-03-31 11:26:11 +08:00
Dhilan007
08beaa3532
TextFieldTTF:fixed display incorrect color.
2014-03-31 11:16:12 +08:00
minggo
c4c10b393f
Merge pull request #6061 from natural-law/develop
...
Optimize the performance of BlurSpriteTest in Shader Sprite.
2014-03-31 10:49:28 +08:00
zhangbin
8aa187d8dc
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2014-03-31 10:47:04 +08:00
zhangbin
95ab15195c
Optimize the performance of BlurSpriteTest in Shader Sprite.
2014-03-31 10:44:48 +08:00
boyu0
530354ca67
fix box2d dynamic tree draws
2014-03-31 10:21:54 +08:00
minggo
6cc51a2cfc
Merge pull request #6057 from samuele3hu/develop_socket
...
Add the omitted socket script for lua-tests
2014-03-31 10:15:38 +08:00
bmanGH
f4479770e3
Merge branch 'feature/fix_STRING_TEXTURE_label_sortAllChildren_crash' of https://github.com/bmanGH/cocos2d-x into feature/fix_STRING_TEXTURE_label_sortAllChildren_crash
...
* 'feature/fix_STRING_TEXTURE_label_sortAllChildren_crash' of https://github.com/bmanGH/cocos2d-x :
Label ignore sort children.
fix crash when sort children while label type is STRING_TEXTURE. since the only one child sprite is not add with batch mode
2014-03-30 21:09:48 +08:00
bmanGH
c86ab37685
Label ignore sort children.
2014-03-30 21:08:43 +08:00
bmanGH
503fed5313
fix crash when sort children while label type is STRING_TEXTURE. since the only one child sprite is not add with batch mode
2014-03-30 21:08:43 +08:00
bmanGH
e2db57006b
Label ignore sort children.
2014-03-30 20:45:44 +08:00
James Chen
1328d1a898
Merge pull request #6058 from CocosRobot/update_cocosfiles_1396106624
...
[AUTO][ci skip]: updating cocos2dx_files.json
2014-03-29 23:47:22 +08:00
CocosRobot
12af1b4982
[AUTO][ci skip]: updating cocos2dx_files.json
2014-03-29 15:23:46 +00:00
minggo
f80bdfff76
Merge pull request #6055 from MSOpenTech/wp8-3.0
...
Cocos2d-x 3.0 Windows Phone 8 support
2014-03-29 23:21:34 +08:00
minggo
a874ecf8b0
Merge pull request #6053 from natural-law/develop
...
Solve the error effect of BlurSpriteTest in Shader Sprite.
2014-03-29 21:42:54 +08:00
samuele3hu
056303ea35
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop_socket
2014-03-29 14:58:45 +08:00
samuele3hu
219a91a641
Add the omitted socket script for lua-tests
2014-03-29 14:58:23 +08:00
James Chen
cad5ea2acf
Merge pull request #6056 from samuele3hu/develop_test
...
Update some test cases about new Label
2014-03-29 11:23:24 +08:00
James Chen
652b3d8c25
Merge pull request #6054 from maksqwe/cmake_fix
...
fix cmake win32 project generation
2014-03-29 11:22:30 +08:00
samuele3hu
7127cb560e
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop_test
2014-03-29 10:36:15 +08:00