dumganhar
|
6fbf2f1d09
|
move SelectorProtocol to CCObject
|
2012-02-03 15:05:29 +08:00 |
YuLei Liao
|
f8dafe6712
|
* add CCNode::getChildrenCount()
|
2012-01-21 01:29:41 +08:00 |
YuLei Liao
|
b79828a697
|
* merge lua fix
|
2012-01-21 00:47:51 +08:00 |
YuLei Liao
|
9660bcd165
|
* merge upstream/master to master
|
2012-01-20 19:08:21 +08:00 |
dumganhar
|
a23893507d
|
fixed 952: make CCLabelBMFont support other language, such as chinese, korean, japanese.
|
2012-01-18 18:43:41 +08:00 |
dumganhar
|
543d96a73f
|
issue 952: make CCLabelBMFont support other language, such as chinese, korean, japanese.
|
2012-01-18 18:02:39 +08:00 |
gzito
|
c87881ff94
|
Added Marmalade support to TextInputTest and HelloLua samples
|
2012-01-15 15:57:10 +01:00 |
dumganhar
|
d3642be42d
|
Merge pull request #677 from dumganhar/modify_linux_port
modify eclipse project setting for linux port
|
2012-01-12 04:00:02 -08:00 |
minggo
|
bd5ff14e45
|
Merge branch 'test' of https://github.com/minggo/cocos2d-x into test
|
2012-01-12 19:30:46 +08:00 |
dumganhar
|
3f7ab5a58f
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into modify_linux_port
|
2012-01-12 19:17:31 +08:00 |
dumganhar
|
ef753afb6b
|
modify eclipse project setting for linux port
|
2012-01-12 19:15:23 +08:00 |
minggo
|
0e03c8ca21
|
fixed #930: linux supports jpg format file
|
2012-01-12 17:46:53 +08:00 |
minggo
|
cfe02e39ef
|
Broken include guard in CCActionEase.h
|
2012-01-12 17:06:46 +08:00 |
minggo
|
75216ac9ca
|
make CCTouchDelegate::touchDelegateRetain() and touchDelegateRelease as pure virtual function
|
2012-01-11 16:54:14 +08:00 |
minggo
|
57801eb0a0
|
modify version
|
2012-01-11 15:17:16 +08:00 |
minggo
|
0ee582e887
|
fixed #917: add header files to resolve compiling errors
|
2012-01-09 17:36:57 +08:00 |
minggo
|
b1aee8f9eb
|
Merge https://github.com/cocos2d/cocos2d-x into iss917_CCFileUtils
|
2012-01-09 17:12:46 +08:00 |
dumganhar
|
4cc1658d45
|
fixed #938:Don't use eglGetProcAddress to get extension function on bada1.0 device, otherwise it will cause crash.
|
2012-01-09 14:15:49 +08:00 |
dumganhar
|
259aaf42a6
|
Fixed: get extension function from eglGetProcAddress on bada platform
|
2012-01-09 14:15:18 +08:00 |
dumganhar
|
30a02030b0
|
make the property function to virtual
|
2012-01-09 11:07:45 +08:00 |
dumganhar
|
2f1c313d12
|
Merge pull request #658 from gzito/master
Added options to compile libFreetype and libXml2 also under Marmalade Mac (x86 version)
|
2012-01-04 22:09:22 -08:00 |
gzito
|
65ddb88000
|
Added options to compile freetype and libXml under Marmalade MAC (x86 simulator version)
|
2012-01-04 23:34:48 +01:00 |
minggo
|
4bffaaf9cb
|
fixed #936: check whether selector is valid
|
2012-01-04 10:58:20 +08:00 |
minggo
|
c6da8d2fbd
|
call correct java method
|
2012-01-04 10:14:46 +08:00 |
gzito
|
2acea5f7af
|
libxml2.mkf for both Windows and Mac Marmalade versions
|
2012-01-03 00:39:31 +01:00 |
gzito
|
083d0015a3
|
Merge branch 'master' of git://github.com/cocos2d/cocos2d-x
|
2012-01-02 22:32:29 +01:00 |
dumganhar
|
4010733c20
|
fixed #927: To use 'std::map::find' instead of 'std::map::[]', because '[]' will create a new element with default value.
|
2011-12-31 17:44:45 +08:00 |
minggo
|
f776ecc7e0
|
Merge pull request #650 from dumganhar/issue#934_add_isEqual
Add 'isEqual' function for CCString, make CCObject::isEqual to virtual function
|
2011-12-30 18:18:39 -08:00 |
dumganhar
|
8c65786dce
|
fixed #934: Add 'isEqual' function for CCString, make CCObject::isEqual to virtual function
|
2011-12-31 10:10:41 +08:00 |
minggo
|
53fae04ba8
|
fixed #752: make add/remove touch delegate in menu callback function correctly
|
2011-12-30 15:43:36 +08:00 |
dumganhar
|
20b6257198
|
fixed #928:change 'vt->m_PixelFormat = CCTexture2D::defaultAlphaPixelFormat();' to 'vt->m_PixelFormat = tt->getPixelFormat();'
|
2011-12-29 16:00:36 +08:00 |
dumganhar
|
025258d21d
|
fixed #928: save pixelformat for each texture, restore the pixelformat after entering foreground
|
2011-12-29 15:05:38 +08:00 |
minggo
|
fcb2294e20
|
fixed #926: subclass should retain/release when dynamic_cast fail.
|
2011-12-28 14:47:54 +08:00 |
minggo
|
37915cfed6
|
remove unneeded function, and make protocol an abstract class
|
2011-12-28 14:46:49 +08:00 |
gzito
|
28562c3fb9
|
Merge branch 'master' of git://github.com/cocos2d/cocos2d-x
|
2011-12-27 16:14:19 +01:00 |
YuLei Liao
|
bbad5a4392
|
* merge upstream/master to master
|
2011-12-25 11:48:03 +08:00 |
dumganhar
|
a09bebb32b
|
fixed #903: 1.pass 'id' parameter to setTouchInfo function;
2.when double press happens, deal with it as single press.
|
2011-12-23 20:33:42 +08:00 |
minggo
|
edbbe25a98
|
issue #888: remove the setting for android building
|
2011-12-23 10:40:02 +08:00 |
minggo
|
12237cf288
|
fixed #911: add some comment
|
2011-12-22 16:29:25 +08:00 |
minggo
|
7422a424da
|
fixed #911: make CCTextureCache::addUIImage() work ok when key is null
|
2011-12-22 16:26:56 +08:00 |
minggo
|
a96285b617
|
fixed #923: init iamge type and refactor a little codes
|
2011-12-22 15:38:31 +08:00 |
minggo
|
a0fe048f11
|
fixed #923: cache texture with correct image type
|
2011-12-22 10:48:54 +08:00 |
minggo
|
21f05c2d6f
|
issue #903: fix a compiling error
|
2011-12-22 09:56:09 +08:00 |
minggo
|
bb4b1d02bb
|
Merge pull request #608 from GMTDev/patch-2
issue #903: Update CCTouch to include the ID/PID of the touch
|
2011-12-20 21:48:30 -08:00 |
GavT
|
36f8e43dd8
|
Update cocos2dx/include/CCTouch.h
|
2011-12-20 20:40:48 -08:00 |
gzito
|
a39be9506f
|
Defines documentation to avoid warning in Marmalade
|
2011-12-20 22:34:23 +01:00 |
gzito
|
d37417f7da
|
Re-added libXml2
|
2011-12-20 22:10:01 +01:00 |
gzito
|
298f12e7a3
|
Removed libxml2 (precompiled version)
|
2011-12-20 22:05:01 +01:00 |
minggo
|
01cf5793ad
|
fixed #922: rename CCTexture2D::setPVRImagesHavePremultipliedAlpha() and change it to a static method
|
2011-12-20 14:59:15 +08:00 |
minggo
|
28d0737bf3
|
fixed #917: implement CCFileUtils::getFileDataFromZip() on iOS
|
2011-12-20 14:18:53 +08:00 |