Releases: DavidSM64/SimpleArmipsGui
Releases · DavidSM64/SimpleArmipsGui
Version 1.3.2
Version 1.3.1
Fixed a bug with additional arguments not being concatted correctly.
Version 1.3 Release
Version 1.3 Update
- Restructured File paths
- Added profiles for each of the different 10 architectures that armips supports.
- Updated to the latest armips build (v0.9-107-gc19500c)
Version 1.2 Release
Version 1.2 Update:
- You can now convert your assembly code to a SM64 Editor tweak in the new XML patch window.
- You can now manage the executable programs that get run when the "assemble" button is pressed. You can even run programs before Armips does.
- Moved the "Armips Readme" button to the main window.
- Added a checkbox in the settings window to enable/disable the "File assembled successfully to ROM." message after a successful assemble.
- Updated to latest armips build (v0.9-96-ge2610fe)
Version 1.1 Release
Changelog:
Version 1.1
- Added armips.exe updater created by shygoo
- Added a button to take you to armips' readme file
- Slightly changed layout of settings menu
Version 1.0.4 Release
Changelog:
Version 1.0.4
- Updated to latest armips build (v0.9-85-g0cf6fdc)
- Updated sm64mlib to version 0.2
* Added new macros: .f3d_vertex, .f3d_dw, .f3d_loadTLUT, and .CI4_palette
* Fixed up a lot of macros from levelscripts.asm, geoscripts.asm, and fast3dscripts.asm that were broken.
Version 1.0.3 Release
Changelog:
Version 1.0.3
- Updated armips.exe to latest build (v0.9-75-gc39eb76)
- Removed .asciiz macro in sm64mlib, because .asciiz is now natively in armips.
Version 1.0.2
- Added 2 new ASM examples.
- Updated sm64mlib to v0.1 (Minor changes to sm64functions.asm file)
- More armips psuedo instructions in examples and sm64mlib functions.
Version 1.0.1
- Added a new checkbox in the settings menu, which makes it so that the file-path of the ASM file is the root directory. This is enabled by default
- Fixed a bug where file-paths with spaces causes imports to fail
- Switch over to using n64crc.exe instead of chksum64.exe, due to chksum64 creating invalid checksums with some N64 games.
Version 1.0
- First release