Skip to content

Commit

Permalink
Initial Open Source Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Jan 2, 2019
0 parents commit b4c4f18
Show file tree
Hide file tree
Showing 8,839 changed files with 2,458,711 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
215 changes: 215 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
*.xcuserdatad/


# Hidden files used by the Finder in MacOS
.DS_Store
.Trashes
.com.apple.timemachine.supported
.fseventsd/*
.TemporaryItems/*
Desktop DB
Desktop DF

# Eclipse
.metadata/*

.vscode
.idea
IDEWorkspaceChecks.plist

# Build files
*/build/*
*.pbxuser
*.perspective*
*.mode1
*.mode1v3
*.orig
*.class
*.apk
*.ap_
*.obj
*.bak
*.dex
*.so
*.ncb
*.opensdf
*.sdf
*.suo
*.idb
*.ipch
*.pdb
*.ilk
*.lu
*._*
contents.xcworkspacedata
*.xccheckout
*.xcbkptlist
*.rej
2100.9999_template_*_basic.tar.bz
*.log
tools/CoronaBuilder/_CoronaSetup_*.lua

# Enterprise
enterprise/CoronaTemplateApp/Libraries/*
enterprise/*.zip
tools/enterprise/CoronaEnterprise/*

# Plugins
plugins/ads/win32/*ads.c
plugins/**/android/bin/*
plugins/**/android/gen/*
plugins/**/android/libs/*
plugins/analytics/win32/*analytics.c

# Windows
# autogenerated from Lua
platform/win32/simulator/Setup/Intermediate/*
platform/win32/CoronaLibrary_lua.cpp
platform/win32/CoronaPrototype.cpp
platform/win32/CoronaProvider.cpp
platform/win32/config_require.cpp
platform/win32/create_build_properties.cpp
platform/win32/easing.cpp
platform/win32/init.cpp
platform/win32/json.cpp
platform/win32/dkjson.cpp
platform/win32/launchpad.cpp
platform/win32/re.cpp
platform/win32/runtime.cpp
platform/win32/shell.cpp
platform/win32/storyboard.cpp
platform/win32/timer.cpp
platform/win32/transition.cpp
platform/win32/widget.cpp
platform/win32/widget_button.cpp
platform/win32/widget_picker.cpp
platform/win32/widget_scrollview.cpp
platform/win32/widget_slider.cpp
platform/win32/widget_tabbar.cpp
platform/win32/widget_tableview.cpp
platform/win32/widget_*.cpp
platform/win32/remdebug_engine.cpp
platform/win32/remdebug_engine.lua
platform/win32/simulatorAnalytics.cpp
platform/win32/transition_v1.cpp
platform/win32/composer.cpp
platform/win32/composer_scene.cpp
platform/win32/webPackageApp.cpp
platform/windows/Bin/*
platform/windows/**/Bin/*
platform/windows/**/Generated Files/*
platform/windows/**/PerfLogs/*
platform/windows/**/obj/*
platform/windows/**/Debug.App/*
platform/windows/**/Debug.Simulator/*
platform/windows/**/Release.App/*
platform/windows/**/Release.Simulator/*

# Android
*/libs/armeabi/*
*/gdb.setup
platform/android/bin
platform/android/project/corona/obj/*
platform/android/ndk/generated/*
platform/android/ndk/obj/*
platform/android/ndk/libs/*
platform/android/sdk/assets/*
platform/android/sdk/bin/*
platform/android/sdk/gen/*
platform/android/sdk/libs/*
platform/android/sdk/res/raw/corona_3rd_party_licenses.txt
platform/android/sdk/res/raw/corona_asset_*
platform/android/template/coreJars
platform/android/template/external-libs-paths
platform/android/template/externals
platform/android/template/res
external/facebook-android-sdk/facebook/bin
external/facebook-android-sdk/facebook/gen
external/OpenFeintSDK.1.9.3/OpenFeintAPI/bin
external/OpenFeintSDK.1.9.3/OpenFeintAPI/gen
external/papaya-corona-sdk-global-1.7.1/Library/bin
external/papaya-corona-sdk-global-1.7.1/Library/gen
external/SuperRewards-Android-SDK/bin
external/SuperRewards-Android-SDK/gen
local.properties
platform/android/sdk/src/com/ansca/corona/SplashScreenBeacon.java
platform/android/template/template/

# iOS
*/iphone/template/*
*/iphone/template-dSYM/*
*/iphone/template-logs/*
*/platform/*.zip
*/platform/iphone/log-*.txt
platform/iphone/template*.zip
*/platform/android/project/corona/project/jni/corona-root
*/CoronaLib.jar


