| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added !found condition to for loop to ensure that a valid processHandle ↵ | Al12rs | 2017-10-31 | 1 | -1/+1 |
| | | | | | can't be overwritten to avoid handle leaks. | ||||
| * | More fixes to waitForProcessCompletion | LePresidente | 2017-10-31 | 1 | -35/+38 |
| | | |||||
| * | multiple fixes to waitForProcessCompletion. | LePresidente | 2017-10-31 | 1 | -41/+46 |
| | | |||||
| * | Close the handle that is created by FindFirstFileW correctly. | LePresidente | 2017-10-30 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #113 from Silarn/mainline_dev | Brian Munro | 2017-10-30 | 4 | -114/+132 |
| |\ | | | | | Updates for script extender usvfs loading | ||||
| | * | Reimplement ScriptExtender handling by detecting USVFS arch | Jeremy Rimpo | 2017-10-29 | 2 | -13/+34 |
| | | | |||||
| | * | Merge remote-tracking branch 'up/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-28 | 3 | -54/+59 |
| | |\ | |||||
| | * | | Update master parsing and detect ESLs by extension | Jeremy Rimpo | 2017-10-26 | 2 | -101/+98 |
| | | | | |||||
| * | | | Use ScriptExtender PluginPath instead of appending "/plugin" to the old ↵ | LePresidente | 2017-10-29 | 2 | -3/+3 |
| | |/ |/| | | | | | script extender name variable. | ||||
| * | | Fixes the handle leak in the OrganizerCore::waitForProcessCompletion | LePresidente | 2017-10-28 | 1 | -49/+50 |
| | | | |||||
| * | | Fixes | LePresidente | 2017-10-26 | 1 | -0/+1 |
| | | | | | | | | | https://github.com/LePresidente/modorganizer/issues/108 | ||||
| * | | Merge branch 'QT5.7' of https://github.com/LePresidente/modorganizer into QT5.7 | LePresidente | 2017-10-24 | 2 | -4/+4 |
| |\| | |||||
| | * | Fix minor ESL issues and set a useful URL for issue reporting | Jeremy Rimpo | 2017-10-24 | 2 | -4/+4 |
| | | | |||||
| * | | Updated dll manifest. | LePresidente | 2017-10-24 | 1 | -5/+8 |
| |/ | |||||
| * | Merge remote-tracking branch 'upstream/QT5.7' into mainline_dev | Jeremy Rimpo | 2017-10-23 | 1 | -0/+6 |
| |\ | |||||
| | * | added a catch all for the remote version check when checking for updates. ↵ | LePresidente | 2017-10-23 | 1 | -0/+6 |
| | | | | | | | | | Should stop a hard crash but should probably be reviewed at a date. | ||||
| * | | Fix up tutorial scripts | Jeremy Rimpo | 2017-10-23 | 4 | -38/+49 |
| | | | | | | | | | | | * Patches for QtQuick 2.x * Fix up tab refs, names, and other out-of-date info | ||||
| * | | Fix the nexus description link handler | Jeremy Rimpo | 2017-10-23 | 4 | -73/+117 |
| | | | |||||
| * | | Update QtQuick import to 2.7 (for Qt 5.7) - works with 5.9 | Jeremy Rimpo | 2017-10-23 | 10 | -10/+10 |
| |/ | | | | Requires update to uibase | ||||
| * | Updated version to 2.1.0beta | LePresidente | 2017-10-22 | 2 | -4/+5 |
| | | | | | Added QtQuick to cmake to try address tutorial issue [Untested] | ||||
| * | Display the index of the ESL in the mod index space to differentiate ESLs | Jeremy Rimpo | 2017-10-21 | 2 | -78/+83 |
| | | |||||
| * | Correctly render the modindex for ESLs | Jeremy Rimpo | 2017-10-21 | 2 | -3/+21 |
| | | |||||
| * | Add ESL flag type detection | Jeremy Rimpo | 2017-10-20 | 2 | -4/+22 |
| | | | | | | * ESL files can be sorted like ESMs * ESL files are displayed italicized but not bold | ||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 13 | -368/+384 |
| | | |||||
| * | windeployqt doesn't automatically detect the requirement for ↵ | LePresidente | 2017-05-05 | 1 | -1/+1 |
| | | | | | qtwebenginewidgets, so we force it. | ||||
| * | Updated manifest to use new dll's. | LePresidente | 2017-05-01 | 1 | -16/+10 |
| | | |||||
| * | Merge pull request #69 from LePresidente/new_vfs_library | Brian Munro | 2017-03-29 | 8 | -21/+41 |
| |\ | | | | | Bring in line with main branch | ||||
| | * | Version Bump. 2.0.8.3b | LePresidente | 2017-02-06 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed an issue with sort button | ZachHaber | 2017-01-25 | 1 | -1/+2 |
| | | | | | | | | | Sort button will now correctly create the new loadorder.txt. | ||||
| | * | Re-enabled the boss button | ZachHaber | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | | | Properly this time =P | ||||
| | * | Revert "Loot Button" | ZachHaber | 2017-01-17 | 1 | -0/+3 |
| | | | | | | | | | This reverts commit f2b33d75cb147965306e075f0b921cbad6c04334. | ||||
| | * | Fixing overwrite problems | ZachHaber | 2017-01-17 | 4 | -2/+21 |
| | | | | | | | | | | | Changes the organizerproxy to pull from the settings rather than try and figure it out on its own. | ||||
| | * | Loot Button | ZachHaber | 2017-01-16 | 1 | -3/+0 |
| | | | | | | | | | Re-enabled the button | ||||
| | * | Version bump. | Brian Munro | 2017-01-13 | 1 | -2/+2 |
| | | | |||||
| | * | Merge remote-tracking branch 'ZackHaber-upstream/new_vfs_library' into ↵ | Brian Munro | 2017-01-13 | 1 | -9/+9 |
| | |\ | | | | | | | | | | new_vfs_library | ||||
| | | * | Fixed pluginListPath to allow spaces | ZachHaber | 2016-12-28 | 1 | -4/+2 |
| | | | | | | | | | | | | | lootcli was failing on FO4 b/c it was passing in a space. | ||||
| | | * | Got rid of some unnecesarry code | Zanoth | 2016-12-27 | 1 | -11/+7 |
| | | | | | | | | | | | | | | | | | | | Removed some parameters that were being sent to lootcli.exe that aren't relevant anymore, commented out the report viewing, and set the masterlist update boolean to switch only when there was no error. | ||||
| | | * | Remove excess file | ZachHaber | 2016-12-27 | 1 | -4658/+0 |
| | | | | | | | | | | | | | Shouldn't have been committed. | ||||
| | | * | Added preliminary support for changes to lootcli project | ZachHaber | 2016-12-27 | 3 | -5/+4666 |
| | | | | | | | | | | | | | | | | | | | | | | Hopefully re-enabled lootcli report. Added new argument for lootcli.exe: pluginListPath, so it can determine what to read and thus change. Need to figure out how to determine the current language in a format that's easily understood. | ||||
| | * | | Fixes the error code 5/6 issues | Brian Munro | 2017-01-11 | 1 | -3/+3 |
| | | | | |||||
| | * | | Update selfupdater.cpp | Brian Munro | 2017-01-03 | 1 | -1/+1 |
| | | | | | | | | | | Reverted Tabs to spaces | ||||
| | * | | Update mainwindow.ui | Brian Munro | 2017-01-03 | 1 | -3/+3 |
| | |/ | | | | | Reverted Tabs to spaces | ||||
| * / | First attempt to update to QT5.7 | LePresidente | 2017-01-04 | 7 | -46/+48 |
| |/ | |||||
| * | Reverted Change | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Reverted silly edit. | ||||
| * | Update organizercore.cpp | Brian Munro | 2016-12-21 | 1 | -1/+1 |
| | | | | Shoud be an "or" query instead of "and", | ||||
| * | Build Number Version Bump. | LePresidente | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Migrate to version numbers with buildnumber. | LePresidente | 2016-12-21 | 3 | -1/+6 |
| | | | | | Added Comment for removal of ModBase::isOneof | ||||
| * | Reverted use of MOBase::isOneOf was causing the lock to fail. | LePresidente | 2016-12-20 | 1 | -2/+2 |
| | | |||||
| * | Version Bump, | LePresidente | 2016-12-12 | 3 | -3/+4 |
| | | | | | Basic SkyrimSE changes | ||||
| * | Use my repo for the updates for now. | lepresidente | 2016-12-12 | 1 | -1/+1 |
| | | |||||
