summaryrefslogtreecommitdiffstats
path: root/logic/net
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-1558/+0
|
* NOISSUE fix bug in unpacking of forge pack200 jar filesPetr Mrázek2016-03-28-7/+5
| | | | This caused failed downloads and broken files to be used.
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-72/+109
|
* NOISSUE use new mojang assets locationsPetr Mrázek2016-03-26-10/+9
|
* NOISSUE use unique_ptr for cached download's QSaveFilePetr Mrázek2016-03-26-1/+1
|
* NOISSUE remove unused 'INetworkValidator'Petr Mrázek2016-03-26-30/+2
|
* NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek2015-10-20-2/+2
| | | | unique_qobject_ptr, refactor MainWindow to match
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-8/+6
|
* GH-719 implement paste.ee API keysPetr Mrázek2015-10-02-14/+32
|
* GH-1072 use crafatar for grabbing the user skinPetr Mrázek2015-09-28-2/+3
|
* SCRATCH NetAction fixPetr Mrázek2015-09-05-1/+3
|
* NOISSUE make shared logic library ... sharedPetr Mrázek2015-09-05-10/+23
|
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-12/+10
|
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-1/+1
|
* NOISSUE use FS a bit morePetr Mrázek2015-06-06-11/+10
|
* NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer2015-06-06-0/+29
|
* GH-849 Further NetJob related fixesPetr Mrázek2015-04-26-7/+7
|
* GH-849 Fix failure signals not getting delivered from NetJob properlyPetr Mrázek2015-04-26-9/+3
|
* NOISSUE move everything.Petr Mrázek2015-04-12-9/+9
|
* SCRATCH separate the generic updater logic from the applicationPetr Mrázek2015-04-12-6/+8
|
* SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek2015-04-12-28/+28
|
* SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek2015-04-12-1/+0
|
* NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek2015-04-02-11/+15
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-2/+0
|
* GH-853 evict asset index files from cache when they don't parsePetr Mrázek2015-04-01-0/+19
|
* GH-841 fix for modpack downloads on windowsPetr Mrázek2015-03-27-2/+3
|
* Change copyright dates to 2015Greenphlem2015-02-06-12/+12
|
* GH-721 Log errors in asset and MMC update downloads.Petr Mrázek2015-01-11-4/+3
|
* GH-721 Redo internal NetJob implementation.Petr Mrázek2015-01-11-46/+72
| | | | NetJob is now using its own task queue and does not start more than 6 actions at the same time
* GH-719 Fix paste upload encoding and do not try to upload over limitPetr Mrázek2015-01-11-3/+16
|
* NOISSUE Always follow redirects for NetAction based downloadsPetr Mrázek2014-12-12-46/+36
|
* Give paste upload a nice status messagePetr Mrázek2014-11-09-0/+1
| | | | Fixes #364
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-5/+5
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-7/+7
|
* Translation downloading!robotbrain2014-09-30-1/+4
|
* Sync from quickmodsPetr Mrázek2014-09-06-14/+65
|
* Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-07-07-4/+12
| | | | | The url will now be shown as link, put into the clipboard AND opened in a browser. At the same time. To avoid losing the URL.
* Make paste.ee logs expire after a monthPetr Mrázek2014-07-03-1/+1
|
* Implement adding jar mods, break saving library order.Petr Mrázek2014-06-09-1/+0
|
* Begin the transformation!Petr Mrázek2014-06-09-642/+1
| | | | Nuke all the things.
* Add proper FML libs URLPetr Mrázek2014-04-21-1/+1
|
* Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-0/+4
| | | | | | * minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
* Fix many memory leaks.Petr Mrázek2014-03-30-3/+7
|
* Fix a few paste upload bugsJan Dalheimer2014-03-07-7/+6
| | | | Fixes https://www.pivotaltracker.com/story/show/66994990
* Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek2014-02-25-15/+34
|\ | | | | | | | | | | | | Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
| * Reorganize all the screenshot filesPetr Mrázek2014-02-25-268/+0
| |
| * Imgur album creationJan Dalheimer2014-02-24-17/+148
| |
| * Working screenshot uploadJan Dalheimer2014-02-24-4/+3
| |
| * Screenshot fixes, move some code around, fix some stuffJan Dalheimer2014-02-24-12/+18
| |
| * Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain2014-02-23-96/+31
| |