1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00
Commit graph

194 commits

Author SHA1 Message Date
c162d33a92
Remove trailing dot 2024-09-04 21:08:15 +02:00
fa5d848c19
Restore missing pyproject.toml 2024-09-04 19:37:52 +02:00
04b24b04f4
Add vscode recommendations 2024-09-04 19:32:57 +02:00
34f9c10dbf
Migrate project to uv 2024-09-04 19:32:51 +02:00
5655ae3e74
3.1.1: Improve project metadata 2024-09-04 17:05:01 +02:00
dependabot[bot]
5e18b725a8 ⬆️ (deps-dev): Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 22:30:10 +02:00
b42f63c37e
Bump version to 3.1.0 and update locked dependencies 2023-10-17 19:32:26 +02:00
2c236edae6 Prefer SCARAB_FISH to UNKNOWN1 2023-10-17 19:26:31 +02:00
Kattusite
3e1ce48a7b Add fish 39 and 40 to anglerquestfish.py
The AnglerFishQuest tag can take a new value (40).

Currently, lihazahrd.World() crashes when trying to load a world with this value.

I verified ingame that a value of 40 corresponds to the Scorpio Fish.
This commit adds a value to the AnglerQuestFish enum for this new option.
It also adds a label for fish 39 (the Scarab Fish), which was previously unknown.

For backwards compatibility, I left the old name (UNKNOWN1) as-is.
2023-10-17 19:26:31 +02:00
dependabot[bot]
2bd6f5b845 ⬆️ (deps-dev): Bump urllib3 from 1.26.14 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 14:19:34 +02:00
dependabot[bot]
27dfd55599 ⬆️ (deps-dev): Bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 20:16:39 +02:00
4850c4eb63
Update README.md 2023-03-07 01:45:48 +01:00
78d4f9406f
Bump version to 3.0.1 and update deps 2023-03-07 01:26:26 +01:00
3e00bb77b8
Fix some incompatibilities 2023-03-07 01:26:25 +01:00
8a500ca1d5
Add shields alt-text 2023-03-06 15:59:35 +01:00
98380e4dfd
Update README.md 2023-03-06 15:58:42 +01:00
8482854a97
Update docs 2023-03-06 02:48:53 +01:00
58d84d26f0 Optimize struct.unpack calls 2023-03-06 02:42:27 +01:00
d451fd3731 Process unknown data 2023-03-06 02:42:27 +01:00
66d0e221e1 Update world parsing with new flags 2023-03-06 02:42:27 +01:00
ef6787fa0a Extend ItemType with new items
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
958f085bfe Extend BlockType with new blocks
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
8baee150fb Extend WallType with new walls
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
e62d6fb24f Refactor _read_tile_block and implement Coatings 2023-03-06 02:42:27 +01:00
5137edf63f Remove functools import 2023-03-06 02:42:27 +01:00
518d273066 Implement bit unpacking in a more efficient way
Co-authored-by: "rodrigo a. araujo" <rodjjo@gmail.com>
2023-03-06 02:42:27 +01:00
1060930d66 Allow parsing only 1.4.4.9 worlds
No bandwidth to support multiple world versions
2023-03-06 02:42:27 +01:00
Martin George
4134becb24 Add _version_ids for 1.4.4.5, 1.4.4.8, 1.4.4.9 2023-03-06 02:42:27 +01:00
d335e28007 Implement LiquidType.SHIMMER
Co-authored-by: Martin George <martydingo@users.noreply.github.com>
2023-03-06 02:42:27 +01:00
Martin George
f7fd651b85 Add EntityTypes from 1.4.4.9 2023-03-06 02:42:27 +01:00
Martin George
78d2365c7b Update Terraria version in the README 2023-03-06 02:42:27 +01:00
9269673fc9
Configure dependabot 2023-03-06 02:41:39 +01:00
97d5fafbcb
Update package metadata 2023-03-06 02:39:54 +01:00
13852e42e8
⬆️ Update dependencies 2022-02-11 19:46:10 +01:00
83b74ecaf4
📔 Fix docstrings for certain files 2022-02-11 19:44:49 +01:00
21e2983072
🧹 Run Black on all files 2022-02-11 18:05:29 +01:00
be05058df4 📔 Update documentation 2021-06-07 10:16:32 +02:00
4f15f0e663 🗒 Update README.md 2021-06-07 10:16:32 +02:00
5b12f06873 🧹 Remove __main__.py 2021-06-07 10:16:32 +02:00
MartinRohrbach
ae2a40275b Update for 1.4.2.3 2021-06-07 10:16:32 +02:00
d5e8730eb5
publish: 2.0.0 2020-06-30 02:37:13 +02:00
2fa940074c
Fixes flyingsnake#9: Add missing Bamboo Block ID 2020-06-30 02:35:55 +02:00
02f73e5db0
Merge branch '1.4' 2020-06-10 19:58:31 +02:00
381a51fbfe
Delete unused github actions 2020-06-10 19:58:17 +02:00
d0804ebfc6
publish: 2.0.0a1 2020-06-10 19:54:56 +02:00
6af468e19a Update docs for the final time 2020-06-10 19:52:57 +02:00
f58879c6b8 Optimize some more by using __slots__ 2020-06-10 19:52:57 +02:00
5fd706463f Fix journey powers parsing 2020-06-10 19:52:57 +02:00
376c606057 Commit missing doc file...? 2020-06-10 19:52:57 +02:00
7f229490b8 Optimize a few functions... I think. 2020-06-10 19:52:57 +02:00