James Chen
|
2c399de28e
|
issue #1683: Moved CCFileUtils::setResourceDirectory. And fix a compatible issue for android.
|
2013-01-25 22:55:20 +08:00 |
James Chen
|
2235f745d3
|
issue #1683: Fixed compilation error for Win32.
|
2013-01-25 22:30:16 +08:00 |
James Chen
|
ef131beed1
|
Merge pull request #1885 from dumganhar/refactor-ccfileutils
issue #1683 :Refactoring CCFileUtils.TO BE DONE:
Making the api of CCFileUtils more c++ friendly.
|
2013-01-25 05:55:10 -08:00 |
James Chen
|
fde39c6dcb
|
Adding cache support for CCFileUtils.
|
2013-01-25 21:52:35 +08:00 |
James Chen
|
55af1fd3bf
|
Removing unneeded codes in CCFileUtils.mm for iOS port.
|
2013-01-25 21:17:28 +08:00 |
James Chen
|
a1574fe9f6
|
Reverted this commit (be305f84b6 ) since i didn't find the crash.
|
2013-01-25 20:59:58 +08:00 |
James Chen
|
6f3b22031f
|
Using new API of getting full path for file name.
|
2013-01-25 20:51:52 +08:00 |
James Chen
|
b3f54f6c1d
|
Merge remote-tracking branch 'origin/refactor-ccfileutils' into refactor-ccfileutils
|
2013-01-25 17:23:58 +08:00 |
James Chen
|
70b8e624d6
|
Merge pull request #8 from rohankuruvilla/fileutils_test
Merged @Rohan's improvements for CCFileUtils.
|
2013-01-25 01:20:51 -08:00 |
minggo
|
dcaa3900a4
|
fixed #1679: use unstripped libs for armeabi-v7a
|
2013-01-25 14:49:25 +08:00 |
James Chen
|
805067b046
|
Refactored CCFileUtils for blackberry port.
|
2013-01-25 14:09:56 +08:00 |
James Chen
|
314445e1ca
|
Refectored CCFileUtils for MAC port.
|
2013-01-25 11:12:38 +08:00 |
Rohan Kuruvilla
|
9750bbab95
|
removing absolute path lookup in fullPathForFilename
|
2013-01-24 19:04:27 -08:00 |
Rohan Kuruvilla
|
f5c74d9022
|
Adding support for getInstance in Cocos2dxGLSurfaceView, to allow for running tasks on GL Thread
|
2013-01-24 18:37:24 -08:00 |
Rohan Kuruvilla
|
be305f84b6
|
Fixing bug where it doesn't use embedded texture data, if texture filename is not available
|
2013-01-24 18:37:23 -08:00 |
Rohan Kuruvilla
|
287b5575f4
|
Changing architecture of CCFileUtils
|
2013-01-24 18:37:23 -08:00 |
James Chen
|
cefef60e11
|
Refactored CCFileUtils for Marmalade port.
|
2013-01-24 17:38:43 +08:00 |
James Chen
|
73389d68d5
|
Refactor CCFileUtils for Linux port.
|
2013-01-24 16:44:13 +08:00 |
James Chen
|
e954ce4f75
|
Made compatibility with old api CCFileUtils::setResourceDirectory.
|
2013-01-24 14:07:48 +08:00 |
James Chen
|
7589be6fb7
|
Refactoring CCFileUtils for win32. CrystalCraze works ok on WIN32 now.
|
2013-01-24 13:56:50 +08:00 |
James Chen
|
dcf1127d31
|
Merge branch 'master' into refactor-ccfileutils
|
2013-01-24 11:21:23 +08:00 |
Ed Bartley
|
908035bdee
|
Fixed a CCMenu bug that prevented the touch priority from being set to the value specified by a call to CCMenu::setTouchPriority(int).
|
2013-01-23 14:00:23 -05:00 |
James Chen
|
46f38c57fb
|
issue #1661: CrystalCraze works ok on android.
|
2013-01-24 00:32:22 +08:00 |
James Chen
|
8cfd912a06
|
CrystalCraze works ok on iOS.
|
2013-01-23 23:17:44 +08:00 |
James Chen
|
388e1d82c3
|
Added resource structure which is the same as cocos2d-iphone.
|
2013-01-23 22:29:00 +08:00 |
James Chen
|
294509c4c0
|
Merge branch 'master' of https://github.com/dumganhar/cocos2d-x into myccfileutils
|
2013-01-23 19:52:17 +08:00 |
James Chen
|
f2303b854a
|
Fixed a typo, and regenerated luabinding codes.
|
2013-01-23 15:59:13 +08:00 |
James Chen
|
c92d00dfa1
|
Merge pull request #1857 from walzer/master
fixed #1678: Well documented CCNode member functions and variables.
|
2013-01-22 23:35:14 -08:00 |
James Chen
|
2b9f79efc0
|
Merge pull request #1882 from dumganhar/memoryleak-action
Fixed memory leaks in CCActionCatmullRom class.
|
2013-01-22 22:41:44 -08:00 |
James Chen
|
317ac3dd95
|
Fixed memory leaks in CCActionCatmullRom class.
|
2013-01-23 14:38:46 +08:00 |
James Chen
|
de8a237d73
|
Merge pull request #1881 from dumganhar/linux-fix
fixed #1676: Refactoring Makefile and eclipse project configuration for LINUX port.
|
2013-01-22 03:22:41 -08:00 |
James Chen
|
8ec1a66db4
|
Removed glew-1.7.0.tgz.
|
2013-01-22 18:34:51 +08:00 |
James Chen
|
3f57b01f94
|
Fix for 32bit.
|
2013-01-22 18:30:16 +08:00 |
James
|
1d7650767b
|
Updated Makefile and project configurations for linux port.
|
2013-01-22 16:45:35 +08:00 |
James Chen
|
219657ee1a
|
Merge pull request #1872 from moadib/android_manifest_gles20
fixed #1673: Added <uses-feature android:glEsVersion="0x00020000"/> to AndroidManifest.
|
2013-01-21 23:52:32 -08:00 |
James
|
680fbe3517
|
Fixed compilation errors for linux port.
|
2013-01-22 15:21:37 +08:00 |
ivzave
|
03f1efff78
|
ignore unpacked glew
|
2013-01-21 18:01:57 +04:00 |
walzer
|
db59b047f0
|
remove "inline" keyword from set/getPositionX/Y() methods to make the compilation property without additional flags.
|
2013-01-21 20:57:06 +08:00 |
moadib
|
e39829269d
|
Added <uses-feature android:glEsVersion="0x00020000" /> to AndroidManifest.xml
|
2013-01-21 13:03:55 +04:00 |
walzer
|
b1285ca7a7
|
CCNode: add [set|get]Position[X|Y](void) back.
|
2013-01-21 16:26:33 +08:00 |
walzer
|
996d2be2b6
|
CCNode: add [set|get]Position[X|Y](void) back.
|
2013-01-21 16:26:02 +08:00 |
James Chen
|
b810aac103
|
issue #1667: Updated the comments for CCFileUtils.h.
|
2013-01-21 10:11:57 +08:00 |
James Chen
|
30b2a8a882
|
issue #1867: Updated CCFileUtils.cpp for android.
|
2013-01-18 22:18:55 +08:00 |
James Chen
|
9eb149efda
|
Updated CCFileUtils.mm.
|
2013-01-18 22:14:03 +08:00 |
James Chen
|
bc76cf09c4
|
Added filename lookup support for win32.
|
2013-01-18 21:54:48 +08:00 |
walzer
|
8657da80a6
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
|
2013-01-18 18:06:51 +08:00 |
James Chen
|
0a42829428
|
issue #1667: Adding file name lookup support for iOS and Android, TBD: Other platform supports.
|
2013-01-18 18:05:32 +08:00 |
minggo
|
6379b61400
|
fixed #1664:fixed a logical error in CCAtlasNode::setOpacityModifyRGB()
|
2013-01-18 16:40:42 +08:00 |
minggo
|
fcecd43f55
|
Merge pull request #1862 from Horcruxes/master
getFileData("a.png") doesn't work on iOS.
|
2013-01-17 17:46:23 -08:00 |
Michael Ding
|
088e568c8e
|
Update cocos2dx/platform/ios/CCFileUtils.mm
fix the problem when calling CCFileUtils::sharedFileUtils()->getFileData("a.png") doesn't work.
|
2013-01-18 09:27:22 +11:00 |