1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 02:54:24 +00:00
Commit graph

41 commits

Author SHA1 Message Date
Dragorn421
428a75b4ec
0XHEX -> 0xHEX 2025-05-06 19:18:37 +02:00
Dragorn421
78675719c1
change LIMB_NONE/MAX defaults to be FILE_OFFSET instead of SKELNAME 2025-05-06 19:12:22 +02:00
Dragorn421
877d867fa8
Merge remote-tracking branch 'upstream/main' into meta_new_assets_2025 2025-05-06 18:26:20 +02:00
Dragorn421
5861158d64
fix optional rich usage 2025-02-18 21:38:25 +01:00
Dragorn421
e5cc601482
import rich, except ImportError s 2025-02-18 21:31:51 +01:00
Dragorn421
c39fb7f1b8
multiprocessing.get_context("fork") 2025-02-18 21:31:29 +01:00
Dragorn421
9614a08708
use enum names in SCENE_CMD_SKYBOX_SETTINGS 2025-02-18 17:50:50 +01:00
Dragorn421
c3cc5d324a
make interrupting less jank by making child processes ignore sigint 2025-02-18 17:30:00 +01:00
Dragorn421
9765bd2561
with -j, update last_extracts.json as each job completes rather than only if all complete 2025-02-18 17:27:38 +01:00
Dragorn421
ddec1a317c
allow -j N 2025-02-18 14:28:54 +01:00
Dragorn421
61ed5b84c2
simplify palettes with single user (ci images with a non-shared palette) 2025-02-18 11:24:33 +01:00
Dragorn421
4ea01b24ae
CC0 license (and some import cleanup) 2025-02-18 10:07:20 +01:00
Dragorn421
ba29f9c2c6
remove rule to generate dmadata_table.py 2025-02-18 09:57:28 +01:00
Dragorn421
d2624056d9
format 2025-02-18 09:48:46 +01:00
Dragorn421
72c566a7fa
C build_from_png 2025-02-18 09:21:48 +01:00
Dragorn421
43d93c112b
handle hackmode_syotes_room, fix compile 2025-02-16 14:27:53 +01:00
Dragorn421
b952b2db1e
some cleanup, use gNameTex_WIDTH/HEIGHT macros in dlists 2025-02-16 13:14:49 +01:00
Dragorn421
9e92c36fae
misc 2025-02-12 23:10:27 +01:00
Dragorn421
b1fc3f2495
Move {} to in-source 2025-02-12 23:10:17 +01:00
Dragorn421
6e9b4d1a59
refactor CDataExt.set_write callback args to use a dataclass 2025-02-12 22:37:26 +01:00
Dragorn421
8e5e543731
misc cleanup/fixes, pygfxd 1.0.3 2025-02-10 22:30:22 +01:00
Dragorn421
3301e7cfd7
implement JFIFResource 2025-02-10 12:45:42 +01:00
Dragorn421
0ae9f1da89
Implement legacy skelanime resources 2025-02-10 12:02:14 +01:00
Dragorn421
e0b8f3087d
check attributes of xml resources elements 2025-02-09 21:42:48 +01:00
Dragorn421
ad6ff6df27
all versions OK 2025-02-09 20:32:18 +01:00
Dragorn421
dae083d039
fixups, gc-eu OK 2025-02-09 14:36:14 +01:00
Dragorn421
b60c71403d
only extract if xmls changed or if -f (force) is used 2025-02-09 14:15:57 +01:00
Dragorn421
e311e2d378
fixups 2025-02-09 13:34:19 +01:00
Dragorn421
485640273d
Merge branch 'main' into meta_new_assets_2025 2025-02-09 13:34:09 +01:00
Dragorn421
bb7215b25a
introduce RawPointers xml attribute to ignore specific pointers and keep them raw 2025-02-09 12:19:44 +01:00
Dragorn421
6b857c6c71
handle dependencies between xmls 2025-02-09 11:39:24 +01:00
Dragorn421
3dc74cde04
generate and use Limb enums (TODO: check Skin skels and implement for Curve skels) 2025-02-09 01:53:00 +01:00
Dragorn421
3a428239c9
slightly improve standard output 2025-02-08 18:10:57 +01:00
Dragorn421
8aaaca4fe0
dmadata file names no longer hardcoded for gc-eu-mq-dbg 2025-02-06 20:44:16 +01:00
Dragorn421
e6cf32d829
Implement PlayerAnimationDataResource (link_animetion data) 2025-02-06 14:13:35 +01:00
Dragorn421
439124fc55
implement more of RoomShapeImage types 2025-02-06 00:49:31 +01:00
Dragorn421
8ec6769124
fix extracted data to no longer produce compilation warnings 2025-02-05 23:30:27 +01:00
Dragorn421
66db26a999
implement more skeleton-related types, cleanups, fixups 2025-02-05 23:17:05 +01:00
Dragorn421
11e8d23027
Write source with static for overlays using HACK_IS_STATIC_ON hack 2025-02-05 19:04:30 +01:00
Dragorn421
956b3b4a96
use variables from config.yml for gMtxClear and sShadowTex addresses 2025-02-05 18:26:25 +01:00
Dragorn421
8411c34b38
wip: New assets system tm
Builds gc-eu-mq-dbg OK from clean after
1) make setup
2) python3 -m tools.assets.extract -j
3) replace 0x80A8E610 with sShadowTex in extracted/gc-eu-mq-dbg/assets/overlays/ovl_En_Jsjutan/sShadowMaterialDL.inc.c
4) make various symbols in extracted data like sTex static
2025-02-05 16:31:29 +01:00