Releases: zerasul/genesis-code
Releases · zerasul/genesis-code
1.5.1
- On Windows Systems, the new projects will be created using Command prompt console as default (no extra configuration needed).
- Now, when a new project is created, the current GDK or GENDEV configuration will be used for C/C++ include configuration on .vscode/settings.json; if there is no configuration, the environment variable will be used..
- Updated Dependencies.
1.5.0
- Add "Status bar Button" configuration, to add status bar buttons for the more commons commands (no more command palette).
- Added 4 Status Bar Buttons for compile, compile&Run, compile for Debug and clean.
- Updating autocompletion and .res grammar for use with the new XGM2 Driver and SGDK 2.00.
- Updating dependencies.
1.4.2
1.4.1
1.4.0
1.4.0
- Added Docker container Support.
- Improved Code with a total Refactoring.
- SGDK resource files now have regions
- They start with #region / #pragma region
- They end with #endregion / #pragma endregion
- Fixed some syntax highlighting errors related with numbers
1.3.3
- Added SGDK 1.65 Support.
- Updating use of Wine for Wine64 (Only MacOs)
- Added Bitmap Viewer for Bmp,Png and JPEG images.
- Updated Some Dependencies.
1.3.2
1.3.1
1.3.0
- 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
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.