1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-22 08:04:24 +00:00
Commit graph

66 commits

Author SHA1 Message Date
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
Dale Floer
c2fa76e193 Added 1.4 NPCs. 2020-06-10 19:52:57 +02:00
Dale Floer
26a0c666a8 Added 1.4 items. 2020-06-10 19:52:57 +02:00
Dale Floer
fd3985b9dc Added new 1.4 walls. 2020-06-10 19:52:57 +02:00
Dale Floer
5f561e5eb0 Added new 1.4 blocks. 2020-06-10 19:52:57 +02:00
Dale Floer
0fad8c4f97 Added forgotten header data. 2020-06-10 19:52:57 +02:00
Dale Floer
06562b0572 First pass at 1.4.0.4 world header parsing. 2020-06-10 19:52:57 +02:00
Dale Floer
835a79d215 Added all the versions I know of. 2020-06-10 19:52:57 +02: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
81fe56469c Bump version 2019-08-20 18:11:09 +02:00
df903a904a Allow unknown slopes 2019-08-20 18:09:45 +02:00
73b7e216b3 Update docs 2019-08-20 16:27:02 +02:00
8d57b9fd7e Update to 1.0b2 2019-08-20 16:12:38 +02:00
945a15fef1 Merge remote-tracking branch 'origin/master' 2019-08-20 16:11:24 +02:00
abcd9aea57 Handle hardmode ores sometimes having an unknown value 2019-08-20 14:49:32 +02:00
d5034df74d
Update setup.py 2019-08-19 14:09:19 +02:00
89597079c0 Small doc fixes 2019-08-13 22:25:21 +02:00
de7382cea9
Add pypi link 2019-08-13 19:59:17 +02:00
c420fc49b0
Typo 2019-08-13 19:58:43 +02:00
c2bc719aa9 1.0b1 2019-08-13 19:56:30 +02:00
b97cd85766
Create LICENSE.txt 2019-08-13 17:06:24 +02:00
038850d70b
Update pythonpackage.yml 2019-08-13 00:00:36 +02:00
34dd255e39 Create empty requirements.txt file 2019-08-12 23:55:13 +02:00
3eca4109a4
Try out GitHub CI 2019-08-12 23:53:33 +02:00
8cf9dcdd36 Fix doc bug 2019-08-12 23:15:11 +02:00
87292406a6 Update docs 2019-08-12 22:48:55 +02:00
1255d0b189 Fix setup.py 2019-08-12 22:11:57 +02:00
86ebd39c4e Use a tilematrix instead of a list of lists 2019-08-12 21:57:08 +02:00
317d5d5190 Complete world loading 2019-08-12 20:22:40 +02:00
49382e811c Parse Tile Entities and Weighed Pressure Plate data 2019-08-12 19:41:24 +02:00
7fac0d3be5 Parse mob data 2019-08-12 18:22:48 +02:00
d9f7afe199 Parse NPC data 2019-08-12 18:05:35 +02:00
ff982e207c Parse sign data 2019-08-12 17:18:48 +02:00
a8e483e5af Small changes 2019-08-12 16:15:12 +02:00
e504bb9802 Update docs 2019-08-11 17:30:53 +02:00
d677fb18de Parse chests data 2019-08-11 17:22:47 +02:00
b34ed326d0 Start work on chests data 2019-08-11 14:41:58 +02:00