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

160 commits

Author SHA1 Message Date
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
af58d2e911 Fix type annotation 2020-06-10 19:52:57 +02:00
8e4f115d90 Optimize _read_tile_block (10s gain!) 2020-06-10 19:52:57 +02:00
985644e4b1 Change error message 2020-06-10 19:52:57 +02:00
1e9c1a517c Parse prefixes correctly 2020-06-10 19:52:57 +02:00
c0d64698db Improve bestiary handling 2020-06-10 19:52:57 +02:00
c66b1cf4ab ...I kinda forgot to do separate commits... 2020-06-10 19:52:57 +02:00
507a955bca Update docs 2020-06-10 19:52:57 +02:00
d5309fe846 Bump the version number to 2.0a1 2020-06-10 19:52:57 +02:00
7ba21558b0 Add sphinx to the requirements 2020-06-10 19:52:57 +02:00
cddc0b7315 Fix typo 2020-06-10 19:52:57 +02:00
34a3e3ff56 Group saved ore tiers 2020-06-10 19:52:57 +02:00
fefbeb1447 Remove Ñ 2020-06-10 19:52:57 +02:00
a3c5c3a464 Rename wall types 2020-06-10 19:52:57 +02:00
Dale Floer
4d8bb61ba2 Bump version support to include 1.4.0.5
1.4.0.5 does not appear to have made any worldfile format changes over
  1.4.0.4, so this code should work for both.
2020-06-10 19:52:57 +02:00
86d1249521 Reorganize a few things 2020-06-10 19:52:57 +02:00
a204c1efd9 PEP8 changes so PyCharm doesn't complain 2020-06-10 19:52:57 +02:00
8fd6fa2665 Use an enum for the difficulty 2020-06-10 19:52:57 +02:00
27a411cda8 Display world parsing time 2020-06-10 19:52:57 +02:00
041a118d25 Save all unknown data 2020-06-10 19:52:57 +02:00
f049693c01 Fix type annotation 2020-06-10 19:52:57 +02:00
838668e97b Reformat journeypowers.py 2020-06-10 19:52:57 +02:00
cde1d3fdec Remove unused slot from ClothingDisplay 2020-06-10 19:52:57 +02:00
7eddd4b495 Fix a bug with HatRacks parsing 2020-06-10 19:52:57 +02:00
c0adcef396 Create Mannequin and HatRack classes 2020-06-10 19:52:57 +02:00
101fdf0da9 Remove unused bool from pylons 2020-06-10 19:52:57 +02:00
Dale Floer
3f0c1f05d9 Fix weird ordering bug in pypy3. 2020-06-10 19:52:57 +02:00
Dale Floer
e69b3aff5e Added pylon, plate + hat/weapon rack parsing.
Combined Mannequin and Hat Tack into ClothingDisplay class.
Plate and weapon rack into single item display. Perhaps they'd be better
as tile entities?
2020-06-10 19:52:57 +02:00
Dale Floer
f6df5928b0 Mannequin parsing. 2020-06-10 19:52:57 +02:00
ebd6535d4d Fix extended_wall_id problem 2020-06-10 19:52:57 +02:00
518e1ec0cb Fix typo in SavedOreTiers
(I noticed it by accident lol)
2020-06-10 19:52:57 +02:00
Dale Floer
ffac26d1f8 WiP parsing for extra wallID bytes. 2020-06-10 19:52:57 +02:00
Dale Floer
257623e09a Fixed bug in NPC parsing. 2020-06-10 19:52:57 +02:00
Dale Floer
e4d06c2e55 Added parsing for bestiary and journey mode powers.
Journey mode powers could use some convenience functions to map and from
the values shown in the game.
2020-06-10 19:52:57 +02:00
Dale Floer
dc091f37b8 Updated the name for one (unobtainable) item. 2020-06-10 19:52:57 +02:00