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
193ed2ec78
Improve bestiary handling 2020-06-08 02:04:56 +02:00
d115938a11
...I kinda forgot to do separate commits... 2020-06-07 17:59:19 +02:00
82ae0089ca
Update docs 2020-06-06 19:15:22 +02:00
782c981446
Bump the version number to 2.0a1 2020-06-06 19:02:46 +02:00
bbd0377fb0
Add sphinx to the requirements 2020-06-06 19:02:27 +02:00
018769d04d
Fix typo 2020-06-06 18:59:37 +02:00
917e5786d3
Group saved ore tiers 2020-06-06 18:56:28 +02:00
ba9359c1cf
Remove Ñ 2020-06-06 18:56:27 +02:00
10f1fd8989
Rename wall types 2020-06-06 18:56:27 +02:00
Dale Floer
030c498f9b 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-04 14:49:48 -07:00
ef30c924e9
Reorganize a few things 2020-06-04 23:28:14 +02:00
a619658e28
PEP8 changes so PyCharm doesn't complain 2020-06-04 22:36:41 +02:00
ac18c134dd
Use an enum for the difficulty 2020-06-04 22:33:49 +02:00
51e8efd8fe
Display world parsing time 2020-06-04 21:59:23 +02:00
549da2459f
Save all unknown data 2020-06-04 20:53:05 +02:00
d06f3bbbb6
Fix type annotation 2020-06-04 20:52:42 +02:00
2b506c3ddf
Reformat journeypowers.py 2020-06-04 20:52:25 +02:00
a5dfd2995e
Remove unused slot from ClothingDisplay 2020-06-03 15:06:59 +02:00
5600877e45
Fix a bug with HatRacks parsing 2020-06-03 15:06:16 +02:00
3f000edabd
Create Mannequin and HatRack classes 2020-06-03 15:06:01 +02:00
38bee42295
Remove unused bool from pylons 2020-06-03 14:32:38 +02:00
Dale Floer
34a09340de Fix weird ordering bug in pypy3. 2020-06-02 10:28:41 -07:00
Dale Floer
dfaf41df91 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-01 21:22:52 -07:00
Dale Floer
a1bf13b801 Mannequin parsing. 2020-06-01 17:30:05 -07:00
bd07344ce4
Fix extended_wall_id problem 2020-06-01 02:11:19 +02:00
cff5490a61
Fix typo in SavedOreTiers
(I noticed it by accident lol)
2020-06-01 01:26:49 +02:00
Dale Floer
ac995ae31b WiP parsing for extra wallID bytes. 2020-05-31 16:23:10 -07:00
Dale Floer
7f57bb80cf Fixed bug in NPC parsing. 2020-05-31 00:01:24 -07:00
Dale Floer
a7827e2e8e 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-05-30 22:45:24 -07:00
Dale Floer
76944e5c63 Updated the name for one (unobtainable) item. 2020-05-30 22:01:20 -07:00
Dale Floer
c224fd759c Added 1.4 NPCs. 2020-05-30 11:04:47 -07:00
Dale Floer
eeb5ee821b Added 1.4 items. 2020-05-30 10:06:01 -07:00
Dale Floer
94f8c16291 Added new 1.4 walls. 2020-05-30 09:39:07 -07:00
Dale Floer
7d0645908f Added new 1.4 blocks. 2020-05-30 00:39:26 -07:00
Dale Floer
f2ec33d0c6 Added forgotten header data. 2020-05-29 23:54:56 -07:00
Dale Floer
304b279c6a First pass at 1.4.0.4 world header parsing. 2020-05-29 23:37:53 -07:00
Dale Floer
4fbc952d4e Added all the versions I know of. 2020-05-29 23:36:44 -07:00
8d07171ef9
Update README.md 2020-05-25 20:23:00 +02:00
312257a30d Add PyPy section to the README 2020-04-17 17:24:48 +02:00
671fb558c3 Improve tile repr 2020-04-17 17:03:12 +02:00
5971c9dadd Add missing repr to Wall 2020-04-17 16:35:12 +02:00
7eceec34ca
Add maintenance badge 2020-03-21 02:50:11 +01:00
4eefcc227b Fix strings being parsed incorrectly: they use ULEB128! 2019-08-22 02:59:24 +02:00
d4692f9b79 Begin implementing LEB128 2019-08-21 20:33:08 +02:00
cab7d810f5 Bump version 2019-08-21 14:07:05 +02:00
04c607aa0c Fix more missing flags 2019-08-21 14:06:49 +02:00
7e5bc78006 Revert "Handle hardmode ores sometimes having an unknown value"
This reverts commit abcd9aea57.
2019-08-21 13:50:44 +02:00
aab014f2ed Revert "Allow unknown slopes"
This reverts commit df903a904a.
2019-08-21 13:50:01 +02:00
840269088c Fix skipped Defeated Martian Madness flag 2019-08-21 13:45:52 +02:00
0eec5a9fce Handle UNKNOWN_3 RLEEncodings, found in tModLoader worlds 2019-08-21 13:06:45 +02:00