summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * pass null IOrganizer to proxy plugins instead of one with a null OrganizerCoreisanae2020-11-063-182/+51
| | * call init() on proxy pluginsisanae2020-11-045-41/+205
| | * added IPlugin::registered()isanae2020-11-0411-471/+54
| | * stop using deprecated map()isanae2020-11-031-1/+1
| | * replaced #pragma once by ifdefsisanae2020-11-0310-93/+41
| | * show create instance dialog on startup if there are no instancesisanae2020-11-032-4/+20
| | * larged delete instance dialogisanae2020-11-031-0/+1
| | * replace "create instance" title by "setting up instance"isanae2020-11-034-11/+23
| | * InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-0314-628/+695
| | * game icons in the instance listisanae2020-11-035-1/+89
| | * fixes after rebasingisanae2020-11-0311-91/+123
| | * moved nexus api stuff to GlobalSettingsisanae2020-11-0323-130/+623
| | * moved naturalCompare() to uibaseisanae2020-11-035-41/+33
| | * open ini buttonisanae2020-11-035-22/+103
| | * added checkboxes for deleting instancesisanae2020-11-032-96/+104
| | * - changed PathSettings::base() to use the ini's parent directory instead of t...isanae2020-11-034-140/+328
| | * delete instanceisanae2020-11-033-34/+265
| | * fixed boost bind warningsisanae2020-11-034-4/+8
| | * renamed cancel to closeisanae2020-11-033-26/+88
| | * filter, explore buttons, instance renameisanae2020-11-037-65/+221
| | * disable portable instance button if one existsisanae2020-11-034-10/+27
| | * implemented nexus pageisanae2020-11-034-25/+41
| | * split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-0314-268/+510
| | * moved list of supported games to detailsisanae2020-11-031-8/+15
| | * filter for gamesisanae2020-11-033-98/+161
| | * moved switch to instance to InstanceManagerisanae2020-11-035-5/+40
| | * hide tutorial question optionisanae2020-11-034-5/+40
| | * added hide option for intro page in create instance dialogisanae2020-11-037-7/+65
| | * new GlobalSettings class to manage the registryisanae2020-11-036-37/+59
| | * restart when finished, added launch instance checkboxisanae2020-11-033-2/+53
| | * move to next page when clicking a gameisanae2020-11-033-8/+19
| | * PathChecker is unnecessary, refactored its guts into NamePage and PathsPageisanae2020-11-036-172/+205
| | * split create instance dialog pagesisanae2020-11-034-1050/+1199
| | * don't skip paths for portable instance, what am I doingisanae2020-11-038-75/+387
| | * review pageisanae2020-11-033-40/+194
| | * fixed settings doing weird stuff with multiple instancesisanae2020-11-038-44/+178
| | * paths pageisanae2020-11-033-93/+395
| | * editions pageisanae2020-11-033-23/+258
| | * instance name pageisanae2020-11-035-28/+252
| | * select custom game directoryisanae2020-11-031-19/+100
| | * game pageisanae2020-11-034-20/+324
| | * started create instance dialogisanae2020-11-0311-63/+1064
| | * added empty instance manager dialogisanae2020-11-037-424/+940
| | * fixed splash not trying the default oneisanae2020-11-031-6/+20
| | * rewrote the delete instance dialog textisanae2020-11-031-17/+20
| | * deleteLocalInstance() now uses TaskDialogisanae2020-11-032-29/+61
| | * moved registry key from "Tannin" to "Mod Organizer Team"isanae2020-11-034-6/+196
| | * moved profile, current game and game edition checks to InstanceManagerisanae2020-11-033-229/+255
| | * refactored stuff into determineGameEdition() and handleCommandLine()isanae2020-11-031-71/+100
| | * more refactoring:isanae2020-11-037-107/+164