Skip to content

Commit 3c80858

Browse files
committed
hh
1 parent 9ac937c commit 3c80858

File tree

1,182 files changed

+71853
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,182 files changed

+71853
-0
lines changed

game_config/.classpath

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src/main/java"/>
4+
<classpathentry kind="src" path="src/main/resources"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
6+
<classpathentry kind="lib" path="/game_common/lib/commons/commons-cli-1.2.jar"/>
7+
<classpathentry kind="lib" path="/game_common/lib/commons/commons-codec-1.9.jar"/>
8+
<classpathentry kind="lib" path="/game_common/lib/commons/commons-io-2.4.jar"/>
9+
<classpathentry kind="lib" path="/game_common/lib/commons/commons-lang3-3.4.jar"/>
10+
<classpathentry kind="lib" path="/game_common/lib/commons/commons-logging-1.2.jar"/>
11+
<classpathentry kind="lib" path="/game_common/lib/http/httpclient-4.5.2.jar"/>
12+
<classpathentry kind="lib" path="/game_common/lib/http/httpclient-cache-4.5.2.jar"/>
13+
<classpathentry kind="lib" path="/game_common/lib/http/httpclient-win-4.5.2.jar"/>
14+
<classpathentry kind="lib" path="/game_common/lib/http/httpcore-4.4.4.jar"/>
15+
<classpathentry kind="lib" path="/game_common/lib/http/httpcore-4.4.5.jar"/>
16+
<classpathentry kind="lib" path="/game_common/lib/http/httpcore-ab-4.4.5.jar"/>
17+
<classpathentry kind="lib" path="/game_common/lib/http/httpcore-nio-4.4.5.jar"/>
18+
<classpathentry kind="lib" path="/game_common/lib/http/httpmime-4.5.2.jar"/>
19+
<classpathentry kind="lib" path="/game_common/lib/jna/jna-4.1.0.jar"/>
20+
<classpathentry kind="lib" path="/game_common/lib/jna/jna-platform-4.1.0.jar"/>
21+
<classpathentry kind="lib" path="/game_common/lib/log/jcl-over-slf4j-1.7.21.jar"/>
22+
<classpathentry kind="lib" path="/game_common/lib/log/jul-to-slf4j-1.7.21.jar"/>
23+
<classpathentry kind="lib" path="/game_common/lib/log/log4j-over-slf4j-1.7.21.jar"/>
24+
<classpathentry kind="lib" path="/game_common/lib/log/logback-classic-1.1.7.jar"/>
25+
<classpathentry kind="lib" path="/game_common/lib/log/logback-core-1.1.7.jar"/>
26+
<classpathentry kind="lib" path="/game_common/lib/log/slf4j-api-1.7.21.jar"/>
27+
<classpathentry kind="lib" path="/game_common/lib/netty/netty-all-4.0.34.Final.jar"/>
28+
<classpathentry kind="lib" path="/game_common/lib/protostuff/protostuff-api-1.4.4.jar"/>
29+
<classpathentry kind="lib" path="/game_common/lib/protostuff/protostuff-collectionschema-1.4.4.jar"/>
30+
<classpathentry kind="lib" path="/game_common/lib/protostuff/protostuff-core-1.4.4.jar"/>
31+
<classpathentry kind="lib" path="/game_common/lib/protostuff/protostuff-runtime-1.4.4.jar"/>
32+
<classpathentry kind="lib" path="/game_common/lib/spring/aopalliance-1.0.jar"/>
33+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-aop-3.2.16.RELEASE.jar"/>
34+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-aspects-3.2.16.RELEASE.jar"/>
35+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-beans-3.2.16.RELEASE.jar"/>
36+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-context-3.2.16.RELEASE.jar"/>
37+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-context-support-3.2.16.RELEASE.jar"/>
38+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-core-3.2.16.RELEASE.jar"/>
39+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-expression-3.2.16.RELEASE.jar"/>
40+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-jdbc-3.2.16.RELEASE.jar"/>
41+
<classpathentry kind="lib" path="/game_common/lib/spring/spring-test-3.2.16.RELEASE.jar"/>
42+
<classpathentry kind="lib" path="/game_common/lib/util/c3p0-0.9.1-pre6.jar"/>
43+
<classpathentry kind="lib" path="/game_common/lib/util/commons-beanutils.jar"/>
44+
<classpathentry kind="lib" path="/game_common/lib/util/fluent-hc-4.5.2.jar"/>
45+
<classpathentry kind="lib" path="/game_common/lib/util/guava-19.0.jar"/>
46+
<classpathentry kind="lib" path="/game_common/lib/util/guice-4.0-beta4.jar"/>
47+
<classpathentry kind="lib" path="/game_common/lib/util/javassist.jar"/>
48+
<classpathentry kind="lib" path="/game_common/lib/util/javax.inject.jar"/>
49+
<classpathentry kind="lib" path="/game_common/lib/util/jsr305-3.0.0.jar"/>
50+
<classpathentry kind="lib" path="/game_common/lib/util/lombok.jar"/>
51+
<classpathentry kind="lib" path="/game_common/lib/util/mysql-connector-java-5.0.7-bin.jar"/>
52+
<classpathentry kind="lib" path="/game_common/lib/util/protobuf-java-2.6.1.jar"/>
53+
<classpathentry kind="lib" path="/game_common/lib/util/reflections-0.9.10.jar"/>
54+
<classpathentry kind="lib" path="/game_common/lib/util/servlet-api.jar"/>
55+
<classpathentry combineaccessrules="false" kind="src" path="/game_common"/>
56+
<classpathentry kind="lib" path="/game_common/lib/util/jep-java-3.4-trial.jar"/>
57+
<classpathentry kind="lib" path="/game_common/lib/util/aviator-2.3.1.jar"/>
58+
<classpathentry kind="lib" path="/game_common/lib/util/akka-actor_2.11-2.3.11.jar"/>
59+
<classpathentry kind="lib" path="/game_common/lib/util/akka-slf4j_2.11-2.3.11.jar"/>
60+
<classpathentry kind="lib" path="/game_common/lib/db/jedis-2.7.3.jar"/>
61+
<classpathentry kind="lib" path="E:/slgWork/server_release/game_common/lib/util/fastjson-1.2.5.jar"/>
62+
<classpathentry kind="output" path="bin"/>
63+
</classpath>

