Skip to content

Commit 7bdd0ad

Browse files
committed
Merge branch 'develop'
2 parents f37e7dd + 97feb7c commit 7bdd0ad

File tree

33 files changed

+115
-178
lines changed

33 files changed

+115
-178
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

modules/demo/actiondemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/christmasmod/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/creaturedemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/digtoground/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/digtoground/src/main/java/org/gotti/wurmunlimited/mods/digtoground/DigToGround.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void preInit() {
4747
CtClass.intType,
4848
CtClass.intType,
4949
CtClass.floatType,
50+
CtClass.booleanType,
5051
classpool.get("com.wurmonline.mesh.MeshIO")
5152
});
5253
classpool.get("com.wurmonline.server.behaviours.Terraforming").getMethod("dig", descriptor).instrument(new ExprEditor() {
@@ -96,7 +97,8 @@ public void edit(MethodCall m) throws CannotCompileException {
9697
CtClass.intType,
9798
CtClass.intType,
9899
CtClass.intType,
99-
CtClass.booleanType
100+
CtClass.booleanType,
101+
classpool.get("com.wurmonline.server.behaviours.Action")
100102
});
101103
classpool.get("com.wurmonline.server.behaviours.Flattening").getMethod("getDirt", descriptor).instrument(new ExprEditor() {
102104
@Override

modules/demo/hitchingpost/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/demo/serverfixes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../../..</relativePath>
1515
</parent>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>org.gotti.wurmunlimited</groupId>
2020
<artifactId>server-modlauncher</artifactId>
21-
<version>0.25</version>
21+
<version>0.26-beta1</version>
2222
</dependency>
2323
</dependencies>
2424

modules/dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

modules/modlauncher/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.gotti.wurmunlimited</groupId>
1212
<artifactId>server-modlauncher-parent</artifactId>
13-
<version>0.25</version>
13+
<version>0.26-beta1</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.gotti.wurmunlimited</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1798592</version>
26+
<version>1936222</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.gotti.wurmunlimited</groupId>
3030
<artifactId>server</artifactId>
31-
<version>1798592</version>
31+
<version>1936222</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.javassist</groupId>

0 commit comments

Comments
 (0)