minggo
|
96ecb05ca9
|
issue #1564: make tests run on mac osx
|
2012-11-23 14:22:50 +08:00 |
minggo
|
14dbe091c8
|
fix a logical bug in CCRenderTExture
|
2012-11-22 11:06:07 +08:00 |
James Chen
|
e1f7c0bab6
|
issue #1564: Removing one unnecessary line in CCRenderTexture::visit.
|
2012-11-22 09:55:43 +08:00 |
James Chen
|
170978d6a5
|
issue #1564: Added ClippingNodeTest.
|
2012-11-21 15:22:54 +08:00 |
James Chen
|
ebd522e3fa
|
issue #1564: Return a new object instead of 'const reference' for some get methods.
|
2012-11-20 16:34:55 +08:00 |
minggo
|
a4a53df159
|
issue #1555:build ok on android
|
2012-11-16 14:23:14 +08:00 |
minggo
|
a701eaecce
|
issue #1555:update to v2.1 beta3
|
2012-11-14 18:05:15 +08:00 |
minggo
|
d2a5723973
|
issue #1555:add CCDrawNode
|
2012-11-09 12:08:18 +08:00 |
minggo
|
6159a8b592
|
issue #1555:add CCClippingNode
|
2012-11-08 17:55:25 +08:00 |
James Chen
|
2c670a9efc
|
issue #1486: Fix a bug in CCRenderTexture.cpp about calculate width and height by multiply CC_CONTENT_SCALE_FACTOR().
|
2012-10-13 18:19:37 +08:00 |
minggo
|
d8b0c75675
|
fixed #1500:fix a memory leak
|
2012-10-10 12:02:56 +08:00 |
minggo
|
96b3232910
|
fixed #1500:make rendertexture work ok on certain Qualcomm Andreno gpu
|
2012-10-10 11:36:02 +08:00 |
Donald Alan Morrison
|
4cbd993091
|
Minor English Spelling Corrections. A few grammar corrections.
|
2012-09-17 00:02:24 -07:00 |
minggo
|
56ce6869d6
|
Merge pull request #1227 from donaldalanmorrison/gles20
Gles20
|
2012-08-23 18:32:39 -07:00 |
minggo
|
3b442dfc0f
|
fixed #1439:synchronize to cocos2d-iphone v2.0.0
|
2012-08-22 15:51:25 +08:00 |
Donald Alan Morrison
|
c482a246be
|
Plugged potential memory leak found by LLVM Static Analyzer.
|
2012-08-20 16:40:26 -07:00 |
Walzer
|
685b70e6fb
|
fixed #1402, résolve conflicting "create" functions
1. Following https://docs.google.com/document/d/1eqvYjVah0R9nkjzJ_ga1-_cyjHnizVQ5dyESYNpYM0s/edit?pli=1
2. use CCSequence/CCSpawn::initWithTwoActions, createWithTwoActions instead of initOneTwo, create(one, two).
3. haven't re-generate lua-binding to resolve the conflicts yet.
|
2012-07-23 22:49:11 +08:00 |
minggo
|
f9c40f7372
|
issue #1399: work ok on iOS after adjusting directory structure
|
2012-07-19 17:22:36 +08:00 |
James Chen
|
a901b0bb12
|
fixed #1367: Refactor "createWith***" to "create".
|
2012-06-27 14:21:29 +08:00 |
Walzer
|
9eab0c19f8
|
add groups to all classes for doxygen
|
2012-06-20 18:09:11 +08:00 |
James Chen
|
24e3ec7499
|
fixed #1336: Updated comment information for deprecated apis.
|
2012-06-20 14:31:36 +08:00 |
James Chen
|
b818c0afa6
|
fixed #1336: Used CC_DEPRECATED_ATTRIBUTE macro to mark deprecated interfaces.
|
2012-06-20 11:48:31 +08:00 |
minggo
|
90448ec7d0
|
issue #1269:fix some compiling error because of including error header files
|
2012-06-19 16:20:46 +08:00 |
minggo
|
9ec29d715a
|
issue #1269:make tests HelloWorld HelloLua and testjs refer subproject cocos2dx
|
2012-06-19 13:50:11 +08:00 |
James Chen
|
1d0fa4a9aa
|
fixed #1292: Updated lua bindings.
|
2012-06-15 17:26:11 +08:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +08:00 |
minggo
|
c965c8d770
|
fixed 1181: synchronize latest codes
|
2012-06-15 10:27:52 +08:00 |
minggo
|
9d9e2579e3
|
issue #1181: save render texture when comming to background
|
2012-06-14 18:37:57 +08:00 |
James Chen
|
3a410c14a1
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1324_create
Conflicts:
cocos2dx/extensions/CCBReader/CCBReader_v2.cpp
cocos2dx/extensions/CCControlExtension/CCScale9Sprite.cpp
cocos2dx/label_nodes/CCLabelBMFont.cpp
cocos2dx/menu_nodes/CCMenuItem.cpp
cocos2dx/menu_nodes/CCMenuItem.h
cocos2dx/misc_nodes/CCRenderTexture.h
cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.cpp
tests/tests/ExtensionsTest/CocosBuilderTest/HelloCocosBuilder.cpp
tests/tests/LabelTest/LabelTest.cpp
|
2012-06-14 17:36:31 +08:00 |
James Chen
|
7fe3f7357e
|
issue #1324: Reverted old interfaces.
|
2012-06-14 17:18:05 +08:00 |
James Chen
|
23574172ff
|
issue #1324: Added create() for static member functions that new an autorelease object, updated cocoa folder.
|
2012-06-14 16:05:58 +08:00 |
James Chen
|
3f7b44fc23
|
issue #1324: Added create() for static member functions that new an autorelease object
|
2012-06-14 15:13:16 +08:00 |
Nicolas Gramlich
|
e2a1a246a0
|
Converted removed all Carriage Returns (dos line-endings, ^M.) in cocos2dx, except in the windows project/platform files.
|
2012-06-13 14:26:28 -07:00 |
Nicolas Gramlich
|
58b53be708
|
Merge with gles20.
|
2012-06-11 11:50:32 -07:00 |
Nicolas Gramlich
|
4378731418
|
Merge with gles20.
|
2012-06-11 10:43:07 -07:00 |
James Chen
|
12a9d13443
|
issue #1310: Synchronize to RC2, HelloWorld works ok on win32.
|
2012-06-08 16:54:38 +08:00 |
James Chen
|
76a560a474
|
issue #1310: Made CCFileUtils as a singleton.
|
2012-06-08 16:22:57 +08:00 |
James Chen
|
c8dfe7f92b
|
issue #1310: Finished CCRenderTexture.h(.cpp).
|
2012-06-08 14:30:55 +08:00 |
James Chen
|
26cf81e42e
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
Conflicts:
cocos2dx/CCScheduler.h
cocos2dx/include/ccTypes.h
|
2012-06-08 14:14:13 +08:00 |
James Chen
|
c5cf23c859
|
issue #1310: First commit since sync to rc2.
|
2012-06-08 14:11:48 +08:00 |
minggo
|
cc16320445
|
issue #1310: syncronize actions
|
2012-06-08 13:55:28 +08:00 |
James Chen
|
4b7f9f582f
|
fixed #1297: fixed a bug in CCRenderTexture::begin. The parameters of glViewPort should not multiply CC_CONTENT_SCALE_FACTOR().
|
2012-06-06 15:56:55 +08:00 |
James Chen
|
6bb2941ec9
|
fixed #1300: Typo: CC_ENABLE_CACHE_TEXTTURE_DATA -> CC_ENABLE_CACHE_TEXTURE_DATA
|
2012-06-06 10:06:51 +08:00 |
Walzer
|
1e732930b7
|
fixed #1258, testjs and spidermonkey-ios is merged. But only test_actions.js works.
|
2012-05-24 17:48:05 +08:00 |
James Chen
|
1d94ba05a0
|
fixed #1189: updated linebreak and tab(4 space) for all source files.
|
2012-04-25 18:17:04 +08:00 |
James Chen
|
0f36a89c7e
|
issue #1188: Refactor directory. Compile successfully on android and win32(vs2008 debug).
|
2012-04-25 16:18:04 +08:00 |
James Chen
|
0c6d21c0f9
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1177_platform
|
2012-04-20 17:34:47 +08:00 |
James Chen
|
909a759ff6
|
issue #1177: Updated android project configuration.
|
2012-04-20 17:33:28 +08:00 |
minggo
|
f3d97bd9b6
|
fixed #1180: synchronize CCConfiguration
|
2012-04-20 11:39:12 +08:00 |
James Chen
|
f619c3e006
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1176_refactor
Conflicts:
cocos2dx/misc_nodes/CCRenderTexture.cpp
|
2012-04-19 17:51:58 +08:00 |