summaryrefslogtreecommitdiffstats
path: root/backend/LegacyUpdate.cpp
Commit message (Collapse)AuthorAgeLines
* OneSix instances now have a minecraft folder inside.Petr Mrázek2013-08-12-2/+65
| | | | | Also, the main instance view was expanded with helpful key events: F2 for rename, F5 for refresh, Enter for start instance, Delete for...
* Various task related improvements.Petr Mrázek2013-08-09-24/+35
| | | | | | | * Errors are reported back to task users via Failure signals. * Lwjgl doesn't download on each legacy instance start anymore. * Tasks were unified when it comes to success/failure. * Task dialogs don't get spawned after short tasks finish anymore.
* Fix LWJGL downloader - works conssistently now.Petr Mrázek2013-08-07-4/+7
|
* Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and ↵Petr Mrázek2013-08-07-0/+185
extraction.