Skip to content

Commit

Permalink
Merge branch 'fallguy/feature/moai-2.0' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	.gitmodules
	android-ndk/jni/src/jni.cpp
	android-studio/app/src/main/res/drawable-hdpi/ic_launcher.png
	android-studio/app/src/main/res/drawable-mdpi/ic_launcher.png
	android-studio/app/src/main/res/drawable-xhdpi/ic_launcher.png
	android-studio/app/src/main/res/drawable-xxhdpi/ic_launcher.png
	android-studio/gradlew.bat
	ant/libmoai/jni/Android.mk
	src/custom-include/curl/linux/curl_config.h
	src/host-sdl/SDLHost.cpp
	src/moai-core/MOAILuaRuntime.h
	src/moai-ios/MOAIBillingIOS.h
	src/moai-sim/MOAICameraFitter2D.cpp
	src/moai-sim/MOAICollisionWorld.cpp
	src/moai-sim/MOAIGfxMgr.cpp
	src/moai-sim/MOAIGfxStateCache.cpp
	src/moai-sim/MOAIGraphicsProp.cpp
	src/moai-sim/MOAILayer.cpp
	src/moai-sim/MOAISingleTexture.cpp
	src/moai-sim/MOAITextLabel.cpp
	src/moai-util/MOAILuaUtil.cpp
	util/ant-libmoai/Android.mk
	util/ant-libmoai/MoaiTarget.mk
	util/ant-libmoai/config.lua
	util/ant-libmoai/main.lua
	util/ant-libmoai/modules/3rdparty-curl.mk
	util/ant-libmoai/modules/moai-http-client.mk
	util/ant-libmoai/modules/moai-luaext.mk
	vs2015/moai-exe/moai.vcxproj
	vs2015/moai.sln
	vs2015/zl-lib-core/zl-lib-core.vcxproj
	vs2015/zl-lib-core/zl-lib-core.vcxproj.filters
	xcode/ios/moai-ios.xcodeproj/project.pbxproj
	xcode/libmoai/libmoai.xcodeproj/project.pbxproj
	xcode/libmoai/libmoai.xcodeproj/xcshareddata/xcschemes/libmoai-ios-all.xcscheme
	xcode/libmoai/libmoai.xcodeproj/xcshareddata/xcschemes/libmoai-osx-all.xcscheme
	xcode/osx/moai-osx.xcodeproj/project.pbxproj
	xcode/osx/moai-osx.xcodeproj/xcshareddata/xcschemes/moai-osx.xcscheme
	xcode/resources/Images.xcassets/AppIcon.appiconset/Contents.json
  • Loading branch information
Patrick Meehan committed Sep 22, 2017
2 parents 7920587 + d802c97 commit 8ff7e12
Show file tree
Hide file tree
Showing 5,882 changed files with 398,516 additions and 481,057 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ docs/api-reference
env.sh
sample-browser/
util/build-sample-browser/temprom/
moai-osx-static.xcscmblueprint
21 changes: 15 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@
[submodule "3rdparty/kissfft"]
path = 3rdparty/kissfft
url = https://github.com/itdaniher/kissfft.git
[submodule "3rdparty/mbedtls"]
path = 3rdparty/mbedtls
url = https://github.com/ARMmbed/mbedtls.git
[submodule "3rdparty/curl"]
path = 3rdparty/curl
url = https://github.com/curl/curl
[submodule "3rdparty/assimp"]
path = 3rdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "3rdparty/TGAReader"]
path = 3rdparty/TGAReader
url = https://github.com/npedotnet/TGAReader.git
[submodule "3rdparty/google-test"]
path = 3rdparty/google-test
url = https://github.com/google/googletest.git
[submodule "3rdparty/gvr-ios-sdk"]
path = 3rdparty/gvr-ios-sdk
url = https://github.com/moai/gvr-ios-sdk.git
[submodule "3rdparty/artoolkit5"]
path = 3rdparty/artoolkit5
url = https://github.com/artoolkit/artoolkit5.git
Binary file removed 3rdparty-android/adcolony-2.0.6/.DS_Store
Binary file not shown.
Binary file removed 3rdparty-android/adcolony-2.0.6/lib/.DS_Store
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions 3rdparty-android/adcolony-2.0.6/manifest_declarations.xml

This file was deleted.

5 changes: 0 additions & 5 deletions 3rdparty-android/adcolony-2.0.6/manifest_permissions.xml

This file was deleted.

Binary file not shown.

This file was deleted.

2 changes: 0 additions & 2 deletions 3rdparty-android/chartboost-5.1.1/classpath.xml

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions 3rdparty-android/chartboost-5.1.1/manifest_declarations.xml

This file was deleted.

2 changes: 0 additions & 2 deletions 3rdparty-android/chartboost-5.1.1/manifest_permissions.xml

This file was deleted.

Loading

0 comments on commit 8ff7e12

Please sign in to comment.