Commit Graph

3250 Commits

Author SHA1 Message Date
minggo 53fae04ba8 fixed #752: make add/remove touch delegate in menu callback function correctly 2011-12-30 15:43:36 +08:00
dumganhar 022530f9c8 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-12-30 11:12:14 +08:00
minggo ea260dceb4 Merge pull request #648 from dumganhar/issue#928
16bit texture is changed to 32bit after application enter foreground
2011-12-29 00:03:41 -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
dumganhar 0f2d99b27e Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-12-29 14:56:15 +08:00
dumganhar d6c18ab71c fixed #927: unloadEffect called after stopEffect will cause crash 2011-12-29 14:54:18 +08:00
minggo a4330acfd4 Merge pull request #647 from minggo/iss910_create_template
fixed #910: when create new android project, not delete existing directory
2011-12-28 19:01:02 -08:00
minggo 5c04551567 fixed #910: when create new android project, not delete existing directory 2011-12-29 10:39:46 +08:00
minggo 8664bc6607 Merge pull request #645 from minggo/iss926_rtti
fixed #926: retain/release in Paddle
2011-12-27 23:15:39 -08:00
minggo 08e0be754b fixed #926: retain/release in Paddle 2011-12-28 15:13:02 +08:00
minggo 9645d14bf4 Merge pull request #644 from minggo/iss926_rtti
add functions in CCTouchDelegate for subclass to retain/release when dynamic_cast() faild
2011-12-27 22:54:51 -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
dumganhar 2d4e14ad26 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-12-27 10:22:00 +08:00
dumganhar 2438dba1a8 Merge pull request #643 from dumganhar/issue#903
Issue#903
2011-12-23 04:37:24 -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
dumganhar 6a8400a350 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-12-23 19:41:25 +08:00
minggo 69bfc7ab48 Merge pull request #642 from minggo/iss919_script
make script support global variable
2011-12-23 00:03:04 -08:00
minggo beb57fc486 fixed #919: make script support global variable 2011-12-23 16:00:31 +08:00
minggo afa8e48783 fixed #919: linux template supports global variable 2011-12-23 14:45:41 +08:00
minggo c2761cc84f issue #919:make create project support global variable 2011-12-23 14:15:01 +08:00
minggo ae329f62ca Merge pull request #641 from minggo/iss888_linux_eclipse
Iss888 linux eclipse
2011-12-22 19:35:41 -08:00
minggo 4cd5ecc524 Merge pull request #640 from minggo/master
fixed #892: update pkg and LuaCocos2d.cpp
2011-12-22 19:32:04 -08:00
minggo d82471478d add run permition 2011-12-23 11:17:20 +08:00
minggo 48aa511116 Merge branch 'master' of https://github.com/minggo/cocos2d-x into iss888_linux_eclipse 2011-12-23 11:13:14 +08:00
minggo 61e87f661b issue #888: fix some typo error 2011-12-23 11:12:06 +08:00
minggo 333342afe2 fixed #892: update pkg and LuaCocos2d.cpp 2011-12-23 11:10:36 +08:00
minggo e287e74a6e fix a typo error 2011-12-23 10:43:39 +08:00
minggo edbbe25a98 issue #888: remove the setting for android building 2011-12-23 10:40:02 +08:00
minggo 3b15f02867 Merge pull request #639 from minggo/iss911
make CCTextureCache::addUIImage() work ok when key is null
2011-12-22 00:31:36 -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 55f54b3425 Merge pull request #638 from minggo/iss923_addImageAsync
fixed #923: init iamge type and refactor a little codes
2011-12-21 23:40:17 -08:00
minggo a96285b617 fixed #923: init iamge type and refactor a little codes 2011-12-22 15:38:31 +08:00
minggo 52a46e01f1 Merge pull request #637 from minggo/iss924_cocosdenshion
fixed 924: make cocosdenshion thread safe for preloading
2011-12-21 23:07:41 -08:00
minggo 3a3dcf736b fixed 924: make cocosdenshion thread safe for preloading 2011-12-22 15:06:00 +08:00
minggo 9f02cfd2aa Merge pull request #636 from minggo/iss923_addImageAsync
fixed #923: cache texture with correct image type
2011-12-21 18:53:58 -08:00
minggo a0fe048f11 fixed #923: cache texture with correct image type 2011-12-22 10:48:54 +08:00
minggo db1ead3cd4 Merge pull request #635 from minggo/iss903_touch
issue #903: fix a compiling error
2011-12-21 17:57:19 -08:00
minggo 21f05c2d6f issue #903: fix a compiling error 2011-12-22 09:56:09 +08:00
minggo 0f7c8abfc1 Merge pull request #634 from minggo/iss919_script
issue #919: supporting global variable
2011-12-20 21:51:20 -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 4550e2cba7 Lowered memory requirement for HelloWorld 2011-12-20 22:07:09 +01:00
gzito 298f12e7a3 Removed libxml2 (precompiled version) 2011-12-20 22:05:01 +01:00
minggo b7fbd4fc13 issue #919: supporting global variable 2011-12-20 16:50:39 +08:00