2014-03-02 03:36:47 +05:30
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QString>
|
|
|
|
#include <QStringList>
|
2014-05-10 05:23:32 +05:30
|
|
|
#include <QDateTime>
|
2015-05-28 23:08:29 +05:30
|
|
|
#include <QSet>
|
|
|
|
|
2014-03-02 03:36:47 +05:30
|
|
|
#include <memory>
|
2015-02-09 06:21:14 +05:30
|
|
|
#include "minecraft/OpSys.h"
|
2016-03-07 06:31:28 +05:30
|
|
|
#include "minecraft/Rule.h"
|
2017-03-27 07:04:39 +05:30
|
|
|
#include "ProblemProvider.h"
|
2016-03-07 06:31:28 +05:30
|
|
|
#include "Library.h"
|
2017-11-11 06:08:31 +05:30
|
|
|
#include <meta/JsonFormat.h>
|
2014-03-02 23:42:04 +05:30
|
|
|
|
2017-10-12 02:34:24 +05:30
|
|
|
class ComponentList;
|
2014-07-01 04:53:49 +05:30
|
|
|
class VersionFile;
|
2017-11-05 03:25:25 +05:30
|
|
|
class LaunchProfile;
|
2016-03-08 02:56:44 +05:30
|
|
|
struct MojangDownloadInfo;
|
|
|
|
struct MojangAssetIndexInfo;
|
2014-05-10 05:23:32 +05:30
|
|
|
|
2014-03-05 06:20:05 +05:30
|
|
|
typedef std::shared_ptr<VersionFile> VersionFilePtr;
|
2017-03-30 04:35:58 +05:30
|
|
|
class VersionFile : public ProblemContainer
|
2014-03-02 03:36:47 +05:30
|
|
|
{
|
2016-03-13 04:53:45 +05:30
|
|
|
friend class MojangVersionFormat;
|
|
|
|
friend class OneSixVersionFormat;
|
2014-03-03 05:53:10 +05:30
|
|
|
public: /* methods */
|
2017-11-05 03:25:25 +05:30
|
|
|
void applyTo(LaunchProfile* profile);
|
2014-05-10 05:23:32 +05:30
|
|
|
|
2014-03-03 05:53:10 +05:30
|
|
|
public: /* data */
|
2017-03-20 04:28:54 +05:30
|
|
|
/// MultiMC: order hint for this version file if no explicit order is set
|
|
|
|
int order = 0;
|
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// MultiMC: human readable name of this package
|
2014-03-02 03:36:47 +05:30
|
|
|
QString name;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
|
|
|
/// MultiMC: package ID of this package
|
2017-03-20 04:28:54 +05:30
|
|
|
QString uid;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
|
|
|
/// MultiMC: version of this package
|
2014-03-02 03:36:47 +05:30
|
|
|
QString version;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
2017-04-13 12:58:25 +05:30
|
|
|
/// MultiMC: DEPRECATED dependency on a Minecraft version
|
2016-03-26 21:26:57 +05:30
|
|
|
QString dependsOnMinecraftVersion;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
2017-04-13 12:58:25 +05:30
|
|
|
/// Mojang: DEPRECATED used to version the Mojang version format
|
2016-03-01 14:17:12 +05:30
|
|
|
int minimumLauncherVersion = -1;
|
|
|
|
|
2017-03-27 07:04:39 +05:30
|
|
|
/// Mojang: DEPRECATED version of Minecraft this is
|
2016-03-26 21:26:57 +05:30
|
|
|
QString minecraftVersion;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
|
|
|
/// Mojang: class to launch Minecraft with
|
2014-03-02 03:36:47 +05:30
|
|
|
QString mainClass;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
2017-03-27 07:04:39 +05:30
|
|
|
/// MultiMC: class to launch legacy Minecraft with (embed in a custom window)
|
2014-05-08 22:35:07 +05:30
|
|
|
QString appletClass;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
|
|
|
/// Mojang: Minecraft launch arguments (may contain placeholders for variable substitution)
|
2016-03-13 04:53:45 +05:30
|
|
|
QString minecraftArguments;
|
2016-03-01 14:17:12 +05:30
|
|
|
|
|
|
|
/// Mojang: type of the Minecraft version
|
2014-03-02 03:36:47 +05:30
|
|
|
QString type;
|
2014-05-10 05:23:32 +05:30
|
|
|
|
2016-03-02 07:33:44 +05:30
|
|
|
/// Mojang: the time this version was actually released by Mojang
|
2017-03-27 07:04:39 +05:30
|
|
|
QDateTime releaseTime;
|
2014-05-10 05:23:32 +05:30
|
|
|
|
2017-04-13 12:58:25 +05:30
|
|
|
/// Mojang: DEPRECATED the time this version was last updated by Mojang
|
2017-03-27 07:04:39 +05:30
|
|
|
QDateTime updateTime;
|
2014-05-10 05:23:32 +05:30
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// Mojang: DEPRECATED asset group to be used with Minecraft
|
2014-03-02 03:36:47 +05:30
|
|
|
QString assets;
|
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// MultiMC: list of tweaker mod arguments for launchwrapper
|
2014-03-02 03:36:47 +05:30
|
|
|
QStringList addTweakers;
|
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// Mojang: list of libraries to add to the version
|
2016-03-13 06:58:55 +05:30
|
|
|
QList<LibraryPtr> libraries;
|
2014-04-23 05:57:40 +05:30
|
|
|
|
2017-11-11 06:08:31 +05:30
|
|
|
/// The main jar (Minecraft version library, normally)
|
2017-04-13 12:58:25 +05:30
|
|
|
LibraryPtr mainJar;
|
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// MultiMC: list of attached traits of this version file - used to enable features
|
2014-04-23 05:57:40 +05:30
|
|
|
QSet<QString> traits;
|
|
|
|
|
2016-03-01 14:17:12 +05:30
|
|
|
/// MultiMC: list of jar mods added to this version
|
2017-04-18 02:21:30 +05:30
|
|
|
QList<LibraryPtr> jarMods;
|
2016-03-07 06:31:28 +05:30
|
|
|
|
2017-04-22 01:53:00 +05:30
|
|
|
/// MultiMC: list of mods added to this version
|
|
|
|
QList<LibraryPtr> mods;
|
|
|
|
|
2017-11-11 06:08:31 +05:30
|
|
|
/**
|
|
|
|
* MultiMC: set of packages this depends on
|
|
|
|
* NOTE: this is shared with the meta format!!!
|
|
|
|
*/
|
|
|
|
Meta::RequireSet requires;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* MultiMC: set of packages this conflicts with
|
|
|
|
* NOTE: this is shared with the meta format!!!
|
|
|
|
*/
|
|
|
|
Meta::RequireSet conflicts;
|
|
|
|
|
|
|
|
/// is volatile -- may be removed as soon as it is no longer needed by something else
|
|
|
|
bool m_volatile = false;
|
|
|
|
|
2016-03-13 04:53:45 +05:30
|
|
|
public:
|
2017-04-13 12:58:25 +05:30
|
|
|
// Mojang: DEPRECATED list of 'downloads' - client jar, server jar, windows server exe, maybe more.
|
2016-03-08 02:56:44 +05:30
|
|
|
QMap <QString, std::shared_ptr<MojangDownloadInfo>> mojangDownloads;
|
2016-03-07 06:31:28 +05:30
|
|
|
|
|
|
|
// Mojang: extended asset index download information
|
2016-03-08 02:56:44 +05:30
|
|
|
std::shared_ptr<MojangAssetIndexInfo> mojangAssetIndex;
|
2014-03-10 23:25:54 +05:30
|
|
|
};
|