forked from 2009Scape/Server
Server setup work
This commit is contained in:
parent
b457903f02
commit
bb273fd93a
13 changed files with 463 additions and 309 deletions
49
.idea/workspace.xml
generated
49
.idea/workspace.xml
generated
|
|
@ -2,20 +2,17 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="0dbfe935-8085-4dde-9815-06f8b3761458" name="Default Changelist" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/Client/src/org/runite/Client.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/META-INF/09Scape.kotlin_module" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/crandor/Main.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$1.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$2.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$3.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$4.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$5.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$6.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$7.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main$8.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/keldagrim/Main.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/runite/GameLaunch.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/runite/GameLaunch.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/rebel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/rebel.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/.gitignore" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/.settings/org.eclipse.jdt.core.prefs" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/crandor/game/world/GameSettings.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/org/crandor/game/world/GameSettings.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/runManagement.sh" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/runManagement.sh" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/09Scape/runServer.sh" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/09Scape/runServer.sh" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Management-Server/runManagement.sh" beforeDir="false" afterPath="$PROJECT_DIR$/Management-Server/runManagement.sh" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/runServer.sh" beforeDir="false" afterPath="$PROJECT_DIR$/Server/runServer.sh" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/org/crandor/ServerConstants.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/org/crandor/ServerConstants.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/org/crandor/game/world/GameSettings.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/org/crandor/game/world/GameSettings.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
|
@ -36,10 +33,15 @@
|
|||
<property name="Repository.Attach.JavaDocs" value="false" />
|
||||
<property name="Repository.Attach.Sources" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/Server/data" />
|
||||
<property name="project.structure.last.edited" value="Modules" />
|
||||
<property name="project.structure.last.edited" value="Project" />
|
||||
<property name="project.structure.proportion" value="0.15" />
|
||||
<property name="project.structure.side.proportion" value="0.2" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="org.runite" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunDashboard">
|
||||
<option name="ruleStates">
|
||||
<list>
|
||||
|
|
@ -52,7 +54,20 @@
|
|||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="RunManager" selected="Application.GameLaunch">
|
||||
<component name="RunManager" selected="Application.Server">
|
||||
<configuration name="Client" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="org.runite.Client" />
|
||||
<module name="09Scape" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="org.runite.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="GameLaunch" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="org.runite.GameLaunch" />
|
||||
<module name="09Scape" />
|
||||
|
|
@ -97,12 +112,14 @@
|
|||
<item itemvalue="Application.Management" />
|
||||
<item itemvalue="Application.Server" />
|
||||
<item itemvalue="Application.GameLaunch" />
|
||||
<item itemvalue="Application.Client" />
|
||||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.Server" />
|
||||
<item itemvalue="Application.Client" />
|
||||
<item itemvalue="Application.GameLaunch" />
|
||||
<item itemvalue="Application.Management" />
|
||||
<item itemvalue="Application.Server" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue