summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
7 daysBK64: refine warp signature locating in romhacks (#260)HEADmainJeod
12 daysFixed external files on windowsKiritoDv
2026-09-01BK64: Trust the texture type fieldJeod
2026-09-01Fix a couple extract bugsJeod
2026-08-31Made drlibs static on Vadpcm encodeKiritoDv
2026-08-31pm64: support backgrounds with two palettesBassel Shmali
2026-08-23Revert symlink support. Add actual support for out of tree YMLs (#257)louist103
* Revert "Support reading ymls from a common symlinked dir (#255)" This reverts commit 7f13cffd3efcc50e8ee70809f3a208dcb6b1771b. * actual support for out of tree common files * Fixes * Fix windows * Oops
2026-08-23Fully parse bk64 soundfont for modding (#256)Jeod
* Fully parse bk64 soundfont for modding * Match N64MidiTool loop name convention
2026-08-23BK: size additive sprite frames from their artwork (#250)Jeod
2026-08-22Support reading ymls from a common symlinked dir (#255)louist103
* Support reading ymls from a common symlinked dir * Fix windows path error. * Chagne to
2026-08-20Add support for reading offsets from an external file (#253)louist103
* Add support for reading offsets from a symbol and file list * Review throw message * Use IsValidOffset instead of IsValidHex
2026-08-20Fix mismatched alloc/free in Decompressor (#251)louist103
* Update Decompressor.cpp * missed a new. Fix a leak
2026-08-12Remove redundant copies from the asset parse path (#252)briaguya
2026-08-08BK Refactor (#249)Jeod
* BK: Deduplicate code in factories and organize base * BK: Consolidate dialog factories * BK: Fix asset slot sizing on non-monotonic tables
2026-08-04BK: asan, dialog, and romhack edits (#248)Jeod
* Fix an asan issue with modding export and improve bk dialog modding export * Correct a too-strict rule for classifying romhacks as BB vs custom decomp-built * Add a parse solution to include tooty adventure * Romhacks can also remove skyboxes from the tables entirely * Some hacks relocate F9CAE0 and overwrite the stock copy
2026-08-02BK: add null terminator to dialogs that may be missing them (#247)Jeod
2026-07-29Add option to extract 1 yml (#237)louist103
2026-07-26BK: update path for language packs (#236)Jeod
2026-07-25Fix three Windows-only defects in OoT extraction (#234)briaguya
2026-07-24oot support (#219)briaguya
2026-07-22BK: carry full jiggy-puzzle entry (#231)Jeod
2026-07-22BK: suppress extraction warnings per port policy (#229)Jeod
2026-07-21Fix romhack warp scanning and sort custom code into categories so a port can ↵Jeod
choose which ones to act on (#228)
2026-07-21Classify romhacks based on origin (BB or custom decomp)Jeod
2026-07-21BK: Add romhack guards for extraction and soundfontctl factoryJeod
2026-07-11BK: Honor runtime dialog-pack flag in addition to modder flag (#226)Jeod
2026-07-03Fixed different audio drivers exporting wrong to aiffKiritoDv
2026-07-02Implemented default behaviorKiritoDv
2026-07-02Implemented UI Framework (#225)Lywx
* Implemented base renderer among main UI framework implementation * Implemented basic geo layout rendering * Implemented animation support among fixing lightning among other things * Implemented multiple ui factories for sm64 * Implemented first iteration of the custom sequence driver * Added export buttons on multiple factories * More sequence player fixes among f3dex2 working correctly * Implemented pm64 viewers * Implemented audio support for pm64 * Fully implemented pm64 factories * Implemented more sm64 factories * Added tons of missing sf64 factories * Implemented all assets among sf64 wrong padding * Run formatting * Fixed wrong spacing on gfx too * Fixed CI * Fixed bad pipeline
2026-06-29BK64: Add BB romhack supportJeod
2026-06-29BK64: Add dialog pack supportJeod
2026-06-29Add BK64 asset extractionJeod
2026-06-29Split extraction into parse/export phases with progress reportingJeod
2026-06-29Add bk_zip library and BK64 decompression foundationJeod
2026-06-06Better exported some symbols to wasmKiritoDv
2026-05-27fix(pm64): stop SEF poly sub-table swap at offset=0; pick real type=7 shape ↵Bassel Shmali
root by implied base addr
2026-05-27PatchVirtualAddr w1 before VTX overlap lookup in DisplayListFactoryBassel Alshmali
2026-05-22Added sequence factory for sf64KiritoDv
2026-05-11Fixed samples being duplicated among other assets probablyKiritoDv
2026-05-11Added bound validations for audio table factoryKiritoDv
2026-05-11Fixed yaml entries from audio not getting generatedKiritoDv
2026-05-11Trying to get rid of duplicated audio on sf64KiritoDv
2026-04-09Merge pull request #220 from inspectredc/fzx-base-audio-fixLywx
2026-03-28PM64: remove EntityGfxFactory - enable floats support in ShapeFactory (#217)Bassel Shmali
2026-03-28fix MtxFactory in fixed point path during exportBassel Alshmali
2026-03-23Implemented clang-formatKiritoDv
2026-03-16add GBIMinorVersion for width - 1 in DisplayListFactoryBassel Alshmali
2026-03-13Implemented PM64 factoriesKiritoDv
2026-03-02expose RegisterFactoryBassel Shmali
2026-02-22Added XML Factories for SequencesKiritoDv