James Chen
|
6b69112fda
|
fixed #1516: TestLua compilation error when the path of cocos2d-x contains spaces
|
2012-10-19 16:52:38 +08:00 |
johnangel
|
ad7dacc281
|
Merge remote branch 'upstream/gles20' into gles20
|
2012-10-08 16:35:43 +02: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
|
dc3ba6e0cc
|
fix some bugs when testing
|
2012-09-26 12:01:42 +08:00 |
walzer
|
7088b19a1a
|
add sample code in HelloCpp & SimpleGame to teach how to adapt design resolution to different iPhone screens (HVGA, 3.5 inch retina, and 4.0 inch retina)
|
2012-09-24 13:59:16 +08:00 |
walzer
|
5b3bb2a087
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
Conflicts fixed:
cocos2dx/platform/ios/FontLabel/FontLabel.m
cocos2dx/platform/ios/FontLabel/FontLabelStringDrawing.m
template/xcode4/lib_js.xctemplate/TemplateInfo.plist
|
2012-09-24 11:03:26 +08:00 |
walzer
|
c50a62be7a
|
issue #1482, fix typos, mehod -> method.
|
2012-09-24 10:54:03 +08:00 |
Walzer
|
88b98faa88
|
fixed #1482, fix orientation problem caused by ios6 api change.
AppDelegate.mm & RootViewController.mm are updated.
|
2012-09-23 20:24:51 +08:00 |
minggo
|
0a1f0369e6
|
fixed #1481: merge Nicolas's pull request and do some bug fixes
|
2012-09-21 17:01:19 +08:00 |
johnangel
|
fdec1ba4b9
|
Fixing include paths to be able to compile cocos2d-x using
external Visual Studio solution, without copying all files
|
2012-09-15 16:34:31 +02:00 |
YuLei
|
ab6a476deb
|
update TestLua
|
2012-09-11 17:13:20 +08:00 |
mustime
|
31655bb6ca
|
issue #1425: add NodeTest to TestLua
|
2012-08-31 18:40:21 +08:00 |
mustime
|
f070864429
|
issue #1425: add NodeTest to TestLua
|
2012-08-31 18:26:27 +08:00 |
mustime
|
680e189365
|
issue #1425: update lua script
|
2012-08-31 18:25:28 +08:00 |
mustime
|
1092d04b7c
|
issue #1425: fix "Issue1305" test case in ActionsTest
|
2012-08-31 18:22:43 +08:00 |
mustime
|
e1db27fb0d
|
issue #1425: add ActionsEaseTest & MotionStreakTest
|
2012-08-30 16:39:58 +08:00 |
mustime
|
2bfa5dfc1e
|
issue #1425: fix a problem when handling touch event
|
2012-08-30 16:38:16 +08:00 |
mustime
|
2961666fbc
|
issue #1425: add MotionStreakTest for TestLua
|
2012-08-30 15:55:13 +08:00 |
mustime
|
fc8cba66e0
|
issue #1425: add ActionsEaseTest to TestLua
|
2012-08-30 15:35:04 +08:00 |
mustime
|
009d15845a
|
issue #1425: update lua script
|
2012-08-30 15:32:29 +08:00 |
mustime
|
289eb65dde
|
issue #1425: fix a problem that missing "MainMenu"
|
2012-08-29 18:16:59 +08:00 |
mustime
|
c15c96ac28
|
Merge https://github.com/cocos2d/cocos2d-x into testlua
|
2012-08-29 17:29:33 +08:00 |
mustime
|
cc4573c3e4
|
issue #1425: add ParticleTest to TestLua
|
2012-08-29 17:17:36 +08:00 |
mustime
|
df25d56cc3
|
issue #1425: update pkg for tolua++ binding
|
2012-08-29 17:10:06 +08:00 |
minggo
|
f0068209f3
|
Merge pull request #1252 from mustime/testlua
issue #1425: add EffectTest to TestLua
|
2012-08-28 01:05:50 -07:00 |
mustime
|
22cf904038
|
issue #1425: add EffectTest to TestLua
|
2012-08-28 15:44:09 +08:00 |
minggo
|
ff34cb7b39
|
issue #1425: add icons for testlua
|
2012-08-28 14:34:22 +08:00 |
mustime
|
f63a719981
|
issue #1425: fix the problem that missing Resources path
|
2012-08-28 14:14:09 +08:00 |
mustime
|
8ec843785c
|
issue #1425: change the title from "HelloLua" to "TestLua"
|
2012-08-28 11:56:23 +08:00 |
mustime
|
4237ec42be
|
issue #1425: add ios project for TestLua
|
2012-08-28 11:49:22 +08:00 |
mustime
|
9afede2474
|
issue #1425: update lua files
|
2012-08-28 11:48:34 +08:00 |
mustime
|
567f4b15aa
|
issue #1425: fix a problem when searching lua files on ios project
|
2012-08-28 11:47:06 +08:00 |
mustime
|
c0c3222238
|
issue #1425: fix a typo error
|
2012-08-27 15:42:19 +08:00 |
mustime
|
fa3ec83eec
|
issue #1425: fix a problem when copying files to assets
|
2012-08-27 15:35:25 +08:00 |
mustime
|
6ac99e687b
|
issue #1425: fix a error when designating the Resources path
|
2012-08-27 15:09:27 +08:00 |
mustime
|
be116f5352
|
issue #1425: update TestLua project
|
2012-08-27 11:43:47 +08:00 |
mustime
|
f641602e6e
|
issue #1425: update vs10 proj configuration for TestLua
|
2012-08-27 10:23:05 +08:00 |
mustime
|
7f55980259
|
issue #1425: add copy commands to copy Resources to android/assets
|
2012-08-27 10:12:33 +08:00 |
mustime
|
6cc4eb8878
|
issue #1425: remove copying Resources files commands in VS10
|
2012-08-27 10:04:30 +08:00 |
mustime
|
1b70d8193f
|
Merge branch 'gles20' of git://github.com/cocos2d/cocos2d-x into testlua
Conflicts:
samples/TestLua/proj.win32/TestLua.win32.vcxproj
|
2012-08-27 10:00:00 +08:00 |
James Chen
|
1a5dd4fbb0
|
Updated vs2010 project configuration for TestLua.
|
2012-08-24 18:42:03 +08:00 |
James Chen
|
86d1d457a1
|
Added vs2008 project for TestLua.
|
2012-08-24 18:27:47 +08:00 |
mustime
|
4c7ad0d0d1
|
issue #1425: testlua project
|
2012-08-24 10:23:23 +08:00 |
mustime
|
f55aedb5e9
|
issue #1425: add android proj on TestLua
|
2012-08-24 10:18:59 +08:00 |
mustime
|
f67b513d08
|
issue #1425: add android proj on TestLua
|
2012-08-24 10:07:15 +08:00 |
mustime
|
36a99a099e
|
issue #1425: add TestLua project
|
2012-08-23 16:10:50 +08:00 |