Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Oct 14, 2023
2 parents 242c30c + 62b67af commit 3eca33e
Show file tree
Hide file tree
Showing 29 changed files with 1,694 additions and 242 deletions.
124 changes: 47 additions & 77 deletions docs/game_data/spel2.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def print_lf(lf):
cat = "Message functions"
elif any(
subs in func["name"]
for subs in ["get_address", "get_rva", "raise", "dump_network"]
for subs in ["get_rva", "get_virtual_rva", "raise", "dump_network"]
):
cat = "Debug functions"
elif any(subs in func["name"] for subs in ["_option"]):
Expand Down Expand Up @@ -474,7 +474,7 @@ def print_lf(lf):
cat = "Particle functions"
elif any(subs in func["name"] for subs in ["string", "_name"]):
cat = "String functions"
elif any(subs in func["name"] for subs in ["udp_"]):
elif any(subs in func["name"] for subs in ["udp_", "http_"]):
cat = "Network functions"
elif any(subs in func["name"] for subs in ["illuminati"]):
cat = "Lighting functions"
Expand Down Expand Up @@ -630,7 +630,7 @@ def print_lf(lf):
"QuestsInfo",
"PlayerSlot",
"JournalProgressStickerSlot",
"JournalProgressStainSlot"
"JournalProgressStainSlot",
]
):
cat = "State types"
Expand Down
Loading

0 comments on commit 3eca33e

Please sign in to comment.