Skip to content

Commit

Permalink
- This is version 0.8.0
Browse files Browse the repository at this point in the history
Finally out of alpha, now that the model code is working. :)
  • Loading branch information
coelckers committed Dec 6, 2020
1 parent d644065 commit c92aaae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ const char *GetVersionString();

/** Lots of different version numbers **/

#define VERSIONSTR "0.7.3 alpha"
#define VERSIONSTR "0.8.0 beta"

// The version as seen in the Windows resource
#define RC_FILEVERSION 0,7,3,0
#define RC_PRODUCTVERSION 0,7,3,0
#define RC_FILEVERSION 0,8,0,0
#define RC_PRODUCTVERSION 0,8,0,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 4
#define VER_MINOR 5
#define VER_REVISION 0

#define ENG_MAJOR 0
#define ENG_MINOR 7
#define ENG_MINOR 8
#define ENG_REVISION 0

// More stuff that needs to be different for derivatives.
Expand All @@ -70,14 +70,14 @@ const char *GetVersionString();
#define SAVESIG_PS GAMENAME ".Exhumed"

#define MINSAVEVER_DN3D 10
#define MINSAVEVER_BLD 10
#define MINSAVEVER_SW 11
#define MINSAVEVER_PS 10
#define MINSAVEVER_BLD 11
#define MINSAVEVER_SW 12
#define MINSAVEVER_PS 11

#define SAVEVER_DN3D 10
#define SAVEVER_BLD 10
#define SAVEVER_SW 11
#define SAVEVER_PS 10
#define SAVEVER_BLD 11
#define SAVEVER_SW 12
#define SAVEVER_PS 11

#define NETGAMEVERSION 1

Expand Down

11 comments on commit c92aaae

@sinisterseed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Achievement unlocked 👍.

@coelckers
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was mainly 2 issues that kept me from doing this - the broken models and Exhumed's sound. Fortunately we got both going now.

@mjr4077au
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handled the Discord announcement 👍

image

@sinisterseed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What server is that BTW?

@mjr4077au
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ZDoom Discord 😄.

image

@sinisterseed
Copy link
Collaborator

@sinisterseed sinisterseed commented on c92aaae Dec 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're in quite a few servers too, the top one is the GDX Discord, isn't it 😉.

So we have a small room there, had no idea ZDoom had so many of em. Neat 👌.

@mjr4077au
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're in quite a few servers too, the top one if the GDX Discord, isn't it 😉.

Yup, that's right. I'm not too active in any of the servers I'm on. One of them in a SiN server and they do multiplayer games at hours that just don't work for me as an Aussie. Wouldn't mind some SiN deathmatch though.

So we have a small room there. Neat 👌.

Sure do, it's been there the public announcement.

@sinisterseed
Copy link
Collaborator

@sinisterseed sinisterseed commented on c92aaae Dec 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relatable. My main gripe with Discord is that there tends to be a lot of stuff going on usually, which makes keeping up with things way too tiresome.

It's why I've tried to give it a chance multiple times, but I eventually gave up and nuked the accounts because of it. It wasn't fun to watch them 24/7 just to stay up to date. It's why I take forums over Discord any day.

@coelckers
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wholeheartedly share that sentiment. Forums are way better because their content can be consumed at my own pace.

@mjr4077au
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well one of us has to be on there for our port 😁. Its all good, I'll keep holding the fort 😄. (did not intend for that to rhyme)

@sinisterseed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wholeheartedly share that sentiment. Forums are way better because their content can be consumed at my own pace.

Exactly.

Discord is better as an instant messaging app IMO, otherwise, you either have to read everything stupidly fast, or stay glued to the screen to not miss what's important to you.

Well one of us has to be on there for our port 😁. Its all good, I'll keep holding the fort 😄. (did not intend for that to rhyme)

Indeed, and we all greatly appreciate that, I think that goes without saying 😉 .

Please sign in to comment.