Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added initial fastlane structure #265

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
MikuAuahDark marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
11.5:
• Contains all relevant changes for desktop LÖVE 11.5.
• Fixed audio in Android still playing in the background in certain cases. (love2d/love#1828).
24 changes: 24 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<p>
<b>LÖVE is an awesome 2D game framework for Lua.</b>
</p>
<p>
LÖVE is a free, open-source, cross-platform framework released under the zlib license for developing video games. The framework is written in C++ and uses Lua as its scripting language.
</p>
<p>
This is the Android port of LÖVE. It can load games from *.love files and from /sdcard/lovegame (or /sdcard/Android/data/org.love2d.android/files/games/lovegame) folder.
</p>
<p>
<b>These features come with the framework:</b>
</p>
<ul>
<li>Supports OpenGL pixel shaders GLSL.</li>
<li>Supports touchscreen for mobile devices.</li>
<li>Supports joysticks by providing interface for connected joysticks.</li>
<li>Supports UTF-8.</li>
<li>Supports image formats: PNG, JPEG, GIF, TGA and BMP.</li>
<li>Supports audio formats: WAV, OGG, and MP3.</li>
<li>Supports video formats: OGV.</li>
<li>Supports the physics engine Box2D in games, which can be disabled to lighten the library.</li>
<li>Supports the LuaSocket library for network communications TCP/UDP.</li>
<li>Supports the lua-enet library, another network library implementing Enet, a reliable protocol based on UDP.</li>
</ul>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Android Port of LÖVE, an awesome 2D game engine for Lua
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LÖVE for Android