Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
4281de3b
Commit
4281de3b
authored
5 years ago
by
SteelT
Browse files
Options
Downloads
Patches
Plain Diff
Update file hashes
parent
13e5911d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!759
2.2.1 preparation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/config.h.in
+4
-4
4 additions, 4 deletions
src/config.h.in
src/d_main.c
+1
-1
1 addition, 1 deletion
src/d_main.c
with
5 additions
and
5 deletions
src/config.h.in
+
4
−
4
View file @
4281de3b
...
@@ -26,12 +26,12 @@
...
@@ -26,12 +26,12 @@
#else
#else
/* Manually defined asset hashes for non-CMake builds
/* Manually defined asset hashes for non-CMake builds
* Last updated 20
19
/
1
2 / 0
6
- v2.2.
0
- main assets
* Last updated 20
20
/
0
2 / 0
9
- v2.2.
1
- main assets
* Last updated 20?? / ?? / ?? - v2.2.? - patch.pk3
* Last updated 20?? / ?? / ?? - v2.2.? - patch.pk3
*/
*/
#define ASSET_HASH_SRB2_PK3 "
51419a33b4982d840c6772c159ba7c0a
"
#define ASSET_HASH_SRB2_PK3 "
0277c9416756627004e83cbb5b2e3e28
"
#define ASSET_HASH_ZONES_PK3 "
df74843919fd51af26a0baa8e21e4c19
"
#define ASSET_HASH_ZONES_PK3 "
89627822f5a5c7fb022d836b138144b2
"
#define ASSET_HASH_PLAYER_DTA "
56a247e074dd0dc794b6617efef1e918
"
#define ASSET_HASH_PLAYER_DTA "
129fa7d4b273a4b3dcacaa44eccead4f
"
#ifdef USE_PATCH_DTA
#ifdef USE_PATCH_DTA
#define ASSET_HASH_PATCH_PK3 "there is no patch.pk3, only zuul"
#define ASSET_HASH_PATCH_PK3 "there is no patch.pk3, only zuul"
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
src/d_main.c
+
1
−
1
View file @
4281de3b
...
@@ -1213,7 +1213,7 @@ void D_SRB2Main(void)
...
@@ -1213,7 +1213,7 @@ void D_SRB2Main(void)
#endif
#endif
D_CleanFile
();
D_CleanFile
();
#ifndef DEVELOP // md5s last updated 0
6/12/19
(ddmmyy)
#ifndef DEVELOP // md5s last updated 0
9/02/20
(ddmmyy)
// Check MD5s of autoloaded files
// Check MD5s of autoloaded files
W_VerifyFileMD5
(
0
,
ASSET_HASH_SRB2_PK3
);
// srb2.pk3
W_VerifyFileMD5
(
0
,
ASSET_HASH_SRB2_PK3
);
// srb2.pk3
...
...
This diff is collapsed.
Click to expand it.
James R.
@james
mentioned in commit
71319dce
·
5 years ago
mentioned in commit
71319dce
mentioned in commit 71319dce6b5cd1706c693942877149249e75b494
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment