Walzer
|
1402350870
|
fixed #676, add more languages into CCApplication::getCurrentLanguage(). Android & iPhone port is done, other platforms no yet.
|
2011-08-31 14:20:33 +08:00 |
liswei
|
dd90e8ce86
|
issue #702 add invalid point judgement
|
2011-08-30 16:40:57 +08:00 |
liswei
|
c8619240c4
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into issue702
|
2011-08-30 16:39:13 +08:00 |
liswei
|
ab2a6cb2bb
|
fixed #702 tests crashs at the start on wophone device
|
2011-08-30 15:59:06 +08:00 |
Walzer
|
554e3fda52
|
fixed #701, CCZHeader.version should be an unsigned short, instead of unsigned char. Keep the same to cocos2d-iphone
|
2011-08-30 15:26:17 +08:00 |
Walzer
|
9f1e26f8a0
|
fixed #700, a stupid typo in CC_SWAP32 marco
|
2011-08-30 15:20:41 +08:00 |
minggo
|
0cfbf4344a
|
fix a compiling error on wophone
|
2011-08-30 10:54:32 +08:00 |
minggo
|
414791a684
|
issue #675: initialize acceleration_
|
2011-08-30 10:34:29 +08:00 |
minggo
|
92f741aa73
|
issue #675: remove unneeded header file
|
2011-08-30 09:49:55 +08:00 |
minggo
|
c7fd375539
|
issue #675: make wophone support only one accelerometer delegate
|
2011-08-30 09:45:11 +08:00 |
minggo
|
b38105a70b
|
issue 675: dispatch accelerometer data to one delegate
|
2011-08-29 18:18:39 +08:00 |
minggo
|
a411f4877c
|
fixed #698:Not invoke init() in the construction of CCSprite
|
2011-08-29 11:00:31 +08:00 |
minggo
|
e26eaae5e1
|
[android] fixed #688: support reading file other than apk
|
2011-08-25 11:24:31 +08:00 |
minggo
|
55dd2545d7
|
Merge pull request #488 from minggo/iss672
fixed #672: implement copywithzone for CCShow & CCHide
|
2011-08-24 01:51:30 -07:00 |
minggo
|
ff34ada115
|
assign correct value to CCSkewY::m_fStartSkewY
|
2011-08-24 15:02:40 +08:00 |
minggo
|
952a01f43e
|
fixed #672: implement copywithzone for CCShow & CCHide
|
2011-08-24 14:21:23 +08:00 |
minggo
|
75339b7630
|
Merge pull request #486 from minggo/master
invoke this->drawNumberOfQuads(n, 0) in CCTextureAtlas::drawNumberOfQuads(unsigned int n)
|
2011-08-23 02:10:22 -07:00 |
minggo
|
a7e8c36eee
|
invoke this->drawNumberOfQuads(n, 0) in CCTextureAtlas::drawNumberOfQuads(unsigned int n)
|
2011-08-23 17:04:38 +08:00 |
minggo
|
66b453edc9
|
[iOS] fixed #693: CCLabelTTF support line break with \n
|
2011-08-23 16:19:31 +08:00 |
minggo
|
d5457526d4
|
fixed #689: the width & height of CCRect should big or equal to 0
|
2011-08-23 10:46:00 +08:00 |
minggo
|
19244406d6
|
fixed #689: assert the width and height of rect is big than 0
|
2011-08-22 14:55:51 +08:00 |
minggo
|
cd4a08aa6a
|
Merge pull request #479 from minggo/iss678
fixed #679: add constructor for CCArray
|
2011-08-21 20:14:06 -07:00 |
moadib
|
807ae36d6a
|
CCMutableArray optimization
|
2011-08-20 01:30:33 +04:00 |
minggo
|
1f9f1f59d4
|
fixed #679: add constructor for CCArray
|
2011-08-19 16:15:06 +08:00 |
minggo
|
5087f6ddb2
|
[android] fixed #683: remove unneeded includes
|
2011-08-18 16:19:36 +08:00 |
minggo
|
b4ab3f6b75
|
[android] fixed #683: remove unneeded includes
|
2011-08-18 16:18:26 +08:00 |
minggo
|
1640e48d5a
|
[android] fixed #683: let getCurrentLanguageJNI() & getPackageNameJNI() return valid pointer
|
2011-08-18 16:09:49 +08:00 |
moadib
|
a8d87a9976
|
Non-trivial arguments passed by reference now.
Removed unnecessary cocos2d:: prefix inside namespace.
|
2011-08-17 17:26:26 +04:00 |
Walzer
|
4244fdb62b
|
fixed #643, swap accelerometer input x/y according to the orientation (on ios devices)
|
2011-08-17 20:11:33 +08:00 |
minggo
|
e39d551294
|
fixed #680: fix the bug that CCTouchDispatcher::rearrangeHandlers() crashed
|
2011-08-17 15:00:32 +08:00 |
Walzer
|
3afe6ebfb2
|
fixed #638, add support for pvr ccz format. I've tested it on both ios & android, also with instrument memleak detection. But haven't tested on win32 & marmalde, in thoery it will work.
|
2011-08-16 11:56:17 +08:00 |
Walzer
|
0881668cc2
|
fixed #661. Thanks to GMTDev's previous resolvtion. And I fix the compilation error in the his patch: add float m_fContentScaleFactor declaration into CCTMXLayer.h, fix tile->setPositionIn to tile->setPosition. I just run TiledMapTest in retina mode, it works well
|
2011-08-15 12:10:11 +08:00 |
GavT
|
f47df23363
|
Fixed problems with iPhone Retina mode TMX Tiled map support. Uses "ContentScaleFactor" to divide down some Rect coordinates and changed some "setPositionInPixels" to "setPosition" too. See bug #661 http://www.cocos2d-x.org/issues/661
Also added "float m_fContentScaleFactor" in the class CCTMXLayer.h
|
2011-08-11 20:47:54 -07:00 |
Walzer
|
4aa33b0942
|
Merge pull request #463 from minggo/master
fixed #668
|
2011-08-10 19:32:44 -07:00 |
Walzer
|
6d3941ebc1
|
Merge pull request #464 from leon-li/master
fix some warnings under xcode 4.0 llvm clang
|
2011-08-10 19:32:16 -07:00 |
Leon
|
771e2349c5
|
fix some warnings under xcode 4.0 llvm compiler
|
2011-08-10 22:39:02 +08:00 |
minggo
|
9a884ffda6
|
[iOS] fixed #668: CCLabelBMFont looks ok in retina mode
|
2011-08-10 15:07:34 +08:00 |
Walzer
|
6eba0b658f
|
fixed #651, add CCFileUtils to doxygen api document
|
2011-08-08 23:05:47 +08:00 |
minggo
|
2b5635898a
|
fixed #665: add test of RenderTextureSave
|
2011-08-08 14:06:03 +08:00 |
minggo
|
7a0e8b4a0a
|
Merge pull request #457 from minggo/iss642
fixed #642: CCRenderTexture::saveBuffer() works ok on iOS
|
2011-08-07 20:08:16 -07:00 |
minggo
|
41ea2e98a1
|
fixed #642: CCRenderTexture::saveBuffer() works ok on iOS
|
2011-08-08 11:01:47 +08:00 |
liswei
|
70e19d7245
|
fixed #347 fixed 'AddFontResource' path error!
|
2011-08-08 10:32:21 +08:00 |
Walzer
|
976d886263
|
Merge pull request #455 from giom/master
Lua AddSearchPath issue #647
|
2011-08-05 18:43:44 -07:00 |
minggo
|
2d5a04b9ca
|
Merge pull request #454 from flyingpacer/608
fixed #608 rendertexture disappears after going to background
|
2011-08-04 23:55:26 -07:00 |
minggo
|
dd43f16c8e
|
fixed #622: add comment of CCUserDefault
|
2011-08-05 11:02:42 +08:00 |
RongHong
|
5f08bb24fe
|
Merge branch 'master' into 608
|
2011-08-05 10:59:40 +08:00 |
minggo
|
016c463659
|
Merge pull request #449 from flyingpacer/savecrash
fixed #657 Latest git version was broken
|
2011-08-04 02:39:33 -07:00 |
minggo
|
76da5f2e84
|
fixed #656: remove unneeded methods & android can let user set resource path
|
2011-08-04 17:19:58 +08:00 |
RongHong
|
4745b85af9
|
fixed #657 Latest git version was broken
|
2011-08-04 16:37:43 +08:00 |
liswei
|
bbc4bbeb6c
|
issue #347 lost [] in 'delete array'
|
2011-08-04 13:47:21 +08:00 |