Commit Graph

1849 Commits

Author SHA1 Message Date
yangws cde36d0de9 fixed #34 impliment setDeviceOrientation function. 2010-08-05 03:02:30 +00:00
yangws 08e72de8b4 issue #34 add setDeviceOrientation in CCXApplication class. 2010-08-05 02:29:29 +00:00
Ming 76f62adf62 fixed #30: change some header files to include 2010-08-04 08:45:00 +00:00
yangws 8596cbffe2 fix vertical revert bug 2010-08-04 08:08:43 +00:00
Walzer 14427a24d7 2010-08-04 07:46:12 +00:00
yangws d4297744d5 change DrawPixelEx to DrawBitmap when swapBuffers in uphone/CCXEGLView_uphone.cpp 2010-08-04 06:48:14 +00:00
Ming 2acf23d133 issue #6: add function isPremultipliedAlpha() 2010-08-04 06:38:11 +00:00
yangws 44ec769cf8 fixed #14 copy ogles color buffer data to TDC in CCXEGL::SwapBuffers, to emulate eglSwapBuffers on uphone emulator. 2010-08-03 10:11:37 +00:00
Ming 8607fdb025 issue #6: fix logical error in getRGBA8888Data() 2010-08-03 03:35:55 +00:00
yangws 27eda1194a fixed #22 use user defined message to call CCDirector::preMainLoop, Use PowerVR Win32 GLES Lib to emulate TOPS GLES. 2010-08-03 03:23:12 +00:00
Ming 062ba12b20 issue #6: make getRGBA8888Data() more readable 2010-08-02 10:18:00 +00:00
Walzer 3403f1c1fd issue #18, debug BGRA to RGBA 2010-08-02 09:21:57 +00:00
Ming a324e38cb2 issue #21: change INT32 to int, change UINT to unsigned int 2010-08-02 02:58:00 +00:00
Ming db2a75e2df issue #6: fixed compile error 2010-08-02 02:29:00 +00:00
Ming 9945867be7 issue #19: fixed runtime error 2010-07-30 10:17:13 +00:00
Walzer a35d71a4fe issue #7, add xml parser 2010-07-30 04:02:36 +00:00
Ming 8ab8a1bb57 issue #6: initialize m_pLock 2010-07-29 10:18:23 +00:00
yangws 08e46a37a4 fixed #14 add egl code in class CCXEGLView 2010-07-29 08:05:14 +00:00
yangws f12d51f7ae fixed #14 impliment CCTouch and treate touch msg in CCXEGLView EventHandler. 2010-07-29 04:12:11 +00:00
yangws 28376fcd4d issue #14 CCTouch is platform independent 2010-07-29 02:21:02 +00:00
yangws de4cb4fcf7 issue #14 add CCXEGLView attach with EGLTouchDelegate 2010-07-28 10:18:27 +00:00
yangws a9d39bb731 issue #14 add CCXEGLView files 2010-07-28 02:26:06 +00:00
yangws fc139bf12a issue #14 change CCXApplication to CCXEGLView, CCDirector compile ok. 2010-07-28 02:15:02 +00:00
Ming e5af08ae93 issue #6: change the implementation of CGImageGetColorSpace() 2010-07-27 08:41:18 +00:00
Ming 2243252289 issue #6: rename to CCTouch_Platform.h 2010-07-27 07:30:31 +00:00
Ming d1d14190d5 issue #6: add some comments 2010-07-27 07:21:21 +00:00
Ming e51ba53346 issue #6: add platform/CCTouchPlatform.h 2010-07-27 05:50:00 +00:00
Ming 5eede62659 fixed #16: fixed compile errors 2010-07-27 05:47:29 +00:00
Ming e946042ce2 issue #6: remove UIImage.h 2010-07-27 01:35:25 +00:00
Walzer 5a119a03ee issue #7, add include "UIImage.h" to platform.h 2010-07-26 10:28:46 +00:00
Ming 2f052f299c issue #6: add function getRGBA8888Data() 2010-07-26 10:18:46 +00:00
yangws 245a8de096 issue #14 add CCApplication.h 2010-07-26 10:17:07 +00:00
Walzer 0783eddda4 issue #7, implementations 2010-07-26 09:32:23 +00:00
Walzer a789bd37a1 issue #7, add UIImage.h in platform/ 2010-07-26 07:15:50 +00:00
Ming 1bdc65322c issue 6#; delete platform_uphone.cpp 2010-07-26 06:13:45 +00:00
Ming 073f0720c6 issue #6: add platform/CCTime.h, platform/Cocos2dTypes.h, platform/uphone/CCTime.h, platform/uphone/CCTime.cpp 2010-07-26 01:59:27 +00:00
Ming 233b19a717 issue #6: delete platform.h and platform_uphone.h 2010-07-26 01:58:09 +00:00
Ming 5182bc1c0c issue #6: add CCFileUtils 2010-07-23 08:39:34 +00:00
Walzer d2235ef1a3 issue 7#, add NSLock.h in platform/ 2010-07-23 07:39:24 +00:00
Ming 636c60c2ed issue #6: update UIImage 2010-07-23 07:13:47 +00:00
Ming d46ba27ea1 issue #6: add UIImage.cpp, UIImage.h 2010-07-23 06:36:16 +00:00
Walzer 2fdf9c0ef3 issue #7, add namespace to timeval in platform_uphone.h 2010-07-23 06:23:53 +00:00
Walzer 9137931b38 issue #7, remove ../ 2010-07-20 06:33:31 +00:00
Ming e41b7626ee issue #6: add NSLock.cpp and NSLock.h 2010-07-19 03:27:38 +00:00
Walzer 483ad553be nothing, just modify the include path 2010-07-16 10:05:10 +00:00
Ming d0558f3349 issue #6: add CCTouch.h, update platform_uphone.cpp and platform_uphone.h 2010-07-16 06:20:55 +00:00
Ming e8be24e1bd issue #2: add needed header file to platform.h 2010-07-08 03:56:17 +00:00
Ming c81e408606 issue #2: move Cocos2dTypes.h to /platform/uphone/Cocos2dTypes.h 2010-07-08 03:49:13 +00:00
Ming e68143c71f issue #8: add platform.h and platform_uphone.h 2010-07-07 08:55:12 +00:00