-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
177 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,7 @@ jobs: | |
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
dateFormat: "%d.%m.%Y" | ||
output: "CHANGELOG.md" | ||
output: "docs/CHANGELOG.md" | ||
issueLineLabels: "ALL" | ||
breakingLabels: "backwards-incompatible,breaking,rework,refactor" | ||
futureRelease: ${{ env.FUTURE_RELEASE }} | ||
|
@@ -250,7 +250,7 @@ jobs: | |
git pull origin ${{ github.base_ref }} | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "github-actions" | ||
git add CHANGELOG.md | ||
git add docs/CHANGELOG.md | ||
git commit -m "Updated CHANGELOG.md in https://github.com/${{github.repository}}/pull/${{github.event.number}}" | ||
git push origin ${{ github.base_ref }} | ||
else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Credits | ||
|
||
## Our awesome and valuable Contributors | ||
|
||
[![Contributors](https://contrib.rocks/image?repo=Ismoh/NoitaMP)](https://github.com/Ismoh/NoitaMP/graphs/contributors) | ||
|
||
## Credits, Supporter and special thanks | ||
|
||
I wouldn't be able to create this mod without the help by | ||
|
||
- [@EvaisaGiac](https://github.com/EvaisaGiac/) | ||
- [@TheHorscht](https://github.com/TheHorscht/) | ||
- [@Pyry](https://github.com/probable-basilisk) | ||
- [@DevonX](https://github.com/DevonX) | ||
- [@shebpamm](https://github.com/shebpamm) | ||
- @Coxas/Thighs | ||
- [@dextercd](https://github.com/dextercd) | ||
- [@BlueAmulet](https://github.com/BlueAmulet) | ||
- [@Shaw](https://github.com/ShawSumma) | ||
- [@Ramiels](https://github.com/Ramiels) | ||
- [@bruham](https://steamcommunity.com/id/bruham/myworkshopfiles/?appid=881100) | ||
- [@ofoxsmith](https://github.com/ofoxsmith) | ||
- [@Myzumi](https://github.com/Myzumi) | ||
|
||
I also want to say thank you to the sponsors of this project on | ||
|
||
- [GitHub](https://github.com/sponsors/Ismoh) | ||
- [Patreon](https://www.patreon.com/ismoh) | ||
- [Discord](https://donatebot.io/checkout/747169041457872917) | ||
|
||
| Name | Amount | Type | Start | | ||
|:-------------------------------------------:|:--------:|:----------:|:--------------:| | ||
| [stefnotch](https://github.com/stefnotch) | 20$ | one-time | Nov 18, 2022 | | ||
| [den3606](https://github.com/den3606) | 1$ | monthly | Feb 8, 2023 | | ||
| [clragon](https://github.com/clragon) | 25$ | one-time | Feb 17, 2023 | | ||
| [stefnotch](https://github.com/stefnotch) | 20$ | one-time | Jul 13, 2023 | | ||
| [conga lyne](https://github.com/Conga0) | 25$ | monthly | Jul 13, 2023 | | ||
| [clragon](https://github.com/clragon) | 20$ | one-time | Jul 13, 2023 | | ||
|
||
If you spot anything I should mention, feel free to create an issue or get in touch with [me](https://github.com/Ismoh)! | ||
|
||
### Used libraries, frameworks and other stuff | ||
|
||
Also, special thanks to the people, who share their libraries, frameworks and other stuff. See below! | ||
|
||
- custom lua51.dll provided by Noita | ||
- [luaJIT-2.0.4](https://github.com/LuaJIT/LuaJIT/releases/tag/v2.0.4) used by Noita | ||
- [eNet](http://enet.bespin.org/) for network communication | ||
- [lua-enet](https://github.com/leafo/lua-enet) for being able to use eNet in Lua | ||
- [sock.lua](https://github.com/camchenry/sock.lua) for 'easy' to use lua-enet and eNet in Lua | ||
- ~~[bitser.lua](https://github.com/gvx/bitser) for old serializing and deserializing data~~ | ||
- [pprint.lua](https://github.com/jagt/pprint.lua) for debugging with pretty prints | ||
- ~~[json.lua](https://github.com/rxi/json.lua) for serializing and deserializing data in json format~~ | ||
- [nxml.lua](https://github.com/zatherz/luanxml) for editing xml files used by Noita | ||
- ~~[EZGUI.lua](https://github.com/TheHorscht/EZGUI) for the GUI, but unfortunately it isn't maintained anymore~~ | ||
- [lua-watcher.lua](https://github.com/EvandroLG/lua-watcher) for getting the correct save path for Noita | ||
- [lfs-ffi.lua](https://github.com/sonoro1234/luafilesystem) for lua file system | ||
- [deepcopy.lua](https://gist.github.com/Deco/3985043) for being able to copy tables | ||
- [libzstd.dll](https://github.com/facebook/zstd) for being able to compress and decompress data | ||
- [zstd.lua](https://github.com/sjnam/luajit-zstd) for easy to use libzstd.dll in Lua | ||
- [lua-MessagePack](https://framagit.org/fperrad/lua-MessagePack/-/tree/0.5.2) for serializing and deserializing data | ||
- [plotly.lua](https://github.com/kenloen/plotly.lua) for plotting profiled data | ||
- [dkjson.lua](https://github.com/LuaDist/dkjson) needed by plotly.lua | ||
|
||
I had to build the network library by my own, because Noita provides its own lua51.dll. I struggled to build it, if you are interested in, | ||
I've added all the necessary build files inside of .building/dll_building.7z and here you can see the [stackoverflow question](https://stackoverflow.com/questions/70048918/lua-5-1-package-loadlib-and-require-gcc-building-windows-dll) I've created. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.