Skip to content

Releases: haroldo-ok/choice4genesis

Harden menu against crashing

27 Nov 21:23
0546852
Compare
Choose a tag to compare
Pre-release

Keep the menu running even if the invoked compiler crashes badly.

Fix color palette of resized image

09 Nov 22:43
ee643a9
Compare
Choose a tag to compare
Pre-release

It looks like Imagemagick messes up the palette when resizing an image.

In order to work around this, the routine now always reduces color when
resizing, even if the original palette was already correct.

Fix repeated variable names when using similar file names.

24 May 21:48
90f014a
Compare
Choose a tag to compare

This fixes a bug, where both 1chr1v1.png and #1chr1v1.png used to produce the same variable name, causing compilation errors.

Fix bug that happened when the background filenames had special chars.

06 Mar 22:34
62d7e33
Compare
Choose a tag to compare
This fixes #87 
Merge pull request #108 from haroldo-ok/special-chars-on-filenams

Use packaging on the editor frontend to reduce distribution size.

25 Feb 21:58
b248f41
Compare
Choose a tag to compare
Merge pull request #104 from haroldo-ok/bundle
This fixes #103

Fix background image display bug

09 Jan 21:42
6c281cc
Compare
Choose a tag to compare
Pre-release

This version fixes a memory leak problem on the text buffer that would, sometimes, make images be displayed incorrectly.

Fix editor save bug

23 Dec 23:25
a3e17ae
Compare
Choose a tag to compare
Fix editor save bug Pre-release
Pre-release
Built-in code editor

Merge pull request #90 from haroldo-ok/editor

Implemented a code editor. It can be invoked by calling:

```bash
node . edit
```

It will open a backend on port 1235, a frontend in port 1234 and will launch a browser instance.

This fixes #88

Built-in code editor

23 Dec 22:48
a3e17ae
Compare
Choose a tag to compare
Built-in code editor Pre-release
Pre-release

Implemented a code editor. It can be invoked by calling:

node . edit

It will open a backend on port 1235, a frontend in port 1234 and will launch a browser instance.

Implement support for ADPCM for both music and sound

29 Nov 22:22
0dad497
Compare
Choose a tag to compare
  • Added the adpcm flag that can be set for the sound and music commands;
  • When using the ADPCM flag, it is now possible to use a .wav file as background music.

When clearing the foreground, deallocate the tiles used by the `*image` command.

27 Nov 19:31
b9fd7cc
Compare
Choose a tag to compare
Fix tileset leakage

Merge pull request #83 from haroldo-ok/tileset-leakage
This fixes #82