James Chen
0b101bedd0
issue #1515 : Adding a zoom function for debugging large resolution (e.g.new ipad) app on desktop.
2012-10-18 10:54:19 +08:00
James Chen
2779b4f1ab
Merge branch 'gles20' of https://github.com/johnangel/cocos2d-x into johnangel
2012-10-17 15:08:25 +08:00
johnangel
a2e1400402
Merge remote branch 'upstream/gles20' into gles20
2012-10-16 08:42:30 +02:00
James Chen
deed3ddc33
Updated AppDelegate of SampleGame for iOS port.
2012-10-15 18:50:46 +08:00
minggo
2ded8ea034
Merge pull request #1442 from dumganhar/iss1486-multi-res
...
Multiresolution support
2012-10-15 02:15:21 -07:00
minggo
93d702e3cc
fixed #1491:remove dependency of FontLabel lib
2012-10-15 12:03:15 +08:00
James Chen
39a4af57cc
issue #1486 : Using relative position for ActionsTest and Box2dView.
2012-10-14 22:21:57 +08:00
minggo
8b650794e6
Merge pull request #1445 from minggo/gles20
...
make TestJavascript work on iOS
2012-10-12 02:47:55 -07:00
James Chen
32a9d51618
issue #1486 : Commented some unused codes.
2012-10-12 17:37:49 +08:00
James Chen
36600d95b1
issue #1486 : Calculate content scale factor by screen height.
2012-10-12 17:37:26 +08:00
James Chen
04a4ebc571
issue #1486 : Using relative coordinate for HelloLua.
2012-10-12 16:18:28 +08:00
James Chen
f5abe422ea
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1486-multi-res
2012-10-12 15:50:11 +08:00
James Chen
6fd24c469b
Updated *.user for vs2010 & vs2008.
2012-10-12 15:45:57 +08:00
James Chen
e876b997e7
Updated TestJavascript.vcproj
2012-10-12 15:42:00 +08:00
James Chen
3b0a989200
Updated TestJavascript project configuration for VS2008 & VS2010.
2012-10-12 15:14:47 +08:00
minggo
572460e60a
make TestJavascript work on iOS
2012-10-12 12:00:36 +08:00
James Chen
98aa5dd489
issue #1486 : Updated AppDelegate.cpp and proj.win32/main.cpp.
2012-10-12 10:02:49 +08:00
folecr
36f8b31efc
Define some helper functions and comment out references to chipmunk
2012-10-11 17:56:44 -07:00
folecr
fc59b2c962
Updated build script
...
* merges js files from the cocos2d-html5-tests submodule into Android's assets folder
* copies js helper files into Android's assets folder
* copies the res from cocos2d-html5-tests into Android's assets folder
2012-10-11 16:58:44 -07:00
folecr
336af23428
Helper files copied from cocos2d-iphone
2012-10-11 16:58:44 -07:00
folecr
c63cf54256
Submodule for cocos2d-html5-tests
2012-10-11 16:37:22 -07:00
folecr
2e8aad611d
Run tests-boot-jsb.js from the root directory
2012-10-11 16:35:17 -07:00
folecr
a763e4242f
Remove samples/TestJavascript/Resources
2012-10-11 14:25:48 -07:00
folecr
2cf579de6b
NDK debugger script
2012-10-11 14:25:47 -07:00
James Chen
b78e2c9130
issue #1486 : Added iPad, ipadhd resources, and make some watermark for these pictures.
2012-10-11 18:33:43 +08:00
James Chen
cdf54a872f
issue #1486 : A bug fix.
2012-10-11 17:02:27 +08:00
James Chen
77da7b5895
issue #1486 : First commit based on BorMor's branch.
2012-10-11 16:45:14 +08:00
James Chen
ade54a3de7
Merge branch 'multi_resolution_support' of https://github.com/BorMor/cocos2d-x into bormor-multi-res
...
Conflicts:
samples/HelloCpp/Classes/AppDelegate.cpp
samples/HelloCpp/Classes/HelloWorldScene.cpp
2012-10-11 16:12:22 +08:00
James Chen
918045e6ac
issue #1469 : Deleted two unused files.
2012-10-10 22:18:27 +08:00
James Chen
122a748029
issue #1469 : Removed some unused resources.
2012-10-10 22:15:47 +08:00
James Chen
36d8e86879
issue #1469 : Made MoonWarriors works on iOS.
2012-10-10 22:06:44 +08:00
James Chen
abd1d7e3bf
issue #1469 : VS2010 compilation works.
2012-10-10 15:14:19 +08:00
James Chen
5054684e00
issue #1469 : Made MoonWarriors works on android.
2012-10-10 15:06:11 +08:00
James Chen
d03ff0616a
issue #1469 : Added MoonWarriors sources and made it works on windows.
2012-10-10 14:50:04 +08:00
johnangel
ad7dacc281
Merge remote branch 'upstream/gles20' into gles20
2012-10-08 16:35:43 +02:00
Walzer
f1d9629404
Merge pull request #1361 from ncrothe/gles20
...
add the capability to set custom http header to HttpClient
2012-10-08 01:06:39 -07:00
minggo
58b46b2f53
Merge pull request #1419 from folecr/ndkgdb
...
Run Android debugger with Cocos2D-X projects!
2012-10-07 19:52:12 -07:00
folecr
d8a26a8623
Use "-j8" flag to ndk-build when building TestJavaScript
...
* If a "-p" for "parallel build" option is set
2012-10-05 12:36:04 -07:00
folecr
abcb6b33a7
set -x in build script so that entire command line is available in the build log
2012-10-01 11:58:46 -07:00
folecr
2f5613595b
Helper script to launch this application via ndk-gdb
2012-10-01 11:58:45 -07:00
walzer
d18eecf247
UIInterfaceOrientationMaskLandscape -> UIInterfaceOrientationMaskAllButUpsideDown, developers still need to set orientation in xcode->targets
2012-09-27 10:28:00 +08:00
walzer
c9772c76ec
fix compilation error in xcodebuild command line, which are caused by ios6 deprecated marcos and enums
2012-09-27 00:44:40 +08:00
minggo
f3e2a385e1
modify xcode project to include correct files
2012-09-26 17:12:57 +08:00
James Chen
0ca7e00700
fixed some compilation errors for linux platform.
2012-09-26 15:23:10 +08:00
James Chen
ac8edf1384
Updated samples/TestCpp/proj.linux/Makefile.
2012-09-26 14:06:49 +08:00
minggo
dc3ba6e0cc
fix some bugs when testing
2012-09-26 12:01:42 +08:00
James Chen
4a3127f41f
Updated android template. Added 'cocos2dx/platform/android/java/res/.gitignore' since res folder is needed for eclipse.
2012-09-25 21:52:30 +08:00
minggo
6878b626cd
add new GUI component
2012-09-25 18:00:06 +08:00
minggo
2b35f1a20f
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into layer_gradient
2012-09-25 17:38:17 +08:00
minggo
418816ea77
add fps_image.png into TestCpp
2012-09-25 17:06:59 +08:00