summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* Show changelog even when there are no new updates available.Petr Mrázek2014-07-14-8/+9
|
* Fix #361Petr Mrázek2014-07-13-2/+2
|
* Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer2014-07-12-19/+27
|
* Add a new page that can show all sorts of logsJan Dalheimer2014-07-12-6/+156
|
* Fix #356Petr Mrázek2014-07-11-3/+3
|
* Fix #354, make jar mods and patch files in general more resilient.Petr Mrázek2014-07-10-3/+12
|
* Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek2014-07-10-4/+4
|
* Make the auth timeout longer (30s)Petr Mrázek2014-07-09-1/+1
|
* Fix mod list sorting predicate, convert the changelog to markdown and ↵Petr Mrázek2014-07-08-2/+2
| | | | reverse it.
* Make the FTB packs a set instead of a list.Petr Mrázek2014-07-08-4/+13
|
* Update the forge hacks.Petr Mrázek2014-07-07-6/+20
|
* 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.
* One more liteloader fixPetr Mrázek2014-07-06-1/+2
|
* Fix liteloader, some cleanups.Petr Mrázek2014-07-06-13/+83
|
* Make paste.ee logs expire after a monthPetr Mrázek2014-07-03-1/+1
|
* disable that upgrade pagePetr Mrázek2014-07-03-1/+2
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-24/+881
|
* Handle a bunch more clang warningsPetr Mrázek2014-07-01-7/+8
|
* [Clang Warnings] Remove unused variablesTaeyeon Mori2014-06-30-3/+2
|
* Fix bug in OneSixInstance's modification detection.Taeyeon Mori2014-06-30-1/+1
| | | | | OneSixInstance would report all instances as custom because of a typo. Thanks Clang :)
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-6/+33
| | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* ~_~_~_~Petr Mrázek2014-06-28-0/+1
|
* Turn screenshot management into a page.Petr Mrázek2014-06-28-212/+17
|
* Merge branch 'feature/fix_intel' into developPetr Mrázek2014-06-28-5/+5
|\ | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
| * Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek2014-06-28-5/+5
| |
* | Merge branch 'feature/forge_pre4_fix' into developPetr Mrázek2014-06-25-21/+40
|\| | | | | | | | | | | Conflicts: logic/forge/ForgeVersionList.cpp logic/forge/ForgeVersionList.h
| * Fix forge prerelease mess.Petr Mrázek2014-06-25-21/+39
| | | | | | | | This adds a HACK that assumes Mojang will be consistent with their versioning. What could possibly go wrong?
* | No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek2014-06-20-42/+0
| |
* | Replace notes dialog with a page.Petr Mrázek2014-06-18-0/+4
| |
* | More github wiki friendly help page namesPetr Mrázek2014-06-10-8/+8
| |
* | Add close button to page dialog. Add help button to page dialog.Petr Mrázek2014-06-10-5/+9
| | | | | | | | Smile.
* | Cleanup - QFileInfo derp and unused variablesPetr Mrázek2014-06-09-8/+0
| |
* | Instance settings moved to a page.Petr Mrázek2014-06-09-0/+6
| |
* | Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek2014-06-09-9/+65
| | | | | | | | | | | | pack list. Icons are from Oxygen.
* | Show texture/resource packs when appropriate.Petr Mrázek2014-06-09-12/+45
| |
* | Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵Petr Mrázek2014-06-09-1/+2
| | | | | | | | now.
* | Page dialog for legacy instances.Petr Mrázek2014-06-09-5/+27
| |
* | Add and implement pages and page dialog.Petr Mrázek2014-06-09-16/+45
| |
* | New, simpler and versioned format for the patch load order.Petr Mrázek2014-06-09-66/+79
| |
* | Implement adding jar mods, break saving library order.Petr Mrázek2014-06-09-142/+195
| |
* | Lock down the version cache. Just enough to make it annoying to corrupt the ↵Petr Mrázek2014-06-09-33/+56
| | | | | | | | files.
* | Reduce startup logging verbosityPetr Mrázek2014-06-09-2/+2
| |
* | Break FTB. Yep. It has to be done better.Petr Mrázek2014-06-09-10/+0
| |
* | Add back legacy mod edit, add checksums for all legacy jarsPetr Mrázek2014-06-09-1/+6
| |
* | Small fixes, including release dates of some legacy versionsPetr Mrázek2014-06-09-7/+40
| |
* | Disable window titles and isons again, windows build fixesPetr Mrázek2014-06-09-4/+5
| |
* | Use window icons and titles in 1.6+Petr Mrázek2014-06-09-2/+2
| |
* | Make 1.6+ work with new instance format.Petr Mrázek2014-06-09-537/+924
| |
* | All of the broken legacy things work.Petr Mrázek2014-06-09-337/+657
| |
* | Introducing VersionPatch base class for version files and minecraft versionsPetr Mrázek2014-06-09-198/+267
| |