Commit Graph

54 Commits

Author SHA1 Message Date
Walzer 9510be1d72 fixed #41, complete label 2010-08-12 09:39:25 +00:00
natural-law 8dcfabcd44 issue #43
use libpng read image files.
2010-08-12 07:35:19 +00:00
natural-law ff72e4087d issue #43
use libpng read image files.
2010-08-12 06:46:58 +00:00
Ming c93cdeaa1e fixed #38: implemented 2010-08-10 09:21:01 +00:00
yangws 7f136d932f add statusBarFrame() function in CCXApplication. 2010-08-10 04:03:05 +00:00
Ming 49673e03a0 issue #6: fix bug of gettimeofday() 2010-08-09 09:43:17 +00:00
yangws 2283765d42 On uPhone platform, UpdateWindow in draw loop. 2010-08-09 05:57:33 +00:00
yangws c0b98a1e6d 2010-08-06 04:02:54 +00:00
yangws 24bebd37a3 2010-08-06 03:51:07 +00:00
yangws 7097321fd9 2010-08-06 03:49:17 +00:00
yangws 489b64ec27 2010-08-06 03:42:15 +00:00
yangws e5816f0068 fixed #34 add eglview resize support. 2010-08-06 03:14:22 +00:00
yangws 22b4f3206d fixed bug : one click two pen down message on uphone platform. 2010-08-06 02:15:54 +00:00
natural-law d661503528 issue #33
fix little bugs
2010-08-06 01:29:18 +00:00
yangws 833397163e remove helloworld main form class code. create main window in application's EventHandler. 2010-08-05 09:20:24 +00:00
yangws d30d8be81b fixed bug: show currect image must run app twice. 2010-08-05 04:02:55 +00:00
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 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
Ming e5af08ae93 issue #6: change the implementation of CGImageGetColorSpace() 2010-07-27 08:41:18 +00:00
Ming d1d14190d5 issue #6: add some comments 2010-07-27 07:21:21 +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
Ming 2f052f299c issue #6: add function getRGBA8888Data() 2010-07-26 10:18:46 +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
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
Ming e41b7626ee issue #6: add NSLock.cpp and NSLock.h 2010-07-19 03:27:38 +00:00