Commit Graph

7769 Commits

Author SHA1 Message Date
James Chen 60ab4c4886 issue #1733: Updated linux makefile. 2013-02-19 18:06:30 +08:00
James Chen fc1848eb02 issue #1733: Updated linux makefile. 2013-02-19 17:39:27 +08:00
James Chen a94aa15031 issue #1733: Adding extension project for linux. 2013-02-19 17:28:49 +08:00
James Chen a54edec0e3 issue #1733: Adding "multi-platform-cpp" and "multi-platform-lua" projects to template folder. 2013-02-19 15:38:30 +08:00
James Chen d119d3686e Merge pull request #2004 from dumganhar/mutoo-master
Changed fileformat of list.sh to unix
2013-02-18 22:23:05 -08:00
James Chen 339a60a649 Adding execute permissions for list.sh. 2013-02-19 14:21:56 +08:00
James Chen 93789939fc Merge branch 'master' of https://github.com/mutoo/cocos2d-x into mutoo-master 2013-02-19 14:18:35 +08:00
James Chen 13ab9c0196 Merge pull request #1999 from walzer/project-creator
issue #1733: python scripts for generating JSB projects.
2013-02-18 22:11:37 -08:00
James Chen 7af080f489 Merge pull request #2001 from hailongiPhone/master
Synchronizing with cocos2d-iPhone for CCBReader.
2013-02-18 20:44:25 -08:00
hailong 2f0e10cd74 CCBReader error with generated animations
synchronous with cocos2d-iPhone
2013-02-19 12:27:39 +08:00
mutoo 4bc06c7fcb changed fileformat of list.sh to unix
list.sh doesn't work in linux/mac due to its fileformat
2013-02-19 12:20:02 +08:00
James Chen a329817480 Merge pull request #1998 from dumganhar/iss1724-hellojs
issue #1724: Adding vs solution for HelloJavascript.
2013-02-18 18:57:52 -08:00
James Chen 96c91390cc issue #1724: Adding solution for HelloJavascript. 2013-02-19 10:51:55 +08:00
minggo 599f22f1e2 Merge pull request #1997 from minggo/iss1731-lua-declaration
issue #1731:change CCSize, CCPoint and CCRect to struct in pkg files
2013-02-18 18:19:00 -08:00
James Chen 84e16a6fd8 Merge pull request #1996 from CocosRobot/updategeneratedsubmodule_1361239496
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-02-18 18:11:34 -08:00
minggo 1b743b37c9 issue #1731:change CCSize, CCPoint and CCRect to struct in pkg files 2013-02-19 10:08:25 +08:00
CocosRobot ac0fa1251b cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings 2013-02-19 10:05:12 +08:00
James Chen 92cec0f38f Merge pull request #1995 from dumganhar/master
Updated the submodule of cxx-generator.
2013-02-18 17:51:39 -08:00
James Chen ed49029744 Updated the submodule of cxx-generator. 2013-02-19 09:48:16 +08:00
walzer 6ebc9b7410 issue #1725, project-creator, HelloJavascript on win32 works ok 2013-02-19 00:02:42 +08:00
walzer dc7fe1af25 issue #1725, improve the project creator on android 2013-02-18 23:34:31 +08:00
walzer 7f3dee7ec1 Merge branch 'refs/heads/master' into project-creator 2013-02-18 22:40:54 +08:00
walzer 0a4700e59b issue #1725 project creator script works ok for iOS and Android on Mac OSX env 2013-02-18 22:09:42 +08:00
James Chen 414343dc44 Merge pull request #1994 from dumganhar/iss1724-hellojs
fixed #1724: Renamed libhellojavascript to libcocos2djs.
2013-02-18 05:57:57 -08:00
James Chen ed4f44d97f Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss1724-hellojs 2013-02-18 21:56:00 +08:00
James Chen 9931bc6eaf fixed #1724: Renamed libhellojavascript to libcocos2djs. 2013-02-18 21:53:28 +08:00
James Chen ed19b66f48 Update AUTHORS 2013-02-18 18:22:54 +08:00
James Chen 1c798d111b Merge pull request #1991 from SevInf/patch-1
fixed #1729: Making ScriptingCore.cpp compiled fine with C++11 on iOS
2013-02-18 02:18:39 -08:00
James Chen dbe4cc05e8 Merge pull request #1993 from dumganhar/master
fixed #1726: JSB application crashs on android device with armv6 architecture
2013-02-18 02:06:12 -08:00
James Chen 1415c90bd4 webp lib depends on the module of cpufeatures when compiling with "APP_ABI := armeabi-v7a". 2013-02-18 17:52:13 +08:00
James Chen 7c6a2e47ce fixed #1726: JSB application crashs on android device with armv6 architecture 2013-02-18 17:50:43 +08:00
James Chen cb25e65a9c Merge pull request #1992 from dumganhar/iss1724-hellojs
fixed #1724: Moved HelloJavascript to template folder and renamed it to "multi-platform-is".
2013-02-18 00:49:37 -08:00
James Chen c9706386c5 issue #1724: Reverted vs solution. 2013-02-18 16:47:35 +08:00
James Chen 151b38922e Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss1724-hellojs
Conflicts:
	template/multi-platform-js/proj.win32/HelloJavascript.vcxproj
