StorellaDeville
Member
Please, could we have the [version or build] number in KoLmafia's Main Interface titlebar? It's a tiny little thing, but it would be so nice to have it there.
Thank you.
Thank you.
You could also type the word version into the CLIOr in my case, take a peek at the shell session I launched mafia with to see what my last command was
![]()
"So important"? Well... I don't know how important you think that I think it is.... lol. It was important enough to me to suggest it. It has been important enough to be in the KoLmafia loging window's titlebar for a very long time now. It has been important enough to have version in the titlebar of programs for decades, now. Well, some programs.Just out of curiosity, why is that so important? The version number is in the Copyright page so it is only one click away. Revision number would be something new but would probably require that everyone build mafia the same way using the same tools.
super(StaticEntity.getVersion()+" Main Interface" );
private string version = StaticEntity.getRevision()=0?"":", r" + StaticEntity.getRevision();
super("KoLmafia "+KoLConstants.VERSION_NAME+version+" Main Interface" );
Oh, no. From your wording.... Are you calling a KoLmafia file that has a "version" number associated with it an "official build"? I think that makes sense to me. But unfortunately it adds to my confusion, too. Is a version always a build? Or is it better to say a version always HAS a build number? Does a build always have a version associated with it? Is a revision always a build, or is it a version, or both a version and a build?The only problem that I can see is that there's no way to get the revision number if you're using one of the official builds. Would a better solution be:
?PHP:private string version = StaticEntity.getRevision()=0?"":", r" + StaticEntity.getRevision(); super("KoLmafia "+KoLConstants.VERSION_NAME+version+" Main Interface" );
Maybe I'll understand all this if I just have answers to 3 questions:
When is something related to KoLmafia called a "version"?
When is something related to KoLmafia called a "build"?
When is something related to KoLmafia called a "revision"?
I appreciate you guys so much.{definitions}
But if you debug the ants, doesn't that mean you won't have any more ants?.... The default if you simply type "ant" is "ant debug".
How did you build that?
ant jar -> make a "released" version named KoLmafia.jar
ant debug -> make an unreleased version named KoLmafia.jar
ant daily -> make an unreleased version with name KoLmafia-xxx.jar
The default if you simply type "ant" is "ant debug".
I appreciate you guys so much.
Where "guys" means "people."