1
This commit is contained in:
commit
842c780742
143
.idea/workspace.xml
generated
143
.idea/workspace.xml
generated
@ -5,15 +5,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="fca4d8d0-8602-4587-a207-260dbd5fab5a" name="Changes" comment="">
|
<list default="true" id="fca4d8d0-8602-4587-a207-260dbd5fab5a" name="Changes" comment="">
|
||||||
<change afterPath="$PROJECT_DIR$/third_party/f5/sysutils_unix.go" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/third_party/f5/sysutils_windows.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/server/adminserver/mt/Permission.go" beforeDir="false" afterPath="$PROJECT_DIR$/server/adminserver/mt/Permission.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/server/backtask/mt/Contract.go" beforeDir="false" afterPath="$PROJECT_DIR$/server/backtask/mt/Contract.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/server/light_backtask/mt/Contract.go" beforeDir="false" afterPath="$PROJECT_DIR$/server/light_backtask/mt/Contract.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/server/marketserver/mt/Contract.go" beforeDir="false" afterPath="$PROJECT_DIR$/server/marketserver/mt/Contract.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/server/nftserver/mt/Contract.go" beforeDir="false" afterPath="$PROJECT_DIR$/server/nftserver/mt/Contract.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/third_party/f5/metatable.go" beforeDir="false" afterPath="$PROJECT_DIR$/third_party/f5/metatable.go" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@ -51,6 +43,7 @@
|
|||||||
"DefaultGoTemplateProperty": "Go File",
|
"DefaultGoTemplateProperty": "Go File",
|
||||||
"Go Build.adminserver.executor": "Debug",
|
"Go Build.adminserver.executor": "Debug",
|
||||||
"Go Build.backtask.executor": "Debug",
|
"Go Build.backtask.executor": "Debug",
|
||||||
|
"Go Build.gamesapi.executor": "Debug",
|
||||||
"Go Build.go build adminserver.executor": "Run",
|
"Go Build.go build adminserver.executor": "Run",
|
||||||
"Go Build.go build game2006go/.executor": "Run",
|
"Go Build.go build game2006go/.executor": "Run",
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
@ -76,7 +69,7 @@
|
|||||||
<recent name="D:\opensource\game2006go\third_party\q5" />
|
<recent name="D:\opensource\game2006go\third_party\q5" />
|
||||||
</key>
|
</key>
|
||||||
</component>
|
</component>
|
||||||
<component name="RunManager" selected="Go Build.backtask">
|
<component name="RunManager" selected="Go Build.adminserver">
|
||||||
<configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
<configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
<module name="game2006go" />
|
<module name="game2006go" />
|
||||||
<working_directory value="$PROJECT_DIR$" />
|
<working_directory value="$PROJECT_DIR$" />
|
||||||
@ -105,9 +98,141 @@
|
|||||||
<output_directory value="$PROJECT_DIR$/bin/backtask/bin" />
|
<output_directory value="$PROJECT_DIR$/bin/backtask/bin" />
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<configuration name="gamelog" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/gamelog/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/gamelog/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/gamelog/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="gamesapi" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/gamesapi/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/gamesapi/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/gamesapi/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="gateserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/gateserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/gateserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/gateserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="hallserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/hallserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/hallserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/hallserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="imserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/imserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/imserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/imserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="light_backtask" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/light_backtask/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/light_backtask/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/light_backtask/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="loginserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/loginserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/loginserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/loginserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="mailserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/mailserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/mailserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/mailserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="marketserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/marketserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/marketserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/marketserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="matchserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/matchserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/matchserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/matchserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="nftserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/nftserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/nftserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/nftserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="statserver" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||||
|
<module name="game2006go" />
|
||||||
|
<working_directory value="$PROJECT_DIR$/bin/statserver/bin" />
|
||||||
|
<parameters value="-n1 -i1" />
|
||||||
|
<kind value="FILE" />
|
||||||
|
<directory value="$PROJECT_DIR$/server/adminserver" />
|
||||||
|
<filePath value="$PROJECT_DIR$/server/statserver/main.go" />
|
||||||
|
<output_directory value="$PROJECT_DIR$/bin/statserver/bin" />
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
<list>
|
<list>
|
||||||
<item itemvalue="Go Build.adminserver" />
|
<item itemvalue="Go Build.adminserver" />
|
||||||
<item itemvalue="Go Build.backtask" />
|
<item itemvalue="Go Build.backtask" />
|
||||||
|
<item itemvalue="Go Build.gamelog" />
|
||||||
|
<item itemvalue="Go Build.gamesapi" />
|
||||||
|
<item itemvalue="Go Build.gateserver" />
|
||||||
|
<item itemvalue="Go Build.hallserver" />
|
||||||
|
<item itemvalue="Go Build.imserver" />
|
||||||
|
<item itemvalue="Go Build.light_backtask" />
|
||||||
|
<item itemvalue="Go Build.loginserver" />
|
||||||
|
<item itemvalue="Go Build.mailserver" />
|
||||||
|
<item itemvalue="Go Build.marketserver" />
|
||||||
|
<item itemvalue="Go Build.matchserver" />
|
||||||
|
<item itemvalue="Go Build.nftserver" />
|
||||||
|
<item itemvalue="Go Build.statserver" />
|
||||||
</list>
|
</list>
|
||||||
</component>
|
</component>
|
||||||
<component name="SharedIndexes">
|
<component name="SharedIndexes">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user