summaryrefslogtreecommitdiff
path: root/src/factories/sm64
AgeCommit message (Collapse)Author
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-03-23Implemented clang-formatKiritoDv
2026-02-20Downgrade back to 17, we don't need std::atomic_refKiritoDv
2026-01-24Build using C++17 and replace sha1 libraryAloXado320
2026-01-14Fixed Movtex among other fixesKiritoDv
2026-01-14Fixed asan errorsKiritoDv
2026-01-14Fixed spdlog issuesKiritoDv
2026-01-14Fixed spdlog compilation issueKiritoDv
2026-01-14Fixed trajectory wrong exportedKiritoDv
2026-01-14Fixed paintingsKiritoDv
2026-01-14Some sm64 geo fixesKiritoDv
2025-02-08Added a validation for geo layoutsKiritoDv
2025-01-27MacroFactories were missing the list terminatorKiritoDv
2025-01-26Fixed macro and painting sm64 factoriesKiritoDv
2025-01-15Added options to have a better lib implementation (#158)Lywx
* Added options to have a better lib implementation * Cleaned up possible conflicts * Fixed compilation errors * Fixed more compilation errors * Compiled library on windows as MT * Fixed MT * Readded cmake deps * Fixed stormlib and some ifdefs * Added an option to ignore cache * Added no auto link when working as an standalone * Fixes for torchlib build/inclusion. * Fix standalone building. Fix extraction initialization in lib mode. * Fix stack size declaration. * Implemented comptool and preprocess system * Fixed cmake * Cleaned up a little bit * Added support for disabling stormlib * Fixed compilation errors and added support for disabling fzero and naudio * Renamed from CreateFile to AddFile because windows is stupid * Added STORMLIB_NO_AUTO_LINK * Trying to fix windows again * Fixed spdlog * Fixed enum parsing --------- Co-authored-by: Malkierian <malkierian@gmail.com> Co-authored-by: Malkierian <malkierian@live.com>
2024-11-21Recreated audio export system to something more genericKiritoDv
2024-11-16Code cleanup and moved current audio system to legacyKiritoDv
2024-10-03Fixed some sm64 bugsKiritoDv
2024-09-01Fixed movtex and macro factoriesKiritoDv
2024-08-17Fixed light exportKiritoDv
2024-07-09Fix OOB for code output loop for non-color non-quad movtex objects. (#143)Malkierian
Add tab formatting for Movtex and MovtexQuad.
2024-07-08read the correct movtex count field (#142)inspectredc
2024-07-01fix movtex parsing (#141)inspectredc
2024-06-14Fix Script Indenting and GeoLayout BranchAndLink to NULL (#139)inspectredc
2024-06-12Fix movtex quad parser (#138)inspectredc
2024-06-11Use correct painting map size number (#136)inspectredc
2024-06-10Fixed generic sm64 animationsKiritoDv
2024-06-09Fix Preset and Yaw in Macro Factory (#130)inspectredc
* Fix Preset and Yaw in Macro Factory * remove leftover macro
2024-06-09Fixed GeoLayout LOD ExtractionKiritoDv
2024-06-09Fixed GeoLayout ProcessingKiritoDv
2024-06-01Fixed animation factoryKiritoDv
2024-06-01Fixed animation factoriesKiritoDv
2024-05-25Fixed possible conflicts with LUSKiritoDv
2024-04-25Actual Painting Factoryinspectredc
2024-04-25WaterDroplet Factoryinspectredc
2024-04-25Behavior Script Factoryinspectredc
2024-04-25Fix Trajectory Factory File Nameinspectredc
2024-04-25Collision and PaintingMap format fixesinspectredc
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-23rename to trajectoryinspectredc
2024-04-23Trajectory Factoryinspectredc
2024-04-23fix size mistakeinspectredc
2024-04-23MacroObject Factoryinspectredc
2024-04-23only check ptr not nullinspectredc
2024-04-23reimplement geolayout autogeninspectredc
2024-04-08Fixed otr header generation and fixed some binary exportersKiritoDv
2024-04-08movtex factoriesinspectredc
2024-04-03CollisionFactory Parse and Code Export fixesinspectredc
2024-04-02Fixed decompressor headerKiritoDv