summaryrefslogtreecommitdiff
path: root/src/Companion.cpp
AgeCommit message (Collapse)Author
2024-08-13add UnkSpawDatacoco875
2024-07-29Fix segfault (#146)Alejandro Asenjo Nitti
2024-07-28Update Companion.cpp (#145)MegaMech
2024-06-09Fixed GeoLayout ProcessingKiritoDv
2024-05-26Fixed missing typeKiritoDv
2024-05-25Fixed possible conflicts with LUSKiritoDv
2024-05-25Fixed external files generationKiritoDv
2024-05-16Reverted gDependencies to use old systemKiritoDv
2024-05-15Fixed crash when exporting assetsKiritoDv
2024-05-15Fixed dependency system and modding reimportKiritoDv
2024-05-13Update path generation for individual include files.AltoXorg
2024-05-13header path must match yaml path with subdirsAltoXorg
2024-05-07Fixed otr creationLywx
2024-05-03Update Companion.cppMegaMech
2024-04-29Added support for external files instead of a romKiritoDv
2024-04-25Actual Painting Factoryinspectredc
2024-04-25WaterDroplet Factoryinspectredc
2024-04-25Use Correct Factory For Behavior Scriptinspectredc
2024-04-25envpetrie911
2024-04-25Behavior Script Factoryinspectredc
2024-04-25Asset Array Factoryinspectredc
2024-04-25LevelScript Factoryinspectredc
2024-04-23Painting Mapping Factory (#104)inspectredc
* Painting Factory * update factory naming --------- Co-authored-by: Lywx <kiritodev01@gmail.com>
2024-04-23Trajectory Factoryinspectredc
2024-04-23MacroObject Factoryinspectredc
2024-04-22make external file processing first priorityAltoXorg
2024-04-22external file processing worksinspectredc
2024-04-20add index size override optionAltoXorg
2024-04-20enum hex valuesAltoXorg
2024-04-20rename to gIndividualIncludesAltoXorg
2024-04-20include gCurrentFileOffset in the resetAltoXorg
2024-04-20individual data incs optionAltoXorg
The option creates a similar way that is found in splat's gfx & vtx segment where it parses and outputs the data in their individual ".inc.c" files
2024-04-18fix indentinspectredc
2024-04-18external fileinspectredc
2024-04-13Fully implemented tlut load by addr or symbolKiritoDv
2024-04-13Fully implemented split between export and parseKiritoDv
2024-04-13[WIP] Splitted exportKiritoDv
2024-04-08Fixed windows compilationKiritoDv
2024-04-08Fixed DisplayList Binary extraction and some other factoriesKiritoDv
2024-04-08Fixed otr header generation and fixed some binary exportersKiritoDv
2024-04-08movtex factoriesinspectredc
2024-04-06Introduce Metadata and ItemCurve Factories (#27)MegaMech
* Introduce metadata * Metadata works now * Cleanup * Fixes * Cleanup 2 * yaml improvement * Comment update * Rename tables to metadata * Update * Fix warnings * Implement ItemCurve * Remove unused enum * Replace static with const * Fix bug * Add const * More fixes * Fix quote bug in IncludeFactory * Fix header in ItemCurve * Fixes * Fix texture factory * updates * Clearer debug info * Fixes * Working ci8 png * Fix size output * Fix * Add gitignore for modding * Fix precision for mtx * Remove header exporter from metadata * Remove hardcoded enum * Remove tabs * Remove tabs * tlut temp fix --------- Co-authored-by: = <=>
2024-04-04exportersinspectredc
2024-04-02sm64 collision factoryinspectredc
2024-03-31actually add factoryinspectredc
2024-03-29Fixed file detection on modding export factoryKiritoDv
2024-03-29Fixed detection on multiple export formatsKiritoDv
2024-03-29Implemented full file change detectionKiritoDv
2024-03-29Added dep loadingKiritoDv
2024-03-29Fixed parse from cacheKiritoDv