2013-02-18 16:32:54 +08:00
James Chen 1d9e9e48bc fixed #1724: Moved HelloJavascript to template folder and renamed it with "multi-platform-is". 2013-02-18 16:25:21 +08:00
Sergej Tatarincev 0b8713c80c Make ScriptingCore.cpp compile with C++11 on iOS
When compiling with clang -stdlib=libc++ -std=c++11, write, read, and close functions are part of the unistd.h header file.
2013-02-18 09:12:39 +02:00
James Chen 28aefc87bd Merge pull request #1990 from dumganhar/iss1724-hellojs
fixed #1724: Register CCBReader for HelloJavascript.
2013-02-17 23:12:01 -08:00
James Chen 9add1d1b18 fixed #1724: Register CCBReader for HelloJavascript. 2013-02-18 15:10:32 +08:00
James Chen 640dbf41ea Merge pull request #1988 from dumganhar/iss1724-hellojs
fixed #1724: Adding HelloJavascript project.
2013-02-17 23:05:13 -08:00
James Chen 067b07953b fixed #1724: Updated project dependence for HelloJavascript project. 2013-02-18 15:02:47 +08:00
James Chen 3016c20f19 fixed #1724: Adding HelloJavascript for VS2012 solution. 2013-02-18 14:59:40 +08:00
James Chen 7a902b494c issue #1724: fixed errors for HelloJavascript of win32 port. 2013-02-18 14:51:36 +08:00
James Chen c93758a785 issue #1724: Adding HelloJavascript project. 2013-02-18 14:38:00 +08:00
James Chen 05c19fd49a Merge pull request #1987 from dumganhar/iss1712-dpi
fixed #1712: Adding a class named "CCDevice" and getting DPI suport for Android, iOS, Win32, Linux, Blackberry.
2013-02-17 22:03:07 -08:00
James Chen 3452d44329 issue #1712: Removed importing some unused packages in Cocos2dxActivity. 2013-02-18 14:00:57 +08:00
James Chen c6d874ab39 fixed #1712: Updated iOS template. 2013-02-18 13:57:29 +08:00
James Chen 6b5a5c5317 issue #1712: Moving getDPI from Cocos2dxActivity to Cocos2dxHelper. 2013-02-18 13:51:16 +08:00
James Chen 9c906bbe30 fixed #1712: fix an issue of lacking table view cells after touch ended. 2013-02-18 09:45:01 +08:00
James Chen 505577239c jfloat --> jint. 2013-02-17 17:21:11 +08:00
James Chen f219f480cc issue #1712: DPI return integer on android. 2013-02-17 17:18:38 +08:00