Commit Graph
65 Commits
Author SHA1 Message Date
Jeremy Rimpo a594f3420c Convert scripts to PowerShell 2020-09-20 19:56:29 -05:00
Jeremy Rimpo 3623394f36 Need extra space for second command 2020-09-20 19:11:42 -05:00
Jeremy Rimpo d65d31d75c Update to checkout current branch in umbrella if it exists 2020-09-20 19:02:26 -05:00
Silarn 5de9f8eeed Appveyor CMAKE fix 2020-05-01 04:58:53 -05:00
isanae 1791627453 Merge pull request #9 from isanae/new-cmakefiles
New cmakefiles
2020-04-26 02:53:49 -04:00
isanae 5096afb7f8 now using new cmakefiles 2020-04-26 00:05:49 -04:00
Chris Bessent a151bb828f Do not report SKSEVR plugins that were loaded correctly
SKSEVR adds the text "(handle %d)" to the "loaded correctly" message.
Without handling this, all SKSEVR plugins that are successfully loaded
will be flagged in the notification as being failed.
2020-03-30 11:39:57 -07:00
AL 490752443d Fix crash on corrupted log files by wrapping .exists() in try - except 2020-03-12 12:09:02 +01:00
Chris Bessent 17323bac83 Merge pull request #8 from ModOrganizer2/2_2_2
Pull in 2.2.2.1 changes
2020-01-13 23:05:42 -07:00
Silarn 9733621e52 Allow plugin to be disabled 2020-01-07 14:39:40 -06:00
Chris Bessent 72a8807597 Merge pull request #7 from ModOrganizer2/Develop
Stage for release 2.2.2
2020-01-06 05:11:32 -07:00
Chris Djali 4f263b4cd0 Merge pull request #6 from ModOrganizer2/AnyOldName3-patch-2
Always open log files as cp1252
2019-12-18 21:38:53 +00:00
Chris Djali 05da457d37 Always open log files as cp1252
Even if the system-default text encoding is something else, apparently script extender logs always use cp1252. Characters unsupported by cp1252 end up converted into their closest equivalent (or, in some cases, the same character with the accent removed - `ÿ` is `0xFF` in cp1252, but load a DLL with that in the name, and you'll get `y` in the log).

I'm still not 100% convinced that this is the right encoding (I'd really like the log from this guy that actually discovered the issue https://github.com/ModOrganizer2/modorganizer/issues/938) but I know it's definitely not supposed to be cp1251, and if it's UTF-8, there's some mangling going on earlier in the sequence.
2019-12-16 20:32:26 +00:00
Chris Djali c3d12cb0ac Restore directory dependency tracking
Silarn overdid his changes here: https://github.com/ModOrganizer2/modorganizer-script_extender_plugin_checker/commit/af37dce5638f1dcbdaf87a4e62bb08c75f55d75e#diff-902d99ff14cbf77b1c78eb39a408c278R63-R85

While removing the response file that we don't actually create as a dependency of the custom command was a good thing, switching from the full list of individual files to the input list that contains directories wasn't such a good idea as CMake's documentation doesn't say that it can cope with directories here.
2019-12-07 22:43:50 +00:00
LostDragonist 07726479f4 Merge pull request #4 from ModOrganizer2/AnyOldName3-patch-1
Add human-readable messages for the most common error codes
2019-11-30 13:02:48 -07:00
LostDragonist 465656bc52 Merge branch 'Develop' into AnyOldName3-patch-1 2019-11-30 12:26:11 -07:00
LostDragonist 11b5084aee Update version 2019-11-30 12:25:25 -07:00
LostDragonist 6dd5d72d85 Merge pull request #5 from LostDragonist/Develop
Fix getting the file origin
2019-11-30 12:23:17 -07:00
LostDragonist b0e2383bf9 Fix getting the file origin
The first entry in the list returned by getFileOrigins is always the
file origin.  Other entries in the list are alternatives in lower
priority mods.
2019-11-30 12:15:19 -07:00
Silarn af63b6bff8 Add artifacts 2019-10-19 19:07:21 -05:00
Silarn 0bea6b8334 Updates to fix precompiled pyqt linguist functions 2019-10-19 18:40:32 -05:00
Silarn af37dce563 Make some updates to the PyQt5TranslationMacros.cmake to fix compile problems 2019-10-19 17:15:48 -05:00
Silarn fdd3985ec2 Update Appveyor to official VS 2019 image 2019-09-28 00:41:33 -05:00
AnyOldName3 0e67bf7fdb Update .ts file 2019-09-19 21:33:02 +01:00
Chris Djali 6fd026bc50 Add human-readable messages for the most common error codes
The error codes were chosen by Nexus staff working on Vortex. Their imitation of my plugin did not maintain a feature advantage for long.
2019-09-19 21:29:50 +01:00