Skip to content

Commit 56908e7

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
Conflicts: .gitmodules
2 parents 516ef6d + b53b44e commit 56908e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+199
-20195
lines changed

.gitmodules

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[submodule "external/Chipmunk"]
22
path = external/Chipmunk
3-
url=https://github.com/slembcke/Chipmunk2D.git
4-
[submodule "external/ogg"]
5-
path = external/ogg
6-
url=https://github.com/spritebuilder/ogg.git
7-
branch = apportable
8-
[submodule "external/tremor"]
9-
path = external/tremor
10-
url=https://github.com/spritebuilder/tremor.git
3+
url=https://github.com/slembcke/Chipmunk2D.git
4+
[submodule "external/ObjectAL"]
5+
path = external/ObjectAL
6+
url = https://github.com/spritebuilder/ObjectAL-for-Cocos2D.git
117
branch = apportable

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 71 additions & 450 deletions
Large diffs are not rendered by default.

cocos2d-osx.xcodeproj/project.pbxproj

Lines changed: 118 additions & 348 deletions
Large diffs are not rendered by default.

cocos2d-tests-osx.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
B7EE698518187BC900B983FE /* CCSprite9SliceTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B7EE698418187BC900B983FE /* CCSprite9SliceTest.m */; };
102102
B7EE69F01819EB0E00B983FE /* CCLayoutTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B7EE69EF1819EB0E00B983FE /* CCLayoutTest.m */; };
103103
B7EE6A30181B285700B983FE /* CCSliderTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B7EE6A2F181B285700B983FE /* CCSliderTest.m */; };
104+
D3758C1119C8EBDE00B4E13A /* Music in Resources */ = {isa = PBXBuildFile; fileRef = D3758C1019C8EBDE00B4E13A /* Music */; };
104105
D389410E18639CC900725CFC /* CCPhysicsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = D389410D18639CC900725CFC /* CCPhysicsTest.m */; };
105106
D3AD532618C85006005B6CF3 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3AD532518C85006005B6CF3 /* GLKit.framework */; };
106107
D3AD532E18C856AC005B6CF3 /* CCBMFontTest.m in Sources */ = {isa = PBXBuildFile; fileRef = D3AD532818C856AC005B6CF3 /* CCBMFontTest.m */; };
@@ -236,6 +237,7 @@
236237
B7EE698418187BC900B983FE /* CCSprite9SliceTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCSprite9SliceTest.m; path = "cocos2d-ui-tests/tests/CCSprite9SliceTest.m"; sourceTree = SOURCE_ROOT; };
237238
B7EE69EF1819EB0E00B983FE /* CCLayoutTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCLayoutTest.m; path = "cocos2d-ui-tests/tests/CCLayoutTest.m"; sourceTree = SOURCE_ROOT; };
238239
B7EE6A2F181B285700B983FE /* CCSliderTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCSliderTest.m; path = "cocos2d-ui-tests/tests/CCSliderTest.m"; sourceTree = SOURCE_ROOT; };
240+
D3758C1019C8EBDE00B4E13A /* Music */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Music; path = Resources/Music; sourceTree = SOURCE_ROOT; };
239241
D389410D18639CC900725CFC /* CCPhysicsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCPhysicsTest.m; path = "cocos2d-ui-tests/tests/CCPhysicsTest.m"; sourceTree = SOURCE_ROOT; };
240242
D389412F18639E4500725CFC /* libObjectiveChipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libObjectiveChipmunk.a; path = DerivedData/cocos2d/Build/Products/Debug/libObjectiveChipmunk.a; sourceTree = "<group>"; };
241243
D389413118639E5000725CFC /* libChipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libChipmunk.a; path = external/Chipmunk/xcode/build/Debug/libChipmunk.a; sourceTree = "<group>"; };
@@ -336,6 +338,7 @@
336338
75FCA70E185F89A0006E7468 /* Test Resources */ = {
337339
isa = PBXGroup;
338340
children = (
341+
D3758C1019C8EBDE00B4E13A /* Music */,
339342
75FCA70A185F89A0006E7468 /* Sounds */,
340343
75FCA70B185F89A0006E7468 /* Particles */,
341344
75FCA70C185F89A0006E7468 /* TileMaps */,
@@ -586,6 +589,7 @@
586589
57E145A11975E3230065F142 /* larabie-16.plist in Resources */,
587590
57E145821975E3230065F142 /* bitmapFontTest2.fnt in Resources */,
588591
57E145931975E3230065F142 /* fps_images.plist in Resources */,
592+
D3758C1119C8EBDE00B4E13A /* Music in Resources */,
589593
57E145A31975E3230065F142 /* markerFelt-hd.fnt in Resources */,
590594
57E145941975E3230065F142 /* fps_images.png in Resources */,
591595
57E145801975E3230065F142 /* bitmapFontTest.fnt in Resources */,

cocos2d/Platforms/Mac/CCGLView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#if __CC_PLATFORM_MAC
3131

3232
#import <Cocoa/Cocoa.h>
33-
#import <CCDirectorView.h>
33+
#import "CCDirectorView.h"
3434

3535
//#import "../../ccConfig.h"
3636

cocos2d/Support/CCFileUtils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
#import <Foundation/Foundation.h>
29-
#import "../ccTypes.h"
3029

3130
// keys used for the suffix or directory dictionaries
3231
extern NSString const *CCFileUtilsSuffixDefault;

external/ObjectAL

Submodule ObjectAL added at 749068b

external/ObjectAL/Actions/OALAction+Private.h

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)