game_config/.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>game_config</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.8
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.8
Binary file not shown.
Binary file not shown.
916 Bytes
Binary file not shown.
861 Bytes
Binary file not shown.
720 Bytes
Binary file not shown.
711 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
292 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
package com.xgame.config.C100101;
2+
import com.xgame.config.BaseFilePri;
3+
import com.alibaba.fastjson.JSON;
4+
5+
/**
6+
* @author configTool
7+
*
8+
* @version 1.0.0
9+
* @date 2017-05-06 15:32:20
10+
*/
11+
public class C100101Pir extends BaseFilePri{
12+
13+
/**建筑id(building表)*/
14+
int buildingId;
15+
/**坐标X*/
16+
int x;
17+
/**坐标Y*/
18+
int y;
19+
/**建筑物等级*/
20+
int buildingLv;
21+
/**资源仓库中含有资源的数量*/
22+
int resource;
23+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
24+
int monsterId;
25+
/**驻军数量*/
26+
int monsterNum;
27+
28+
29+
30+
/**建筑id(building表)*/
31+
public int getBuildingId(){
32+
return buildingId;
33+
}
34+
/**坐标X*/
35+
public int getX(){
36+
return x;
37+
}
38+
/**坐标Y*/
39+
public int getY(){
40+
return y;
41+
}
42+
/**建筑物等级*/
43+
public int getBuildingLv(){
44+
return buildingLv;
45+
}
46+
/**资源仓库中含有资源的数量*/
47+
public int getResource(){
48+
return resource;
49+
}
50+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
51+
public int getMonsterId(){
52+
return monsterId;
53+
}
54+
/**驻军数量*/
55+
public int getMonsterNum(){
56+
return monsterNum;
57+
}
58+
59+
60+
61+
@Override
62+
public String toString(){
63+
return JSON.toJSONString(this);
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
package com.xgame.config.C100101;
2+
import com.xgame.config.BaseFilePri;
3+
import com.alibaba.fastjson.JSON;
4+
5+
/**
6+
* @author configTool
7+
*
8+
* @version 1.0.0
9+
* @date 2017-04-24 09:39:00
10+
*/
11+
public class C100101Pir extends BaseFilePri{
12+
13+
/**建筑id(building表)*/
14+
int buildingId;
15+
/**坐标X*/
16+
int x;
17+
/**坐标Y*/
18+
int y;
19+
/**建筑物等级*/
20+
int buildingLv;
21+
/**资源仓库中含有资源的数量*/
22+
int resource;
23+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
24+
int monsterId;
25+
/**驻军数量*/
26+
int monsterNum;
27+
28+
29+
30+
/**建筑id(building表)*/
31+
public int getBuildingId(){
32+
return buildingId;
33+
}
34+
/**坐标X*/
35+
public int getX(){
36+
return x;
37+
}
38+
/**坐标Y*/
39+
public int getY(){
40+
return y;
41+
}
42+
/**建筑物等级*/
43+
public int getBuildingLv(){
44+
return buildingLv;
45+
}
46+
/**资源仓库中含有资源的数量*/
47+
public int getResource(){
48+
return resource;
49+
}
50+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
51+
public int getMonsterId(){
52+
return monsterId;
53+
}
54+
/**驻军数量*/
55+
public int getMonsterNum(){
56+
return monsterNum;
57+
}
58+
59+
60+
61+
@Override
62+
public String toString(){
63+
return JSON.toJSONString(this);
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
package com.xgame.config.C100101;
2+
import com.xgame.config.BaseFilePri;
3+
import com.alibaba.fastjson.JSON;
4+
5+
/**
6+
* @author configTool
7+
*
8+
* @version 1.0.0
9+
* @date 2017-05-06 15:20:00
10+
*/
11+
public class C100101Pir extends BaseFilePri{
12+
13+
/**建筑id(building表)*/
14+
int buildingId;
15+
/**坐标X*/
16+
int x;
17+
/**坐标Y*/
18+
int y;
19+
/**建筑物等级*/
20+
int buildingLv;
21+
/**资源仓库中含有资源的数量*/
22+
int resource;
23+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
24+
int monsterId;
25+
/**驻军数量*/
26+
int monsterNum;
27+
28+
29+
30+
/**建筑id(building表)*/
31+
public int getBuildingId(){
32+
return buildingId;
33+
}
34+
/**坐标X*/
35+
public int getX(){
36+
return x;
37+
}
38+
/**坐标Y*/
39+
public int getY(){
40+
return y;
41+
}
42+
/**建筑物等级*/
43+
public int getBuildingLv(){
44+
return buildingLv;
45+
}
46+
/**资源仓库中含有资源的数量*/
47+
public int getResource(){
48+
return resource;
49+
}
50+
/**驻军怪物组id(对应copyMonster表,怪物id)*/
51+
public int getMonsterId(){
52+
return monsterId;
53+
}
54+
/**驻军数量*/
55+
public int getMonsterNum(){
56+
return monsterNum;
57+
}
58+
59+
60+
61+
@Override
62+
public String toString(){
63+
return JSON.toJSONString(this);
64+
}
65+
}
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
package com.xgame.config.C100102;
2+
import com.xgame.config.BaseFilePri;
3+
import com.alibaba.fastjson.JSON;
4+
5+
/**
6+
* @author configTool
7+
*
8+
* @version 1.0.0
9+
* @date 2017-04-11 15:09:57
10+
*/
11+
public class C100102Pir extends BaseFilePri{
12+
13+
/**建筑id(building表)*/
14+
int buildingId;
15+
/**坐标X*/
16+
int x;
17+
/**坐标Y*/
18+
int y;
19+
/**建筑物等级*/
20+
int buildingLv;
21+
/**资源仓库中含有资源的数量*/
22+
int resource;
23+
24+
25+
26+
/**建筑id(building表)*/
27+
public int getBuildingId(){
28+
return buildingId;
29+
}
30+
/**坐标X*/
31+
public int getX(){
32+
return x;
33+
}
34+
/**坐标Y*/
35+
public int getY(){
36+
return y;
37+
}
38+
/**建筑物等级*/
39+
public int getBuildingLv(){
40+
return buildingLv;
41+
}
42+
/**资源仓库中含有资源的数量*/
43+
public int getResource(){
44+
return resource;
45+
}
46+
47+
48+
49+
@Override
50+
public String toString(){
51+
return JSON.toJSONString(this);
52+
}
53+
}

0 commit comments

Comments
 (0)