From 2b268031c0d12cc8eaf86b75c67a6256f2553628 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Aug 2021 00:36:31 -0300 Subject: Bump client version --- update/commit.txt | 2 +- update/files/resources.xml | 1 + update/files/resources2.txt | 1 + update/news.txt | 15 +++++++++------ update/update.sh | 4 ++-- 5 files changed, 14 insertions(+), 9 deletions(-) (limited to 'update') 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 @@ + 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 " " >> xml_header.txt -- cgit v1.2.3-60-g2f50