This commit is contained in:
Victor 2018-11-14 23:49:01 +02:00
commit 51303cfaa0
201 changed files with 5419 additions and 0 deletions

83
build.xml Normal file
View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<project name="Johny_Rocketfingers" default="jar" basedir=".">
<description>Builds, tests, and runs the project .</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
pre-init: called before initialization of project properties
post-init: called after initialization of project properties
pre-preprocess: called before text preprocessing of sources
post-preprocess: called after text preprocessing of sources
pre-compile: called before source compilation
post-compile: called after source compilation
pre-obfuscate: called before obfuscation
post-obfuscate: called after obfuscation
pre-preverify: called before preverification
post-preverify: called after preverification
pre-jar: called before jar building
post-jar: called after jar building
pre-build: called before final distribution building
post-build: called after final distribution building
pre-clean: called before cleaning build products
post-clean: called after cleaning build products
Example of pluging a my-special-task after the compilation could look like
<target name="post-compile">
<my-special-task>
<fileset dir="${build.classes.dir}"/>
</my-special-task>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Other way how to customize the build is by overriding existing main targets.
The target of interest are:
preprocess: preprocessing
extract-libs: extraction of libraries and resources
compile: compilation
create-jad: construction of jad and jar manifest source
obfuscate: obfuscation
preverify: preverification
jar: jar archive building
run: execution
debug: execution in debug mode
build: building of the final distribution
javadoc: javadoc generation
Example of overriding the target for project execution could look like
<target name="run" depends="init,jar">
<my-special-exec jadfile="${dist.dir}/${dist.jad}"/>
</target>
Be careful about correct dependencies when overriding original target.
Again, for list of available properties which you can use check the target
you are overriding in nbproject/build-impl.xml file.
A special target for-all-configs can be used to run some specific targets for
all project configurations in a sequence. File nbproject/build-impl.xml
already contains some "for-all" targets:
jar-all
javadoc-all
clean-all
Example of definition of target iterating over all project configurations:
<target name="jar-all">
<property name="target.to.call" value="jar"/>
<antcall target="for-all-configs"/>
</target>
-->
</project>

1430
nbproject/build-impl.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
# 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.
build.xml.data.CRC32=b554f2fb
build.xml.script.CRC32=b880bb3b
build.xml.stylesheet.CRC32=03eab09b
nbproject/build-impl.xml.data.CRC32=b554f2fb
nbproject/build-impl.xml.script.CRC32=8186a7c8
nbproject/build-impl.xml.stylesheet.CRC32=7a0aeb65

View File

@ -0,0 +1,7 @@
#Tue, 31 Aug 2010 21:19:34 +0300
app-version.autoincrement=true
config.active=
deployment.counter=10
deployment.number=0.0.9
javadoc.preview=true
netbeans.user=C:\\Users\\aNNiMON\\.netbeans\\7.0beta2

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>

View File

