Skip to content

Commit 05ce9f3

Browse files
authored
Merge pull request #2 from netrek/development
Development
2 parents 7430286 + 21d1982 commit 05ce9f3

37 files changed

+354
-21
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ package jtrek;
134134
* Inc.
135135
*/
136136
public interface Copyright {
137-
String VERSION = "JTrek version 1.0.0 Beta";
137+
String VERSION = "JTrek version 0.9.7 Beta";
138138

139139
String[] AUTHORS = {
140140
"Robert Temple","Darrell Root"

README.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README for version 0.9.6 Beta by Darrell Root
1+
README for version 0.9.7 Beta by Darrell Root
22

33
I've taken Robert Temple's old JTrek code from 1998 and am attempting to update
44
it to run on recent versions of Java. Most of the code is cut-and-pasted from
@@ -87,6 +87,22 @@ and many others.
8787
People who worked the Paradise client:
8888
Larry Denys, Kurt Olsen, Brandon Gillespie
8989

90+
91+
Sound credits added by Darrell Root 2021:
92+
93+
Our main sound collection is the “Dartoxian Space Weapons” sounds by jonccox from freesound.org under the Creative Commons Attribution License:
94+
175262__jonccox__gun-cannon.wav
95+
175265__jonccox__gun-thumper.wav (used for laser)
96+
175266__jonccox__gun-spark.wav
97+
175267__jonccox__gun-plasma.wav (used for plasma)
98+
175269__jonccox__gun-zap2.wav (used for torpedo)
99+
175270__jonccox__gun-zap.wav (used for detonate)
100+
101+
The following other sounds were used from freesound.org under the Creative Commons Attribution License or the Creative Commons 0 License:
102+
Explosion from deleted user 399303__deleted-user-5405837__explosion-012.mp3
103+
Shield sound from ludvique 71852__ludvique__digital-whoosh-soft.wav
104+
105+
90106
-----------------------------------------------------------------------
91107
System requirements
92108
-----------------------------------------------------------------------

bin/jtrek/resources/jtrek.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ continuousMouse: true
6868

6969
dashboardClass: jtrek.visual.KRPDashboard
7070
playerListClass: jtrek.visual.SortedPlayerList
71-
soundEngineClass:
71+
soundEngineClass: jtrek.visual.SoundEngineActual
7272

7373
netrek.geometry: 0,0,1008,742
7474

@@ -182,4 +182,4 @@ queue.visible: false
182182

183183
motd.geometry: 20,20,508,508
184184
motd.parent: none
185-
motd.visible: false
185+
motd.visible: false
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)