-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/community-1.8' into develop
Conflicts: util/pito.lua xcode/ios/moai-ios.xcodeproj/project.pbxproj xcode/ios/moai-ios.xcodeproj/xcshareddata/xcschemes/moai-ios.xcscheme 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-static/moai-osx-static.xcodeproj/xcshareddata/xcschemes/moai-osx-static.xcscheme xcode/osx/moai-osx.xcodeproj/xcshareddata/xcschemes/moai-osx.xcscheme
- Loading branch information
Showing
5,991 changed files
with
334,080 additions
and
1,154,170 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,52 @@ | ||
|
||
bin/ | ||
obj/ | ||
libs/ | ||
lib/ | ||
util/libmoai | ||
|
||
Thumbs.db | ||
.DS_Store | ||
/vs2010/ipch | ||
/vs2010/bin | ||
/vs2008/bin | ||
|
||
/ide/bin | ||
/ide/obj | ||
|
||
/src/config | ||
|
||
/build/ | ||
xcuserdata/ | ||
DerivedData/ | ||
*.pbxuser | ||
*.perspectivev3 | ||
|
||
# Artifacts when building with CMake | ||
flascc/build | ||
/src/moai/moai | ||
tmp | ||
|
||
# Produced by test runner | ||
test/xml-results | ||
.idea | ||
cmake/projects/ | ||
|
||
# Build and release products | ||
cmake/build/ | ||
release/ | ||
|
||
bin/api-reference-parser/vendor | ||
docs/api-reference | ||
/moai-sdk/ | ||
/bin/env-local.bat | ||
/util/moai | ||
/**/java/build/ | ||
/**/java/*.iml | ||
env.sh | ||
sample-browser/ | ||
util/build-sample-browser/temprom/ | ||
/bin/ | ||
/build/ | ||
/lib/ | ||
|
||
libs/ | ||
obj/ | ||
util/libmoai | ||
|
||
Thumbs.db | ||
.DS_Store | ||
/vs2010/ipch | ||
/vs2010/bin | ||
/vs2008/bin | ||
|
||
/ide/bin | ||
/ide/obj | ||
|
||
/src/config | ||
|
||
/build/ | ||
xcuserdata/ | ||
DerivedData/ | ||
*.pbxuser | ||
*.perspectivev3 | ||
|
||
# Artifacts when building with CMake | ||
flascc/build | ||
/src/moai/moai | ||
tmp | ||
|
||
# Produced by test runner | ||
test/xml-results | ||
.idea | ||
cmake/projects/ | ||
|
||
# Build and release products | ||
cmake/build/ | ||
release/ | ||
|
||
bin/api-reference-parser/vendor | ||
docs/api-reference | ||
/moai-sdk/ | ||
/bin/env-local.bat | ||
/bin/win32/ | ||
/bin/x64/ | ||
/util/moai | ||
/**/java/build/ | ||
/**/java/*.iml | ||
env.sh | ||
sample-browser/ | ||
util/build-sample-browser/temprom/ | ||
moai-osx-static.xcscmblueprint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
[submodule "3rdparty/civetweb"] | ||
path = 3rdparty/civetweb | ||
url = https://github.com/civetweb/civetweb.git | ||
[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 |
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- DeltaDNA --> | ||
<uses-permission android:name="android.permission.INTERNET"/> | ||
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.