@ -0,0 +1,143 @@
abilities=MMAPI=1.1,SATSAJCRMI=1.0,SATSACRYPTO=1.0,JSR82=1.1,NOKIAUI=1.0,JSR226=1.0,capuchin=1.0,MIDP=2.1,JSR229=1.1.0,SATSAAPDU=1.0,CLDC=1.1,JSR177=1.0,JSR179=1.0.1,eSWT=1.1,J2MEWS=1.0,VSCL=2.1,WMA=2.0,JSR172=1.0,JSR256=1.1,SEMC_EXT_JP8=1.0,ColorScreen,NokiaUI=1.0,OBEX=1.0,JSR238=1.0,JSR239=1.0,JSR211=1.0,JSR234=1.0,ScreenWidth=240,MascotV3=1.0,JSR75=1.0,IAPInfo=1.0,SATSAPKI=1.0,JSR184=1.1,ScreenHeight=321,ScreenColorDepth=8,JSR180=1.0.1,J2MEXMLRPC=1.0,
all.configurations=\
application.args=
application.description=
application.description.detail=
application.name=
application.vendor=Vendor
build.classes.dir=${build.dir}/compiled
build.classes.excludes=**/*.java,**/*.form,**/*.class,**/.nbintdb,**/*.mvd,**/*.wsclient,**/*.vmd
build.dir=build/${config.active}
build.root.dir=build
debug.level=debug
debugger.timeout=
deployment.copy.target=deploy
deployment.instance=default
deployment.jarurl=${dist.jar}
deployment.method=NONE
deployment.override.jarurl=false
dist.dir=dist/${config.active}
dist.jad=Johnny_Rocketfingers.jad
dist.jar=Johnny_Rocketfingers.jar
dist.javadoc.dir=${dist.dir}/doc
dist.root.dir=dist
extra.classpath=
file.reference.builtin.ks=${netbeans.user}/config/j2me/builtin.ks
filter.exclude.tests=false
filter.excludes=
filter.more.excludes=**/overview.html,**/package.html
filter.use.standard=true
jar.compress=true
javac.debug=true
javac.deprecation=false
javac.encoding=windows-1251
javac.optimize=false
javac.source=1.3
javac.target=1.3
javadoc.author=false
javadoc.encoding=
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
libs.classpath=
main.class=
main.class.class=applet
manifest.apipermissions=
manifest.file=manifest.mf
manifest.is.liblet=false
manifest.jad=
manifest.manifest=
manifest.midlets=MIDlet-1: Zhora Rocketfighters,/icons/icon.png,GameMIDlet\n
manifest.others=MIDlet-Vendor: aNNiMON\nMIDlet-Name: Zhora Rocketfighters\nMIDlet-Version: 1.0\n
manifest.pushregistry=
name=Johnny Rocketfingers
no.dependencies=false
nokiaS80.application.icon=
nsicom.application.monitorhost=
nsicom.application.runremote=
nsicom.application.runverbose=
nsicom.remoteapp.location=\\My Documents\\NetBeans Applications
nsicom.remotevm.location=\\Windows\\creme\\bin\\CrEme.exe
obfuscated.classes.dir=${build.dir}/obfuscated
obfuscation.custom=
obfuscation.level=9
obfuscator.destjar=${build.dir}/obfuscated.jar
obfuscator.srcjar=${build.dir}/before-obfuscation.jar
platform.active=Sony_Ericsson_SDK_2_5_0_6_for_the_Java_TM__ME_Platform_Emulator_
platform.active.description=Sony Ericsson SDK 2.5.0.6 for the Java(TM) ME Platform(Emulator)
platform.apis=JSR234-1.0,SATSA-APDU-1.0,capuchin-1.0,J2ME-WS-1.0,J2ME-XMLRPC-1.0,SATSA-JCRMI-1.0,SATSA-CRYPTO-1.0,JSR239-1.0,MascotV3-1.0,JSR238-1.0,MMAPI-1.1,JSR256-1.1,NokiaUI-1.0,IAPInfo-1.0,JSR229-1.1.0,SATSA-PKI-1.0,JSR180-1.0.1,JSR226-1.0,SEMC_EXT_JP8-1.0,VSCL-2.0,VSCL-2.1,eSWT-1.1,JSR75-1.0,JSR184-1.1,WMA-2.0,JSR211-1.0,JSR82-1.1,JSR177-1.0,JSR179-1.0.1
platform.bootclasspath=${platform.home}/lib/eswt.jar:${platform.home}/lib/mascotv3.jar:${platform.home}/lib/jsr226.jar:${platform.home}/lib/jsr256.jar:${platform.home}/lib/satsa-crypto.jar:${platform.home}/lib/jsr229.jar:${platform.home}/lib/jsr238.jar:${platform.home}/lib/j2me-xmlrpc.jar:${platform.home}/lib/jsr211.jar:${platform.home}/lib/vscl21.jar:${platform.home}/lib/satsa-jcrmi.jar:${platform.home}/lib/jsr082.jar:${platform.home}/lib/satsa-apdu.jar:${platform.home}/lib/jsr184.jar:${platform.home}/lib/nokiaext.jar:${platform.home}/lib/capuchin.jar:${platform.home}/lib/jsr239.jar:${platform.home}/lib/jsr75.jar:${platform.home}/lib/satsa-pki.jar:${platform.home}/lib/jsr179.jar:${platform.home}/lib/jsr180.jar:${platform.home}/lib/iapinfo.jar:${platform.home}/lib/vscl.jar:${platform.home}/lib/mmapi.jar:${platform.home}/lib/j2me-ws.jar:${platform.home}/lib/wma20.jar:${platform.home}/lib/jsr234.jar:${platform.home}/lib/semc_ext_jp8.jar:${platform.home}/lib/cldcapi10.jar:${platform.home}/lib/midpapi20.jar
platform.configuration=CLDC-1.0
platform.device=SonyEricsson_JP8_240x320_Emu
platform.fat.jar=true
platform.profile=MIDP-2.0
platform.trigger=CLDC
platform.type=UEI-1.0.1
preprocessed.dir=${build.dir}/preprocessed
preverify.classes.dir=${build.dir}/preverified
preverify.sources.dir=${build.dir}/preverifysrc
resources.dir=resources
ricoh.application.email=
ricoh.application.fax=
ricoh.application.icon=
ricoh.application.target-jar=
ricoh.application.telephone=
ricoh.application.uid=99760078
ricoh.application.version=
ricoh.dalp.application-desc.auto-run=false
ricoh.dalp.application-desc.energy-save=
ricoh.dalp.application-desc.exec-auth=
ricoh.dalp.application-desc.visible=true
ricoh.dalp.argument=
ricoh.dalp.codebase=
ricoh.dalp.display-mode.color=true
ricoh.dalp.display-mode.is-4line-support=false
ricoh.dalp.display-mode.is-hvga-support=true
ricoh.dalp.display-mode.is-vga-support=false
ricoh.dalp.display-mode.is-wvga-support=false
ricoh.dalp.information.abbreviation=
ricoh.dalp.information.icon.basepath=
ricoh.dalp.information.icon.location=
ricoh.dalp.information.is-icon-used=true
ricoh.dalp.install.destination=hdd
ricoh.dalp.install.mode.auto=true
ricoh.dalp.install.work-dir=hdd
ricoh.dalp.is-managed=true
ricoh.dalp.resources.dsdk.version=2.0
ricoh.dalp.resources.jar.basepath=
ricoh.dalp.resources.jar.version=
ricoh.dalp.version=
ricoh.icon.invert=false
ricoh.platform.target.version=
run.cmd.options=
run.jvmargs=
run.method=STANDARD
run.security.domain=trusted
run.use.security.domain=false
savaje.application.icon=
savaje.application.icon.focused=
savaje.application.icon.small=
savaje.application.uid=TBD
savaje.bundle.base=
savaje.bundle.debug=false
savaje.bundle.debug.port=
semc.application.caps=
semc.application.icon=
semc.application.icon.count=
semc.application.icon.splash=
semc.application.icon.splash.installonly=false
semc.application.uid=E8372409
semc.certificate.path=
semc.private.key.password=
semc.private.key.path=
sign.alias=minimal
sign.enabled=false
sign.keystore=${file.reference.builtin.ks}
src.dir=src
use.emptyapis=true
use.preprocessor=true

