Ricardo Quesada
|
c68ad76bfe
|
don't send "unknown command".
... if the command is an empty command
|
2014-01-10 18:11:35 -08:00 |
Ricardo Quesada
|
2316e4d55f
|
Debug messages are forward to the console
|
2014-01-10 17:58:54 -08:00 |
Ricardo Quesada
|
2a6b9fe08e
|
Console is a property of Director.
By doing this, the console lives as much as the Director.
And the Console is not started until the method "listenOnPort" is
called.
|
2014-01-10 17:11:14 -08:00 |
minggo
|
a013565420
|
Merge pull request #5023 from dabingnn/develop_layerColorBugForShaderChange
fix layerColor bug for shader change
|
2014-01-10 06:26:49 -08:00 |
James Chen
|
0088399d94
|
Merge pull request #5016 from akof1314/develop
Support MinGW with CMake for TestCpp
|
2014-01-09 23:13:19 -08:00 |
WuHuan
|
16367b7594
|
solve conflicted with math.h isnan
|
2014-01-10 14:20:00 +08:00 |
CocosRobot
|
8b350cb20a
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-10 03:14:18 +00:00 |
CaiWenzhi
|
ca5667cb7c
|
Merge branch 'develop' into develop_nutty_modify_framework_fixedupdatebugs
|
2014-01-10 10:46:30 +08:00 |
Huabing.Xu
|
a1629a09e8
|
fix layerColor bug for shader change
|
2014-01-10 10:03:47 +08:00 |
Ricardo Quesada
|
1dc169b19f
|
Camera is working again
Projection is passed in the shader.
Since P is in the shader, QuadCommand uses `Vec3Transform` instead of `Vec3TransformCoord` since it is faster.
|
2014-01-09 14:26:22 -08:00 |
WuHuan
|
f87af9e998
|
fix linux build
|
2014-01-09 19:49:11 +08:00 |
CaiWenzhi
|
c3b7a9645a
|
Fixed bugs of "anchor point" and "update"
|
2014-01-09 19:00:47 +08:00 |
WuHuan
|
2f4b094598
|
Merge pull request #4 from cocos2d/develop
update
|
2014-01-09 02:56:21 -08:00 |
CaiWenzhi
|
13f1fdd79d
|
Merge branch 'develop' into develop_nutty_modify_framework_removeuselesssample
|
2014-01-09 18:45:49 +08:00 |
James Chen
|
2e4c76a5d7
|
closed #3644: Keyboard pressed events are being repeatedly fired before keyboard is released.
|
2014-01-09 18:34:35 +08:00 |
James Chen
|
2ce23dca2a
|
Merge pull request #5015 from samuele3hu/developNewUI
closed #3643:Lua websocket can't receive more than 64 bytes of data
|
2014-01-09 02:12:49 -08:00 |
WuHuan
|
4dbb0ee1e8
|
mingw console
|
2014-01-09 17:48:37 +08:00 |
samuele3hu
|
8826659cf1
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewUI
|
2014-01-09 17:24:37 +08:00 |
samuele3hu
|
2cbe502113
|
issue #3643:Lua websocket can't receive more than 64 bytes of data
|
2014-01-09 17:23:22 +08:00 |
CaiWenzhi
|
c3b2a99be6
|
Merge branch 'develop' into develop_nutty_modify_framework_removeuselesssample
|
2014-01-09 17:17:52 +08:00 |
CocosRobot
|
c60681c556
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-09 09:17:11 +00:00 |
James Chen
|
2133c0e566
|
Merge commit 'refs/pull/3938/head' of git://github.com/cocos2d/cocos2d-x into drawnode
Conflicts:
cocos/2d/CCDrawNode.h
|
2014-01-09 17:03:08 +08:00 |
James Chen
|
3bb1fae660
|
Merge pull request #5010 from boyu0/fix_texture2dtest_crash_bug
closed #3638: Fix Image crashes when load tga file.
|
2014-01-09 00:40:09 -08:00 |
boyu0
|
e34ef0d38f
|
change initialization _data from 0 to nullptr.
|
2014-01-09 16:33:31 +08:00 |
CaiWenzhi
|
1ca7642976
|
Merge branch 'develop' into develop_nutty_modify_framework_removeuselesssample
|
2014-01-09 15:51:24 +08:00 |
CaiWenzhi
|
19f0e55464
|
fixed bug of layout
|
2014-01-09 15:43:18 +08:00 |
boyu0
|
e063755596
|
fix Image crashes in mac when load tag file
|
2014-01-09 15:26:05 +08:00 |
James Chen
|
2c8c7a7a9d
|
Merge pull request #5008 from dumganhar/iss3605-websocket-4k
Merge PR #5003: fix WebSocket cannot send/receive more than 4096 bytes of data
|
2014-01-08 23:23:42 -08:00 |
James Chen
|
f8d369248b
|
closed #3605: Websocket doesn't support send/receive data which larger than 4096 bytes, renames member variables to follow cocos2d-x coding guide line.
|
2014-01-09 15:18:06 +08:00 |
CocosRobot
|
ce0b86e7fe
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-09 06:56:48 +00:00 |
Zhe Wang
|
a5130633c6
|
Merge pull request #5005 from walzer/remove_UICCLabelAtlas
Hide default constructor of LabelAtlas into protected, and modify related invokes.
|
2014-01-08 22:50:59 -08:00 |
walzer
|
1ad14340bf
|
issue #3627, remove Hungarian Notation in LabelAtlas
|
2014-01-09 14:26:34 +08:00 |
walzer
|
8da4879560
|
issue #3627, remove lua/js doxygen mark from LabelAtals constructor & destructor.
|
2014-01-09 14:21:43 +08:00 |
James Chen
|
b0f6ae8c42
|
Merge commit 'refs/pull/5003/head' of git://github.com/cocos2d/cocos2d-x into websocket-test
|
2014-01-09 14:16:44 +08:00 |
walzer
|
d15874fdf7
|
fixed #3627, an extra benefit from adding LabelAtlas::create() is that we can hide its default constructor into protected.
|
2014-01-09 14:16:26 +08:00 |
edwardzhou
|
480a9277da
|
fix WebSocket cannot send/receive more than 4096 bytes of data
|
2014-01-09 13:29:56 +08:00 |
CocosRobot
|
2945322b97
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-09 04:50:38 +00:00 |
walzer
|
7055340ace
|
fixed #3627. There're no UICCLabelAtlas any more.
|
2014-01-09 12:43:57 +08:00 |
walzer
|
2d8fcb2c00
|
issue #3627, remove UICCLabelAtlas, add LabelAtlas::create() for GUI module
|
2014-01-09 12:40:51 +08:00 |
James Chen
|
ac547cedca
|
Merge pull request #4999 from CocosRobot/updategeneratedsubmodule_1389238661
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-08 19:38:18 -08:00 |
CocosRobot
|
746a360176
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-09 03:37:44 +00:00 |
James Chen
|
23dec543b3
|
Merge pull request #4995 from Dhilan007/develop_crash
amendment incorrect use of macro
|
2014-01-08 19:30:29 -08:00 |
CaiWenzhi
|
4cadcca497
|
Merge branch 'develop' into develop_nutty_modify_framework_removeuselesssample
|
2014-01-09 11:01:47 +08:00 |
CocosRobot
|
e66468025d
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2014-01-09 02:59:53 +00:00 |
CaiWenzhi
|
dc443e36d3
|
Merge branch 'develop' into develop_nutty_modify_framework_removeuselesssample
|
2014-01-09 09:59:39 +08:00 |
CaiWenzhi
|
e3667a2894
|
Fixed bugs.
|
2014-01-09 09:58:27 +08:00 |
Dhilan007
|
fe7d5cbdfb
|
update If Construct
|
2014-01-09 09:46:17 +08:00 |
Dhilan007
|
d18da42695
|
fix addImageAsync bad judgment of generate image for the first ImageFile.
|
2014-01-08 23:42:54 +08:00 |
WuHuan
|
1cd68accc1
|
Merge branch 'develop' of https://github.com/akof1314/cocos2d-x into develop
|
2014-01-08 17:03:44 +08:00 |
WuHuan
|
954ee61022
|
testcpp mingw
|
2014-01-08 16:58:36 +08:00 |