Commit Graph
92 Commits
Author SHA1 Message Date
Jeremy Rimpo ec573c1266 Update dependencies 2022-04-17 20:06:57 -05:00
Jeremy Rimpo e2747c4163 Merge remote-tracking branch 'origin/master' into qt6 2022-04-17 01:58:12 -05:00
Jeremy Rimpo 1bcda87303 Changes to better support translation updates 2021-12-10 09:31:15 -06:00
Chris Bessent dc6f03a915 Add Nehrim repo 2021-08-22 11:05:35 -07:00
Mikaël Capelle c733573853 Add EnderalSE. 2021-03-12 20:48:37 +01:00
Mikaël Capelle 0db24f71a0 Remove old translation slug for script_extender_plugin_checker. 2021-02-07 11:53:46 +01:00
Mikaël Capelle eed7f8c482 Add alias for translations of script_extender_plugin_checker. 2021-02-07 11:48:16 +01:00
isanae 01797282c4 made super an alias
removed alternate name modorganizer-Installer so it's not considered a super task
2020-12-03 17:45:35 -05:00
isanae 5e64f08418 moved glob_match into task, was only used there
some optimizations for matching task names, regex is so slow
fixed deadlock in git_submodule_adder, removing instrumentation also removed a critical scope for the lock object
simplified parallel_tasks, doesn't need all that stuff
moved translations to its own step for now, parallel_tasks doesn't support having both super and non-super tasks
moved add_tasks() inside try/catch, can bail out
2020-12-03 17:45:35 -05:00
isanae e49735d4ff task_manager 2020-12-03 17:45:35 -05:00
isanae 6797af26c7 removed super flag for parallel_tasks, uses the first child 2020-12-03 17:45:34 -05:00
isanae abf8bb94cc split git.h 2020-12-03 17:45:33 -05:00
isanae 2f4cd56276 moved tasks to tasks namespace
added python tool
2020-12-03 17:44:52 -05:00
isanae e77bfe8e63 Merge pull request #64 from Holt59/fix-build-for-nugets
Add flags for plugins using nuget package
2020-11-27 06:14:24 -05:00
Mikaël Capelle d5d3efd14e Add installer_wizard task. 2020-11-25 17:54:43 +01:00
Mikaël Capelle 21e057b555 add flags for plugins using nuget package 2020-11-20 20:36:36 +01:00
isanae 21b6a383d7 silence git apply whitespace warning
cleaned up options for pr
2020-11-12 19:25:52 -05:00
isanae 7acf536d2c moved commands to cmd/ 2020-11-09 03:28:50 -05:00
isanae 1bbd34285a split threading 2020-11-09 03:28:49 -05:00
isanae 946a5e9c40 moved stuff to core/ 2020-11-09 03:28:49 -05:00
isanae c728ed1a02 comments 2020-11-09 03:28:48 -05:00
isanae 991e94a986 removed useless command_groups
moved signal handlers to commands, it's only used in there
2020-11-09 03:28:48 -05:00
isanae f28c4b416c moved font_restorer to utilities
moved add_tasks() on top
2020-11-09 03:28:48 -05:00
isanae db5b55af04 added --no-warn-script-location when installing pip
added basic_games
handle multiple vs installs
for `release official`, don't override the enabled state of all tasks, just enable translations and installer; this allows for disabling tasks that are not in the current branch
2020-08-12 05:00:20 -04:00
isanae 01734443f6 fixed 404 for libloot
added official to release command
2020-07-14 15:44:34 -04:00