Skip to content

Releases: zerasul/genesis-code

1.5.1

1.5.0

04 Feb 16:30
1622432
Compare
Choose a tag to compare

1.4.2

24 Jul 08:46
a1d1d6f
Compare
Choose a tag to compare

1.4.1

30 Aug 16:53
c11d4e7
Compare
Choose a tag to compare

1.4.0

08 Jan 18:36
9ecbb69
Compare
Choose a tag to compare

1.3.3

12 Aug 08:35
b62a7c4
Compare
Choose a tag to compare

1.3.2

11 Dec 19:32
7edb554
Compare
Choose a tag to compare

1.3.1

12 Oct 15:15
1605d1c
Compare
Choose a tag to compare

1.3.0

11 Oct 10:55
eec8d69
Compare
Choose a tag to compare
  • Added import TMX file command; it generates a C Header File with the information of the TMX file. For more info about the TMX format, please see Tiled Documentation.
  • Added import Json Tmx File command; it generates a C Header File with the information of the json TMX file. For more info about the json Tmx Format, please see Tiled Documentation.
  • Added custom makefile configuration; now you can set an alternartive for the default makefile.
  • Added configuration for GDK, GENDEV or MARSDEV custom variables.
  • Updated some dependencies and improved code.

1.3.0.rc1

16 Sep 10:35
d95b0b5
Compare
Choose a tag to compare
1.3.0.rc1 Pre-release
Pre-release

This is a prerelease and its an unestable version. Install it using vscode extension installer.

New Features:

  • Added Import TMX File command: Now you can import TMX format (from Tiled tool) and it generates a new C header File (.h) with all the information.
  • Added import TMX Json File command: Now you can import TMX Json format (from Tiled tool) and it generates a new C header File (.h) with all the information.
  • Added custom Make File Configuration
  • Added Custom Environment Variables Configuration for SGDK, GENDEV or MARSDEV.