MultiMC5/libmultimc/include
Andrew 3b38e5f924 Implemented LWJGL version lists.
The LWJGL list actually doesn't use tasks for loading. Instead, it takes advantage of the
QNetworkAccessManager's asynchronous requests. This is a system that I may look to implement for other version
lists and things such as the Minecraft version list and possibly even instance mod lists.

Loading things this way means that code that wants to load a list can simply call the load list function, rather
than having to get a task from the list and execute the task. Unfortunately, it also means we can't have task
progress dialogs for loading lists, but it shouldn't really be too difficult to write one that works with this
system.

At some point in the future, I'll probably end up putting all the code for this method of loading lists into a
base class and then update the other lists to support it.
2013-05-17 11:53:22 -05:00
..
appsettings.h Instance view, model, delegate. 2013-03-11 22:19:17 +01:00
gameupdatetask.h Implement basic game updater. 2013-05-08 12:56:43 -05:00
instance.h Implement basic game updater. 2013-05-08 12:56:43 -05:00
instancelist.h Property change propagation, changing instance groups, icon preview 2013-03-19 06:24:34 +01:00
instanceloader.h Removed old plugin system and implemented some version list stuff. 2013-05-03 14:41:37 -05:00
instancetypeinterface.h Removed old plugin system and implemented some version list stuff. 2013-05-03 14:41:37 -05:00
instversion.h Implemented version list sorting. 2013-05-03 20:14:38 -05:00
instversionlist.h The default selected version is now the current stable version. 2013-05-06 21:08:31 -05:00
libmmc_config.h Massive re-organization. 2013-02-26 16:47:39 -06:00
loginresponse.h Massive re-organization. 2013-02-26 16:47:39 -06:00
logintask.h Implement basic game updater. 2013-05-08 12:56:43 -05:00
lwjglversionlist.h Implemented LWJGL version lists. 2013-05-17 11:53:22 -05:00
minecraftprocess.h Implement basic game updater. 2013-05-08 12:56:43 -05:00
minecraftversion.h Implement basic game updater. 2013-05-08 12:56:43 -05:00
minecraftversionlist.h The default selected version is now the current stable version. 2013-05-06 21:08:31 -05:00
task.h Made the version list load in the background on startup. 2013-05-06 17:19:20 -05:00
userinfo.h Massive re-organization. 2013-02-26 16:47:39 -06:00
version.h Massive re-organization. 2013-02-26 16:47:39 -06:00