mirror of https://github.com/axmolengine/axmol.git
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
This commit is contained in:
commit
14901ed8ea
|
@ -10,3 +10,6 @@
|
||||||
[submodule "external"]
|
[submodule "external"]
|
||||||
path = external
|
path = external
|
||||||
url = git://github.com/cocos2d/cocos2d-x-external.git
|
url = git://github.com/cocos2d/cocos2d-x-external.git
|
||||||
|
[submodule "tests/cpp-tests/Resources/ccs-res"]
|
||||||
|
path = tests/cpp-tests/Resources/ccs-res
|
||||||
|
url = git://github.com/dumganhar/ccs-res.git
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
cocos2d-x
|
cocos2d-x
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/cocos2d/cocos2d-x.png?branch=master)](https://travis-ci.org/cocos2d/cocos2d-x)
|
[![Build Status](https://travis-ci.org/cocos2d/cocos2d-x.png?branch=v3)](https://travis-ci.org/cocos2d/cocos2d-x)
|
||||||
|
|
||||||
[cocos2d-x][1] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
|
[cocos2d-x][1] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
|
||||||
It is based on [cocos2d-iphone][2], but instead of using Objective-C, it uses C++.
|
It is based on [cocos2d-iphone][2], but instead of using Objective-C, it uses C++.
|
||||||
|
|
|
@ -177,6 +177,8 @@
|
||||||
1A0EE57D18CDFBBE004CD58F /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37518CD9E180087CE3A /* Opengl.lua */; };
|
1A0EE57D18CDFBBE004CD58F /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37518CD9E180087CE3A /* Opengl.lua */; };
|
||||||
1A0EE57E18CDFBBE004CD58F /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37618CD9E180087CE3A /* OpenglConstants.lua */; };
|
1A0EE57E18CDFBBE004CD58F /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37618CD9E180087CE3A /* OpenglConstants.lua */; };
|
||||||
1A0EE57F18CDFBBE004CD58F /* StudioConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37718CD9E180087CE3A /* StudioConstants.lua */; };
|
1A0EE57F18CDFBBE004CD58F /* StudioConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1ABCA37718CD9E180087CE3A /* StudioConstants.lua */; };
|
||||||
|
1A221C9C191771E300FD2BE4 /* ccs-res in Resources */ = {isa = PBXBuildFile; fileRef = 1A221C9B191771E300FD2BE4 /* ccs-res */; };
|
||||||
|
1A221C9D191771E400FD2BE4 /* ccs-res in Resources */ = {isa = PBXBuildFile; fileRef = 1A221C9B191771E300FD2BE4 /* ccs-res */; };
|
||||||
1A9F808D177E98A600D9A1CB /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; };
|
1A9F808D177E98A600D9A1CB /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; };
|
||||||
1AAF534B180E2F4E000584C8 /* libbox2d Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FB61807A4F9005B8026 /* libbox2d Mac.a */; };
|
1AAF534B180E2F4E000584C8 /* libbox2d Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FB61807A4F9005B8026 /* libbox2d Mac.a */; };
|
||||||
1AAF534C180E2F4E000584C8 /* libchipmunk Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FB41807A4F9005B8026 /* libchipmunk Mac.a */; };
|
1AAF534C180E2F4E000584C8 /* libchipmunk Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A15FB41807A4F9005B8026 /* libchipmunk Mac.a */; };
|
||||||
|
@ -1240,6 +1242,7 @@
|
||||||
1A0EE31418CDF733004CD58F /* lua-empty-test Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-empty-test Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
1A0EE31418CDF733004CD58F /* lua-empty-test Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-empty-test Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
1A0EE41318CDF775004CD58F /* cpp-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "cpp-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
1A0EE41318CDF775004CD58F /* cpp-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "cpp-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
1A0EE47E18CDF799004CD58F /* lua-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
1A0EE47E18CDF799004CD58F /* lua-empty-test iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-empty-test iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
1A221C9B191771E300FD2BE4 /* ccs-res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "ccs-res"; path = "../tests/cpp-tests/Resources/ccs-res"; sourceTree = "<group>"; };
|
||||||
1A9F808C177E98A600D9A1CB /* libcurl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcurl.dylib; path = usr/lib/libcurl.dylib; sourceTree = SDKROOT; };
|
1A9F808C177E98A600D9A1CB /* libcurl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcurl.dylib; path = usr/lib/libcurl.dylib; sourceTree = SDKROOT; };
|
||||||
1ABCA27618CD90A40087CE3A /* cocos2d_lua_bindings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d_lua_bindings.xcodeproj; path = "../cocos/scripting/lua-bindings/proj.ios_mac/cocos2d_lua_bindings.xcodeproj"; sourceTree = "<group>"; };
|
1ABCA27618CD90A40087CE3A /* cocos2d_lua_bindings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d_lua_bindings.xcodeproj; path = "../cocos/scripting/lua-bindings/proj.ios_mac/cocos2d_lua_bindings.xcodeproj"; sourceTree = "<group>"; };
|
||||||
1ABCA28618CD91510087CE3A /* lua-tests Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-tests Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
1ABCA28618CD91510087CE3A /* lua-tests Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "lua-tests Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
@ -3492,6 +3495,7 @@
|
||||||
children = (
|
children = (
|
||||||
1AC35CA918CED84500F37B72 /* animations */,
|
1AC35CA918CED84500F37B72 /* animations */,
|
||||||
1AC35CAE18CED84500F37B72 /* ccb */,
|
1AC35CAE18CED84500F37B72 /* ccb */,
|
||||||
|
1A221C9B191771E300FD2BE4 /* ccs-res */,
|
||||||
1AC35CB318CED84500F37B72 /* components */,
|
1AC35CB318CED84500F37B72 /* components */,
|
||||||
1AC35CB418CED84500F37B72 /* configs */,
|
1AC35CB418CED84500F37B72 /* configs */,
|
||||||
1AC35CB818CED84500F37B72 /* extensions */,
|
1AC35CB818CED84500F37B72 /* extensions */,
|
||||||
|
@ -3504,10 +3508,10 @@
|
||||||
1AC35CC718CED84500F37B72 /* spine */,
|
1AC35CC718CED84500F37B72 /* spine */,
|
||||||
1AC35CC818CED84500F37B72 /* TileMaps */,
|
1AC35CC818CED84500F37B72 /* TileMaps */,
|
||||||
1AC35CC918CED84500F37B72 /* zwoptex */,
|
1AC35CC918CED84500F37B72 /* zwoptex */,
|
||||||
|
C08689C018D370C90093E810 /* background.caf */,
|
||||||
1AC35CAF18CED84500F37B72 /* CocosBuilderExample.ccbproj */,
|
1AC35CAF18CED84500F37B72 /* CocosBuilderExample.ccbproj */,
|
||||||
1AC35CB018CED84500F37B72 /* CocosBuilderExample.ccbresourcelog */,
|
1AC35CB018CED84500F37B72 /* CocosBuilderExample.ccbresourcelog */,
|
||||||
1AC35CC218CED84500F37B72 /* music.mid */,
|
1AC35CC218CED84500F37B72 /* music.mid */,
|
||||||
C08689C018D370C90093E810 /* background.caf */,
|
|
||||||
1AC35CAC18CED84500F37B72 /* background.mp3 */,
|
1AC35CAC18CED84500F37B72 /* background.mp3 */,
|
||||||
1AC35CAD18CED84500F37B72 /* background.ogg */,
|
1AC35CAD18CED84500F37B72 /* background.ogg */,
|
||||||
1AC35CB718CED84500F37B72 /* effect2.ogg */,
|
1AC35CB718CED84500F37B72 /* effect2.ogg */,
|
||||||
|
@ -4358,6 +4362,7 @@
|
||||||
1AC35CEC18CED84500F37B72 /* fonts in Resources */,
|
1AC35CEC18CED84500F37B72 /* fonts in Resources */,
|
||||||
1AC35CCA18CED84500F37B72 /* animations in Resources */,
|
1AC35CCA18CED84500F37B72 /* animations in Resources */,
|
||||||
1AC35CEA18CED84500F37B72 /* fileLookup.plist in Resources */,
|
1AC35CEA18CED84500F37B72 /* fileLookup.plist in Resources */,
|
||||||
|
1A221C9C191771E300FD2BE4 /* ccs-res in Resources */,
|
||||||
1AC35CF018CED84500F37B72 /* hd in Resources */,
|
1AC35CF018CED84500F37B72 /* hd in Resources */,
|
||||||
1AC35CFC18CED84500F37B72 /* music.mid in Resources */,
|
1AC35CFC18CED84500F37B72 /* music.mid in Resources */,
|
||||||
1AC35D0A18CED84500F37B72 /* zwoptex in Resources */,
|
1AC35D0A18CED84500F37B72 /* zwoptex in Resources */,
|
||||||
|
@ -4384,6 +4389,7 @@
|
||||||
1AC35C9618CECF1400F37B72 /* Icon-76.png in Resources */,
|
1AC35C9618CECF1400F37B72 /* Icon-76.png in Resources */,
|
||||||
1AC35C8A18CECF1400F37B72 /* Default@2x.png in Resources */,
|
1AC35C8A18CECF1400F37B72 /* Default@2x.png in Resources */,
|
||||||
1AC35CE318CED84500F37B72 /* effect1.raw in Resources */,
|
1AC35CE318CED84500F37B72 /* effect1.raw in Resources */,
|
||||||
|
1A221C9D191771E400FD2BE4 /* ccs-res in Resources */,
|
||||||
1AC35C9018CECF1400F37B72 /* Icon-29.png in Resources */,
|
1AC35C9018CECF1400F37B72 /* Icon-29.png in Resources */,
|
||||||
1AC35D0918CED84500F37B72 /* TileMaps in Resources */,
|
1AC35D0918CED84500F37B72 /* TileMaps in Resources */,
|
||||||
1AC35CFF18CED84500F37B72 /* Particles in Resources */,
|
1AC35CFF18CED84500F37B72 /* Particles in Resources */,
|
||||||
|
|
|
@ -72,31 +72,34 @@ bool AppDelegate::applicationDidFinishLaunching()
|
||||||
{
|
{
|
||||||
auto resourceSize = Size(960, 640);
|
auto resourceSize = Size(960, 640);
|
||||||
searchPaths.push_back("hd");
|
searchPaths.push_back("hd");
|
||||||
searchPaths.push_back("hd/scenetest");
|
searchPaths.push_back("ccs-res/hd");
|
||||||
searchPaths.push_back("hd/scenetest/ArmatureComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest");
|
||||||
searchPaths.push_back("hd/scenetest/AttributeComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/ArmatureComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/BackgroundComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/AttributeComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/EffectComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/BackgroundComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/LoadSceneEdtiorFileTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/EffectComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/ParticleComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/LoadSceneEdtiorFileTest");
|
||||||
searchPaths.push_back("hd/scenetest/SpriteComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/ParticleComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/TmxMapComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/SpriteComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/UIComponentTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/TmxMapComponentTest");
|
||||||
searchPaths.push_back("hd/scenetest/TriggerTest");
|
searchPaths.push_back("ccs-res/hd/scenetest/UIComponentTest");
|
||||||
|
searchPaths.push_back("ccs-res/hd/scenetest/TriggerTest");
|
||||||
|
searchPaths.push_back("ccs-res");
|
||||||
director->setContentScaleFactor(resourceSize.height/designSize.height);
|
director->setContentScaleFactor(resourceSize.height/designSize.height);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
searchPaths.push_back("scenetest/ArmatureComponentTest");
|
searchPaths.push_back("ccs-res");
|
||||||
searchPaths.push_back("scenetest/AttributeComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/ArmatureComponentTest");
|
||||||
searchPaths.push_back("scenetest/BackgroundComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/AttributeComponentTest");
|
||||||
searchPaths.push_back("scenetest/EffectComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/BackgroundComponentTest");
|
||||||
searchPaths.push_back("scenetest/LoadSceneEdtiorFileTest");
|
searchPaths.push_back("ccs-res/scenetest/EffectComponentTest");
|
||||||
searchPaths.push_back("scenetest/ParticleComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/LoadSceneEdtiorFileTest");
|
||||||
searchPaths.push_back("scenetest/SpriteComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/ParticleComponentTest");
|
||||||
searchPaths.push_back("scenetest/TmxMapComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/SpriteComponentTest");
|
||||||
searchPaths.push_back("scenetest/UIComponentTest");
|
searchPaths.push_back("ccs-res/scenetest/TmxMapComponentTest");
|
||||||
searchPaths.push_back("scenetest/TriggerTest");
|
searchPaths.push_back("ccs-res/scenetest/UIComponentTest");
|
||||||
|
searchPaths.push_back("ccs-res/scenetest/TriggerTest");
|
||||||
}
|
}
|
||||||
|
|
||||||
fileUtils->setSearchPaths(searchPaths);
|
fileUtils->setSearchPaths(searchPaths);
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b77212bf6fbdc33b9e08a68ed224121ad93864e5
|
Loading…
Reference in New Issue