This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ S U B R O U T I N E ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ | |
| .text:103CD670 | |
| ; Attributes: bp-based frame | |
| .text:103CD670 | |
| ; int __cdecl MinecraftFuckery() | |
| MinecraftFuckery proc near ; DATA XREF: .text:10129B8Ao | |
| .text:103CD670 | |
| ProcName = dword ptr -4 | |
| .text:103CD670 | |
| push ebp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| template <typename K, typename V> | |
| class RWStorage | |
| { | |
| public: | |
| void add(K key, V value) | |
| { | |
| QWriteLocker l(&lock); | |
| cache[key] = value; | |
| } | |
| V get(K key) const |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ThumbnailRunnable: public QRunnable | |
| { | |
| public: | |
| ThumbnailRunnable (QString path, SharedIconCache cache) | |
| { | |
| m_path = path; | |
| m_cache = cache; | |
| } | |
| void run() | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| template <typename T, typename D> | |
| class DefaultVariable | |
| { | |
| public: | |
| operator =(const T & value) | |
| { | |
| currentValue = value; | |
| is_default = currentValue == defaultValue; | |
| } | |
| operator const T &() const |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "versions":{ | |
| "1.5.2":{ | |
| "artefacts":{ | |
| "com.mumfrey:liteloader":{ | |
| "53639d52340479ccf206a04f5e16606f":{ | |
| "tweakClass":"com.mumfrey.liteloader.launch.LiteLoaderTweaker", | |
| "libraries":[ | |
| { | |
| "name":"net.minecraft:launchwrapper:1.5" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "formatVersion": 1, | |
| "installed": [ | |
| { | |
| "qm_uid": "appeng.appliedenergistics2", | |
| "qm_updateUrl": "http://ae2.ae-mod.info/builds/quickmod.qm", | |
| "version": "1.1.21", | |
| "name": "Applied Energistics 2", | |
| "installedFiles": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Before */ | |
| const QMap<QuickModRef, QPair<QuickModVersionRef, bool>> quickmods = | |
| m_instance->getFullVersion()->quickmods; | |
| QList<QuickModRef> mods; | |
| for (auto it = quickmods.cbegin(); it != quickmods.cend(); ++it) | |
| { | |
| const QuickModVersionRef version = it.value().first; | |
| QuickModPtr mod = version.isValid() ? version.findMod() | |
| : MMC->quickmodslist()->mods(it.key()).first(); | |
| QuickModVersionPtr ptr = version.findVersion(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "depends": [ | |
| "codechicken.ForgeMultipart:[1.0.0.228,)", | |
| "net.minecraft:1.6.4" | |
| ], | |
| ... | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "fileId": "org.lwjgl.override", | |
| "name": "MY LWJGL", | |
| "version": "1.2.3", | |
| "+libraries": [ | |
| { | |
| "name": "net.java.jinput:jinput:2.0.5" | |
| }, | |
| { | |
| "name": "net.java.jinput:jinput-platform:2.0.5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "1.7.10", | |
| "time": "2014-05-14T19:29:23+02:00", | |
| "releaseTime": "2014-05-14T19:29:23+02:00", | |
| "type": "release", | |
| "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type}", | |
| "minimumLauncherVersion": 13, | |
| "assets": "1.7.10", | |
| "libraries": [ | |
| { |