James Chen
|
66e6630f37
|
fixed #2243: XMLHttpRequest don't support non-ascii characters.
|
2013-06-03 11:40:31 +08:00 |
James Chen
|
bb4d52a75c
|
fixed #2243: XMLHttpRequest don't support non-ascii characters.
|
2013-06-03 11:39:18 +08:00 |
minggo
|
ec0ba3f369
|
Merge pull request #2709 from minggo/enable-cplusplus-11
Enable cplusplus 11
|
2013-06-02 20:05:50 -07:00 |
minggo
|
0a64e7a041
|
enable c++11 for linux and natvie client projects
|
2013-06-03 11:02:54 +08:00 |
minggo
|
4f484cbcbf
|
enable c++11 for android projects
|
2013-06-03 11:02:41 +08:00 |
minggo
|
236286829b
|
enable c++11
|
2013-06-03 11:02:35 +08:00 |
minggo
|
2cdb48bc22
|
enable c++11 for iOS projects
|
2013-06-03 10:57:06 +08:00 |
James Chen
|
cf3b79cbec
|
Merge pull request #2696 from dumganhar/websocket
fixed #1647: Adding WebSocket support for Cpp and JSB [develop]
|
2013-06-02 19:38:51 -07:00 |
James Chen
|
ea45f6f143
|
Merge pull request #2707 from dumganhar/websocket-master
fixed #1647: Adding WebSocket support for Cpp and JSB. [master]
|
2013-06-02 19:38:23 -07:00 |
James Chen
|
2fdeab46b1
|
fixed #1647: [WebSocket] Fixing compilation errors on win32.
|
2013-06-03 10:12:55 +08:00 |
James Chen
|
0ca86db0ff
|
fixed #1647: Renaming enumerations to Cocos2d-x style. ERROR and ERROR_TIMEOUT is defined as macros on Windows, fuck it.
|
2013-06-03 10:12:55 +08:00 |
James Chen
|
d0680258c6
|
fixed #1647: [WebSocket] Fixing compilation errors on win32.
|
2013-06-03 10:03:38 +08:00 |
James Chen
|
f2f0f031c7
|
fixed #1647: Renaming enumerations to Cocos2d-x style. ERROR and ERROR_TIMEOUT is defined as macros on Windows, fuck it.
|
2013-06-03 09:55:43 +08:00 |
flamingo
|
6f0f53cf84
|
Update Android.mk
|
2013-06-02 20:42:48 +04:00 |
flamingo
|
6d7e4f5229
|
Update Makefile
For nacl (spine runtime)
|
2013-06-02 20:19:12 +04:00 |
flamingo
|
f6495a64fb
|
Update Android.mk
|
2013-06-02 20:18:27 +04:00 |
flaming0
|
b87a89eaa4
|
Update spine runtime
|
2013-06-02 19:59:13 +04:00 |
flaming0
|
5f1a4a4be7
|
Update for spine runtime
|
2013-06-02 18:26:46 +04:00 |
Rene Klacan
|
c4d231aef4
|
comments fixed
|
2013-06-02 13:37:13 +02:00 |
Rene Klacan
|
0489ba51fd
|
deleted defines in proj.linux's Makefile
|
2013-06-02 13:18:06 +02:00 |
James Chen
|
c29e434ead
|
Updating JS-Test.
|
2013-06-02 18:57:01 +08:00 |
James Chen
|
4b8f76c903
|
WS_ERROR -> ERROR, WS_STATE -> STATE.
|
2013-06-02 18:56:49 +08:00 |
James Chen
|
85d2ccbf65
|
issue # 1647: Fix include, 'Websocket.h' -> 'WebSocket.h' since linux is case sensitive.
|
2013-06-02 18:56:39 +08:00 |
James Chen
|
68d0ebfec5
|
fixed #1647: Updating JS-test.
|
2013-06-02 18:56:30 +08:00 |
James Chen
|
2218d70826
|
fixed #1647: Adding missing files.
|
2013-06-02 18:56:17 +08:00 |
James Chen
|
cedb427a6e
|
fixed #1647: Adding WebSocket support for Cpp and JSB.
Conflicts:
extensions/proj.win32/libExtensions.vcxproj
extensions/proj.win32/libExtensions.vcxproj.filters
|
2013-06-02 18:55:57 +08:00 |
Sergey Shambir
|
984ed75b9a
|
Linux: added project part for QtCreator.
Allows easily setup cocos2d on Linux in QtCreator IDE.
|
2013-06-02 10:15:14 +04:00 |
James Chen
|
3583e5b185
|
Merge pull request #2706 from dumganhar/develop
Moving JS bytecode generated tool (jsbcc) from 'tools/jsbcc' to 'cocos2d-console'.
|
2013-06-01 19:57:03 -07:00 |
James Chen
|
5ac2f4f597
|
Merge pull request #2705 from dumganhar/master
Moving JS bytecode generated tool (jsbcc) from 'tools/jsbcc' to 'cocos2d-console'.
|
2013-06-01 19:56:22 -07:00 |
James Chen
|
c7fd3a3483
|
Adding submodule of cocos2d-console to 'tools' folder.
|
2013-06-02 10:53:46 +08:00 |
James Chen
|
89b397f1d1
|
Delete tools/jsbcc since it was moved to https://github.com/cocos2d/cocos2d-console.
|
2013-06-02 10:53:34 +08:00 |
James Chen
|
1b455e452e
|
Adding submodule of cocos2d-console to 'tools' folder.
|
2013-06-02 10:51:19 +08:00 |
James Chen
|
8b9e198372
|
Delete tools/jsbcc since it was moved to https://github.com/cocos2d/cocos2d-console.
|
2013-06-02 10:46:27 +08:00 |
Rene Klacan
|
7c9a765e64
|
TestCpp sample respects keyboard support directive
|
2013-06-02 04:28:46 +02:00 |
Rene Klacan
|
c8b4291731
|
keyboard support throught compiler directive
|
2013-06-02 04:11:43 +02:00 |
James Chen
|
7b25d61824
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into websocket
|
2013-06-01 23:33:01 +08:00 |
James Chen
|
9bf4ac2a8d
|
Merge pull request #2702 from dumganhar/master
Spidermonkey for Android/x86
|
2013-06-01 08:32:14 -07:00 |
folecr
|
fa8b2005c3
|
Spidermonkey for Android/x86
|
2013-06-01 23:28:37 +08:00 |
James Chen
|
f8ce155e36
|
Merge pull request #2686 from folecr/androidx86
Spidermonkey for Android/x86
|
2013-06-01 08:23:42 -07:00 |
James Chen
|
4106954dc1
|
Merge pull request #2701 from dumganhar/master
Merge some changes of tizen from develop branch.
|
2013-06-01 08:23:15 -07:00 |
James Chen
|
0ff1ef6f84
|
Merge branch 'tizen_2.1' of https://github.com/pyrasis/cocos2d-x
|
2013-06-01 23:20:11 +08:00 |
James Chen
|
62f4e40e4a
|
Updating JS-Test.
|
2013-06-01 19:51:59 +08:00 |
James Chen
|
8e15cdf5fd
|
WS_ERROR -> ERROR, WS_STATE -> STATE.
|
2013-06-01 19:51:10 +08:00 |
Rene Klacan
|
a6f229a376
|
assert for fwrite return value
|
2013-06-01 02:06:11 +02:00 |
James Chen
|
d5f45466a9
|
issue # 1647: Fix include, 'Websocket.h' -> 'WebSocket.h' since linux is case sensitive.
|
2013-06-01 07:58:23 +08:00 |
Rene
|
61ec83b742
|
Merge pull request #1 from cocos2d/develop
Develop
|
2013-05-31 16:27:23 -07:00 |
James Chen
|
ad05363265
|
fixed #1647: Updating JS-test.
|
2013-05-31 23:27:59 +08:00 |
James Chen
|
669066b954
|
fixed #1647: Adding missing files.
|
2013-05-31 23:25:01 +08:00 |
James Chen
|
05a88c89dc
|
fixed #1647: Adding WebSocket support for Cpp and JSB.
|
2013-05-31 23:13:03 +08:00 |
Rene Klacan
|
07d6fefd8a
|
fixed typo that return value was ignored
|
2013-05-31 14:31:26 +02:00 |