forked from coronalabs/corona
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,946 changed files
with
7,337 additions
and
34,263 deletions.
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 |
---|---|---|
|
@@ -2,31 +2,15 @@ | |
|
||
Corona source code files should have following headers | ||
|
||
# C/C++ | ||
# C/C++/Java | ||
|
||
```c | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
``` | ||
|
@@ -36,26 +20,10 @@ Corona source code files should have following headers | |
```lua | ||
------------------------------------------------------------------------------ | ||
-- | ||
-- Copyright (C) 2018 Corona Labs Inc. | ||
-- Contact: [email protected] | ||
-- | ||
-- This file is part of the Corona game engine. | ||
-- | ||
-- Commercial License Usage | ||
-- Licensees holding valid commercial Corona licenses may use this file in | ||
-- accordance with the commercial license agreement between you and | ||
-- Corona Labs Inc. For licensing terms and conditions please contact | ||
-- [email protected] or visit https://coronalabs.com/com-license | ||
-- | ||
-- GNU General Public License Usage | ||
-- Alternatively, this file may be used under the terms of the GNU General | ||
-- Public license version 3. The license is as published by the Free Software | ||
-- Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
-- of this file. Please review the following information to ensure the GNU | ||
-- General Public License requirements will | ||
-- be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
-- | ||
-- For overview and more information on licensing please refer to README.md | ||
-- For overview and more information on licensing please refer to README.md | ||
-- Home page: https://github.com/coronalabs/corona | ||
-- Contact: [email protected] | ||
-- | ||
------------------------------------------------------------------------------ | ||
``` |
This file was deleted.
Oops, something went wrong.
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Corona Labs Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
-------------------------------------------------------------------------------- | ||
---- buildSettingsToPlist.lua | ||
---- | ||
------------------------------------------------------------------------------ | ||
-- | ||
-- This file is part of the Corona game engine. | ||
-- For overview and more information on licensing please refer to README.md | ||
-- Home page: https://github.com/coronalabs/corona | ||
-- Contact: [email protected] | ||
-- | ||
------------------------------------------------------------------------------ | ||
|
||
---- Amend an app's Info.plist with CoronaSDK specific items. | ||
---- | ||
---- Copyright (c) 2014 Corona Labs Inc. All rights reserved. | ||
---- | ||
---------------------------------------------------------------------------------- | ||
|
||
-- add $pwd/../../shared/resource to lua module lookup path | ||
package.path = package.path .. ";" .. arg[0]:match("(.+)/") .. "/../../shared/resource/?.lua" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
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,25 +1,9 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Copyright (C) 2018 Corona Labs Inc. | ||
// Contact: [email protected] | ||
// | ||
// This file is part of the Corona game engine. | ||
// | ||
// Commercial License Usage | ||
// Licensees holding valid commercial Corona licenses may use this file in | ||
// accordance with the commercial license agreement between you and | ||
// Corona Labs Inc. For licensing terms and conditions please contact | ||
// [email protected] or visit https://coronalabs.com/com-license | ||
// | ||
// GNU General Public License Usage | ||
// Alternatively, this file may be used under the terms of the GNU General | ||
// Public license version 3. The license is as published by the Free Software | ||
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging | ||
// of this file. Please review the following information to ensure the GNU | ||
// General Public License requirements will | ||
// be met: https://www.gnu.org/licenses/gpl-3.0.html | ||
// | ||
// For overview and more information on licensing please refer to README.md | ||
// For overview and more information on licensing please refer to README.md | ||
// Home page: https://github.com/coronalabs/corona | ||
// Contact: [email protected] | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
Oops, something went wrong.