10
nbproject/project.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.kjava.j2meproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2me-project">
<name>Johnny Rocketfingers</name>
<minimum-ant-version>1.6</minimum-ant-version>
</data>
</configuration>
</project>

BIN
src/1/00.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
src/1/01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

BIN
src/1/02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
src/1/03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
src/1/05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/1/06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/1/07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/09.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/1/10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

BIN
src/1/12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

BIN
src/1/14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

BIN
src/1/18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
src/1/19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
src/1/20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

BIN
src/1/24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
src/1/25.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

BIN
src/1/26.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/27.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/30.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/33.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

BIN
src/1/34.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/35.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

BIN
src/1/36.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

BIN
src/1/37.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

BIN
src/1/38.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/1/40.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
src/1/41.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

BIN
src/1/42.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/1/43.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/1/44.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
src/1/45.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/1/46.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/1/47.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
src/1/48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/1/49.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
src/2/a010.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

BIN
src/2/a011.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

BIN
src/2/a012.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/2/a013.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
src/2/a014.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

BIN
src/2/a015.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

BIN
src/2/a020.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

BIN
src/2/a021.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

BIN
src/2/a022.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

BIN
src/2/a023.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/2/a024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

BIN
src/2/a025.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

BIN
src/2/a030.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

BIN
src/2/a031.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

BIN
src/2/a032.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

BIN
src/2/a033.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/2/a034.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 819 B

BIN
src/2/a040.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

BIN
src/2/a041.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
src/2/a042.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

BIN
src/2/a043.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/2/a044.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/2/a045.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

BIN
src/2/a046.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

BIN
src/2/a050.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

BIN
src/2/a051.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

BIN
src/2/a052.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

BIN
src/2/a053.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/2/a060.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/2/a061.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

BIN
src/2/a062.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/2/a070.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

BIN
src/2/a071.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

BIN
src/2/a072.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

BIN
src/2/a073.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

BIN
src/2/a074.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

BIN
src/2/a075.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

BIN
src/2/a076.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

BIN
src/2/a080.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

BIN
src/2/a081.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

BIN
src/2/a082.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/2/a083.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/2/a084.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/2/a090.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

BIN
src/2/a091.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

BIN
src/2/a092.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/2/a093.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/2/a094.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

BIN
src/2/a095.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

BIN
src/2/a096.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

BIN
src/2/a100.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

BIN
src/2/a101.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B

Some files were not shown because too many files have changed in this diff Show More