This is the change Log of Genesis Code. For more information you can see the Documentation page.
- 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.
- 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.
- Updating grammar for use SGDK 1.80 with the last documentation.
- Fix Bug when create on Windows a new project the settings are not properly point to SGDK include Folders.
- Fix Multiple Instances of gens.code error.
- Updated dependencies.
- Added Support for Dogarasu SGDK Docker Image.
- Fixed Bug for run in background Emulator in MacOs.
- Fix Gens.code Multiples Instances Error..
- Updated Rescomp Context Help Information for the Last Version of SGDK (Supports 1.70).
- Updated Dependencies.
- 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
- 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.
- Added SGDK 1.60 support.
- Added About genesis Code command.
- Fixed a bug when the run command is called and the path of the rom have spaces.
- Added comment Syntax Hihghlighting on res files.
- Updated Some dependencies.
- Fixed a bug with some dependencies (Import TMX format ins't works)
- Fixed some code smells reported by sonar.
- Adding configuration for use GDK, GENDEV or MARSDEV alternate environment variables
- Adding configuration for use alternative makefile
- Added import TMX file command
- Added import Json Tmx File command
- updated some outdated dependencies and improved code
- Updated for use with SGDK 1.51
- Improved code and fixed some bugs
- Updated some outdated Dependencies
- Updated for use with SGDK 1.50
- Added Debuggers Category to Package.json
- Added include path settings on new project creation
- [Updated some outdated Dependencies]
- Added Compatibility with MarsDev Toolchain
- Added debug linking configuration
- Added new configuration for Toolchain selection
- Updated some outdated dependencies
- Fixed a typo error on main.c file
- Added Autocomplete feature for SGDK Resource Files
- Updated some autdated dependencies.
- Added MACOs Support.
- Added Syntax HighLigthing for SGDK Resource Files..
- Updated some outdated dependencies.
- Fixed Readme.md template Bug.
- Fixed an error on create project that donsent track the empty directories.
- Updated some outdated depencies.
Initial release:
- Added Compile command.
- Added Run command.
- Added Clean command.
- Added Compile & Run command.
- Added Create Project command.
- Added Set Gens Emulator Command.