Commit Graph

436 Commits

Author SHA1 Message Date
natural-law 8ad7236ca2 fixed #599, Resolve the wrong orientation when exit the TouchesTest. 2011-07-13 16:17:50 +08:00
natural-law 9755ff59aa When click the "BACK" button in test case Bug-899. The button "MainMenu" is not visible if the device support retina. 2011-07-13 14:37:06 +08:00
minggo d5850224e4 [win32] modify configuration of vs2101 release version 2011-07-13 12:05:02 +08:00
minggo fcb2006fdc Merge pull request #392 from natural-law/master
fixed #599
2011-07-12 03:10:27 -07:00
minggo faa1c8ee16 Merge pull request #393 from minggo/master
[win32] modify for vs2010
2011-07-12 03:09:44 -07:00
minggo 760ec3201e [win32] modify for vs2010 2011-07-12 18:05:44 +08:00
natural-law 7b10874d5e The menu of BugsTest position is wrong when exit one bug test. 2011-07-12 18:02:40 +08:00
natural-law d4e575c4b2 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-07-12 17:47:24 +08:00
natural-law e6bc8d7c98 fixed #599, Resolve the wrong orientation when exit the TouchesTest. 2011-07-12 17:46:57 +08:00
liswei 21ce679992 resolve the effect of PageTransitionForward&PageTransitionBackward ,via to add setDepthTest. 2011-07-12 17:35:15 +08:00
natural-law e8ac968b3b Add the resource files to the ios project which used by BugsTest. And clean a warning in TileMapTest.cpp. 2011-07-12 15:56:42 +08:00
natural-law 8b5282a0cf fixed #603, The test case TMXGIDObjectsTest in TileMapTest not crash any more. 2011-07-12 14:21:29 +08:00
minggo d48c3fdfb1 upgrade to 1.0.0-final 07-11 2011-07-12 11:20:41 +08:00
natural-law 58733417e0 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-07-11 15:17:24 +08:00
natural-law fcbe0443be Resolve a bug in ZipUtils.cpp. And modify the Makefile of tests on wophone. 2011-07-11 15:16:29 +08:00
minggo 21b1af5f1c Merge pull request #377 from minggo/master
[Android] break string & wrap word
2011-07-11 00:09:43 -07:00
minggo fb436a6339 [Android] break string & wrap word 2011-07-11 15:02:41 +08:00
Walzer 28bf48f665 issue #569 #601, fix ChipmunkTest/Sensors crash after update to Chipmunk v5.3.5 2011-07-11 11:21:11 +08:00
Walzer aa12ea838e Merge remote branch 'origin/master' 2011-07-11 10:34:47 +08:00
Walzer 63ffc574d7 fixed #601, update Chipmunk from 5.3.4 to 5.3.5. Only tested on iOS now. 2011-07-11 10:34:03 +08:00
natural-law 7bc3983f04 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-07-11 10:12:07 +08:00
natural-law 36474b2131 Add DirectorTest and BugsTest on wophone. 2011-07-11 10:11:40 +08:00
Walzer 4e12ba3015 Merge pull request #374 from axmx/master
[airplay] fix - it solves the problems related to incorrect memory allocation..
2011-07-10 00:44:30 -07:00
Max Aksenov 7f07574630 [airplay] fix - if you do not use this "MemFlags0 = USE_STACK_ALLOCATOR" then it solves the problems related to incorrect memory allocation ... I tested it on Marmalade Mac Simulator and IPad device. Not tested on Maramlade Windows Simulator.... 2011-07-09 13:05:22 -07:00
minggo 2066cebd08 Merge pull request #371 from natural-law/master
Add DirectorTest and BugsTest on android.
2011-07-08 03:49:30 -07:00
minggo 487ba5c02d merge confict 2011-07-08 18:29:03 +08:00
minggo 87adeb6f92 upgrade xcode3 template 2011-07-08 18:24:58 +08:00
natural-law 1ffa7fbc19 Add DirectorTest and BugsTest on android. 2011-07-08 18:13:03 +08:00
Walzer e39fca389f Merge remote branch 'origin/master' 2011-07-08 18:01:52 +08:00
Walzer 944b03df5c issue #599 orientation is wrong in ios tests. Most test cases are ok now, but it still have problem when TouchesTest back to MainMenu. 2011-07-08 18:01:28 +08:00
natural-law 1bdce00740 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
Conflicts:
	cocos2dx/include/ccConfig.h
2011-07-08 17:08:57 +08:00
minggo 6c37f42414 Merge pull request #368 from minggo/master
fixed #586
2011-07-08 01:46:54 -07:00
minggo 4e5306a46b fixed #596 2011-07-08 16:27:13 +08:00
natural-law cba538d5d0 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-07-08 15:58:14 +08:00
natural-law 602c5f1894 fixed #595 2011-07-08 15:57:46 +08:00
Walzer 5c8b04bc25 fixed #585 2011-07-08 14:48:25 +08:00
Walzer 08b26402d5 fixed #594, but find a new bug #597 2011-07-08 14:27:37 +08:00
natural-law 0cb3b0ce06 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-07-08 11:23:03 +08:00
natural-law ca4281904a fixed #574, Add bugs test case. 2011-07-08 11:22:35 +08:00
minggo b08788d810 change the return value of CCSkewBy::reverse() & CCScaleBy::reverse() to CCActionInterval* 2011-07-07 15:41:42 +08:00
minggo 8ca8f4d9bc fixed #569: change the free sequence to avoid bug 2011-07-07 15:20:13 +08:00
natural-law 26513d6b7e issue #574, Add DirectorTest for win32. 2011-07-07 14:55:11 +08:00
minggo 211878dc44 add animation 2011-07-07 10:24:01 +08:00
minggo ff50997eb0 issue #574 2011-07-06 14:56:05 +08:00
Walzer 80c819d8b6 Merge remote branch 'origin/master' 2011-07-04 16:25:29 +08:00
Walzer d325f1991e [ios] 1. debug builds can run on device (add “Valid Architectures") 2. add correct header search paths for HelloLua release build 2011-07-04 16:25:11 +08:00
natural-law 7d7f3a9241 fixed #562, Upgrade folder sprite_nodes to rc3. 2011-07-01 16:11:31 +08:00
natural-law 4d5dab4a40 fixed #558, Upgrade folder layers_scenes_transitions_nodes to rc3. 2011-07-01 11:26:26 +08:00
minggo 25b3b15151 Merge pull request #339 from minggo/iss549
[Android] fixed #549: Add comments for playEffect()
2011-06-30 18:28:08 -07:00
minggo 67b85322ed [Android] fixed #549: Add comments for playEffect() 2011-07-01 09:24:40 +08:00