kernel_*.cpp
shell_default_gl.cpp
platform/test/**
platform/test/assets/*
bin/mac/LuaCocoa.framework/**
bin/mac/logs/**
bin/mac/tmp/**
sdk/Corona**
*/Debug/*
*/Release/*
*/PowerVRDebug/*
*.aps
*.o
*.o.d
*/corona-root.lnk
*.user
platform/android/resources/FastFileCreate
plugins/ads-inmobi/android/AndroidManifest\.xml
plugins/ads-inmobi/android/proguard-project\.txt
plugins/ads-inmobi/android/project\.properties

platform/mac/CoronaLiveServer/libs/bin
platform/mac/CoronaLiveServer/libs/ssl
platform/mac/CoronaLiveServer/libevent
platform/mac/CoronaLiveServer/openssl
platform/linux/lua
platform/linux/linux_rtt.txt
platform/linux/linuxtemplate.tar.gz
platform/linux/raspbiantemplate.tar.gz
platform/linux/rtt.mk
platform/linux/rtt_arm.mk
platform/linux/deb/
platform/linux/deb_arm/

tools/node-post
# ignore abandoned, prototyes and closed source
platform/bada
platform/gametree
platform/nintendo
platform/symbian
platform/webos

.hg*
*.p12
*.cert
/platform/windows/Build.Tools/CoronaLabsInc.pfx
premake4.lua


!bin/mac/lfs.so
!platform/linux/deb/CONTENTS
!platform/test/assets/main.lua
librtt/Renderer/ios/build
librtt/Renderer/mac/build


#legacy entries
/plugins/viewer
external/DeskMetrics
external/InMobi
external/inneractive
external/facebook-ios-sdk
external/facebook-android-sdk
plugins/ads-inmobi
plugins/ads-inneractive
tools/buildsys-ios
commit-email.sh
78 changes: 78 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[submodule "external/Box2D"]
path = external/Box2D
url = https://github.com/coronalabs/submodule-box2d.git
[submodule "external/CryptoPP"]
path = external/CryptoPP
url = https://github.com/coronalabs/submodule-CryptoPP.git
[submodule "external/libimobiledevice/ideviceinstaller"]
path = external/libimobiledevice/ideviceinstaller
url = https://github.com/coronalabs/submodule-ideviceinstaller.git
[submodule "external/libimobiledevice/libimobiledevice"]
path = external/libimobiledevice/libimobiledevice
url = https://github.com/coronalabs/submodule-libimobiledevice.git
[submodule "external/libimobiledevice/libplist"]
path = external/libimobiledevice/libplist
url = https://github.com/coronalabs/submodule-libplist.git
[submodule "external/libimobiledevice/libusbmuxd"]
path = external/libimobiledevice/libusbmuxd
url = https://github.com/coronalabs/submodule-libusbmuxd.git
[submodule "external/freetype-2.9"]
path = external/freetype-2.9
url = https://github.com/coronalabs/submodule-freetype.git
[submodule "external/live-libs"]
path = external/live-libs
url = https://github.com/coronalabs/submodule-live-libs.git
[submodule "external/luafilesystem"]
path = external/luafilesystem
url = https://github.com/coronalabs/submodule-lfs.git
[submodule "external/luasocket"]
path = external/luasocket
url = https://github.com/coronalabs/submodule-luasocket.git
[submodule "external/mojoAL"]
path = external/mojoAL
url = https://github.com/coronalabs/submodule-mojoAL.git
[submodule "external/openal-soft_apportable"]
path = external/openal-soft_apportable
url = https://github.com/coronalabs/submodule-openal-soft_apportable.git
[submodule "platform/emscripten"]
path = platform/emscripten
url = https://github.com/coronalabs/submodule-platform-emscripten.git
[submodule "platform/linux"]
path = platform/linux
url = https://github.com/coronalabs/submodule-platform-linux.git
[submodule "plugins/build"]
path = plugins/build
url = https://github.com/coronalabs/submodule-plugins-build.git
[submodule "plugins/build-core"]
path = plugins/build-core
url = https://github.com/coronalabs/submodule-plugins-build-core.git
[submodule "plugins/gameNetwork"]
path = plugins/gameNetwork
url = https://github.com/coronalabs/submodule-plugins-gameNetwork.git
[submodule "plugins/licensing"]
path = plugins/licensing
url = https://github.com/coronalabs/submodule-plugins-licensing
[submodule "plugins/network"]
path = plugins/network
url = https://github.com/coronalabs/submodule-plugins-network
[submodule "simulator-extensions/welcomescreen"]
path = simulator-extensions/welcomescreen
url = https://github.com/coronalabs/submodule-welcomescreen.git
[submodule "subrepos/enterprise"]
path = subrepos/enterprise
url = https://github.com/coronalabs/submodule-native.git
[submodule "subrepos/easing"]
path = subrepos/easing
url = https://github.com/coronalabs/framework-easing.git
[submodule "subrepos/transition"]
path = subrepos/transition
url = https://github.com/coronalabs/framework-transition.git
[submodule "subrepos/widget"]
path = subrepos/widget
url = https://github.com/coronalabs/framework-widget.git
[submodule "subrepos/timer"]
path = subrepos/timer
url = https://github.com/coronalabs/framework-timer.git
[submodule "subrepos/composer"]
path = subrepos/composer
url = https://github.com/coronalabs/framework-composer.git
104 changes: 104 additions & 0 deletions CLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
Corona Labs, Inc. (“Corona”) Contributor License Agreement ("Agreement")
------------------------------------------------------------------------
#### http://www.coronalabs.com/ (v 1.0)


