Commit Graph

  • 33b9b25da7 More work on the downloader and 1.6 instance creation Petr Mrázek 2013-07-14 18:33:31 +02:00
  • c96ac24605 Replace one line. Get downloading of 1.6 jars working. Yay. Petr Mrázek 2013-07-09 22:46:33 +02:00
  • dd86061f0f Piddle-farting with 1.6 instances. Now with more json! Petr Mrázek 2013-07-09 00:52:03 +02:00
  • ee5583251d Legacy versions downloaded from the new location are treated as legacy versions! Petr Mrázek 2013-07-07 23:51:26 +02:00
  • a23323a01e Small tweaks to the assets - delete extra files Petr Mrázek 2013-07-07 18:12:09 +02:00
  • 8f5516ceb6 Merge pull request #2 from TakSuyu/master Petr Mrázek 2013-07-07 09:14:11 -07:00
  • 96cceeafeb implemented ModEditUI and mapped ModEditUI Buttons for implementation enabled EditMods button on MainWindowUI added validation check for renaming instances TakSuyu 2013-07-06 19:11:24 -07:00
  • eb16d977c8 Add a job that removes any files that don't match a whitelist from a folder. Petr Mrázek 2013-07-06 02:41:23 +02:00
  • 5c07e1b042 Move job queue to libutil Petr Mrázek 2013-07-06 01:50:07 +02:00
  • 84298d621d Restructure the downloader into a generic task list/queue. Petr Mrázek 2013-07-06 00:55:54 +02:00
  • 030e03e134 Herp Derp Sync Durrrr Petr Mrazek 2013-07-05 00:57:20 +02:00
  • 8a66e61221 Merge pull request #1 from TakSuyu/master Petr Mrázek 2013-07-04 15:45:45 -07:00
  • 4f57207fd2 Added dialog box and functionality to mainwindow delete button. TakSuyu 2013-07-04 15:39:41 -07:00
  • 6122e0cbc3 Make downloader create folders as needed, test queuing, multiple files, saving to real files. Petr Mrázek 2013-07-01 00:45:32 +02:00
  • e49b818698 Add queued downloader, some super-minor UI tweaks in stuff that's not even visible yet. Petr Mrázek 2013-06-30 22:39:57 +02:00
  • 38fb702e78 Fix weird label line generation in the instance view. Petr Mrázek 2013-06-23 22:45:36 +02:00
  • 27b1de0d6d Implement some bits and pieces, disable dead buttons. Petr Mrázek 2013-06-23 22:10:32 +02:00
  • d9195bff3a Fix crashes from uninitialized variables, small naming fix for smart pointers Petr Mrázek 2013-06-23 01:25:05 +02:00
  • 929698ff15 Use shared pointers to fix incompatibility with new Qt Petr Mrázek 2013-06-22 23:34:33 +02:00
  • 3b38e5f924 Implemented LWJGL version lists. Andrew 2013-05-17 11:53:22 -05:00
  • 159404f444 Fixed timestamp parsing in version lists. Andrew 2013-05-08 17:25:46 -05:00
  • 5f781b3053 Implement basic game updater. Andrew 2013-05-08 12:56:43 -05:00
  • 2e62f6e8d8 Implemented version selection stuff. Andrew 2013-05-06 21:28:28 -05:00
  • fb0432bf0b The default selected version is now the current stable version. Andrew 2013-05-06 21:08:31 -05:00
  • 7e3592bee8 Made the version list load in the background on startup. Andrew 2013-05-06 17:19:20 -05:00
  • 2fe6bc47ed Removed files I forgot to remove earlier (oops) Andrew 2013-05-06 16:50:52 -05:00
  • 74133bb172 Allow users to filter out MCNostalgia and Snapshots from the version list. Andrew 2013-05-06 12:48:01 -05:00
  • 857a4e4dbe Implemented version list sorting. Andrew 2013-05-03 20:14:38 -05:00
  • 055198303c Removed old plugin system and implemented some version list stuff. Andrew 2013-05-03 14:41:37 -05:00
  • 1626fa013c Implement instance creation. Andrew 2013-04-22 17:15:18 -05:00
  • ff3078b3a6 Make the new instance dialog support instance types. Andrew 2013-04-22 15:39:41 -05:00
  • 7ec32d5657 Merge branch 'master' of git://github.com/peterix/MultiMC5 Andrew 2013-04-22 14:31:25 -05:00
  • ae6937ab81 Focus password text box if there's an account saved by default. Save settings! Petr Mrázek 2013-04-08 18:21:43 +02:00
  • 276cfb18a6 Fix quazip issues. Andrew 2013-04-01 12:04:40 -05:00
  • ebb2c54975 Merge branch 'master' of git://github.com/peterix/MultiMC5 Andrew 2013-03-28 11:37:12 -05:00
  • 168ed3e8e5 Implemented version lists. Andrew 2013-03-28 11:33:31 -05:00
  • 1f13f0c665 Store stub keyring data in the same folder as the binary Petr Mrázek 2013-03-26 19:26:10 +01:00
  • 737273348f Use Keyring in the login dialog Petr Mrázek 2013-03-26 17:43:49 +01:00
  • d24c4823ef Filter console output, no more sea of red when there's nothing to report. Petr Mrázek 2013-03-26 14:34:34 +01:00
  • d2eef6974b Mystery meat layout hack to get things aligned Petr Mrázek 2013-03-25 20:58:45 +01:00
  • 37852d47a7 Fix an another layout problem in instance list Petr Mrázek 2013-03-25 19:28:08 +01:00
  • 65dc5d44f1 Add instance view up/down keyboard navigation, fix some layout glitches (not all) Petr Mrázek 2013-03-25 17:39:52 +01:00
  • af046ff6fc Fix settings dialog java tab layout Petr Mrázek 2013-03-24 18:38:58 +01:00
  • 40570c3210 Fix settings objects, instances can be started from the GUI now Petr Mrázek 2013-03-24 15:36:00 +01:00
  • e4f86893a8 fix merge issues, make console window work again Orochimarufan 2013-03-22 14:40:55 +01:00
  • cd1fdbbbc2 Merge branch 'master' of http://github.com/peterix/MultiMC5 Orochimarufan 2013-03-22 14:01:54 +01:00
  • f4c9cb8c1d refactor indendation, fix a bug in MinecraftProcess & fix a bug in InstanceLauncher Orochimarufan 2013-02-25 22:47:03 +01:00
  • f01bf10dc5 Implement Keyring system base Orochimarufan 2013-02-24 18:22:35 +01:00
  • ce867d9169 Port minecraft.jar version detection to Qt Orochimarufan 2013-02-24 17:06:00 +01:00
  • e4806ab08d Add SVG icon rendering/cache Petr Mrázek 2013-03-20 07:59:35 +01:00
  • ad70e3fd4c Changed spaces to tabs in CMakeLists.txt because space indenting is the work of satan. Andrew 2013-03-19 19:15:19 -05:00
  • e9ff6fcff7 Merge pull request #3 from GUIpsp/master Andrew Okin 2013-03-19 13:26:25 -07:00
  • bf49e58d11 Add travis CI building. Guilherme Espada 2013-03-19 20:17:35 +00:00
  • 7d7e4034f4 Property change propagation, changing instance groups, icon preview Petr Mrázek 2013-03-19 06:24:34 +01:00
  • d67d58e662 Added background cat. Proof of concept :3 Petr Mrázek 2013-03-19 03:20:49 +01:00
  • 7e222c3e8f Loading instance groups and exposing them to the model Petr Mrázek 2013-03-18 23:35:54 +01:00
  • 65faabeed4 Connect instance list to model. Petr Mrázek 2013-03-18 23:00:46 +01:00
  • b84dfddd1b Use the actual selection for instance launch. Petr Mrázek 2013-03-16 03:01:51 +01:00
  • b14cd8d74a Merge branch 'master' of github.com:Forkk/MultiMC5 Andrew 2013-03-14 10:06:28 -05:00
  • fd1e3bb814 Fixed issues with libGroupView on Windows. Andrew 2013-03-13 13:42:41 -05:00
  • 8864c7ebdc Merge branch 'master' of git://github.com/peterix/MultiMC5 Andrew 2013-03-13 13:25:24 -05:00
  • f0cb300d04 Added properties to Instance class Andrew 2013-03-13 13:13:28 -05:00
  • 6a7b127685 Added properties to instance.h Andrew 2013-03-13 13:13:28 -05:00
  • 46f93311af Instance view, model, delegate. Petr Mrázek 2013-03-11 22:19:17 +01:00
  • 2d6e785e4e Implemented version lists. Andrew 2013-03-08 13:56:26 -06:00
  • 69040f923b Added a function to get an instance's type. Andrew 2013-03-06 12:32:15 -06:00
  • 36396f7c6a Massive re-organization. Andrew 2013-02-26 16:47:39 -06:00
  • bd64cda672 Added instance setting overrides. Andrew 2013-02-25 16:36:27 -06:00
  • 4ca35a760d Fixed a lot of MSVC problems Andrew 2013-02-25 14:44:36 -06:00
  • b56b819c35 Fixed some formatting. Andrew 2013-02-25 13:39:07 -06:00
  • 23474da175 Merge branch 'master' of git://github.com/peterix/MultiMC5 Andrew 2013-02-25 13:31:37 -06:00
  • 498225debd Rewrote the settings system. It may still need some work. Andrew 2013-02-25 13:24:46 -06:00
  • 4fd5bdb01b *Full* folder name is the instance ID, not just the first part. Petr Mrázek 2013-02-23 00:56:17 +01:00
  • 3a173648e7 Implement ConsoleWindow Orochimarufan 2013-02-22 18:18:23 +01:00
  • 10c707363b Merge branch 'master' of http://github.com/Forkk/MultiMC5 Orochimarufan 2013-02-22 16:19:37 +01:00
  • 9f174ad4e7 Implement Instance launching Use --launch <instance> to test Orochimarufan 2013-02-22 16:17:31 +01:00
  • a7111b1328 Added interface for game update tasks. Andrew 2013-02-21 18:10:17 -06:00
  • eda7b6cf9d Merge branch 'inst_rewrite' of http://github.com/Forkk/MultiMC5 Orochimarufan 2013-02-21 21:55:47 +01:00
  • d891032219 use QtCreator's $QTPATH in CMake Orochimarufan 2013-02-21 21:55:35 +01:00
  • 9118de4b7c Fixed install on Linux Andrew Okin 2013-02-21 14:52:23 -06:00
  • 2e0f6091b4 Changed java/endian.h to java/javaendian.h in CMakeLists Andrew 2013-02-21 14:36:01 -06:00
  • ca1fd44637 Merge branch 'master' of http://github.com/peterix/MultiMC5 Orochimarufan 2013-02-21 20:40:32 +01:00
  • 50d1f62bf4 More GCC fixes Petr Mrázek 2013-02-21 19:59:34 +01:00
  • 294c8e21c8 Merge branch 'inst_rewrite' of https://github.com/Forkk/MultiMC5 Petr Mrázek 2013-02-21 19:37:35 +01:00
  • 2020d9c24b Fixed MSVC issues. Andrew 2013-02-21 12:42:16 -06:00
  • 576e979df4 Implement About Dialog Orochimarufan 2013-02-21 19:35:52 +01:00
  • 3649904974 Fixed CXX flags. Andrew Okin 2013-02-21 12:35:33 -06:00
  • e9ef332ec4 Fixed some issues with GCC. Andrew Okin 2013-02-21 12:10:10 -06:00
  • 58379657e9 Merge branch 'inst_rewrite' of https://github.com/Forkk/MultiMC5 Petr Mrázek 2013-02-21 18:09:26 +01:00
  • 96e4f73a94 Include Git commit hash in config.h Andrew 2013-02-21 11:02:48 -06:00
  • 1beef3f73c Merge https://github.com/Forkk/MultiMC5 Petr Mrázek 2013-02-21 17:40:11 +01:00
  • faddeb2c13 Reorganized the main CMakeLists file and added an icon on Windows. Andrew 2013-02-21 10:32:13 -06:00
  • f3b6eeeac4 Got instance loading working. Andrew 2013-02-20 19:45:00 -06:00
  • dd2e836b4c Split MultiMC up into a few separate libraries. Andrew 2013-02-20 19:10:09 -06:00
  • f71479ec33 Added stdinstance plugin and a ton of plugin stuff. Andrew 2013-02-20 08:32:26 -06:00
  • 519f66efee Merge branch 'master' of http://github.com/Forkk/MultiMC5 Orochimarufan 2013-02-20 13:17:03 +01:00
  • c523a2c752 implement commandline parsing Orochimarufan 2013-02-20 00:07:52 +01:00
  • 6e5017e48b Implemented loadList() stuff. Andrew 2013-02-19 12:15:22 -06:00
  • 80cd8b33aa Implemented Instance Andrew 2013-02-18 16:58:53 -06:00
  • d3c4db8f34 Implemented instance loader. Andrew 2013-02-18 15:39:01 -06:00