Commit Graph

8118 Commits

Author SHA1 Message Date
James Chen d252cd4cff Update AUTHORS 2013-04-10 14:41:27 +08:00
James Chen 64fa434064 Merge pull request #2346 from dumganhar/iss2046-newlines
fixed #2046: Stripping newlines from log message and fixing linux library location.
2013-04-09 23:28:47 -07:00
James Chen 32406efec2 Merge branch 'newlines_in_cclog' of https://github.com/sbc100/cocos2d-x into sbc100-newlines_in_cclog
Conflicts:
	cocos2dx/proj.linux/cocos2dx.mk
2013-04-10 14:17:23 +08:00
James Chen 487b4f8a89 Merge pull request #2340 from rohankuruvilla/cocosplayer
fixed #2045: Small fixes to CocosPlayer.
1)Fixing AppDelegate to include OpenGL bindings
2)Adding orientation change JNI stubs
3)Commenting out cache clean on receiving new zip file (was causing consistency issues)
4)Fixing bug where "Connected!" message was displayed on a different thread
2013-04-09 23:07:24 -07:00
James Chen 223ff18c56 Update AUTHORS 2013-04-10 12:52:13 +08:00
James Chen 68867b8798 Merge pull request #2212 from rogerzanoni/linux_link
fixed #2044: Fix linux build, libpthread and libGL libraries need to be linked on linux.
2013-04-09 21:50:54 -07:00
James Chen 556cbaff23 Merge pull request #2345 from natural-law/master
issue #1471 : Resolve the encoding bug in modifyAppMk.sh
2013-04-09 21:01:18 -07:00
minggo 6bbf4517b7 Merge pull request #2344 from minggo/userdefault-hotfix
fixed #2034:use previous path to get UserDefault.xml
2013-04-09 21:00:34 -07:00
zhangbin 2d82c05547 issue #1471 : Resolve the encoding bug in modifyAppMk.sh 2013-04-10 11:54:25 +08:00
yodesoft e193dbc4cf Linux: Set writable path to "<user's home>/.config/<app name>" 2013-04-10 11:45:55 +08:00
minggo a0dc39ca38 fixed #2034:use previous path to get UserDefault.xml 2013-04-10 11:39:01 +08:00
minggo 2c24fdc5e5 Merge pull request #2342 from minggo/remove-libxml2
fixed #2042: remove libxml2
2013-04-09 20:36:33 -07:00
James Chen d45765ccc4 fixed #2043: Upgrading SpiderMonkey to Firefox20.0. 2013-04-10 11:19:43 +08:00
yodesoft d03b95ca46 Merge remote-tracking branch 'upstream/master'
Conflicts:
	cocos2dx/platform/linux/CCFileUtilsLinux.cpp
