Skip to content

Releases: libertyernie/goombasav

Goomba Save Manager 2022-02-05

05 Feb 22:47
Compare
Choose a tag to compare

Fixes a small bug with header recognition.

Goomba Save Manager 2021-01-12

12 Jan 23:32
272837a
Compare
Choose a tag to compare

I've added support for extracting and replacing savestate data, using the same code path as for SRAM data (the only necessary change was a larger decompression buffer). I've also uploaded both x86 and x64 binaries - the core of the app is Win32 C++ code so it's not portable the same way .NET apps usually are. File an issue on the repo if you have any problems :)

I've also taken advantage of .NET Core's single-file publish, so hopefully that works all right.

Goomba Save Manager 2020-05-30

31 May 01:14
Compare
Choose a tag to compare

In this version, the WinForms GUI has been ported to .NET Core 3.1 / Visual C++ 2019.

Other changes include:

  • The three-byte checksum has been removed (if you want it back, let me know)
  • SMSAdvance ROM detection now avoids most false positives

Also included are Visual C++ 2019 builds of goombasav and gbaromextract.

Goomba Save Manager 2017-08-28

28 Aug 15:08
Compare
Choose a tag to compare

New features:

  • goombasav_cs:
    • Now allows you to delete a game's SRAM from a .sav file
    • Icon included

This release contains the executable files for the console and GUI versions of goombasav/gbaromextract, built on August 28, 2017.

If you want to distribute these files elsewhere, you must include a copy of the GNU General Public License, version 2 or newer (the COPYING.txt has the GPLv3). You might want to also include the README.md file from the main directory.

goombasav.exe and gbaromextract.exe are the command line versions. goombasav is for extracting .sav files; gbaromextract is for extracting the original ROMs from .gba files.

goombasav_cs.exe is the GUI version (Windows Forms).

Goomba Save Manager 2016-10-12

12 Oct 21:27
Compare
Choose a tag to compare

This release contains the executable files for the console and GUI versions of goombasav/gbaromextract, built on October 12, 2016.

If you want to distribute these files elsewhere, you must include a copy of the GNU General Public License, version 2 or newer (the COPYING.txt has the GPLv3). You might want to also include the README.md file from the main directory (not this one.)

goombasav.exe and gbaromextract.exe are the command line versions. goombasav is for extracting .sav files; gbaromextract is for extracting the original ROMs from .gba files.

goombasav_cs.exe is the main GUI version (Windows Forms).

goombasav_gtk.exe is a Windows build of the GTK+ (2.0) frontend. It requires the GTK+ libraries (http://www.gtk.org/download/win32.php) to run, but I'm not certain exactly which DLLs are necessary.

Goomba Save Manager 2016-06-28

29 Jun 22:59
Compare
Choose a tag to compare

This version allows opening of .sav files less than 64KB in length (the file will be padded with zeroes.)

This issue did not affect the command-line version.

Goomba Save Manager 2014-05-23

25 Jun 15:09
Compare
Choose a tag to compare

This release contains the executable files for the console and GUI versions of goombasav, built on May 23, 2014.

If you want to distribute these files elsewhere, you must include a copy of the GNU General Public License, version 2 or newer (the COPYING.txt has the GPLv3). You might want to also include the README.md file from the main directory (not this one.)

goombasav.exe is the command line version.
goombasav_cs.exe is the GUI verseion (Windows Forms).
goombasav_gtk.exe is a Windows build of the GTK+ (2.0) frontend. It requires the GTK+ libraries (http://www.gtk.org/download/win32.php) to run, but I'm not certain exactly which DLLs are necessary.

Goomba Save Manager 2016-06-25

25 Jun 15:12
Compare
Choose a tag to compare

This is a rebuild of the previous release using Visual Studio 2015 (v140_xp).