summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 00:36:31 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 00:36:31 -0300
commit2b268031c0d12cc8eaf86b75c67a6256f2553628 (patch)
treec879dc96c87f675046310c1c06014ebed44bdb5b
parent4e6c85d726c4c72a108fb665f0eeb9a7d62c43ff (diff)
downloadtools-2b268031c0d12cc8eaf86b75c67a6256f2553628.tar.gz
tools-2b268031c0d12cc8eaf86b75c67a6256f2553628.tar.bz2
tools-2b268031c0d12cc8eaf86b75c67a6256f2553628.tar.xz
tools-2b268031c0d12cc8eaf86b75c67a6256f2553628.zip
Bump client version
-rw-r--r--update/commit.txt2
-rw-r--r--update/files/resources.xml1
-rw-r--r--update/files/resources2.txt1
-rw-r--r--update/news.txt15
-rwxr-xr-xupdate/update.sh4
5 files changed, 14 insertions, 9 deletions
diff --git a/update/commit.txt b/update/commit.txt
index 652fd1b..f9f9643 100644
--- a/update/commit.txt
+++ b/update/commit.txt
@@ -1 +1 @@
-2b90b8051698ab0e962dab6e338e6894e4a7cd21
+dd7d17aeef044d7f8814b00ef9a748fdf865e38a
diff --git a/update/files/resources.xml b/update/files/resources.xml
index f9777f5..9cd494f 100644
--- a/update/files/resources.xml
+++ b/update/files/resources.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<updates>
<update type="data" file="TMW2.zip" hash="918c5c20" />
+ <update type="data" file="TMW2-2b90b80.zip" hash="fdd8fad5" />
<update type="music" required="no" file="music.zip" hash="eb5f8043" description="TMW-2 music" />
<update type="music" required="no" file="musicv2.zip" hash="3e6602ae" description="TMW2 extra music" />
<update type="music" required="no" file="musicv3.zip" hash="ce08a620" description="TMW2 extra music" />
diff --git a/update/files/resources2.txt b/update/files/resources2.txt
index 28b6d4a..de13141 100644
--- a/update/files/resources2.txt
+++ b/update/files/resources2.txt
@@ -1 +1,2 @@
TMW2.zip 918c5c20
+TMW2-2b90b80.zip fdd8fad5
diff --git a/update/news.txt b/update/news.txt
index f21d0e0..22410a2 100644
--- a/update/news.txt
+++ b/update/news.txt
@@ -1,4 +1,4 @@
-##0 Actual Release: ##1 13.4 Mirrored Releases
+##0 Actual Release: ##1 13.5 Useless Update
##0 Welcome to ##BTMW-2: Moubootaur Legends##b!
##1 ##BMajor incident and outage##b - [@@https://tmw2.org/news|Read all the details@@]
@@ -7,10 +7,13 @@
##2 Last ToS update: 2018-06-21
##0
-##B ChangeLog for 2021-06-08: ##b
-##0 Fix some broken balancing, add prototype brawling class, populate Piou Isles,
-##0 polish politics, improve beta level-skip feature, two new dye quests.
-##0 Add KICK-7, so our Mirror Lake Framework should now be complete.
+##B ChangeLog for 2021-07-24: ##b
+##0 Our playe--clients, are now able to store up to 1200 items or so, thanks to
+##0 the upcoming PREMIUM and DELUXE storage options.
+##0 Contact your local banker TODAY!
+##0 P.S. You are now able to challenge Demure in Lilit's Sanctuary, and once again
+##0 you can stalk your favorite GMs with the GM Logs in:
+##0 [@@https://tmw2.org/experiments/gm|https://tmw2.org/experiments/gm@@]
##0 Ready to become a Moubootaur Legend now?
##0 TMW2 Team
@@ -35,7 +38,7 @@
##0 Enjoy gaming, and leave feedback!
##9 -- Your TMW2 Team
-##9 June 2021
+##9 July 2021
##0 You can check out this page for older entries:
##9 [@@https://tmw2.org/news|https://tmw2.org/news@@]
diff --git a/update/update.sh b/update/update.sh
index 020b96d..adddb32 100755
--- a/update/update.sh
+++ b/update/update.sh
@@ -11,7 +11,7 @@ gcc -lz adler32.c -o adler32
mkdir files
mkdir upload
-previous=`cat commit.txt`
+previous=`cat commit_old.txt`
cd ../../client-data
head=`git log --pretty=oneline -n 1 | awk '{print $1}'`
@@ -24,7 +24,7 @@ git diff --name-status ${previous} HEAD | awk '/^(A|M)\t/ {print $2}; /^(R...)\t
cd $dir/files
if [ -f TMW2-${u1}.zip ]; then
#mv ../commit.txt ../commit_old.txt
- #echo ${head} >../commit.txt
+ echo ${head} >../commit.txt
sum=`adler32 TMW2-${u1}.zip | awk '{print $2}'`
echo "TMW2-${u1}.zip ${sum}" >>resources2.txt
echo " <update type=\"data\" file=\"TMW2-${u1}.zip\" hash=\"${sum}\" />" >> xml_header.txt