Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Nov 20, 2013
1 parent 1d7071a commit df8440d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
52 changes: 1 addition & 51 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

## CHINESE => [README_CN.md](README_CN.md)

quick-cocos2d-x is a **quick** framework, based cocos2d-x. Make mobile games in Lua.
Expand Down Expand Up @@ -56,54 +57,3 @@ QUICK = SUCCESS !
- luaj: Lua call Java, Java call Lua ...
- network: Asynchronous HTTP requests, JSON, check the network status ...

----

### Changes in quick-cocos2d-x

Common:

- refactoring CCPointArray
- add CCLinkPosition
- add CCShapeNode, CCCircleShape, CCRectShape, CCPolygonShape, CCPointShape
- add CCClippingRegionNode
- add CCGraySprite, and shader ShaderPositionTextureGray
- add CCZipFile
- CCScriptEngineProtocol:executeGlobalFunction() add parameter numArgs
- add CCFileUtils:isDirectoryExist()
- add CCFileUtils:getCachePath(), return Library/Caches on iOS, same as getWritablePath() on other platforms
- add CCFileUtils:setSearchRootPath()
- add CCFileUtils:setWritablePath(), for debug
- add CCFileUtils:setCachePath(), for debug
- fix CCLabelTTF render blur
- fix CCTouchScriptHandlerEntry will release twice lua reference, see [http://www.cocos2d-x.org/issues/2535]
- add CCNotificationCenter Lua support
- CCLuaEngine:executeLayerKeypadEvent() use "back", "menu" for keypad events
- add Lua global function CCLuaLoadChunksFromZIP()
- add Lua global function CCLuaStackSnapshot, get Lua state snapshot
- upgrade LuaJIT to 2.0.2
- add LuaJavaBridge
- add LuaObjectiveCBridge
- add LuaProxy
- add Chipmunk Lua support
- add CCArmature Lua support
- add AssetsManager Lua support
- add cocos2d-x-extra library
- remove CCHttpClient
- remove CCPhysicsDebugNode, CCPhysicsSprite
- remove spine support
- remove physics support from CCArmature

Mac only:
- refactoring Mac support

Windows only:
- refactoring Windows support
- compile CocosDenshion as UNICODE
- compile LuaJIT as static library

Android only:
- improved Lua loader for Android, support package.path
- on Samsung i9100, not use OpenSL, but limit simulataneous sound streams to 3
- fix CCLabelTTF crash on Android
- support Android NDK r9
- remove LocalStorageAndroid
5 changes: 3 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ quick-cocos2d-x 是一个可以让您觉得“爽快”的 cocos2d-x 的扩展
**中国区特别推荐:**

- quick-cocos2d-x 中文站 [http://cn.quick-x.com/](http://cn.quick-x.com/)
- QQ 群 284148017
- QQ 群 284148017, 243709595
- 新浪微博 [http://weibo.com/quickcocos2dx](http://weibo.com/quickcocos2dx)
- OSChina 镜像仓库(国内访问稳定快速),100% 和 github 仓库同步,地址 [https://git.oschina.net/dualface/quick-cocos2d-x](https://git.oschina.net/dualface/quick-cocos2d-x)
- OSChina 镜像仓库(国内访问稳定快速),100% 和 github 仓库同步,地址 [http://git.oschina.net/dualface/quick-cocos2d-x](http://git.oschina.net/dualface/quick-cocos2d-x)
- CSDN 镜像仓库(国内访问稳定快速),100% 和 github 仓库同步,地址 [https://code.csdn.net/liaoyulei01/quick-cocos2d-x](https://code.csdn.net/liaoyulei01/quick-cocos2d-x)


**如果你觉得 quick-cocos2d-x 靠谱,请点一下本页面上面的 "Star" 按钮,然后发发微博帮忙宣传吧**
Expand Down

0 comments on commit df8440d

Please sign in to comment.