diff --git a/CHANGELOG b/CHANGELOG index 71fec399..72f56cac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,6 @@ http://www.brenwill.com +++++++++++++++++++++++++++++++++++++ - Cocos3D 2.0.2 - 2014/12/15 ------------------------------------- @@ -39,7 +38,6 @@ Cocos3D 2.0.1 - 2014/09/19 - Remove ! from README!.md filename for GitHub compatibility - Cocos3D 2.0.0 - 2014/07/31 ------------------------------------- diff --git a/Docs/API/doxygen.config b/Docs/API/doxygen.config index 2e12843f..df228641 100644 --- a/Docs/API/doxygen.config +++ b/Docs/API/doxygen.config @@ -32,7 +32,7 @@ PROJECT_NAME = Cocos3D # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.0.1 +PROJECT_NUMBER = 2.0.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/LICENSE_cocos3d.txt b/LICENSE_cocos3d.txt index 857e1be2..49060864 100644 --- a/LICENSE_cocos3d.txt +++ b/LICENSE_cocos3d.txt @@ -1,6 +1,6 @@ COCOS3D LICENSE -Cocos3D 2.0.1 +Cocos3D 2.0.2 Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.h b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.h index da42bfd7..be44c8d1 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.h +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.h @@ -1,7 +1,7 @@ /* * MainLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.m b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.m index 43a1aee0..574c6223 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.m +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/MainLayer.m @@ -1,7 +1,7 @@ /* * MainLayer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.h b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.h index 81aeb440..ba17958f 100755 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.h +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.h @@ -1,7 +1,7 @@ /* * TileLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.m b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.m index d9b970cf..f4c01c68 100755 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.m +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileLayer.m @@ -1,7 +1,7 @@ /* * TileLayer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.h b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.h index 890bb106..94eef48f 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.h +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.h @@ -1,7 +1,7 @@ /* * TileScene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.m b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.m index 5d7262ca..a0b90466 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.m +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/Classes/TileScene.m @@ -1,7 +1,7 @@ /* * TileScene.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.h b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.h index 64bc92eb..224bd2f3 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.h +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.m b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.m index 7720df5f..412bc8d0 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.m +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/main.m b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/main.m index c01aa70c..7ec0da27 100644 --- a/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/main.m +++ b/Projects/CC3Demo3DTiles/CC3Demo3DTiles/iOS Support/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.h index f41ec9d5..c27e2260 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.h @@ -1,7 +1,7 @@ /* * CC3DemoMashUpLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.m index 4393c501..21da8814 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpLayer.m @@ -1,7 +1,7 @@ /* * CC3DemoMashUpLayer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.h index ab011de9..6d2327d4 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.h @@ -1,7 +1,7 @@ /* * CC3DemoMashUpScene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.m index d9ad14ce..40aeec05 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/CC3DemoMashUpScene.m @@ -1,7 +1,7 @@ /* * CC3DemoMashUpScene.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.h index 300ae1f2..aca22bc2 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.h @@ -1,7 +1,7 @@ /* * HUDLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.m index 2d3c2876..5999635c 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDLayer.m @@ -1,7 +1,7 @@ /* * HUDLayer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.h index a957c802..0b24e31e 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.h @@ -1,7 +1,7 @@ /* * HUDScene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.m index d5a644bf..db9898d7 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/HUDScene.m @@ -1,7 +1,7 @@ /* * HUDScene.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.h index 3e22d058..0b62b752 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.h @@ -1,7 +1,7 @@ /* * Models.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.m index 4d0ddafa..eacf8f8b 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/Classes/Models.m @@ -1,7 +1,7 @@ /* * Models.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.h index 0f609f83..8606b974 100644 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.h @@ -1,7 +1,7 @@ /* * CC3DemoMashUpAppDelegate.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.m index e273bff7..14fc64b6 100644 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/CC3DemoMashUpAppDelegate.m @@ -1,7 +1,7 @@ /* * CC3DemoMashUpAppDelegate.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/main.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/main.m index 00df10fe..5ed08888 100644 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/main.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/OSX Support/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.h b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.h index af51f9b6..b2abaef0 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.h +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.h @@ -1,7 +1,7 @@ /* * CC3DemoMashUpAppDelegate.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.m index 33c66626..1d1ffac6 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/CC3DemoMashUpAppDelegate.m @@ -1,7 +1,7 @@ /* * CC3DemoMashUpAppDelegate.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/main.m b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/main.m index b13e796f..8932cb39 100755 --- a/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/main.m +++ b/Projects/CC3DemoMashUp/CC3DemoMashUp/iOS Support/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.h b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.h index 0b250563..5ae28f08 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.h +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.m b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.m index e548a787..c35b4a12 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.m +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.h b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.h index 8551b9e5..9d9da0cc 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.h +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.h @@ -1,7 +1,7 @@ /* * IntroScene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.m b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.m index d27e04b6..2689ee8c 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.m +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/IntroScene.m @@ -1,7 +1,7 @@ /* * IntroScene.M * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.h b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.h index 9d69b47e..183bd4e3 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.h +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.h @@ -1,7 +1,7 @@ /* * MainViewController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.m b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.m index a4b94e3d..62085eea 100644 --- a/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.m +++ b/Projects/CC3DemoMultiScene/CC3DemoMultiScene/iOS Support/MainViewController.m @@ -1,7 +1,7 @@ /* * MainViewController.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3HelloWorld/CC3HelloWorld-OSX.xcodeproj/project.pbxproj b/Projects/CC3HelloWorld/CC3HelloWorld-OSX.xcodeproj/project.pbxproj index ca7946c0..fed29c3b 100644 --- a/Projects/CC3HelloWorld/CC3HelloWorld-OSX.xcodeproj/project.pbxproj +++ b/Projects/CC3HelloWorld/CC3HelloWorld-OSX.xcodeproj/project.pbxproj @@ -3010,7 +3010,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = YES; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -3034,7 +3033,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3055,7 +3053,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3077,7 +3074,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( diff --git a/Projects/CC3HelloWorld/CC3HelloWorld-iOS.xcodeproj/project.pbxproj b/Projects/CC3HelloWorld/CC3HelloWorld-iOS.xcodeproj/project.pbxproj index ed4b809d..240d4391 100644 --- a/Projects/CC3HelloWorld/CC3HelloWorld-iOS.xcodeproj/project.pbxproj +++ b/Projects/CC3HelloWorld/CC3HelloWorld-iOS.xcodeproj/project.pbxproj @@ -2998,7 +2998,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = YES; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -3022,7 +3021,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3043,7 +3041,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3065,7 +3062,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD)"; CLANG_ENABLE_OBJC_ARC = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = ( diff --git a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.h b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.h index 21b79004..de59aa11 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.h +++ b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.h @@ -1,7 +1,7 @@ /* * CC3PerformanceLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.m b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.m index eabbf8eb..c6e39dca 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.m +++ b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceLayer.m @@ -1,7 +1,7 @@ /* * CC3PerformanceLayer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.h b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.h index bf5fd41f..bfe2b65f 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.h +++ b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.h @@ -1,7 +1,7 @@ /* * CC3PerformanceScene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.m b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.m index 484878e1..6b6b27ee 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.m +++ b/Projects/CC3Performance/CC3Performance/Classes/CC3PerformanceScene.m @@ -1,7 +1,7 @@ /* * CC3PerformanceScene.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.h b/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.h index 3da23e86..03afac12 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.h +++ b/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.h @@ -1,7 +1,7 @@ /* * NodeGrid.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.m b/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.m index ca9b3a92..2af4192b 100755 --- a/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.m +++ b/Projects/CC3Performance/CC3Performance/Classes/NodeGrid.m @@ -1,7 +1,7 @@ /* * NodeGrid.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.h b/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.h index 14b510f5..39f8d063 100755 --- a/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.h +++ b/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.h @@ -1,7 +1,7 @@ /* * CC3PerformanceAppDelegate.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.m b/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.m index 298718a8..4329ef20 100755 --- a/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.m +++ b/Projects/CC3Performance/CC3Performance/iOS Support/CC3PerformanceAppDelegate.m @@ -1,7 +1,7 @@ /* * CC3PerformanceAppDelegate.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/CC3Performance/CC3Performance/iOS Support/main.m b/Projects/CC3Performance/CC3Performance/iOS Support/main.m index ecaf41a4..1facb219 100755 --- a/Projects/CC3Performance/CC3Performance/iOS Support/main.m +++ b/Projects/CC3Performance/CC3Performance/iOS Support/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/CCNodeAdornments.h b/Projects/Common/Code/Controls/CCNodeAdornments.h index 32268e64..ca5cfa8f 100755 --- a/Projects/Common/Code/Controls/CCNodeAdornments.h +++ b/Projects/Common/Code/Controls/CCNodeAdornments.h @@ -1,7 +1,7 @@ /* * CCNodeAdornments.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/CCNodeAdornments.m b/Projects/Common/Code/Controls/CCNodeAdornments.m index 8666382d..67046a9e 100755 --- a/Projects/Common/Code/Controls/CCNodeAdornments.m +++ b/Projects/Common/Code/Controls/CCNodeAdornments.m @@ -1,7 +1,7 @@ /* * CCNodeAdornments.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/CCNodeExtensions.h b/Projects/Common/Code/Controls/CCNodeExtensions.h index 78feb6a3..6ddfdc51 100755 --- a/Projects/Common/Code/Controls/CCNodeExtensions.h +++ b/Projects/Common/Code/Controls/CCNodeExtensions.h @@ -1,7 +1,7 @@ /* * CCNodeExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/CCNodeExtensions.m b/Projects/Common/Code/Controls/CCNodeExtensions.m index 8d5c02b5..f80cef53 100755 --- a/Projects/Common/Code/Controls/CCNodeExtensions.m +++ b/Projects/Common/Code/Controls/CCNodeExtensions.m @@ -1,7 +1,7 @@ /* * CCNodeExtensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/Joystick.h b/Projects/Common/Code/Controls/Joystick.h index ecb3ab92..d9680aaf 100755 --- a/Projects/Common/Code/Controls/Joystick.h +++ b/Projects/Common/Code/Controls/Joystick.h @@ -1,7 +1,7 @@ /* * Joystick.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/Projects/Common/Code/Controls/Joystick.m b/Projects/Common/Code/Controls/Joystick.m index 52eec393..d0fdac32 100755 --- a/Projects/Common/Code/Controls/Joystick.m +++ b/Projects/Common/Code/Controls/Joystick.m @@ -1,7 +1,7 @@ /* * Joystick.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibDefaultPrecision.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibDefaultPrecision.fsh index a238b2a4..a09899fe 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibDefaultPrecision.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibDefaultPrecision.fsh @@ -1,7 +1,7 @@ /* * CC3LibDefaultPrecision.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibDualSidedFragmentColor.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibDualSidedFragmentColor.fsh index 2615ea20..7713eba4 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibDualSidedFragmentColor.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibDualSidedFragmentColor.fsh @@ -1,7 +1,7 @@ /* * CC3LibDualSidedFragmentColor.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibEnvironmentReflection.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibEnvironmentReflection.fsh index 2da7e155..0f66bf25 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibEnvironmentReflection.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibEnvironmentReflection.fsh @@ -1,7 +1,7 @@ /* * CC3LibEnvironmentReflection.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibLightProbeIllumination.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibLightProbeIllumination.fsh index 6316342c..67b780f4 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibLightProbeIllumination.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibLightProbeIllumination.fsh @@ -1,7 +1,7 @@ /* * CC3LibLightProbeIllumination.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColor.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColor.fsh index d778cfc8..3ed0a3e3 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColor.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColor.fsh @@ -1,7 +1,7 @@ /* * CC3LibSetGLFragColor.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColorAlphaTest.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColorAlphaTest.fsh index 51535c84..6688fb42 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColorAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibSetGLFragColorAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3LibSetGLFragColorAlphaTest.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibSingleSidedFragmentColor.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibSingleSidedFragmentColor.fsh index d1375062..fb058925 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibSingleSidedFragmentColor.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibSingleSidedFragmentColor.fsh @@ -1,7 +1,7 @@ /* * CC3LibSingleSidedFragmentColor.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibSingleTexture2D.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibSingleTexture2D.fsh index d2071d79..38093600 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibSingleTexture2D.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibSingleTexture2D.fsh @@ -1,7 +1,7 @@ /* * CC3LibSingleTexture2D.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapObjectSpace.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapObjectSpace.fsh index 7f499768..0a0433a8 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapObjectSpace.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapObjectSpace.fsh @@ -1,7 +1,7 @@ /* * CC3LibTexturableBumpMapObjectSpace.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapTangentSpace.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapTangentSpace.fsh index 98bf820b..3a2d5566 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapTangentSpace.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturableBumpMapTangentSpace.fsh @@ -1,7 +1,7 @@ /* * CC3LibTexturableBumpMapObjectSpace.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturedPointSprite.fsh b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturedPointSprite.fsh index 4cccea3c..34619340 100755 --- a/cocos3d-GLSL/FragShaderLibs/CC3LibTexturedPointSprite.fsh +++ b/cocos3d-GLSL/FragShaderLibs/CC3LibTexturedPointSprite.fsh @@ -1,7 +1,7 @@ /* * CC3LibTexturedPointSprite.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpace.fsh b/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpace.fsh index 5573526a..650b0cce 100755 --- a/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpace.fsh +++ b/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpace.fsh @@ -1,7 +1,7 @@ /* * CC3BumpMapObjectSpace.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpaceAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpaceAlphaTest.fsh index c61293ac..f226365f 100755 --- a/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpaceAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3BumpMapObjectSpaceAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3BumpMapObjectSpaceAlphaTest.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpace.fsh b/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpace.fsh index 54aef732..0d92a5c2 100755 --- a/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpace.fsh +++ b/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpace.fsh @@ -1,7 +1,7 @@ /* * CC3BumpMapTangentSpace.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpaceAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpaceAlphaTest.fsh index f8959bac..f7418844 100755 --- a/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpaceAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3BumpMapTangentSpaceAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3BumpMapTangentSpaceAlphaTest.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3ClipSpaceNoTexture.fsh b/cocos3d-GLSL/FragShaders/CC3ClipSpaceNoTexture.fsh index 45f801f3..774299d4 100755 --- a/cocos3d-GLSL/FragShaders/CC3ClipSpaceNoTexture.fsh +++ b/cocos3d-GLSL/FragShaders/CC3ClipSpaceNoTexture.fsh @@ -1,7 +1,7 @@ /* * CC3ClipSpaceNoTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3ClipSpaceSingleTexture.fsh b/cocos3d-GLSL/FragShaders/CC3ClipSpaceSingleTexture.fsh index 5ea4c60f..4bbeadfd 100755 --- a/cocos3d-GLSL/FragShaders/CC3ClipSpaceSingleTexture.fsh +++ b/cocos3d-GLSL/FragShaders/CC3ClipSpaceSingleTexture.fsh @@ -1,7 +1,7 @@ /* * CC3ClipSpaceSingleTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3Fog.fsh b/cocos3d-GLSL/FragShaders/CC3Fog.fsh index 02bc8a2d..b6b9ed8c 100755 --- a/cocos3d-GLSL/FragShaders/CC3Fog.fsh +++ b/cocos3d-GLSL/FragShaders/CC3Fog.fsh @@ -1,7 +1,7 @@ /* * CC3Fog.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3NoTexture.fsh b/cocos3d-GLSL/FragShaders/CC3NoTexture.fsh index 56c1508e..d94ccdab 100755 --- a/cocos3d-GLSL/FragShaders/CC3NoTexture.fsh +++ b/cocos3d-GLSL/FragShaders/CC3NoTexture.fsh @@ -1,7 +1,7 @@ /* * CC3NoTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3NoTextureAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3NoTextureAlphaTest.fsh index 8ec7909d..8db01292 100755 --- a/cocos3d-GLSL/FragShaders/CC3NoTextureAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3NoTextureAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3NoTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3NoTextureReflect.fsh b/cocos3d-GLSL/FragShaders/CC3NoTextureReflect.fsh index 81b97b15..0fe33f73 100755 --- a/cocos3d-GLSL/FragShaders/CC3NoTextureReflect.fsh +++ b/cocos3d-GLSL/FragShaders/CC3NoTextureReflect.fsh @@ -1,7 +1,7 @@ /* * CC3NoTextureReflect.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3NoTextureReflectAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3NoTextureReflectAlphaTest.fsh index e61a53e0..1755bbca 100755 --- a/cocos3d-GLSL/FragShaders/CC3NoTextureReflectAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3NoTextureReflectAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3NoTextureReflectAlphaTest.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3PointSprites.fsh b/cocos3d-GLSL/FragShaders/CC3PointSprites.fsh index 200e16a0..daa325b8 100755 --- a/cocos3d-GLSL/FragShaders/CC3PointSprites.fsh +++ b/cocos3d-GLSL/FragShaders/CC3PointSprites.fsh @@ -1,7 +1,7 @@ /* * CC3PointSprites.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3PointSpritesAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3PointSpritesAlphaTest.fsh index aaa28723..159f0149 100755 --- a/cocos3d-GLSL/FragShaders/CC3PointSpritesAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3PointSpritesAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3PointSprites.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3PureColor.fsh b/cocos3d-GLSL/FragShaders/CC3PureColor.fsh index f1dc3243..13eae2d1 100755 --- a/cocos3d-GLSL/FragShaders/CC3PureColor.fsh +++ b/cocos3d-GLSL/FragShaders/CC3PureColor.fsh @@ -1,7 +1,7 @@ /* * CC3PureColor.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3SingleTexture.fsh b/cocos3d-GLSL/FragShaders/CC3SingleTexture.fsh index 75dc112d..33362f9f 100755 --- a/cocos3d-GLSL/FragShaders/CC3SingleTexture.fsh +++ b/cocos3d-GLSL/FragShaders/CC3SingleTexture.fsh @@ -1,7 +1,7 @@ /* * CC3SingleTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3SingleTextureAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3SingleTextureAlphaTest.fsh index a27142e1..75650327 100755 --- a/cocos3d-GLSL/FragShaders/CC3SingleTextureAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3SingleTextureAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3SingleTexture.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3SingleTextureReflect.fsh b/cocos3d-GLSL/FragShaders/CC3SingleTextureReflect.fsh index 13a059aa..d503b40b 100755 --- a/cocos3d-GLSL/FragShaders/CC3SingleTextureReflect.fsh +++ b/cocos3d-GLSL/FragShaders/CC3SingleTextureReflect.fsh @@ -1,7 +1,7 @@ /* * CC3SingleTextureReflect.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/FragShaders/CC3SingleTextureReflectAlphaTest.fsh b/cocos3d-GLSL/FragShaders/CC3SingleTextureReflectAlphaTest.fsh index d7c5bf87..9252a593 100755 --- a/cocos3d-GLSL/FragShaders/CC3SingleTextureReflectAlphaTest.fsh +++ b/cocos3d-GLSL/FragShaders/CC3SingleTextureReflectAlphaTest.fsh @@ -1,7 +1,7 @@ /* * CC3SingleTextureReflectAlphaTest.fsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibBumpMapTangentSpaceLighting.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibBumpMapTangentSpaceLighting.vsh index 1f788435..55e59734 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibBumpMapTangentSpaceLighting.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibBumpMapTangentSpaceLighting.vsh @@ -1,7 +1,7 @@ /* * CC3LibBumpMapTangentSpaceLighting.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibCameraPosition.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibCameraPosition.vsh index 2c414a95..1d15b465 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibCameraPosition.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibCameraPosition.vsh @@ -1,7 +1,7 @@ /* * CC3LibCameraPosition.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibConstants.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibConstants.vsh index 38ced7db..a34723b6 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibConstants.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibConstants.vsh @@ -1,7 +1,7 @@ /* * CC3LibConstants.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibDefaultPrecision.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibDefaultPrecision.vsh index 83c1da43..7c2d4c07 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibDefaultPrecision.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibDefaultPrecision.vsh @@ -1,7 +1,7 @@ /* * CC3LibDefaultPrecision.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibDoubleTexture.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibDoubleTexture.vsh index 21139c21..ab0defe2 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibDoubleTexture.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibDoubleTexture.vsh @@ -1,7 +1,7 @@ /* * CC3LibDoubleTexture.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibEnvironmentReflection.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibEnvironmentReflection.vsh index 96f3a6a4..01ef3801 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibEnvironmentReflection.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibEnvironmentReflection.vsh @@ -1,7 +1,7 @@ /* * CC3LibEnvironmentReflection.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibIlluminatedMaterial.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibIlluminatedMaterial.vsh index 7a0a707a..afaefaa8 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibIlluminatedMaterial.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibIlluminatedMaterial.vsh @@ -1,7 +1,7 @@ /* * CC3LibIlluminatedMaterial.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibModelMatrices.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibModelMatrices.vsh index d8bd2ed4..195aa0de 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibModelMatrices.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibModelMatrices.vsh @@ -1,7 +1,7 @@ /* * CC3LibModelMatrices.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibSingleTexture.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibSingleTexture.vsh index 049bce4b..7abdb0d4 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibSingleTexture.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibSingleTexture.vsh @@ -1,7 +1,7 @@ /* * CC3LibSingleTexture.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionBones.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionBones.vsh index e326b911..32ea6208 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionBones.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionBones.vsh @@ -1,7 +1,7 @@ /* * CC3LibVertexPositionBones.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionNoBones.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionNoBones.vsh index 2650dafb..e92405f0 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionNoBones.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionNoBones.vsh @@ -1,7 +1,7 @@ /* * CC3LibVertexPositionNoBones.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionPointSprite.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionPointSprite.vsh index 0da1f9c1..a601df2f 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionPointSprite.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionPointSprite.vsh @@ -1,7 +1,7 @@ /* * CC3LibVertexPositionPointSprite.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionRigidBones.vsh b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionRigidBones.vsh index 79caca6b..932eb735 100755 --- a/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionRigidBones.vsh +++ b/cocos3d-GLSL/VertexShaderLibs/CC3LibVertexPositionRigidBones.vsh @@ -1,7 +1,7 @@ /* * CC3LibVertexPositionRigidBones.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaders/CC3ClipSpaceTexturable.vsh b/cocos3d-GLSL/VertexShaders/CC3ClipSpaceTexturable.vsh index 83e33a23..55e886a1 100755 --- a/cocos3d-GLSL/VertexShaders/CC3ClipSpaceTexturable.vsh +++ b/cocos3d-GLSL/VertexShaders/CC3ClipSpaceTexturable.vsh @@ -1,7 +1,7 @@ /* * CC3ClipSpaceTexturable.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaders/CC3PointSprites.vsh b/cocos3d-GLSL/VertexShaders/CC3PointSprites.vsh index d3051927..afee8d42 100755 --- a/cocos3d-GLSL/VertexShaders/CC3PointSprites.vsh +++ b/cocos3d-GLSL/VertexShaders/CC3PointSprites.vsh @@ -1,7 +1,7 @@ /* * CC3PointSprites.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaders/CC3Texturable.vsh b/cocos3d-GLSL/VertexShaders/CC3Texturable.vsh index adb5f4e7..b0396114 100755 --- a/cocos3d-GLSL/VertexShaders/CC3Texturable.vsh +++ b/cocos3d-GLSL/VertexShaders/CC3Texturable.vsh @@ -1,7 +1,7 @@ /* * CC3Texturable.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaders/CC3TexturableBones.vsh b/cocos3d-GLSL/VertexShaders/CC3TexturableBones.vsh index d4ad1a63..37d84a1e 100755 --- a/cocos3d-GLSL/VertexShaders/CC3TexturableBones.vsh +++ b/cocos3d-GLSL/VertexShaders/CC3TexturableBones.vsh @@ -1,7 +1,7 @@ /* * CC3TexturableBones.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d-GLSL/VertexShaders/CC3TexturableRigidBones.vsh b/cocos3d-GLSL/VertexShaders/CC3TexturableRigidBones.vsh index 664c5551..da59b343 100755 --- a/cocos3d-GLSL/VertexShaders/CC3TexturableRigidBones.vsh +++ b/cocos3d-GLSL/VertexShaders/CC3TexturableRigidBones.vsh @@ -1,7 +1,7 @@ /* * CC3TexturableRigidBones.vsh * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CAFResource.h b/cocos3d/cc3CAL/CC3CAFResource.h index af84eb20..3ae0bf09 100755 --- a/cocos3d/cc3CAL/CC3CAFResource.h +++ b/cocos3d/cc3CAL/CC3CAFResource.h @@ -1,7 +1,7 @@ /* * CC3CAFResource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CAFResource.m b/cocos3d/cc3CAL/CC3CAFResource.m index 91184452..855a27a1 100644 --- a/cocos3d/cc3CAL/CC3CAFResource.m +++ b/cocos3d/cc3CAL/CC3CAFResource.m @@ -1,7 +1,7 @@ /* * CC3CAFResource.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CALNode.h b/cocos3d/cc3CAL/CC3CALNode.h index 9f6e8300..8e6c6961 100755 --- a/cocos3d/cc3CAL/CC3CALNode.h +++ b/cocos3d/cc3CAL/CC3CALNode.h @@ -1,7 +1,7 @@ /* * CC3CALNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CALNode.m b/cocos3d/cc3CAL/CC3CALNode.m index bc63cec0..2873fdae 100755 --- a/cocos3d/cc3CAL/CC3CALNode.m +++ b/cocos3d/cc3CAL/CC3CALNode.m @@ -1,7 +1,7 @@ /* * CC3CALNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CSFResource.h b/cocos3d/cc3CAL/CC3CSFResource.h index 72fe70f3..cc006d34 100755 --- a/cocos3d/cc3CAL/CC3CSFResource.h +++ b/cocos3d/cc3CAL/CC3CSFResource.h @@ -1,7 +1,7 @@ /* * CC3CSFResource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3CAL/CC3CSFResource.m b/cocos3d/cc3CAL/CC3CSFResource.m index be9d9565..e5a3ebd4 100644 --- a/cocos3d/cc3CAL/CC3CSFResource.m +++ b/cocos3d/cc3CAL/CC3CSFResource.m @@ -1,7 +1,7 @@ /* * CC3CSFResource.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3MeshParticleSamples.h b/cocos3d/cc3Extras/CC3MeshParticleSamples.h index 4f1b3614..1080226a 100755 --- a/cocos3d/cc3Extras/CC3MeshParticleSamples.h +++ b/cocos3d/cc3Extras/CC3MeshParticleSamples.h @@ -1,7 +1,7 @@ /* * CC3MeshParticleSamples.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3MeshParticleSamples.m b/cocos3d/cc3Extras/CC3MeshParticleSamples.m index 27fd9247..48b78e2e 100755 --- a/cocos3d/cc3Extras/CC3MeshParticleSamples.m +++ b/cocos3d/cc3Extras/CC3MeshParticleSamples.m @@ -1,7 +1,7 @@ /* * CC3MeshParticleSamples.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3ModelSampleFactory.h b/cocos3d/cc3Extras/CC3ModelSampleFactory.h index 1195afac..9d8c87cb 100755 --- a/cocos3d/cc3Extras/CC3ModelSampleFactory.h +++ b/cocos3d/cc3Extras/CC3ModelSampleFactory.h @@ -1,7 +1,7 @@ /* * CC3ModelSampleFactory.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3ModelSampleFactory.m b/cocos3d/cc3Extras/CC3ModelSampleFactory.m index 34d1a886..1f4e0d7c 100755 --- a/cocos3d/cc3Extras/CC3ModelSampleFactory.m +++ b/cocos3d/cc3Extras/CC3ModelSampleFactory.m @@ -1,7 +1,7 @@ /* * CC3ModelSampleFactory.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3ParticleSamples.h b/cocos3d/cc3Extras/CC3ParticleSamples.h index c9293e83..2de0fafa 100755 --- a/cocos3d/cc3Extras/CC3ParticleSamples.h +++ b/cocos3d/cc3Extras/CC3ParticleSamples.h @@ -1,7 +1,7 @@ /* * CC3ParticleSamples.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3ParticleSamples.m b/cocos3d/cc3Extras/CC3ParticleSamples.m index 83215c32..d2f0a753 100755 --- a/cocos3d/cc3Extras/CC3ParticleSamples.m +++ b/cocos3d/cc3Extras/CC3ParticleSamples.m @@ -1,7 +1,7 @@ /* * CC3ParticleSamples.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3PointParticleSamples.h b/cocos3d/cc3Extras/CC3PointParticleSamples.h index 9f88b0df..026aeb3d 100755 --- a/cocos3d/cc3Extras/CC3PointParticleSamples.h +++ b/cocos3d/cc3Extras/CC3PointParticleSamples.h @@ -1,7 +1,7 @@ /* * CC3PointParticleSamples.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3Extras/CC3PointParticleSamples.m b/cocos3d/cc3Extras/CC3PointParticleSamples.m index 1a5c2417..dd96d40b 100755 --- a/cocos3d/cc3Extras/CC3PointParticleSamples.m +++ b/cocos3d/cc3Extras/CC3PointParticleSamples.m @@ -1,7 +1,7 @@ /* * CC3PointParticleSamples.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.h b/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.h index e461fc88..d1e8769d 100755 --- a/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.h +++ b/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.h @@ -1,7 +1,7 @@ /* * CC3IdentifiablePODExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.m b/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.m index bebaa391..890db6fb 100755 --- a/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.m +++ b/cocos3d/cc3PVR/CC3IdentifiablePODExtensions.m @@ -1,7 +1,7 @@ /* * CC3IdentifiablePODExtensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3NodePODExtensions.h b/cocos3d/cc3PVR/CC3NodePODExtensions.h index 1270f56a..de48a968 100755 --- a/cocos3d/cc3PVR/CC3NodePODExtensions.h +++ b/cocos3d/cc3PVR/CC3NodePODExtensions.h @@ -1,7 +1,7 @@ /* * CC3NodePODExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3NodePODExtensions.mm b/cocos3d/cc3PVR/CC3NodePODExtensions.mm index c95e7da8..823e939d 100755 --- a/cocos3d/cc3PVR/CC3NodePODExtensions.mm +++ b/cocos3d/cc3PVR/CC3NodePODExtensions.mm @@ -1,7 +1,7 @@ /* * CC3NodePODExtensions.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PFXResource.h b/cocos3d/cc3PVR/CC3PFXResource.h index 3a9d6dc7..fd35d2b1 100755 --- a/cocos3d/cc3PVR/CC3PFXResource.h +++ b/cocos3d/cc3PVR/CC3PFXResource.h @@ -1,7 +1,7 @@ /* * CC3PFXResource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PFXResource.mm b/cocos3d/cc3PVR/CC3PFXResource.mm index ca82c163..fc4d86a0 100755 --- a/cocos3d/cc3PVR/CC3PFXResource.mm +++ b/cocos3d/cc3PVR/CC3PFXResource.mm @@ -1,7 +1,7 @@ /* * CC3PFXResource.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODCamera.h b/cocos3d/cc3PVR/CC3PODCamera.h index 5cc9a23c..b5defea1 100755 --- a/cocos3d/cc3PVR/CC3PODCamera.h +++ b/cocos3d/cc3PVR/CC3PODCamera.h @@ -1,7 +1,7 @@ /* * CC3PODCamera.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODCamera.mm b/cocos3d/cc3PVR/CC3PODCamera.mm index 0c44face..4f5e7119 100755 --- a/cocos3d/cc3PVR/CC3PODCamera.mm +++ b/cocos3d/cc3PVR/CC3PODCamera.mm @@ -1,7 +1,7 @@ /* * CC3PODCamera.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODLight.h b/cocos3d/cc3PVR/CC3PODLight.h index 81d44047..e1c40190 100755 --- a/cocos3d/cc3PVR/CC3PODLight.h +++ b/cocos3d/cc3PVR/CC3PODLight.h @@ -1,7 +1,7 @@ /* * CC3PODLight.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODLight.mm b/cocos3d/cc3PVR/CC3PODLight.mm index c8478829..ad2f9585 100755 --- a/cocos3d/cc3PVR/CC3PODLight.mm +++ b/cocos3d/cc3PVR/CC3PODLight.mm @@ -1,7 +1,7 @@ /* * CC3PODLight.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMaterial.h b/cocos3d/cc3PVR/CC3PODMaterial.h index b4d745af..c56a3eac 100755 --- a/cocos3d/cc3PVR/CC3PODMaterial.h +++ b/cocos3d/cc3PVR/CC3PODMaterial.h @@ -1,7 +1,7 @@ /* * CC3PODMaterial.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMaterial.mm b/cocos3d/cc3PVR/CC3PODMaterial.mm index d9987bc9..9120cea9 100755 --- a/cocos3d/cc3PVR/CC3PODMaterial.mm +++ b/cocos3d/cc3PVR/CC3PODMaterial.mm @@ -1,7 +1,7 @@ /* * CC3PODMaterial.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMesh.h b/cocos3d/cc3PVR/CC3PODMesh.h index 86610225..b58cdb56 100755 --- a/cocos3d/cc3PVR/CC3PODMesh.h +++ b/cocos3d/cc3PVR/CC3PODMesh.h @@ -1,7 +1,7 @@ /* * CC3PODMesh.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMesh.mm b/cocos3d/cc3PVR/CC3PODMesh.mm index 09f8fc3c..d841d700 100755 --- a/cocos3d/cc3PVR/CC3PODMesh.mm +++ b/cocos3d/cc3PVR/CC3PODMesh.mm @@ -1,7 +1,7 @@ /* * CC3PODMesh.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMeshNode.h b/cocos3d/cc3PVR/CC3PODMeshNode.h index 6b59775e..3b63c09a 100755 --- a/cocos3d/cc3PVR/CC3PODMeshNode.h +++ b/cocos3d/cc3PVR/CC3PODMeshNode.h @@ -1,7 +1,7 @@ /* * CC3PODMeshNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODMeshNode.mm b/cocos3d/cc3PVR/CC3PODMeshNode.mm index bfb4a566..1f06e733 100755 --- a/cocos3d/cc3PVR/CC3PODMeshNode.mm +++ b/cocos3d/cc3PVR/CC3PODMeshNode.mm @@ -1,7 +1,7 @@ /* * CC3PODMeshNode.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODNode.h b/cocos3d/cc3PVR/CC3PODNode.h index fefd69d2..73f9d67e 100755 --- a/cocos3d/cc3PVR/CC3PODNode.h +++ b/cocos3d/cc3PVR/CC3PODNode.h @@ -1,7 +1,7 @@ /* * CC3PODNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODNode.m b/cocos3d/cc3PVR/CC3PODNode.m index de2d4fdf..1a3a5280 100755 --- a/cocos3d/cc3PVR/CC3PODNode.m +++ b/cocos3d/cc3PVR/CC3PODNode.m @@ -1,7 +1,7 @@ /* * CC3PODNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODResource.h b/cocos3d/cc3PVR/CC3PODResource.h index 2ddaf25d..5d496fb6 100755 --- a/cocos3d/cc3PVR/CC3PODResource.h +++ b/cocos3d/cc3PVR/CC3PODResource.h @@ -1,7 +1,7 @@ /* * CC3PODResource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODResource.mm b/cocos3d/cc3PVR/CC3PODResource.mm index a7933b01..5e134b13 100755 --- a/cocos3d/cc3PVR/CC3PODResource.mm +++ b/cocos3d/cc3PVR/CC3PODResource.mm @@ -1,7 +1,7 @@ /* * CC3PODResource.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODResourceNode.h b/cocos3d/cc3PVR/CC3PODResourceNode.h index 34e974ce..3f623c7c 100755 --- a/cocos3d/cc3PVR/CC3PODResourceNode.h +++ b/cocos3d/cc3PVR/CC3PODResourceNode.h @@ -1,7 +1,7 @@ /* * CC3PODResourceNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODResourceNode.m b/cocos3d/cc3PVR/CC3PODResourceNode.m index 41837bc9..9c530ef0 100755 --- a/cocos3d/cc3PVR/CC3PODResourceNode.m +++ b/cocos3d/cc3PVR/CC3PODResourceNode.m @@ -1,7 +1,7 @@ /* * CC3PODResourceNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PODVertexSkinning.h b/cocos3d/cc3PVR/CC3PODVertexSkinning.h index 07f59f98..7c0eeb21 100755 --- a/cocos3d/cc3PVR/CC3PODVertexSkinning.h +++ b/cocos3d/cc3PVR/CC3PODVertexSkinning.h @@ -1,7 +1,7 @@ /* * CC3PODVertexSkinning.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Chris Myers, Bill Hollings * Copyright (c) 2011 Chris Myers. All rights reserved. * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. diff --git a/cocos3d/cc3PVR/CC3PODVertexSkinning.mm b/cocos3d/cc3PVR/CC3PODVertexSkinning.mm index c83da86a..ce2fd5be 100755 --- a/cocos3d/cc3PVR/CC3PODVertexSkinning.mm +++ b/cocos3d/cc3PVR/CC3PODVertexSkinning.mm @@ -1,7 +1,7 @@ /* * CC3PODVertexSkinning.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Chris Myers, Bill Hollings * Copyright (c) 2011 Chris Myers. All rights reserved. * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. diff --git a/cocos3d/cc3PVR/CC3PVRFoundation.h b/cocos3d/cc3PVR/CC3PVRFoundation.h index 397dcd73..463b57cd 100755 --- a/cocos3d/cc3PVR/CC3PVRFoundation.h +++ b/cocos3d/cc3PVR/CC3PVRFoundation.h @@ -1,7 +1,7 @@ /* * CC3PVRFoundation.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRFoundation.mm b/cocos3d/cc3PVR/CC3PVRFoundation.mm index 0cc65455..535ebdd9 100755 --- a/cocos3d/cc3PVR/CC3PVRFoundation.mm +++ b/cocos3d/cc3PVR/CC3PVRFoundation.mm @@ -1,7 +1,7 @@ /* * CC3PVRFoundation.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVROpenGLFoundation.h b/cocos3d/cc3PVR/CC3PVROpenGLFoundation.h index 4882c405..db42f03d 100755 --- a/cocos3d/cc3PVR/CC3PVROpenGLFoundation.h +++ b/cocos3d/cc3PVR/CC3PVROpenGLFoundation.h @@ -1,7 +1,7 @@ /* * CC3PVROpenGLFoundation.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.h b/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.h index 8bada7ef..abb179b1 100755 --- a/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.h +++ b/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.h @@ -1,7 +1,7 @@ /* * CC3PVRShamanShaderSemantics.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.m b/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.m index adc1a92e..bed5b326 100755 --- a/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.m +++ b/cocos3d/cc3PVR/CC3PVRShamanShaderSemantics.m @@ -1,7 +1,7 @@ /* * CC3PVRShamanShaderSemantics.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRTModelPOD.h b/cocos3d/cc3PVR/CC3PVRTModelPOD.h index 32399db9..d35477f5 100755 --- a/cocos3d/cc3PVR/CC3PVRTModelPOD.h +++ b/cocos3d/cc3PVR/CC3PVRTModelPOD.h @@ -1,7 +1,7 @@ /* * CC3PVRTModelPOD.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRTPFXParser.h b/cocos3d/cc3PVR/CC3PVRTPFXParser.h index 79714468..b7da1425 100755 --- a/cocos3d/cc3PVR/CC3PVRTPFXParser.h +++ b/cocos3d/cc3PVR/CC3PVRTPFXParser.h @@ -1,7 +1,7 @@ /* * CC3PVRTPFXParser.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRTTexture.h b/cocos3d/cc3PVR/CC3PVRTTexture.h index 52ca7ab1..1faf8f6f 100755 --- a/cocos3d/cc3PVR/CC3PVRTTexture.h +++ b/cocos3d/cc3PVR/CC3PVRTTexture.h @@ -1,7 +1,7 @@ /* * CC3PVRTTexture.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRTexture.h b/cocos3d/cc3PVR/CC3PVRTexture.h index 8d19d62c..39fa1788 100755 --- a/cocos3d/cc3PVR/CC3PVRTexture.h +++ b/cocos3d/cc3PVR/CC3PVRTexture.h @@ -1,7 +1,7 @@ /* * CC3PVRTexture.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3PVRTexture.mm b/cocos3d/cc3PVR/CC3PVRTexture.mm index cc995de2..bc855c1e 100755 --- a/cocos3d/cc3PVR/CC3PVRTexture.mm +++ b/cocos3d/cc3PVR/CC3PVRTexture.mm @@ -1,7 +1,7 @@ /* * CC3PVRTexture.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.h b/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.h index be8efda0..e5b28630 100755 --- a/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.h +++ b/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.h @@ -1,7 +1,7 @@ /* * CC3VertexArraysPODExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.mm b/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.mm index 0e9646f7..780bebd1 100755 --- a/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.mm +++ b/cocos3d/cc3PVR/CC3VertexArraysPODExtensions.mm @@ -1,7 +1,7 @@ /* * CC3VertexArraysPODExtensions.mm * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Animation/CC3Actions.h b/cocos3d/cocos3d/Animation/CC3Actions.h index 356c9eb9..6fef2ccd 100755 --- a/cocos3d/cocos3d/Animation/CC3Actions.h +++ b/cocos3d/cocos3d/Animation/CC3Actions.h @@ -1,7 +1,7 @@ /* * CC3Actions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Animation/CC3Actions.m b/cocos3d/cocos3d/Animation/CC3Actions.m index a611bfca..39511b28 100755 --- a/cocos3d/cocos3d/Animation/CC3Actions.m +++ b/cocos3d/cocos3d/Animation/CC3Actions.m @@ -1,7 +1,7 @@ /* * CC3Actions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Animation/CC3NodeAnimation.h b/cocos3d/cocos3d/Animation/CC3NodeAnimation.h index 3053be4f..b48ac0b1 100755 --- a/cocos3d/cocos3d/Animation/CC3NodeAnimation.h +++ b/cocos3d/cocos3d/Animation/CC3NodeAnimation.h @@ -1,7 +1,7 @@ /* * CC3NodeAnimation.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Animation/CC3NodeAnimation.m b/cocos3d/cocos3d/Animation/CC3NodeAnimation.m index 4363aa53..3389ae19 100755 --- a/cocos3d/cocos3d/Animation/CC3NodeAnimation.m +++ b/cocos3d/cocos3d/Animation/CC3NodeAnimation.m @@ -1,7 +1,7 @@ /* * CC3NodeAnimation.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3Material.h b/cocos3d/cocos3d/Materials/CC3Material.h index 93d1c9e4..4cab9da1 100755 --- a/cocos3d/cocos3d/Materials/CC3Material.h +++ b/cocos3d/cocos3d/Materials/CC3Material.h @@ -1,7 +1,7 @@ /* * CC3Material.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3Material.m b/cocos3d/cocos3d/Materials/CC3Material.m index bed7174a..2a3e8ede 100755 --- a/cocos3d/cocos3d/Materials/CC3Material.m +++ b/cocos3d/cocos3d/Materials/CC3Material.m @@ -1,7 +1,7 @@ /* * CC3Material.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3STBImage.h b/cocos3d/cocos3d/Materials/CC3STBImage.h index 6a8cf4f8..66450e2d 100755 --- a/cocos3d/cocos3d/Materials/CC3STBImage.h +++ b/cocos3d/cocos3d/Materials/CC3STBImage.h @@ -1,7 +1,7 @@ /* * CC3STBImage.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3STBImage.m b/cocos3d/cocos3d/Materials/CC3STBImage.m index 0b34f8b0..ce81b892 100755 --- a/cocos3d/cocos3d/Materials/CC3STBImage.m +++ b/cocos3d/cocos3d/Materials/CC3STBImage.m @@ -1,7 +1,7 @@ /* * CC3STBImage.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3Texture.h b/cocos3d/cocos3d/Materials/CC3Texture.h index fea9a477..167dc4b8 100755 --- a/cocos3d/cocos3d/Materials/CC3Texture.h +++ b/cocos3d/cocos3d/Materials/CC3Texture.h @@ -1,7 +1,7 @@ /* * CC3Texture.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3Texture.m b/cocos3d/cocos3d/Materials/CC3Texture.m index da3c7d63..bdab87f7 100755 --- a/cocos3d/cocos3d/Materials/CC3Texture.m +++ b/cocos3d/cocos3d/Materials/CC3Texture.m @@ -1,7 +1,7 @@ /* * CC3Texture.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3TextureUnit.h b/cocos3d/cocos3d/Materials/CC3TextureUnit.h index fc502526..e5f14b0a 100755 --- a/cocos3d/cocos3d/Materials/CC3TextureUnit.h +++ b/cocos3d/cocos3d/Materials/CC3TextureUnit.h @@ -1,7 +1,7 @@ /* * CC3TextureUnit.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Materials/CC3TextureUnit.m b/cocos3d/cocos3d/Materials/CC3TextureUnit.m index 3b943e96..05e9324e 100755 --- a/cocos3d/cocos3d/Materials/CC3TextureUnit.m +++ b/cocos3d/cocos3d/Materials/CC3TextureUnit.m @@ -1,7 +1,7 @@ /* * CC3TextureUnit.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3AffineMatrix.h b/cocos3d/cocos3d/Matrices/CC3AffineMatrix.h index f9646968..30b17089 100755 --- a/cocos3d/cocos3d/Matrices/CC3AffineMatrix.h +++ b/cocos3d/cocos3d/Matrices/CC3AffineMatrix.h @@ -1,7 +1,7 @@ /* * CC3AffineMatrix.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3AffineMatrix.m b/cocos3d/cocos3d/Matrices/CC3AffineMatrix.m index 0ab69f8e..f6faac11 100755 --- a/cocos3d/cocos3d/Matrices/CC3AffineMatrix.m +++ b/cocos3d/cocos3d/Matrices/CC3AffineMatrix.m @@ -1,7 +1,7 @@ /* * CC3AffineMatrix.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3LinearMatrix.h b/cocos3d/cocos3d/Matrices/CC3LinearMatrix.h index 7f50fd58..ea662d7a 100755 --- a/cocos3d/cocos3d/Matrices/CC3LinearMatrix.h +++ b/cocos3d/cocos3d/Matrices/CC3LinearMatrix.h @@ -1,7 +1,7 @@ /* * CC3LinearMatrix.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3LinearMatrix.m b/cocos3d/cocos3d/Matrices/CC3LinearMatrix.m index 75d3dc08..e82808eb 100755 --- a/cocos3d/cocos3d/Matrices/CC3LinearMatrix.m +++ b/cocos3d/cocos3d/Matrices/CC3LinearMatrix.m @@ -1,7 +1,7 @@ /* * CC3LinearMatrix.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix.h b/cocos3d/cocos3d/Matrices/CC3Matrix.h index f2eaafd6..e98fa3fa 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix.h +++ b/cocos3d/cocos3d/Matrices/CC3Matrix.h @@ -1,7 +1,7 @@ /* * CC3Matrix.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix.m b/cocos3d/cocos3d/Matrices/CC3Matrix.m index 3f05a2b3..c7503ee0 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix.m +++ b/cocos3d/cocos3d/Matrices/CC3Matrix.m @@ -1,7 +1,7 @@ /* * CC3Matrix.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix3x3.h b/cocos3d/cocos3d/Matrices/CC3Matrix3x3.h index 54d289c4..e17438c2 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix3x3.h +++ b/cocos3d/cocos3d/Matrices/CC3Matrix3x3.h @@ -1,7 +1,7 @@ /* * CC3Matrix3x3.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix3x3.m b/cocos3d/cocos3d/Matrices/CC3Matrix3x3.m index 7d4cc71f..9c4a984f 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix3x3.m +++ b/cocos3d/cocos3d/Matrices/CC3Matrix3x3.m @@ -1,7 +1,7 @@ /* * CC3Matrix3x3.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix4x3.h b/cocos3d/cocos3d/Matrices/CC3Matrix4x3.h index 9043bcfb..381dff87 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix4x3.h +++ b/cocos3d/cocos3d/Matrices/CC3Matrix4x3.h @@ -1,7 +1,7 @@ /* * CC3Matrix4x3.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix4x3.m b/cocos3d/cocos3d/Matrices/CC3Matrix4x3.m index f099b02b..b6ba2c37 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix4x3.m +++ b/cocos3d/cocos3d/Matrices/CC3Matrix4x3.m @@ -1,7 +1,7 @@ /* * CC3Matrix4x3.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix4x4.h b/cocos3d/cocos3d/Matrices/CC3Matrix4x4.h index 3ae5a5eb..f129087f 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix4x4.h +++ b/cocos3d/cocos3d/Matrices/CC3Matrix4x4.h @@ -1,7 +1,7 @@ /* * CC3Matrix4x4.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3Matrix4x4.m b/cocos3d/cocos3d/Matrices/CC3Matrix4x4.m index 0ddfcec8..5152f84e 100755 --- a/cocos3d/cocos3d/Matrices/CC3Matrix4x4.m +++ b/cocos3d/cocos3d/Matrices/CC3Matrix4x4.m @@ -1,7 +1,7 @@ /* * CC3Matrix4x4.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.h b/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.h index 4e8b7612..7eee4619 100755 --- a/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.h +++ b/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.h @@ -1,7 +1,7 @@ /* * CC3ProjectionMatrix.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.m b/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.m index f3347e89..fdb8a3e8 100755 --- a/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.m +++ b/cocos3d/cocos3d/Matrices/CC3ProjectionMatrix.m @@ -1,7 +1,7 @@ /* * CC3ProjectionMatrix.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3Mesh.h b/cocos3d/cocos3d/Meshes/CC3Mesh.h index 53450478..26ad6c54 100755 --- a/cocos3d/cocos3d/Meshes/CC3Mesh.h +++ b/cocos3d/cocos3d/Meshes/CC3Mesh.h @@ -1,7 +1,7 @@ /* * CC3Mesh.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3Mesh.m b/cocos3d/cocos3d/Meshes/CC3Mesh.m index 15a08d5f..ad71869f 100755 --- a/cocos3d/cocos3d/Meshes/CC3Mesh.m +++ b/cocos3d/cocos3d/Meshes/CC3Mesh.m @@ -1,7 +1,7 @@ /* * CC3Mesh.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.h b/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.h index c1741f8c..f108485f 100755 --- a/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.h +++ b/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.h @@ -1,7 +1,7 @@ /* * CC3ParametricMeshes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.m b/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.m index 10a4eef5..7eb74b68 100755 --- a/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.m +++ b/cocos3d/cocos3d/Meshes/CC3ParametricMeshes.m @@ -1,7 +1,7 @@ /* * CC3ParametricMeshes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3VertexArrays.h b/cocos3d/cocos3d/Meshes/CC3VertexArrays.h index ef33b221..320aa9bc 100755 --- a/cocos3d/cocos3d/Meshes/CC3VertexArrays.h +++ b/cocos3d/cocos3d/Meshes/CC3VertexArrays.h @@ -1,7 +1,7 @@ /* * CC3VertexArrays.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3VertexArrays.m b/cocos3d/cocos3d/Meshes/CC3VertexArrays.m index 1e9b9ab3..45ef36c6 100755 --- a/cocos3d/cocos3d/Meshes/CC3VertexArrays.m +++ b/cocos3d/cocos3d/Meshes/CC3VertexArrays.m @@ -1,7 +1,7 @@ /* * CC3VertexArrays.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Meshes/CC3VertexSkinning.h b/cocos3d/cocos3d/Meshes/CC3VertexSkinning.h index 07bf0fe3..40c0c6d1 100755 --- a/cocos3d/cocos3d/Meshes/CC3VertexSkinning.h +++ b/cocos3d/cocos3d/Meshes/CC3VertexSkinning.h @@ -1,7 +1,7 @@ /* * CC3VertexSkinning.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Chris Myers, Bill Hollings * Copyright (c) 2011 Chris Myers. All rights reserved. * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. diff --git a/cocos3d/cocos3d/Meshes/CC3VertexSkinning.m b/cocos3d/cocos3d/Meshes/CC3VertexSkinning.m index 71de1ec6..716cf8ef 100755 --- a/cocos3d/cocos3d/Meshes/CC3VertexSkinning.m +++ b/cocos3d/cocos3d/Meshes/CC3VertexSkinning.m @@ -1,7 +1,7 @@ /* * CC3VertexSkinning.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Chris Myers, Bill Hollings * Copyright (c) 2011 Chris Myers. All rights reserved. * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. diff --git a/cocos3d/cocos3d/Nodes/CC3Billboard.h b/cocos3d/cocos3d/Nodes/CC3Billboard.h index bc3caa83..23e5dd79 100755 --- a/cocos3d/cocos3d/Nodes/CC3Billboard.h +++ b/cocos3d/cocos3d/Nodes/CC3Billboard.h @@ -1,7 +1,7 @@ /* * CC3Billboard.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Billboard.m b/cocos3d/cocos3d/Nodes/CC3Billboard.m index e7398ed6..e4fced91 100755 --- a/cocos3d/cocos3d/Nodes/CC3Billboard.m +++ b/cocos3d/cocos3d/Nodes/CC3Billboard.m @@ -1,7 +1,7 @@ /* * CC3Billboard.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.h b/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.h index 6fa3e8ee..259c3696 100755 --- a/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.h +++ b/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.h @@ -1,7 +1,7 @@ /* * CC3BitmapLabelNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.m b/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.m index 0d7226d5..9d691916 100755 --- a/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.m +++ b/cocos3d/cocos3d/Nodes/CC3BitmapLabelNode.m @@ -1,7 +1,7 @@ /* * CC3BitmapLabelNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.h b/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.h index eb274620..c3df8d41 100755 --- a/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.h +++ b/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.h @@ -1,7 +1,7 @@ /* * CC3BoundingVolumes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.m b/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.m index d71f7e82..3a113136 100755 --- a/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.m +++ b/cocos3d/cocos3d/Nodes/CC3BoundingVolumes.m @@ -1,7 +1,7 @@ /* * CC3BoundingVolumes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Camera.h b/cocos3d/cocos3d/Nodes/CC3Camera.h index e186a4b2..a05736f3 100755 --- a/cocos3d/cocos3d/Nodes/CC3Camera.h +++ b/cocos3d/cocos3d/Nodes/CC3Camera.h @@ -1,7 +1,7 @@ /* * CC3Camera.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Camera.m b/cocos3d/cocos3d/Nodes/CC3Camera.m index dd951f07..5fe7dfd3 100755 --- a/cocos3d/cocos3d/Nodes/CC3Camera.m +++ b/cocos3d/cocos3d/Nodes/CC3Camera.m @@ -1,7 +1,7 @@ /* * CC3Camera.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.h b/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.h index a19c0dbd..71eaa43f 100755 --- a/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.h +++ b/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.h @@ -1,7 +1,7 @@ /* * CC3EnvironmentNodes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.m b/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.m index 75c97db0..c0c59a7a 100755 --- a/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.m +++ b/cocos3d/cocos3d/Nodes/CC3EnvironmentNodes.m @@ -1,7 +1,7 @@ /* * CC3EnvironmentNodes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Light.h b/cocos3d/cocos3d/Nodes/CC3Light.h index c18b5a24..5fe9b623 100755 --- a/cocos3d/cocos3d/Nodes/CC3Light.h +++ b/cocos3d/cocos3d/Nodes/CC3Light.h @@ -1,7 +1,7 @@ /* * CC3Light.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Light.m b/cocos3d/cocos3d/Nodes/CC3Light.m index d13e11ec..00c0cefc 100755 --- a/cocos3d/cocos3d/Nodes/CC3Light.m +++ b/cocos3d/cocos3d/Nodes/CC3Light.m @@ -1,7 +1,7 @@ /* * CC3Light.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3LocalContentNode.h b/cocos3d/cocos3d/Nodes/CC3LocalContentNode.h index 74542d27..51df9c2e 100755 --- a/cocos3d/cocos3d/Nodes/CC3LocalContentNode.h +++ b/cocos3d/cocos3d/Nodes/CC3LocalContentNode.h @@ -1,7 +1,7 @@ /* * CC3LocalContentNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3LocalContentNode.m b/cocos3d/cocos3d/Nodes/CC3LocalContentNode.m index 121e1a69..16054f7d 100644 --- a/cocos3d/cocos3d/Nodes/CC3LocalContentNode.m +++ b/cocos3d/cocos3d/Nodes/CC3LocalContentNode.m @@ -1,7 +1,7 @@ /** * CC3LocalContentNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3MeshNode.h b/cocos3d/cocos3d/Nodes/CC3MeshNode.h index a1471775..8103e5d2 100755 --- a/cocos3d/cocos3d/Nodes/CC3MeshNode.h +++ b/cocos3d/cocos3d/Nodes/CC3MeshNode.h @@ -1,7 +1,7 @@ /* * CC3MeshNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3MeshNode.m b/cocos3d/cocos3d/Nodes/CC3MeshNode.m index 86896cf7..00fb3bae 100755 --- a/cocos3d/cocos3d/Nodes/CC3MeshNode.m +++ b/cocos3d/cocos3d/Nodes/CC3MeshNode.m @@ -1,7 +1,7 @@ /* * CC3MeshNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Node.h b/cocos3d/cocos3d/Nodes/CC3Node.h index fce08a21..f02d26f3 100755 --- a/cocos3d/cocos3d/Nodes/CC3Node.h +++ b/cocos3d/cocos3d/Nodes/CC3Node.h @@ -1,7 +1,7 @@ /* * CC3Node.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3Node.m b/cocos3d/cocos3d/Nodes/CC3Node.m index 03555fc9..cc48e04d 100644 --- a/cocos3d/cocos3d/Nodes/CC3Node.m +++ b/cocos3d/cocos3d/Nodes/CC3Node.m @@ -1,7 +1,7 @@ /** * CC3Node.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3NodeListeners.h b/cocos3d/cocos3d/Nodes/CC3NodeListeners.h index d90f67bb..b7f31650 100755 --- a/cocos3d/cocos3d/Nodes/CC3NodeListeners.h +++ b/cocos3d/cocos3d/Nodes/CC3NodeListeners.h @@ -1,7 +1,7 @@ /* * CC3NodeListeners.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3NodeListeners.m b/cocos3d/cocos3d/Nodes/CC3NodeListeners.m index 6b937def..9f8c1acc 100644 --- a/cocos3d/cocos3d/Nodes/CC3NodeListeners.m +++ b/cocos3d/cocos3d/Nodes/CC3NodeListeners.m @@ -1,7 +1,7 @@ /** * CC3NodeListeners.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3NodeVisitor.h b/cocos3d/cocos3d/Nodes/CC3NodeVisitor.h index cfb503a2..9cc8fbce 100755 --- a/cocos3d/cocos3d/Nodes/CC3NodeVisitor.h +++ b/cocos3d/cocos3d/Nodes/CC3NodeVisitor.h @@ -1,7 +1,7 @@ /* * CC3NodeVisitor.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3NodeVisitor.m b/cocos3d/cocos3d/Nodes/CC3NodeVisitor.m index 4e11b65b..a7c8c6a4 100755 --- a/cocos3d/cocos3d/Nodes/CC3NodeVisitor.m +++ b/cocos3d/cocos3d/Nodes/CC3NodeVisitor.m @@ -1,7 +1,7 @@ /* * CC3NodeVisitor.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.h b/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.h index b18c809f..27406747 100755 --- a/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.h +++ b/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.h @@ -1,7 +1,7 @@ /* * CC3ParametricMeshNodes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.m b/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.m index c6c77c49..35479441 100755 --- a/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.m +++ b/cocos3d/cocos3d/Nodes/CC3ParametricMeshNodes.m @@ -1,7 +1,7 @@ /* * CC3ParametricMeshNodes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h b/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h index 661fdbb8..a2816e40 100755 --- a/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h +++ b/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.h @@ -1,7 +1,7 @@ /* * CC3UtilityMeshNodes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.m b/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.m index 68c29c6f..2e9605e4 100755 --- a/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.m +++ b/cocos3d/cocos3d/Nodes/CC3UtilityMeshNodes.m @@ -1,7 +1,7 @@ /* * CC3UtilityMeshNodes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGL.h b/cocos3d/cocos3d/OpenGL/CC3OpenGL.h index daa25471..b6450f93 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGL.h +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGL.h @@ -1,7 +1,7 @@ /* * CC3OpenGL.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGL.m b/cocos3d/cocos3d/OpenGL/CC3OpenGL.m index 1dc5a57d..8f678f84 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGL.m +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGL.m @@ -1,7 +1,7 @@ /* * CC3OpenGL.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.h b/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.h index a02317ba..3e0624af 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.h +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.h @@ -1,7 +1,7 @@ /* * CC3OpenGLFixedPipeline.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.m b/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.m index 1377ab4c..373f2678 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.m +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLFixedPipeline.m @@ -1,7 +1,7 @@ /* * CC3OpenGLFixedPipeline.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.h b/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.h index 9936ecbc..3291490b 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.h +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.h @@ -1,7 +1,7 @@ /* * CC3OpenGLFoundation.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.m b/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.m index 8cd00ce1..6a24c949 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.m +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLFoundation.m @@ -1,7 +1,7 @@ /* * CC3OpenGLFoundation.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.h b/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.h index 0274d282..b333d1a7 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.h +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.h @@ -1,7 +1,7 @@ /* * CC3OpenGLProgPipeline.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.m b/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.m index 701fa4e3..98d5a71b 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.m +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLProgPipeline.m @@ -1,7 +1,7 @@ /* * CC3OpenGLProgPipeline.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.h b/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.h index 481df952..389459ed 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.h +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.h @@ -1,7 +1,7 @@ /* * CC3OpenGLUtility.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.m b/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.m index bdc2ff29..dcc8fa3c 100755 --- a/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.m +++ b/cocos3d/cocos3d/OpenGL/CC3OpenGLUtility.m @@ -1,7 +1,7 @@ /* * CC3OpenGLES2Utility.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.h b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.h index be5ba3e6..f17adb1f 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.h +++ b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.h @@ -1,7 +1,7 @@ /* * CC3OpenGL2.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.m b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.m index 5ff250d6..fb6bfcb7 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.m +++ b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGL2.m @@ -1,7 +1,7 @@ /* * CC3OpenGL2.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGLCompatibility.h b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGLCompatibility.h index 8f3a3581..fcd742fb 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGLCompatibility.h +++ b/cocos3d/cocos3d/OpenGL/OpenGL/CC3OpenGLCompatibility.h @@ -1,7 +1,7 @@ /* * CC3OpenGLCompatibility.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.h b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.h index 44d25d83..13ddf99c 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.h +++ b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.h @@ -1,7 +1,7 @@ /* * CC3EAGLView.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.m b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.m index b31f006b..76de391a 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.m +++ b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3EAGLView.m @@ -1,7 +1,7 @@ /* * CC3EAGLView.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.h b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.h index 806e1474..3db6adf9 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.h +++ b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.h @@ -1,7 +1,7 @@ /* * CC3OpenGLES1.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.m b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.m index c786eda0..06e58f0e 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.m +++ b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1.m @@ -1,7 +1,7 @@ /* * CC3OpenGLES1.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1Compatibility.h b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1Compatibility.h index 67f9fee9..49c5954a 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1Compatibility.h +++ b/cocos3d/cocos3d/OpenGL/OpenGLES1/CC3OpenGLES1Compatibility.h @@ -1,7 +1,7 @@ /* * CC3OpenGLES1Compatibility.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.h b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.h index 1019b994..39608432 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.h +++ b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.h @@ -1,7 +1,7 @@ /* * CC3OpenGLES2.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.m b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.m index 48fe1254..4b48a707 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.m +++ b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2.m @@ -1,7 +1,7 @@ /* * CC3OpenGLES2.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2Compatibility.h b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2Compatibility.h index db0b021d..d8343221 100755 --- a/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2Compatibility.h +++ b/cocos3d/cocos3d/OpenGL/OpenGLES2/CC3OpenGLES2Compatibility.h @@ -1,7 +1,7 @@ /* * CC3OpenGLES2Compatibility.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3MeshParticles.h b/cocos3d/cocos3d/Particles/CC3MeshParticles.h index 594dd80b..2e7b8992 100755 --- a/cocos3d/cocos3d/Particles/CC3MeshParticles.h +++ b/cocos3d/cocos3d/Particles/CC3MeshParticles.h @@ -1,7 +1,7 @@ /* * CC3MeshParticles.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3MeshParticles.m b/cocos3d/cocos3d/Particles/CC3MeshParticles.m index 39de9b75..aa78ddf0 100755 --- a/cocos3d/cocos3d/Particles/CC3MeshParticles.m +++ b/cocos3d/cocos3d/Particles/CC3MeshParticles.m @@ -1,7 +1,7 @@ /* * CC3MeshParticles.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3Particles.h b/cocos3d/cocos3d/Particles/CC3Particles.h index 6ba52b0a..bb263aba 100755 --- a/cocos3d/cocos3d/Particles/CC3Particles.h +++ b/cocos3d/cocos3d/Particles/CC3Particles.h @@ -1,7 +1,7 @@ /* * CC3Particles.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3Particles.m b/cocos3d/cocos3d/Particles/CC3Particles.m index c365fb1a..ec0921a9 100755 --- a/cocos3d/cocos3d/Particles/CC3Particles.m +++ b/cocos3d/cocos3d/Particles/CC3Particles.m @@ -1,7 +1,7 @@ /* * CC3Particles.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3PointParticles.h b/cocos3d/cocos3d/Particles/CC3PointParticles.h index a95a9c2e..1dc31494 100755 --- a/cocos3d/cocos3d/Particles/CC3PointParticles.h +++ b/cocos3d/cocos3d/Particles/CC3PointParticles.h @@ -1,7 +1,7 @@ /* * CC3PointParticles.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Particles/CC3PointParticles.m b/cocos3d/cocos3d/Particles/CC3PointParticles.m index a90b3fd2..d1cfb928 100755 --- a/cocos3d/cocos3d/Particles/CC3PointParticles.m +++ b/cocos3d/cocos3d/Particles/CC3PointParticles.m @@ -1,7 +1,7 @@ /* * CC3PointParticles.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/CC3Environment.h b/cocos3d/cocos3d/Platforms/CC3Environment.h index 80aa0498..f9f7105b 100755 --- a/cocos3d/cocos3d/Platforms/CC3Environment.h +++ b/cocos3d/cocos3d/Platforms/CC3Environment.h @@ -1,7 +1,7 @@ /* * CC3Environment.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/CC3OSExtensions.h b/cocos3d/cocos3d/Platforms/CC3OSExtensions.h index 23b5f4a1..1fe694d8 100755 --- a/cocos3d/cocos3d/Platforms/CC3OSExtensions.h +++ b/cocos3d/cocos3d/Platforms/CC3OSExtensions.h @@ -1,7 +1,7 @@ /* * CC3OSExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/CC3OSExtensions.m b/cocos3d/cocos3d/Platforms/CC3OSExtensions.m index 28b1ca9a..fbdff02b 100755 --- a/cocos3d/cocos3d/Platforms/CC3OSExtensions.m +++ b/cocos3d/cocos3d/Platforms/CC3OSExtensions.m @@ -1,7 +1,7 @@ /* * CC3OSExtensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/CC3ViewController.h b/cocos3d/cocos3d/Platforms/CC3ViewController.h index cc328bd3..9a3c111f 100755 --- a/cocos3d/cocos3d/Platforms/CC3ViewController.h +++ b/cocos3d/cocos3d/Platforms/CC3ViewController.h @@ -1,7 +1,7 @@ /* * CC3ViewController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/CC3ViewController.m b/cocos3d/cocos3d/Platforms/CC3ViewController.m index 1e2c0a26..946e9fad 100755 --- a/cocos3d/cocos3d/Platforms/CC3ViewController.m +++ b/cocos3d/cocos3d/Platforms/CC3ViewController.m @@ -1,7 +1,7 @@ /* * CC3ViewController.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.h b/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.h index 6064f50c..e63c42ac 100755 --- a/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.h +++ b/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.h @@ -1,7 +1,7 @@ /* * CC3OSXExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.m b/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.m index 5697424b..e88d1df6 100755 --- a/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.m +++ b/cocos3d/cocos3d/Platforms/OSX/CC3OSXExtensions.m @@ -1,7 +1,7 @@ /* * CC3OSXExtensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.h b/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.h index 5eb345b6..75437a11 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.h +++ b/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.h @@ -1,7 +1,7 @@ /* * CC3DeviceCameraOverlayUIViewController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.m b/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.m index dbfbab2b..0fb3cd79 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.m +++ b/cocos3d/cocos3d/Platforms/iOS/CC3DeviceCameraOverlayUIViewController.m @@ -1,7 +1,7 @@ /* * CC3DeviceCameraOverlayUIViewController.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.h b/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.h index 9dc828dc..a8ffa64b 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.h +++ b/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.h @@ -1,7 +1,7 @@ /* * CC3IOSExtensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.m b/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.m index efc18a97..99f05d0d 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.m +++ b/cocos3d/cocos3d/Platforms/iOS/CC3IOSExtensions.m @@ -1,7 +1,7 @@ /* * CC3IOSExtensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.h b/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.h index 2ea1fc8b..647d3ed2 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.h +++ b/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.h @@ -1,7 +1,7 @@ /* * CC3UIViewController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.m b/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.m index eab7fbac..5b332285 100755 --- a/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.m +++ b/cocos3d/cocos3d/Platforms/iOS/CC3UIViewController.m @@ -1,7 +1,7 @@ /* * CC3UIViewController.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3DataStreams.h b/cocos3d/cocos3d/Resources/CC3DataStreams.h index da0a8f7f..0cc857c0 100755 --- a/cocos3d/cocos3d/Resources/CC3DataStreams.h +++ b/cocos3d/cocos3d/Resources/CC3DataStreams.h @@ -1,7 +1,7 @@ /* * CC3DataStreams.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3DataStreams.m b/cocos3d/cocos3d/Resources/CC3DataStreams.m index fa646c53..a172e086 100755 --- a/cocos3d/cocos3d/Resources/CC3DataStreams.m +++ b/cocos3d/cocos3d/Resources/CC3DataStreams.m @@ -1,7 +1,7 @@ /* * CC3DataStreams.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3NodesResource.h b/cocos3d/cocos3d/Resources/CC3NodesResource.h index 19c5d8f0..d45c1eb1 100755 --- a/cocos3d/cocos3d/Resources/CC3NodesResource.h +++ b/cocos3d/cocos3d/Resources/CC3NodesResource.h @@ -1,7 +1,7 @@ /* * CC3NodesResource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3NodesResource.m b/cocos3d/cocos3d/Resources/CC3NodesResource.m index 68b72d4c..f0fc9371 100755 --- a/cocos3d/cocos3d/Resources/CC3NodesResource.m +++ b/cocos3d/cocos3d/Resources/CC3NodesResource.m @@ -1,7 +1,7 @@ /* * CC3NodesResource.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3Resource.h b/cocos3d/cocos3d/Resources/CC3Resource.h index 0972fe41..815545ed 100755 --- a/cocos3d/cocos3d/Resources/CC3Resource.h +++ b/cocos3d/cocos3d/Resources/CC3Resource.h @@ -1,7 +1,7 @@ /* * CC3Resource.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3Resource.m b/cocos3d/cocos3d/Resources/CC3Resource.m index c22d5a5d..a5c18e04 100755 --- a/cocos3d/cocos3d/Resources/CC3Resource.m +++ b/cocos3d/cocos3d/Resources/CC3Resource.m @@ -1,7 +1,7 @@ /* * CC3Resource.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3ResourceNode.h b/cocos3d/cocos3d/Resources/CC3ResourceNode.h index 1d82eb74..97f5bcea 100755 --- a/cocos3d/cocos3d/Resources/CC3ResourceNode.h +++ b/cocos3d/cocos3d/Resources/CC3ResourceNode.h @@ -1,7 +1,7 @@ /* * CC3ResourceNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Resources/CC3ResourceNode.m b/cocos3d/cocos3d/Resources/CC3ResourceNode.m index 9b9c8cf6..4925b2ff 100755 --- a/cocos3d/cocos3d/Resources/CC3ResourceNode.m +++ b/cocos3d/cocos3d/Resources/CC3ResourceNode.m @@ -1,7 +1,7 @@ /* * CC3ResourceNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3Layer.h b/cocos3d/cocos3d/Scenes/CC3Layer.h index f9a3289d..56d4e98f 100755 --- a/cocos3d/cocos3d/Scenes/CC3Layer.h +++ b/cocos3d/cocos3d/Scenes/CC3Layer.h @@ -1,7 +1,7 @@ /* * CC3Layer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3Layer.m b/cocos3d/cocos3d/Scenes/CC3Layer.m index 11f7e6db..d99e4a4d 100755 --- a/cocos3d/cocos3d/Scenes/CC3Layer.m +++ b/cocos3d/cocos3d/Scenes/CC3Layer.m @@ -1,7 +1,7 @@ /* * CC3Layer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3NodeSequencer.h b/cocos3d/cocos3d/Scenes/CC3NodeSequencer.h index e8ce180b..5f61386b 100755 --- a/cocos3d/cocos3d/Scenes/CC3NodeSequencer.h +++ b/cocos3d/cocos3d/Scenes/CC3NodeSequencer.h @@ -1,7 +1,7 @@ /* * CC3NodeSequencer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3NodeSequencer.m b/cocos3d/cocos3d/Scenes/CC3NodeSequencer.m index f007dc3a..61431558 100755 --- a/cocos3d/cocos3d/Scenes/CC3NodeSequencer.m +++ b/cocos3d/cocos3d/Scenes/CC3NodeSequencer.m @@ -1,7 +1,7 @@ /* * CC3NodeSequencer.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.h b/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.h index 45403841..a45a3487 100755 --- a/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.h +++ b/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.h @@ -1,7 +1,7 @@ /* * CC3RenderSurfaces.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.m b/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.m index 8c20fe4e..cd9637f3 100755 --- a/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.m +++ b/cocos3d/cocos3d/Scenes/CC3RenderSurfaces.m @@ -1,7 +1,7 @@ /* * CC3RenderSurfaces.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3Scene.h b/cocos3d/cocos3d/Scenes/CC3Scene.h index e986696f..976db653 100755 --- a/cocos3d/cocos3d/Scenes/CC3Scene.h +++ b/cocos3d/cocos3d/Scenes/CC3Scene.h @@ -1,7 +1,7 @@ /* * CC3Scene.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Scenes/CC3Scene.m b/cocos3d/cocos3d/Scenes/CC3Scene.m index b75606de..3efa8eb6 100755 --- a/cocos3d/cocos3d/Scenes/CC3Scene.m +++ b/cocos3d/cocos3d/Scenes/CC3Scene.m @@ -1,7 +1,7 @@ /* * CC3Scene.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3GLSLVariable.h b/cocos3d/cocos3d/Shaders/CC3GLSLVariable.h index b59c75c9..c029e2a1 100755 --- a/cocos3d/cocos3d/Shaders/CC3GLSLVariable.h +++ b/cocos3d/cocos3d/Shaders/CC3GLSLVariable.h @@ -1,7 +1,7 @@ /* * CC3GLSLVariable.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3GLSLVariable.m b/cocos3d/cocos3d/Shaders/CC3GLSLVariable.m index 5592f68a..d8a308bb 100755 --- a/cocos3d/cocos3d/Shaders/CC3GLSLVariable.m +++ b/cocos3d/cocos3d/Shaders/CC3GLSLVariable.m @@ -1,7 +1,7 @@ /* * CC3GLSLVariable.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderContext.h b/cocos3d/cocos3d/Shaders/CC3ShaderContext.h index 55458fe7..d3ab075b 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderContext.h +++ b/cocos3d/cocos3d/Shaders/CC3ShaderContext.h @@ -1,7 +1,7 @@ /* * CC3ShaderContext.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderContext.m b/cocos3d/cocos3d/Shaders/CC3ShaderContext.m index 7fae0880..7a39c49e 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderContext.m +++ b/cocos3d/cocos3d/Shaders/CC3ShaderContext.m @@ -1,7 +1,7 @@ /* * CC3ShaderContext.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.h b/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.h index 9dcadfcb..936b9b0a 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.h +++ b/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.h @@ -1,7 +1,7 @@ /* * CC3ShaderMatcher.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.m b/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.m index 42c4f7d0..e2eab151 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.m +++ b/cocos3d/cocos3d/Shaders/CC3ShaderMatcher.m @@ -1,7 +1,7 @@ /* * CC3ShaderMatcher.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.h b/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.h index 62e1ed64..5236f6fa 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.h +++ b/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.h @@ -1,7 +1,7 @@ /* * CC3ShaderSemantics.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.m b/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.m index 3862bd2e..734e4d46 100755 --- a/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.m +++ b/cocos3d/cocos3d/Shaders/CC3ShaderSemantics.m @@ -1,7 +1,7 @@ /* * CC3ShaderSemantics.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3Shaders.h b/cocos3d/cocos3d/Shaders/CC3Shaders.h index bb11a514..82f0115f 100755 --- a/cocos3d/cocos3d/Shaders/CC3Shaders.h +++ b/cocos3d/cocos3d/Shaders/CC3Shaders.h @@ -1,7 +1,7 @@ /* * CC3Shaders.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shaders/CC3Shaders.m b/cocos3d/cocos3d/Shaders/CC3Shaders.m index 3a42dc9c..832dd81a 100755 --- a/cocos3d/cocos3d/Shaders/CC3Shaders.m +++ b/cocos3d/cocos3d/Shaders/CC3Shaders.m @@ -1,7 +1,7 @@ /* * CC3Shaders.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.h b/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.h index 7750204f..fbe5368e 100755 --- a/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.h +++ b/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.h @@ -1,7 +1,7 @@ /* * CC3ShadowVolumes.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.m b/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.m index 38ecc84d..c288a235 100755 --- a/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.m +++ b/cocos3d/cocos3d/Shadows/CC3ShadowVolumes.m @@ -1,7 +1,7 @@ /* * CC3ShadowVolumes.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Backgrounder.h b/cocos3d/cocos3d/Utility/CC3Backgrounder.h index 1e9633a0..e246d877 100755 --- a/cocos3d/cocos3d/Utility/CC3Backgrounder.h +++ b/cocos3d/cocos3d/Utility/CC3Backgrounder.h @@ -1,7 +1,7 @@ /* * CC3Backgrounder.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Backgrounder.m b/cocos3d/cocos3d/Utility/CC3Backgrounder.m index 2446a0fe..02a59d8a 100755 --- a/cocos3d/cocos3d/Utility/CC3Backgrounder.m +++ b/cocos3d/cocos3d/Utility/CC3Backgrounder.m @@ -1,7 +1,7 @@ /* * CC3Backgrounder.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3CC2Extensions.h b/cocos3d/cocos3d/Utility/CC3CC2Extensions.h index c93b5d7e..2f17eef5 100755 --- a/cocos3d/cocos3d/Utility/CC3CC2Extensions.h +++ b/cocos3d/cocos3d/Utility/CC3CC2Extensions.h @@ -1,7 +1,7 @@ /* * CC3CC2Extensions.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3CC2Extensions.m b/cocos3d/cocos3d/Utility/CC3CC2Extensions.m index bc041e1a..fd7b7b43 100755 --- a/cocos3d/cocos3d/Utility/CC3CC2Extensions.m +++ b/cocos3d/cocos3d/Utility/CC3CC2Extensions.m @@ -1,7 +1,7 @@ /* * CC3CC2Extensions.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Cache.h b/cocos3d/cocos3d/Utility/CC3Cache.h index 5c69de0d..c4df91e6 100755 --- a/cocos3d/cocos3d/Utility/CC3Cache.h +++ b/cocos3d/cocos3d/Utility/CC3Cache.h @@ -1,7 +1,7 @@ /* * CC3Cache.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Cache.m b/cocos3d/cocos3d/Utility/CC3Cache.m index a5cac705..8bea7aee 100755 --- a/cocos3d/cocos3d/Utility/CC3Cache.m +++ b/cocos3d/cocos3d/Utility/CC3Cache.m @@ -1,7 +1,7 @@ /* * CC3Cache.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3DataArray.h b/cocos3d/cocos3d/Utility/CC3DataArray.h index 31a58808..749c6729 100755 --- a/cocos3d/cocos3d/Utility/CC3DataArray.h +++ b/cocos3d/cocos3d/Utility/CC3DataArray.h @@ -1,7 +1,7 @@ /* * CC3DataArray.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3DataArray.m b/cocos3d/cocos3d/Utility/CC3DataArray.m index 0cb48a49..c37d64ac 100755 --- a/cocos3d/cocos3d/Utility/CC3DataArray.m +++ b/cocos3d/cocos3d/Utility/CC3DataArray.m @@ -1,7 +1,7 @@ /* * CC3DataArray.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Foundation.h b/cocos3d/cocos3d/Utility/CC3Foundation.h index 45078f50..dd4f4e34 100755 --- a/cocos3d/cocos3d/Utility/CC3Foundation.h +++ b/cocos3d/cocos3d/Utility/CC3Foundation.h @@ -1,7 +1,7 @@ /* * CC3Foundation.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Foundation.m b/cocos3d/cocos3d/Utility/CC3Foundation.m index fb8e1202..786f5984 100755 --- a/cocos3d/cocos3d/Utility/CC3Foundation.m +++ b/cocos3d/cocos3d/Utility/CC3Foundation.m @@ -1,7 +1,7 @@ /* * CC3Foundation.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Identifiable.h b/cocos3d/cocos3d/Utility/CC3Identifiable.h index 5770e53f..6bd9f3b7 100755 --- a/cocos3d/cocos3d/Utility/CC3Identifiable.h +++ b/cocos3d/cocos3d/Utility/CC3Identifiable.h @@ -1,7 +1,7 @@ /* * CC3Identifiable.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Identifiable.m b/cocos3d/cocos3d/Utility/CC3Identifiable.m index 148a8ab7..6722e06f 100755 --- a/cocos3d/cocos3d/Utility/CC3Identifiable.m +++ b/cocos3d/cocos3d/Utility/CC3Identifiable.m @@ -1,7 +1,7 @@ /* * CC3Identifiable.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Logging.h b/cocos3d/cocos3d/Utility/CC3Logging.h index 815d6ff4..330cd913 100755 --- a/cocos3d/cocos3d/Utility/CC3Logging.h +++ b/cocos3d/cocos3d/Utility/CC3Logging.h @@ -1,7 +1,7 @@ /* * CC3Logging.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Math.h b/cocos3d/cocos3d/Utility/CC3Math.h index 066aaa51..655cbe4f 100755 --- a/cocos3d/cocos3d/Utility/CC3Math.h +++ b/cocos3d/cocos3d/Utility/CC3Math.h @@ -1,7 +1,7 @@ /* * CC3Math.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.h b/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.h index 78f02c3e..6f83e8d3 100755 --- a/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.h +++ b/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.h @@ -1,7 +1,7 @@ /* * CC3PerformanceStatistics.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.m b/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.m index ea8556c1..852f89ee 100755 --- a/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.m +++ b/cocos3d/cocos3d/Utility/CC3PerformanceStatistics.m @@ -1,7 +1,7 @@ /* * CC3PerformanceStatistics.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2011-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Rotator.h b/cocos3d/cocos3d/Utility/CC3Rotator.h index 8ad29110..2a1d1c9a 100755 --- a/cocos3d/cocos3d/Utility/CC3Rotator.h +++ b/cocos3d/cocos3d/Utility/CC3Rotator.h @@ -1,7 +1,7 @@ /* * CC3Rotator.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/cocos3d/Utility/CC3Rotator.m b/cocos3d/cocos3d/Utility/CC3Rotator.m index 58128456..1ca6021f 100644 --- a/cocos3d/cocos3d/Utility/CC3Rotator.m +++ b/cocos3d/cocos3d/Utility/CC3Rotator.m @@ -1,7 +1,7 @@ /* * CC3Rotator.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3ActionInterval.h b/cocos3d/deprecated/CC3ActionInterval.h index 0a011984..b126cb77 100755 --- a/cocos3d/deprecated/CC3ActionInterval.h +++ b/cocos3d/deprecated/CC3ActionInterval.h @@ -1,7 +1,7 @@ /* * CC3ActionInterval.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3ControllableLayer.h b/cocos3d/deprecated/CC3ControllableLayer.h index 85d96060..8a751429 100755 --- a/cocos3d/deprecated/CC3ControllableLayer.h +++ b/cocos3d/deprecated/CC3ControllableLayer.h @@ -1,7 +1,7 @@ /* * CC3ControllableLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3GLMatrix.h b/cocos3d/deprecated/CC3GLMatrix.h index a62f59bf..0f576fb8 100755 --- a/cocos3d/deprecated/CC3GLMatrix.h +++ b/cocos3d/deprecated/CC3GLMatrix.h @@ -1,7 +1,7 @@ /* * CC3GLMatrix.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3GLMatrix.m b/cocos3d/deprecated/CC3GLMatrix.m index 1bb91833..a6822e11 100755 --- a/cocos3d/deprecated/CC3GLMatrix.m +++ b/cocos3d/deprecated/CC3GLMatrix.m @@ -1,7 +1,7 @@ /* * CC3GLMatrix.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3GLView.h b/cocos3d/deprecated/CC3GLView.h index c585156b..bfb13840 100755 --- a/cocos3d/deprecated/CC3GLView.h +++ b/cocos3d/deprecated/CC3GLView.h @@ -1,7 +1,7 @@ /* * CC3GLView.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3GLView.m b/cocos3d/deprecated/CC3GLView.m index 7040bd99..7c79e598 100755 --- a/cocos3d/deprecated/CC3GLView.m +++ b/cocos3d/deprecated/CC3GLView.m @@ -1,7 +1,7 @@ /* * CC3GLView.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3MatrixMath.h b/cocos3d/deprecated/CC3MatrixMath.h index a051964f..b260a96e 100755 --- a/cocos3d/deprecated/CC3MatrixMath.h +++ b/cocos3d/deprecated/CC3MatrixMath.h @@ -1,7 +1,7 @@ /* * CC3MatrixMath.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3MeshModel.h b/cocos3d/deprecated/CC3MeshModel.h index acc33b53..a3f800a7 100755 --- a/cocos3d/deprecated/CC3MeshModel.h +++ b/cocos3d/deprecated/CC3MeshModel.h @@ -1,7 +1,7 @@ /* * CC3MeshModel.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3MeshModel.m b/cocos3d/deprecated/CC3MeshModel.m index 3e84a15a..675fe6fb 100755 --- a/cocos3d/deprecated/CC3MeshModel.m +++ b/cocos3d/deprecated/CC3MeshModel.m @@ -1,7 +1,7 @@ /* * CC3MeshModel.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3NSViewController.h b/cocos3d/deprecated/CC3NSViewController.h index b831a924..4e54f975 100755 --- a/cocos3d/deprecated/CC3NSViewController.h +++ b/cocos3d/deprecated/CC3NSViewController.h @@ -1,7 +1,7 @@ /* * CC3NSViewController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3NSViewController.m b/cocos3d/deprecated/CC3NSViewController.m index 3f2f96a8..00ed2706 100755 --- a/cocos3d/deprecated/CC3NSViewController.m +++ b/cocos3d/deprecated/CC3NSViewController.m @@ -1,7 +1,7 @@ /* * CC3NSViewController.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3TargettingNode.h b/cocos3d/deprecated/CC3TargettingNode.h index dbf47ed6..6263512b 100755 --- a/cocos3d/deprecated/CC3TargettingNode.h +++ b/cocos3d/deprecated/CC3TargettingNode.h @@ -1,7 +1,7 @@ /* * CC3TargettingNode.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3TargettingNode.m b/cocos3d/deprecated/CC3TargettingNode.m index 3afaa2fc..85b7ef28 100755 --- a/cocos3d/deprecated/CC3TargettingNode.m +++ b/cocos3d/deprecated/CC3TargettingNode.m @@ -1,7 +1,7 @@ /* * CC3TargettingNode.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3VertexArrayMesh.h b/cocos3d/deprecated/CC3VertexArrayMesh.h index f7c0426f..1d98ac86 100755 --- a/cocos3d/deprecated/CC3VertexArrayMesh.h +++ b/cocos3d/deprecated/CC3VertexArrayMesh.h @@ -1,7 +1,7 @@ /* * CC3VertexArrayMesh.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3VertexArrayMesh.m b/cocos3d/deprecated/CC3VertexArrayMesh.m index 1857fd7a..94ef7814 100755 --- a/cocos3d/deprecated/CC3VertexArrayMesh.m +++ b/cocos3d/deprecated/CC3VertexArrayMesh.m @@ -1,7 +1,7 @@ /* * CC3VertexArrayMesh.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3VertexArrayMeshModel.h b/cocos3d/deprecated/CC3VertexArrayMeshModel.h index 25f5c0fc..699a264e 100755 --- a/cocos3d/deprecated/CC3VertexArrayMeshModel.h +++ b/cocos3d/deprecated/CC3VertexArrayMeshModel.h @@ -1,7 +1,7 @@ /* * CC3VertexArrayMeshModel.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3VertexArrayMeshModel.m b/cocos3d/deprecated/CC3VertexArrayMeshModel.m index a529f0f7..73d321d4 100755 --- a/cocos3d/deprecated/CC3VertexArrayMeshModel.m +++ b/cocos3d/deprecated/CC3VertexArrayMeshModel.m @@ -1,7 +1,7 @@ /* * CC3VertexArrayMeshModel.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3World.h b/cocos3d/deprecated/CC3World.h index 749bced7..d942140c 100755 --- a/cocos3d/deprecated/CC3World.h +++ b/cocos3d/deprecated/CC3World.h @@ -1,7 +1,7 @@ /* * CC3World.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CC3World.m b/cocos3d/deprecated/CC3World.m index 0afa4866..bae5f255 100755 --- a/cocos3d/deprecated/CC3World.m +++ b/cocos3d/deprecated/CC3World.m @@ -1,7 +1,7 @@ /* * CC3World.m * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/CCNodeController.h b/cocos3d/deprecated/CCNodeController.h index ceedb9b7..2ebc46c8 100755 --- a/cocos3d/deprecated/CCNodeController.h +++ b/cocos3d/deprecated/CCNodeController.h @@ -1,7 +1,7 @@ /* * CCNodeController.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/cocos3d/deprecated/ControllableCCLayer.h b/cocos3d/deprecated/ControllableCCLayer.h index ec9e5882..80be5742 100755 --- a/cocos3d/deprecated/ControllableCCLayer.h +++ b/cocos3d/deprecated/ControllableCCLayer.h @@ -1,7 +1,7 @@ /* * ControllableCCLayer.h * - * Cocos3D 2.0.1 + * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com diff --git a/install-cocos3d.sh b/install-cocos3d.sh index a5a8390f..1d709518 100755 --- a/install-cocos3d.sh +++ b/install-cocos3d.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Cocos3D 2.0.1 +# Cocos3D 2.0.2 # Author: Bill Hollings # Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. # http://www.brenwill.com