Skip to content

Commit

Permalink
🎉Init Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Drlanderf committed Mar 30, 2024
0 parents commit 2628842
Show file tree
Hide file tree
Showing 79 changed files with 11,265 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/template/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
template: |
<h3 align="center">
![](https://komarev.com/ghpvc/?username=DrLanderf&label=Views&color=lightgrey) [![Twitter Follow](https://img.shields.io/twitter/follow/LanderfCorp?label=Follow)](https://twitter.com/intent/follow?screen_name=LanderfCorp) [![GitHub followers](https://img.shields.io/github/followers/DrLanderf?label=Follow&style=social)](https://github.com/Drlanderf) [![discord](https://img.shields.io/badge/Join_Discord-5865F2.svg?&style=flat-square&logo=discord&logoColor=white&link=https://discord.gg/rqNgRkvZsq)](https://discord.gg/rqNgRkvZsq) [![youtube](https://img.shields.io/youtube/channel/subscribers/UCnK7oWn1A7RvKiB19ZIECZg?style=social)](https://www.youtube.com/channel/UCnK7oWn1A7RvKiB19ZIECZg) [![youtube](https://img.shields.io/twitch/status/doc_landerf?style=social)](https://www.twitch.tv/doc_landerf)
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/landerf0311)
</h3>
## What's Changed
$CHANGES
categories:
- title: '✨ Introduce new features.'
label:
- 'feature'
- title: '🐛 Bug fix'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '⚡️ Performances Improve'
labels:
- '⚡️'
- 'improve'
- 'performances'
- title: '🎨 Improve structure / format of the code'
labels:
- 'structure'
- title: '🧰 Maintenance'
labels:
- 'maintenance'
- 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
30 changes: 30 additions & 0 deletions .github/workflows/Auto-Release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- release
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
with:
config-name: /template/release-template.yml
#disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87 changes: 87 additions & 0 deletions Bindings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<Bindings>
<Layer name="SI_KEYBINDINGS_LAYER_GENERAL">
<Category name="|ca5cd84Mephisto|">
<Action name="MP_HOTKEY_SHOW_UI">
<Down>SLASH_COMMANDS["/mephisto"]()</Down>
</Action>
<Action name="MP_HOTKEY_FIXES_FLIP_SHOULDERS">
<Down>Mephisto.fixes.FlipShoulders()</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_1">
<Down>Mephisto.LoadSetupCurrent(1, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_2">
<Down>Mephisto.LoadSetupCurrent(2, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_3">
<Down>Mephisto.LoadSetupCurrent(3, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_4">
<Down>Mephisto.LoadSetupCurrent(4, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_5">
<Down>Mephisto.LoadSetupCurrent(5, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_6">
<Down>Mephisto.LoadSetupCurrent(6, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_7">
<Down>Mephisto.LoadSetupCurrent(7, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_8">
<Down>Mephisto.LoadSetupCurrent(8, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_9">
<Down>Mephisto.LoadSetupCurrent(9, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_10">
<Down>Mephisto.LoadSetupCurrent(10, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_11">
<Down>Mephisto.LoadSetupCurrent(11, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_12">
<Down>Mephisto.LoadSetupCurrent(12, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_13">
<Down>Mephisto.LoadSetupCurrent(13, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_14">
<Down>Mephisto.LoadSetupCurrent(14, false)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_15">
<Down>Mephisto.LoadSetupCurrent(15, false)</Down>
</Action>
<Action name="MP_HOTKEY_PREBUFF_1">
<Down>Mephisto.prebuff.Prebuff(1)</Down>
</Action>
<Action name="MP_HOTKEY_PREBUFF_2">
<Down>Mephisto.prebuff.Prebuff(2)</Down>
</Action>
<Action name="MP_HOTKEY_PREBUFF_3">
<Down>Mephisto.prebuff.Prebuff(3)</Down>
</Action>
<Action name="MP_HOTKEY_PREBUFF_4">
<Down>Mephisto.prebuff.Prebuff(4)</Down>
</Action>
<Action name="MP_HOTKEY_PREBUFF_5">
<Down>Mephisto.prebuff.Prebuff(5)</Down>
</Action>
<Action name="MP_HOTKEY_UNDRESS">
<Down>Mephisto.Undress()</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_PREVIOUS">
<Down>Mephisto.LoadSetupAdjacent(-1)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_CURRENT">
<Down>Mephisto.LoadSetupAdjacent(0)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_NEXT">
<Down>Mephisto.LoadSetupAdjacent(1)</Down>
</Action>
<Action name="MP_HOTKEY_SETUP_FIX">
<Down>Mephisto.validation.WorkAroundOne()</Down>
</Action>
</Category>
</Layer>
</Bindings>
Loading

0 comments on commit 2628842

Please sign in to comment.