YuLei
|
39b019b2cb
|
[Mac] fix CC_ASSERT error
[Mac] add CC_DISABLE_ASSERT check
[cocos2d-x] CCSprite::createWithSpriteFrame() check pSpriteFrame
|
2012-09-04 11:16:59 +08:00 |
YuLei
|
09b0d9c843
|
[Mac] fix memory leaks
|
2012-09-04 02:06:04 +08:00 |
YuLei
|
a25b1b3f2f
|
[Mac] fix memory leaks
|
2012-09-04 01:22:06 +08:00 |
YuLei
|
03374fa83b
|
add CCApplicationProtocol:setStartupScriptFilename(), getStartupScriptFilename()
CCFileUtils:setResourceDirectory() add isWorkdingDir argument
|
2012-09-03 18:05:59 +08:00 |
YuLei
|
da79992275
|
Merge branch 'gles20' of git://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-02 00:38:57 +08:00 |
James Chen
|
06f240fa5e
|
Moved '#include <stdint.h>' to 'platform/ios(android,linux,blackberry)/CCStdC.h' since win32 don't have a stdint.h.
|
2012-08-29 14:49:02 -07:00 |
YuLei
|
f14eccb6e5
|
[Mac] add miss CCLuaLog
|
2012-08-29 18:40:42 +08:00 |
Donald Alan Morrison
|
5075a83271
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
Conflicts:
cocos2dx/kazmath/src/ray2.c
|
2012-08-25 00:00:27 -07:00 |
Donald Alan Morrison
|
857608495c
|
Plugged CoreFoundation memory leaks identified by Static Analyzer.
|
2012-08-24 23:34:20 -07:00 |
Donald Alan Morrison
|
9f1899978e
|
Fixed potential memory leak identified by Static Analyzer.
|
2012-08-24 21:39:41 -07:00 |
minggo
|
0c5cec0056
|
fixed #1441:fix a logical error in CCFileUtils::fullPathFromRelativePath()
|
2012-08-23 14:26:39 +08:00 |
minggo
|
07ddd43695
|
issue #1437:make CCApplication::sharedApplication() return pointer
|
2012-08-21 15:28:43 +08:00 |
minggo
|
cfdc50fb60
|
issue #1437:make CCEGLView::sharedOpenGLView() return pointer
|
2012-08-21 14:58:31 +08:00 |
ningxu
|
84a946f676
|
Update cocos2dx/platform/mac/CCGL.h
add VAO support
|
2012-08-20 23:07:43 +08:00 |
minggo
|
bcf61cdf26
|
issue #1405:use enum to distinguish target
|
2012-08-16 10:21:15 +08:00 |
minggo
|
c31415b7bd
|
issue #1405:resolution supports on mac
|
2012-08-09 14:34:20 +08:00 |
Nat Weiss
|
9f0be2de05
|
Added Mac cpp HelloWorld and Tests.
|
2012-07-24 19:07:31 -07:00 |
Nat Weiss
|
fcfea04bbc
|
iPad detection is now where it belongs in CCApplication.
|
2012-07-21 11:46:42 -07:00 |
Nat Weiss
|
a4760698ca
|
Determines whether to use iPad graphics statically, so if the window is resized the graphics loaded are consistent.
|
2012-07-21 11:35:28 -07:00 |
Nat Weiss
|
dc7ce1cd0f
|
Improved mac file utils and event responsiveness.
|
2012-07-21 02:19:03 -07:00 |
Nat Weiss
|
d4b6d1262b
|
Adding Mac support!
|
2012-07-20 21:23:40 -07:00 |
natural-law
|
d4dbedca4d
|
fixed #451,remove the code of support mac platform.
1. Remove the EventDispatcher.
2. Refactor CCLayer, CCMenu and CCParticleSystemPoint.
3. Modify the project file of win32, wophone and android.
|
2011-04-11 11:24:10 +08:00 |
natural-law
|
6bde512cbe
|
[android]issue #268,support more fonts on cocos2d-android.
|
2011-01-21 17:32:11 +08:00 |
walzer
|
ad5ee3c9f6
|
Merge remote branch 'remotes/origin/upto-0.99.5' Fix some conflicts manually.
|
2011-01-17 16:21:11 +08:00 |
minggo
|
7e30615d02
|
issue #304 Remove codes for controlling frame rate.
|
2011-01-10 15:13:30 +08:00 |
minggo
|
a391c8ef99
|
fixed some errors for iphone platform
|
2011-01-07 10:25:32 +08:00 |
natural-law
|
0d2d746aec
|
Fix bugs.Run tests in cocos2d-uphone successful.
|
2011-01-05 17:01:08 +08:00 |
natural-law
|
1b37dd27ad
|
Fix bugs.Run HelloWorld successful.
|
2011-01-05 11:24:52 +08:00 |
natural-law
|
711f3a2906
|
modify YES to true,and No to false.
|
2010-12-31 17:56:46 +08:00 |
natural-law
|
3dfd530b38
|
Merge branch 'iss295' into upto-0.99.5
|
2010-12-31 09:48:48 +08:00 |
natural-law
|
34f45c8faa
|
Implement CCEventDispatcher.
|
2010-12-31 09:36:53 +08:00 |
minggo
|
b0e5c06d37
|
Merge branch 'upto-0.99.5' of https://github.com/minggo/cocos2d-x into minggo-upto-0.99.5
|
2010-12-30 10:36:17 +08:00 |
minggo
|
da00d82117
|
fix some error in CCGrid and CCDirector.h
|
2010-12-30 10:28:13 +08:00 |
minggo
|
7b804d985b
|
merge yangws-upto-0.99.5 into upto-0.99.5
|
2010-12-30 10:25:35 +08:00 |
minggo
|
dc55c164ba
|
fixed #292
|
2010-12-29 18:01:37 +08:00 |
yangws
|
5e377f9368
|
issue #281 CCParticleSystemPoint.h upto-0.99.5
|
2010-12-28 11:09:40 +08:00 |
minggo
|
33ad2881b7
|
merge mingo-upto-0.99.5 to upto-0.99.5
|
2010-12-27 11:06:44 +08:00 |
natural-law
|
01cd90f2cc
|
update layers_scenes_transition_nodes to 0.99.5.
|
2010-12-27 09:40:45 +08:00 |
natural-law
|
6ee16ce878
|
update menu_nodes to 0.99.5
|
2010-12-25 11:15:19 +08:00 |
minggo
|
e7231f232c
|
fixed #276
|
2010-12-24 15:53:51 +08:00 |
minggo
|
d6fb209861
|
merged from minggo-upto-0.995 to upto-0.99.5
|
2010-12-24 15:21:57 +08:00 |
minggo
|
f92b0d514e
|
fixed #273
|
2010-12-24 15:04:26 +08:00 |