In order to clarify the intellectual property license
granted with Contributions from any person or entity, Corona
must have a Contributor License Agreement (CLA) on file that has been
signed by each Contributor, indicating agreement to the license terms
below. This license is for your protection as a Contributor as well
as the protection of Corona and its users; it does not change
your rights to use your own Contributions for any other purpose.

This version of the Agreement allows an entity (the "Corporation") to
submit Contributions to Corona, to authorize Contributions
submitted by its designated employees to Corona, and to grant
copyright and patent licenses thereto.

You accept and agree to the following terms and conditions for Your
present and future Contributions submitted to Corona. Except
for the license granted herein to Corona and recipients of
software distributed by Corona, You reserve all right, title,
and interest in and to Your Contributions.
1. Definitions.
"You" (or "Your") shall mean the copyright owner or legal entity
authorized by the copyright owner that is making this Agreement
with Corona. For legal entities, the entity making a
Contribution and all other entities that control, are controlled
by, or are under common control with that entity are considered to
be a single Contributor. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"Contribution" shall mean any original work of authorship,
including any modifications or additions to an existing work, that
is intentionally submitted by You to Corona for inclusion
in, or documentation of, any of the products owned or managed by
Corona (the "Work"). For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written
communication sent to Corona or its representatives,
including but not limited to communication on electronic mailing
lists, source code control systems, and issue tracking systems that
are managed by, or on behalf of, Corona for the purpose of
discussing and improving the Work, but excluding communication that
is conspicuously marked or otherwise designated in writing by You
as "Not a Contribution."
2. Grant of Copyright License. Subject to the terms and conditions of
this Agreement, You hereby grant to Corona and to
recipients of software distributed by Corona a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare derivative works of,
publicly display, publicly perform, sublicense, and distribute Your
Contributions and such derivative works.
3. Grant of Patent License. Subject to the terms and conditions of
this Agreement, You hereby grant to Corona and to
recipients of software distributed by Corona a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the
Work, where such license applies only to those patent claims
licensable by You that are necessarily infringed by Your
Contribution(s) alone or by combination of Your Contribution(s)
with the Work to which such Contribution(s) was submitted. If any
entity institutes patent litigation against You or any other entity
(including a cross-claim or counterclaim in a lawsuit) alleging
that your Contribution, or the Work to which you have contributed,
constitutes direct or contributory patent infringement, then any
patent licenses granted to that entity under this Agreement for
that Contribution or Work shall terminate as of the date such
litigation is filed.
4. You represent that you are legally entitled to grant the above
license. If your employer(s) has rights to intellectual property
that you create that includes your Contributions, you represent
that you have received permission to make Contributions on behalf
of that employer, that your employer has waived such rights for
your Contributions to Corona, or that your employer has
executed a separate Corporate CLA with Corona.
5. You represent that each of Your Contributions is Your original
creation (see section 7 for submissions on behalf of others). You
represent that Your Contribution submissions include complete
details of any third-party license or other restriction (including,
but not limited to, related patents and trademarks) of which you
are personally aware and which are associated with any part of Your
Contributions.
6. You are not expected to provide support for Your Contributions,
except to the extent You desire to provide support. You may provide
support for free, for a fee, or not at all. Unless required by
applicable law or agreed to in writing, You provide Your
Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied, including, without
limitation, any warranties or conditions of TITLE, NON-
INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
7. Should You wish to submit work that is not Your original creation,
You may submit it to Corona separately from any
Contribution, identifying the complete details of its source and of
any license or other restriction (including, but not limited to,
related patents, trademarks, and license agreements) of which you
are personally aware, and conspicuously marking the work as
"Submitted on behalf of a third-party: [named here]".
8. You agree to notify Corona of any facts or circumstances of
which you become aware that would make these representations
inaccurate in any respect.

Loading

0 comments on commit b4c4f18

Please sign in to comment.