2013-04-10 11:16:04 +08:00
yodesoft ba591b0980 Linux: Set writable path to "<user's home>/.config/<app name>" 2013-04-10 10:55:50 +08:00
minggo df888eef65 fixed #2042: remove libxml2 2013-04-10 09:56:31 +08:00
minggo f4d579edd3 Merge pull request #2341 from minggo/strip-libs
Strip libs
2013-04-09 18:45:31 -07:00
minggo 5d2c67ee8a fixed #1904:strip libcurl.a on x86 architecture 2013-04-10 09:40:44 +08:00
minggo 3c8b26813e delete libxml2 2013-04-10 09:39:48 +08:00
Rohan Kuruvilla 3d7e8f0d84 Fixing CocosPlayer AppDelegate to include openGL bindings. Also adding JNI stubs for changing orientation 2013-04-09 15:29:35 -07:00
James Chen c7bbbeb751 Merge pull request #2337 from dumganhar/master
Fixing a typo.
2013-04-09 03:09:37 -07:00
James Chen 9c563a883f Fixing a typo. 2013-04-09 18:08:43 +08:00
James Chen 783e7492c6 Merge pull request #2335 from dumganhar/master
Updating iOS template.
2013-04-09 00:32:03 -07:00
James Chen 854944c272 Updating iOS template. 2013-04-09 15:30:37 +08:00
James Chen eecdf3ad82 Merge pull request #2334 from CocosRobot/updategeneratedsubmodule_1365490150
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-04-08 23:52:11 -07:00
CocosRobot 40c5280527 cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings 2013-04-09 14:49:20 +08:00
James Chen 95a907aeac Merge pull request #2333 from dumganhar/master
[PLUGIN] Removing the bindings glue codes for CCApplication since it was bound in cocos2dx.
2013-04-08 23:48:29 -07:00
James Chen 90ad5410c7 [PLUGIN] Removing the bindings glue codes for CCApplication since it was bound in cocos2dx. 2013-04-09 14:46:49 +08:00
James Chen a2c71f8e89 Exposing CCApplication to js. 2013-04-09 14:42:12 +08:00
James Chen b8ea3dfe99 Merge pull request #2332 from dumganhar/master
cxx-generator ~> bindings-generator.
2013-04-08 22:58:04 -07:00
James Chen 6d57d691f5 Updating bindings-generator. 2013-04-09 13:56:45 +08:00
James Chen 0d5d2e54fd cxx-generator ~> bindings-generator. 2013-04-09 13:47:12 +08:00
folecr e91ec3ede5 Clean up linked libraries
* LOCAL_LD_LIBS and LOCAL_EXPORT_LDLIBS are the same
 * Remove unused -lEGL
2013-04-08 22:46:25 -07:00
James Chen ab0549b575 cxx-generator ~> bindings-generator for plugin. 2013-04-09 13:41:24 +08:00
James Chen 59d8356eae Update AUTHORS 2013-04-09 12:57:07 +08:00
James Chen 55ec9de216 Merge pull request #2326 from harikrishnar/master
fixed #2037: Major problem with initWithObjects method of CCArray.
2013-04-08 21:50:33 -07:00
James Chen f50b26dff4 Update AUTHORS 2013-04-09 11:47:54 +08:00
James Chen 8e4848b243 Merge pull request #2328 from elmiro/readlink
fixed #2036: Correction of passed buffer size to readlink ...
2013-04-08 20:46:08 -07:00
James Chen 7114aef751 Merge pull request #2331 from dumganhar/master
Updating genbindings.sh, cxx-generator ~> bindings-generator.
2013-04-08 20:06:04 -07:00
James Chen d29ff33df1 Updating genbindings.sh, cxx-generator ~> bindings-generator. 2013-04-09 11:03:39 +08:00
James Chen e1ba283264 Merge pull request #2330 from dumganhar/rename-cxx-generator
Renaming tools/cxx-generator to tools/bindings-generator.
2013-04-08 19:39:59 -07:00
James Chen eef8e854c1 Updating .gitmodules. 2013-04-09 10:34:45 +08:00
James Chen cb4eb733c6 Renaming tools/cxx-generator to tools/bindings-generator. 2013-04-09 10:32:18 +08:00
minggo ac43ff7584 Merge pull request #2325 from minggo/userdefault-hotfix
fixed #2034:make CCUserDefault compatible with previous version on Android and iOS
2013-04-08 18:34:20 -07:00
elMiro 0f6e2daf31 Correction of passed buffer size to readlink and verification of result return by readlink. 2013-04-09 00:25:31 +02:00
harikrishnar 24c9668a1b Added a getter to get the size of the data
Added a getter to get the size of the data
2013-04-09 00:28:50 +05:30
harikrishnar cd37569729 CCControlButton responds even if its parent is invisible
The Buttons should not respond if its invisble or if its made invisible
by any of its parent in the hierarchi
2013-04-09 00:27:53 +05:30
hkrishna 38cb350d39 Problem with initWithObjects of CCArray
A new unused array was created instead of using the instance on which
the method was called
2013-04-09 00:08:41 +05:30
James Chen f81c0d0483 Update AUTHORS 2013-04-08 22:50:48 +08:00
James Chen 5e2f1e0bd6 Merge pull request #2272 from Weeds/saxparser-fix
fixed #2035: fixed potential crash in CCSaxParser
2013-04-08 07:49:36 -07:00