actual source files added
40
AndroidManifest.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.watabou.pixeldungeon"
|
||||
android:versionCode="59"
|
||||
android:versionName="1.7.1c"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
android:targetSdkVersion="18"/>
|
||||
|
||||
<uses-feature
|
||||
android:glEsVersion="0x00020000"/>
|
||||
|
||||
<supports-screens
|
||||
android:smallScreens="false"
|
||||
android:normalScreens="true"
|
||||
android:largeScreens="true"/>
|
||||
<!--android:xlargeScreens="true"-->
|
||||
|
||||
<application
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
|
||||
android:allowBackup="false">
|
||||
<activity
|
||||
android:label="@string/app_name"
|
||||
android:name=".PixelDungeon"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter >
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
|
@ -1,4 +1,4 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
|
@ -618,57 +618,4 @@ an absolute waiver of all civil liability in connection with the
|
|||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
END OF TERMS AND CONDITIONS
|
BIN
assets/amulet.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/arcs1.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/arcs2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/avatars.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/badges.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/banners.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/bat.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/blacksmith.png
Normal file
After Width: | Height: | Size: 918 B |
BIN
assets/brute.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/buffs.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/burning_fist.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/chrome.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/crab.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
assets/dashboard.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/demon.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/dm300.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/effects.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
assets/elemental.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/exp_bar.png
Normal file
After Width: | Height: | Size: 123 B |
BIN
assets/eye.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/fireball.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
assets/font15x.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
assets/font1x.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/font25x.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/font2x.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
assets/font3x.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
assets/game.mp3
Normal file
BIN
assets/ghost.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/gnoll.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
assets/golem.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/goo.png
Normal file
After Width: | Height: | Size: 857 B |
BIN
assets/hp_bar.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/icons.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/items.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/king.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/large_buffs.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/larva.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/mage.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/monk.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
assets/piranha.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/plants.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/ranger.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/rat.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/ratking.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/rogue.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/rotting_fist.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/scorpio.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
assets/shaman.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/sheep.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/shopkeeper.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/skeleton.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
assets/snd_alert.mp3
Normal file
BIN
assets/snd_badge.mp3
Normal file
BIN
assets/snd_beacon.mp3
Normal file
BIN
assets/snd_blast.mp3
Normal file
BIN
assets/snd_bones.mp3
Normal file
BIN
assets/snd_boss.mp3
Normal file
BIN
assets/snd_burning.mp3
Normal file
BIN
assets/snd_challenge.mp3
Normal file
BIN
assets/snd_charms.mp3
Normal file
BIN
assets/snd_click.mp3
Normal file
BIN
assets/snd_cursed.mp3
Normal file
BIN
assets/snd_death.mp3
Normal file
BIN
assets/snd_descend.mp3
Normal file
BIN
assets/snd_dewdrop.mp3
Normal file
BIN
assets/snd_door_open.mp3
Normal file
BIN
assets/snd_drink.mp3
Normal file
BIN
assets/snd_eat.mp3
Normal file
BIN
assets/snd_evoke.mp3
Normal file
BIN
assets/snd_falling.mp3
Normal file
BIN
assets/snd_ghost.mp3
Normal file
BIN
assets/snd_gold.mp3
Normal file
BIN
assets/snd_hit.mp3
Normal file
BIN
assets/snd_item.mp3
Normal file
BIN
assets/snd_levelup.mp3
Normal file
BIN
assets/snd_lightning.mp3
Normal file
BIN
assets/snd_lullaby.mp3
Normal file
BIN
assets/snd_mastery.mp3
Normal file
BIN
assets/snd_meld.mp3
Normal file
BIN
assets/snd_miss.mp3
Normal file
BIN
assets/snd_plant.mp3
Normal file
BIN
assets/snd_puff.mp3
Normal file
BIN
assets/snd_ray.mp3
Normal file
BIN
assets/snd_read.mp3
Normal file
BIN
assets/snd_rocks.mp3
Normal file
BIN
assets/snd_secret.mp3
Normal file
BIN
assets/snd_shatter.mp3
Normal file
BIN
assets/snd_step.mp3
Normal file
BIN
assets/snd_teleport.mp3
Normal file
BIN
assets/snd_tomb.mp3
Normal file
BIN
assets/snd_trap.mp3
Normal file
BIN
assets/snd_unlock.mp3
Normal file
BIN
assets/snd_water.mp3
Normal file
BIN
assets/snd_zap.mp3
Normal file
BIN
assets/specks.png
Normal file
After Width: | Height: | Size: 868 B |
BIN
assets/spell_icons.png
Normal file
After Width: | Height: | Size: 535 B |
BIN
assets/spinner.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
assets/statue.png
Normal file
After Width: | Height: | Size: 2.5 KiB |