Skip to content

Commit

Permalink
many, many things...
Browse files Browse the repository at this point in the history
  • Loading branch information
bsips committed Sep 20, 2023
1 parent 4d603c1 commit 76a23b2
Show file tree
Hide file tree
Showing 1,142 changed files with 9,270 additions and 58,276 deletions.
841 changes: 420 additions & 421 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: fregante/setup-git-user@v1
with:
fetch-depth: 1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3.7
pip3 install requests
- name: Generate changelog
run: |
# https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types
python3 tools/generate_changelog.py ci ${{ github.repository }}
python3 tools/generate_changelog.py ci
cat changelog-$(date +'%Y-%m-%d').md
- name: Capture date
id: date
Expand Down
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,3 @@ docker-compose*
xi_map.dSYM
xi_connect.dSYM
xi_search.dSYM
WATCHER xiWorld.bat
WATCHER xiSearch.bat
WATCHER xiConnect.bat
WATCHER xiMap.bat
.gitignore
connectkiller.bat
null

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"ForceCrash",
"BuildString",
"SendLuaFuncStringToZone",
"GetFirstID",
"DYNAMIC_LOOKUP",
"GetEntityByID",
"GetItemIDByName",
"GetPlayerIDAnywhere",
Expand Down
28 changes: 0 additions & 28 deletions changelogs/2023-04-28-plain.md

This file was deleted.

28 changes: 0 additions & 28 deletions changelogs/2023-04-28.md

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion documentation/AI_Events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ DEATH - Entity, optionalKiller
DESPAWN - Entity
DEFEATED_MOB - Mob, Attacker, optParams (Note: optParams is the same table in onMobDeath)
EXPERIENCE_POINTS - Entity, exp
ITEM_DROPS - Entity, Loot

TAKE_DAMAGE - Entity, amount, optionalAttacker, attackType, damageType
CRITICAL_TAKE - Target, Attacker
Expand Down
Loading

0 comments on commit 76a23b2

Please sign in to comment.