From 4a7a8af59b4ccbe089c46cb6b4f48b036e2a8e76 Mon Sep 17 00:00:00 2001
From: wolfy852 <wolfy852@hotmail.com>
Date: Fri, 27 Jan 2017 21:37:53 -0600
Subject: [PATCH] Release prep

Fix up credits a bit, re-lock MD5s and disable DEVELOP.
---
 src/d_main.c   |  8 ++++----
 src/doomdef.h  |  2 +-
 src/f_finale.c | 12 +++++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/src/d_main.c b/src/d_main.c
index 8ea3d8f72..eb629ae71 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -1174,10 +1174,10 @@ void D_SRB2Main(void)
 	W_VerifyFileMD5(3, ASSET_HASH_RINGS_DTA); // rings.dta
 
 	// Top Down file MD5s
-	//W_VerifyFileMD5(1, "b32517aa75cfcd3154037340a835ee99"); // zones.td
-	W_VerifyFileMD5(2, "e6d142d9fdaee3251b497358a53fb424"); // player.td
-	W_VerifyFileMD5(4, "bfffe2fec3ad2b0d189ac5fa7573ce7a"); // assetpack.td
-	W_VerifyFileMD5(5, "3f273fb9e5b74904ac62c73037599d89"); // tddata.td
+	W_VerifyFileMD5(1, "587f2bde4ea2db432accb3cd9ff1f6e7"); // zones.td
+	W_VerifyFileMD5(2, "55bbb2e63edcd2c2ef1712ff8b2010cc"); // player.td
+	W_VerifyFileMD5(4, "16a0bccb4c4619576f0c689f80637e89"); // assetpack.td
+	W_VerifyFileMD5(5, "9457439f920779a7cc994a5b28070e92"); // tddata.td
 #ifdef USE_PATCH_DTA
 	W_VerifyFileMD5(6, ASSET_HASH_PATCH_DTA); // patch.dta
 #endif
diff --git a/src/doomdef.h b/src/doomdef.h
index bfd1027d7..5ee145781 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -140,7 +140,7 @@
 extern FILE *logstream;
 #endif
 
-#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
+//#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
 #ifdef DEVELOP
 #define VERSION    0 // Game version
 #define SUBVERSION 0 // more precise version number
diff --git a/src/f_finale.c b/src/f_finale.c
index a952a35db..15e8a81d7 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -456,10 +456,10 @@ static const char *credits[] = {
 	"\1Programming",
 	"\"Sryder13\"", // He's the reason this mod got this far, I swear
 	"\"Wolfy\"", // Oh, he did nothing special. Certainly not typing up credits strings or anything like that.
+	"\"JTE\"", // Advice regarding SRB2's source, MP emblems
 	"",
 	"\1Programming",
 	"\1Assistance",
-	"\"JTE\"", // Advice regarding SRB2's source
 	"\"Zipper\"", // Most reliable on the team! Was always available and created tons of scripts. Even the scrapped ones helped.
 	"\"Badz\" / \"Badnik\"", // Also very reliable, did lots more than Wolfy~
 	"",
@@ -474,10 +474,11 @@ static const char *credits[] = {
 	"\"MotorRoach\"", // Sky Islands fireballs
 	"",
 	"\1Texture Artists",
-	"\"Charybdizs\"",
 	"\"CoatRack\"",
-	"\"Spherallic\"",
 	"\"Iceman404\"",
+	"\"Charybdizs\"",
+	"\"Nev3r\"",
+	"\"Spherallic\"",
 	"\"Blade\"",
 	"",
 	"\1Level Design",
@@ -493,7 +494,7 @@ static const char *credits[] = {
 	"Sonic Riders: Zero Gravity - SEGA", // This game was better, same with the music.
 	"Spiral Knights - SEGA", // Sky Islands and some scrapped maps
 	"Chain Algorithm", // Weather Factory
-	"Super Mario 3D World - Nintendo",
+	"Super Mario 3D World - Nintendo", // Checker Mountain
 	"Zinger & Bacter - SoundShock", // Hub and title screen music
 	"LaTale - Actoz Soft", // Mainframe Metropolis
 	"Sonic Team Junior", // So we're crediting STJr, even though they have a whole section of credits directly below? lol
@@ -502,8 +503,8 @@ static const char *credits[] = {
 	"Drift City - NPluto", // Credits music!
 	"",
 	"\1Testing",
+	"\"Jeck Jims\"", // 100% save file, this man is a legend
 	"\"ChaoticChao\"", // Hosted lots of test netgames
-	"\"Jeck Jims\"",
 	"\"CyberIF\"", // Was almost always around for quick testing
 	"\"Fooruman\"", // Found lots of bugs!
 	"\"katsy\"", // She found bugs too, but she actually went ahead and fixed them as well.
@@ -523,6 +524,7 @@ static const char *credits[] = {
 	"\"Monster Iestyn\" - Hood Ornament", // No, not THAT hood, you fool
 	"\"Prime 2.0\" - Meaningful Ornament", // Well, meaningful ELSEWHERE
 	"\"Flame\" - +b Ornament", // *	ChanServ has kicked Flame from #srb2riders (You are not authorized to be on this channel)
+	"\"Boinciel\" - What's left? Ornament", // I have to say, the only reason why we actually made it to release was because Boin kept pestering us about it.
 	"\"toaster\" - Last Minute Ornament", // Wow, you almost missed being included here!
 	"",
 	"\1Special Thanks",
-- 
GitLab