Skip to content

Commit 3f9ccbb

Browse files
author
Thayer J Andrews
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents 55f77c3 + 5880a3f commit 3f9ccbb

File tree

2 files changed

+75
-119
lines changed

2 files changed

+75
-119
lines changed

cocos2d-osx.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
B74C2B9617BDA54600A829C0 /* CCSprite9Slice.m in Sources */ = {isa = PBXBuildFile; fileRef = B74C2B9417BDA54600A829C0 /* CCSprite9Slice.m */; };
8484
B74C2B9717BDA54600A829C0 /* CCSprite9Slice.h in Headers */ = {isa = PBXBuildFile; fileRef = B74C2B9517BDA54600A829C0 /* CCSprite9Slice.h */; };
8585
B750162C18125C4A00708A2F /* CCControlSubclass.h in Headers */ = {isa = PBXBuildFile; fileRef = B750162B18125C4A00708A2F /* CCControlSubclass.h */; };
86+
B751D25E1988896D00722D93 /* CCEffectGlass.h in Headers */ = {isa = PBXBuildFile; fileRef = B751D2581988896D00722D93 /* CCEffectGlass.h */; };
87+
B751D25F1988896D00722D93 /* CCEffectGlass.m in Sources */ = {isa = PBXBuildFile; fileRef = B751D2591988896D00722D93 /* CCEffectGlass.m */; };
88+
B751D2601988896D00722D93 /* CCEffectReflection.h in Headers */ = {isa = PBXBuildFile; fileRef = B751D25A1988896D00722D93 /* CCEffectReflection.h */; };
89+
B751D2611988896D00722D93 /* CCEffectReflection.m in Sources */ = {isa = PBXBuildFile; fileRef = B751D25B1988896D00722D93 /* CCEffectReflection.m */; };
90+
B751D2621988896D00722D93 /* CCEffectUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B751D25C1988896D00722D93 /* CCEffectUtils.h */; };
91+
B751D2631988896D00722D93 /* CCEffectUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B751D25D1988896D00722D93 /* CCEffectUtils.m */; };
8692
B75C2E7717C5857F002B0E0D /* NSAttributedString+CCAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B75C2E7517C5857F002B0E0D /* NSAttributedString+CCAdditions.h */; };
8793
B75C2E7817C5857F002B0E0D /* NSAttributedString+CCAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B75C2E7617C5857F002B0E0D /* NSAttributedString+CCAdditions.m */; };
8894
B77060601831B0C40043CC67 /* OALAction+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B770601F1831B0C40043CC67 /* OALAction+Private.h */; };
@@ -434,6 +440,12 @@
434440
B74C2B9417BDA54600A829C0 /* CCSprite9Slice.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSprite9Slice.m; sourceTree = "<group>"; };
435441
B74C2B9517BDA54600A829C0 /* CCSprite9Slice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSprite9Slice.h; sourceTree = "<group>"; };
436442
B750162B18125C4A00708A2F /* CCControlSubclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCControlSubclass.h; path = "cocos2d-ui/CCControlSubclass.h"; sourceTree = "<group>"; };
443+
B751D2581988896D00722D93 /* CCEffectGlass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectGlass.h; sourceTree = "<group>"; };
444+
B751D2591988896D00722D93 /* CCEffectGlass.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectGlass.m; sourceTree = "<group>"; };
445+
B751D25A1988896D00722D93 /* CCEffectReflection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectReflection.h; sourceTree = "<group>"; };
446+
B751D25B1988896D00722D93 /* CCEffectReflection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectReflection.m; sourceTree = "<group>"; };
447+
B751D25C1988896D00722D93 /* CCEffectUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEffectUtils.h; sourceTree = "<group>"; };
448+
B751D25D1988896D00722D93 /* CCEffectUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCEffectUtils.m; sourceTree = "<group>"; };
437449
B75C2E7517C5857F002B0E0D /* NSAttributedString+CCAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+CCAdditions.h"; sourceTree = "<group>"; };
438450
B75C2E7617C5857F002B0E0D /* NSAttributedString+CCAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+CCAdditions.m"; sourceTree = "<group>"; };
439451
B770601F1831B0C40043CC67 /* OALAction+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "OALAction+Private.h"; sourceTree = "<group>"; };
@@ -847,6 +859,12 @@
847859
929D1B541954C28100B27340 /* Effects */ = {
848860
isa = PBXGroup;
849861
children = (
862+
B751D2581988896D00722D93 /* CCEffectGlass.h */,
863+
B751D2591988896D00722D93 /* CCEffectGlass.m */,
864+
B751D25A1988896D00722D93 /* CCEffectReflection.h */,
865+
B751D25B1988896D00722D93 /* CCEffectReflection.m */,
866+
B751D25C1988896D00722D93 /* CCEffectUtils.h */,
867+
B751D25D1988896D00722D93 /* CCEffectUtils.m */,
850868
929D1B551954C2A600B27340 /* CCEffect_Private.h */,
851869
929D1B561954C2A600B27340 /* CCEffect.h */,
852870
929D1B571954C2A600B27340 /* CCEffect.m */,
@@ -1597,6 +1615,7 @@
15971615
E076E7661225EC7400DE0DA2 /* CGPointExtension.h in Headers */,
15981616
D3AD531E18C84FB0005B6CF3 /* CCPhysics+ObjectiveChipmunk.h in Headers */,
15991617
B7E776531858EC79004221AA /* CCParticleSystemBase.h in Headers */,
1618+
B751D25E1988896D00722D93 /* CCEffectGlass.h in Headers */,
16001619
B77060671831B0C40043CC67 /* OALUtilityActions.h in Headers */,
16011620
B770606D1831B0C40043CC67 /* OALAudioTracks.h in Headers */,
16021621
B77060991831B0C40043CC67 /* OALTools.h in Headers */,
@@ -1623,6 +1642,7 @@
16231642
B77060751831B0C40043CC67 /* ALCaptureDevice.h in Headers */,
16241643
929D1B6A1954C2A600B27340 /* CCEffect.h in Headers */,
16251644
929D1B6E1954C2A600B27340 /* CCEffectContrast.h in Headers */,
1645+
B751D2621988896D00722D93 /* CCEffectUtils.h in Headers */,
16261646
B7D273331822F5460054849B /* CCBSequenceProperty.h in Headers */,
16271647
92D1343C1954FC7A003833C4 /* CCRenderTexture_Private.h in Headers */,
16281648
A046E2B614C1E5000005BBF2 /* CCESRenderer.h in Headers */,
@@ -1646,6 +1666,7 @@
16461666
A0D7D68D15E2D2CC000CA0C4 /* ccConfig.h in Headers */,
16471667
A0D7D69015E2D2CC000CA0C4 /* ccMacros.h in Headers */,
16481668
B77060981831B0C40043CC67 /* OALNotifications.h in Headers */,
1669+
B751D2601988896D00722D93 /* CCEffectReflection.h in Headers */,
16491670
926B97E319385F8A00E345FB /* CCAnimationManager_Private.h in Headers */,
16501671
D3AD531618C84F79005B6CF3 /* CCShader_Private.h in Headers */,
16511672
B7D2732D1822F5460054849B /* CCBLocalizationManager.h in Headers */,
@@ -1894,6 +1915,7 @@
18941915
2B192860163379400049A044 /* CCClippingNode.m in Sources */,
18951916
B77060741831B0C40043CC67 /* ALBuffer.m in Sources */,
18961917
929D1B701954C2A600B27340 /* CCEffectGaussianBlur.m in Sources */,
1918+
B751D2611988896D00722D93 /* CCEffectReflection.m in Sources */,
18971919
A003ACA8165731D500C7B792 /* ccFPSImages.m in Sources */,
18981920
B74C2B9617BDA54600A829C0 /* CCSprite9Slice.m in Sources */,
18991921
B770609A1831B0C40043CC67 /* OALTools.m in Sources */,
@@ -1904,10 +1926,12 @@
19041926
929D1B771954C2A600B27340 /* CCEffectRenderer.m in Sources */,
19051927
B78AE64717E7BC9F0028BE0B /* CCButton.m in Sources */,
19061928
B78AE64817E7BCA30028BE0B /* CCControl.m in Sources */,
1929+
B751D2631988896D00722D93 /* CCEffectUtils.m in Sources */,
19071930
926B97E419385F8A00E345FB /* CCAnimationManager.m in Sources */,
19081931
B78AE64917E7BCA60028BE0B /* CCControlTextureFactory.m in Sources */,
19091932
B78AE64A17E7BCAA0028BE0B /* CCScrollView.m in Sources */,
19101933
B7D273341822F5460054849B /* CCBSequenceProperty.m in Sources */,
1934+
B751D25F1988896D00722D93 /* CCEffectGlass.m in Sources */,
19111935
929D1B7C1954C2A600B27340 /* CCEffectStack.m in Sources */,
19121936
B77060861831B0C40043CC67 /* ALWrapper.m in Sources */,
19131937
B77060781831B0C40043CC67 /* ALChannelSource.m in Sources */,

0 commit comments

Comments
 (0)