Disabled external gits
8
Permafrost/.classpath
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="res"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
3
Permafrost/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.DS_Store
|
||||
*/.DS_Store
|
||||
/bin
|
17
Permafrost/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>permafrost</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
|
BIN
Permafrost/CONCEPTION.pdf
Normal file
BIN
Permafrost/README.pages
Normal file
BIN
Permafrost/README.pdf
Normal file
1419
Permafrost/nbproject/build-impl.xml
Normal file
8
Permafrost/nbproject/genfiles.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
build.xml.data.CRC32=a751b025
|
||||
build.xml.script.CRC32=abafb6b2
|
||||
build.xml.stylesheet.CRC32=8064a381@1.79.1.48
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=a751b025
|
||||
nbproject/build-impl.xml.script.CRC32=caab431a
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
|
81
Permafrost/nbproject/project.properties
Normal file
@@ -0,0 +1,81 @@
|
||||
annotation.processing.enabled=true
|
||||
annotation.processing.enabled.in.editor=false
|
||||
annotation.processing.processors.list=
|
||||
annotation.processing.run.all.processors=true
|
||||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
||||
application.title=platform
|
||||
application.vendor=Jojo
|
||||
auxiliary.org-netbeans-modules-projectimport-eclipse-core.key=src=src;output=bin;
|
||||
auxiliary.org-netbeans-modules-projectimport-eclipse-core.project=.
|
||||
auxiliary.org-netbeans-modules-projectimport-eclipse-core.timestamp=1466167983536
|
||||
build.classes.dir=${build.dir}/classes
|
||||
build.classes.excludes=**/*.java,**/*.form
|
||||
# This directory is removed when the project is cleaned:
|
||||
build.dir=build
|
||||
build.generated.dir=${build.dir}/generated
|
||||
build.generated.sources.dir=${build.dir}/generated-sources
|
||||
# Only compile against the classpath explicitly listed here:
|
||||
build.sysclasspath=ignore
|
||||
build.test.classes.dir=${build.dir}/test/classes
|
||||
build.test.results.dir=${build.dir}/test/results
|
||||
# Uncomment to specify the preferred debugger connection transport:
|
||||
#debug.transport=dt_socket
|
||||
debug.classpath=\
|
||||
${run.classpath}
|
||||
debug.test.classpath=\
|
||||
${run.test.classpath}
|
||||
# Files in build.classes.dir which should be excluded from distribution jar
|
||||
dist.archive.excludes=
|
||||
# This directory is removed when the project is cleaned:
|
||||
dist.dir=dist
|
||||
dist.jar=${dist.dir}/platform.jar
|
||||
dist.javadoc.dir=${dist.dir}/javadoc
|
||||
endorsed.classpath=
|
||||
excludes=
|
||||
file.reference.prototype-src=src
|
||||
includes=**
|
||||
jar.compress=false
|
||||
javac.classpath=\
|
||||
${libs.junit_4.classpath}:\
|
||||
${libs.hamcrest.classpath}
|
||||
# Space-separated list of extra javac options
|
||||
javac.compilerargs=
|
||||
javac.deprecation=false
|
||||
javac.external.vm=true
|
||||
javac.processorpath=\
|
||||
${javac.classpath}
|
||||
javac.source=1.8
|
||||
javac.target=1.8
|
||||
javac.test.classpath=\
|
||||
${javac.classpath}:\
|
||||
${build.classes.dir}
|
||||
javac.test.processorpath=\
|
||||
${javac.test.classpath}
|
||||
javadoc.additionalparam=
|
||||
javadoc.author=false
|
||||
javadoc.encoding=${source.encoding}
|
||||
javadoc.noindex=false
|
||||
javadoc.nonavbar=false
|
||||
javadoc.notree=false
|
||||
javadoc.private=false
|
||||
javadoc.splitindex=true
|
||||
javadoc.use=true
|
||||
javadoc.version=false
|
||||
javadoc.windowtitle=
|
||||
main.class=platform.Program
|
||||
meta.inf.dir=${src.dir}/META-INF
|
||||
mkdist.disabled=true
|
||||
platform.active=default_platform
|
||||
run.classpath=\
|
||||
${javac.classpath}:\
|
||||
${build.classes.dir}
|
||||
# Space-separated list of JVM arguments used when running the project.
|
||||
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
||||
# To set system properties for unit tests define test-sys-prop.name=value:
|
||||
run.jvmargs=
|
||||
run.test.classpath=\
|
||||
${javac.test.classpath}:\
|
||||
${build.test.classes.dir}
|
||||
source.encoding=UTF-8
|
||||
src.dir=${file.reference.prototype-src}
|
||||
test.test.dir=test
|
15
Permafrost/nbproject/project.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.java.j2seproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
||||
<name>platform</name>
|
||||
<source-roots>
|
||||
<root id="src.dir" name="src"/>
|
||||
</source-roots>
|
||||
<test-roots>
|
||||
<root id="test.test.dir"/>
|
||||
</test-roots>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
BIN
Permafrost/res/arrow.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
Permafrost/res/box.double.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Permafrost/res/box.empty.png
Normal file
After Width: | Height: | Size: 755 B |
BIN
Permafrost/res/box.single.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Permafrost/res/creature/player/PlayerCold.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Permafrost/res/creature/player/PlayerCold2.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Permafrost/res/creature/player/dead.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Permafrost/res/creature/player/happy.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
Permafrost/res/creature/player/sad.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Permafrost/res/creature/slime/boss.l.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
Permafrost/res/creature/slime/boss.r.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
Permafrost/res/creature/slime/mob.l.png
Executable file
After Width: | Height: | Size: 664 B |
BIN
Permafrost/res/creature/slime/mob.r.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
Permafrost/res/creature/slime/slimeBlue_blue.png
Executable file
After Width: | Height: | Size: 680 B |
BIN
Permafrost/res/creature/slime/slimeBlue_dead.png
Executable file
After Width: | Height: | Size: 706 B |
BIN
Permafrost/res/creature/slime/slimeBlue_hit.png
Executable file
After Width: | Height: | Size: 421 B |
BIN
Permafrost/res/creature/slime/slimeBlue_squashed.png
Executable file
After Width: | Height: | Size: 545 B |
BIN
Permafrost/res/creature/wing_left.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
Permafrost/res/creature/wing_right.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
Permafrost/res/creature/worm/1.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
Permafrost/res/creature/worm/2.png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
Permafrost/res/creature/worm/dead.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
Permafrost/res/creature/worm/freeze.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
Permafrost/res/door.closed.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Permafrost/res/door.open.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Permafrost/res/exit.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
Permafrost/res/fireball.png
Normal file
After Width: | Height: | Size: 683 B |
BIN
Permafrost/res/jumper.extended.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/jumper.normal.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
Permafrost/res/keys/gem.blue.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/keys/gem.green.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/keys/gem.red.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/keys/gem.yellow.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Permafrost/res/keys/key.blue.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
Permafrost/res/keys/key.green.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
Permafrost/res/keys/key.red.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
Permafrost/res/keys/key.yellow.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
Permafrost/res/keys/ore.coal.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Permafrost/res/keys/ore.diamond.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Permafrost/res/keys/ore.emerald.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
Permafrost/res/keys/ore.gold.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Permafrost/res/keys/ore.iron.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Permafrost/res/keys/ore.ruby.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
Permafrost/res/keys/ore.silver.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Permafrost/res/ladder.png
Executable file
After Width: | Height: | Size: 731 B |
BIN
Permafrost/res/leaf.center.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Permafrost/res/leaf.left.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Permafrost/res/leaf.right.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/lever.left.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Permafrost/res/lever.right.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
4
Permafrost/res/links.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
http://kenney.nl/assets
|
||||
|
||||
http://opengameart.org/content/platformer-art-deluxe
|
||||
http://opengameart.org/content/platformer-art-complete-pack-often-updated
|
BIN
Permafrost/res/lock.red.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Permafrost/res/oven.png
Executable file
After Width: | Height: | Size: 4.8 KiB |
BIN
Permafrost/res/particules/bubble.png
Executable file
After Width: | Height: | Size: 4.4 KiB |
BIN
Permafrost/res/particules/flame.png
Normal file
After Width: | Height: | Size: 856 B |
BIN
Permafrost/res/particules/heat.zone.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
Permafrost/res/particules/smoke/gray.1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/particules/smoke/gray.2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Permafrost/res/particules/smoke/gray.3.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Permafrost/res/particules/smoke/white.1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/particules/smoke/white.2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Permafrost/res/particules/smoke/white.3.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Permafrost/res/particules/snowball/1.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Permafrost/res/particules/snowball/1g.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/particules/snowball/2.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
Permafrost/res/particules/snowball/2g.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
Permafrost/res/particules/snowflake/1.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
Permafrost/res/particules/snowflake/2.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
Permafrost/res/pixel.black.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
Permafrost/res/portal.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
Permafrost/res/sign.l.png
Executable file
After Width: | Height: | Size: 2.1 KiB |
BIN
Permafrost/res/sign.r.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
Permafrost/res/spikes.png
Normal file
After Width: | Height: | Size: 880 B |
BIN
Permafrost/res/stone.1.png
Normal file
After Width: | Height: | Size: 828 B |
BIN
Permafrost/res/stone.2.png
Normal file
After Width: | Height: | Size: 972 B |
BIN
Permafrost/res/stone.3.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
Permafrost/res/stone.4.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
Permafrost/res/stone.5.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Permafrost/res/stone.6.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Permafrost/res/stone.7.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
Permafrost/res/stone.8.png
Normal file
After Width: | Height: | Size: 991 B |
BIN
Permafrost/res/terrain/bg/cave.png
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
Permafrost/res/terrain/bg/dream.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
Permafrost/res/terrain/bg/end.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
Permafrost/res/terrain/bg/sky.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
Permafrost/res/terrain/bg/snow.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
Permafrost/res/terrain/castle/bot.png
Executable file
After Width: | Height: | Size: 707 B |
BIN
Permafrost/res/terrain/castle/center.png
Normal file
After Width: | Height: | Size: 465 B |