Skip to content

Commit

Permalink
Merge pull request #353 from zerasul/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zerasul authored Aug 12, 2021
2 parents b658bb0 + a951a5f commit b62a7c4
Show file tree
Hide file tree
Showing 13 changed files with 3,689 additions and 701 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This is the change Log of Genesis Code. For more information you can see the [Documentation page](https://zerasul.github.io/genesis-code-docs/).

## 1.3.3

* [Added SGDK 1.65 Support](https://github.com/zerasul/genesis-code/issues/277).
* [Updating use of Wine for Wine64 (Only MacOs)](https://github.com/zerasul/genesis-code/issues/243)
* [Added Bitmap Viewer for Bmp,Png and JPEG images](https://github.com/zerasul/genesis-code/issues/206).
* Updated Some Dependencies.

## 1.3.2

* [Added SGDK 1.60 support](https://github.com/zerasul/genesis-code/issues/239).
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://dev.azure.com/zerasul/genesis-code/_apis/build/status/zerasul.genesis-code?branchName=master)](https://dev.azure.com/zerasul/genesis-code/_build/latest?definitionId=1&branchName=master) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=genesis-code-project&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=genesis-code-project) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=genesis-code-project&metric=security_rating)](https://sonarcloud.io/dashboard?id=genesis-code-project) <span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/zerasul" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span> [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/zerasul.genesis-code)](https://marketplace.visualstudio.com/items?itemName=zerasul.genesis-code)

Genesis-Code is a Visual Studio Code Extension for Sega Genesis/ Mega Drive development. This extension is created for use with the [SGDK](https://github.com/Stephane-D/SGDK)/[GENDEV](https://github.com/kubilus1/gendev) projects for create homebrew games for the Sega 16 bits console.
Genesis-Code is a Visual Studio Code Extension for Sega Genesis/ Mega Drive development. This extension is created for use with the [SGDK](https://github.com/Stephane-D/SGDK)/[GENDEV](https://github.com/kubilus1/gendev) or [MARSDEV](https://github.com/andwn/marsdev) projects for create homebrew games for the Sega 16 bits console.

For more information, see [Genesis Code Documentation Web Page](https://zerasul.github.io/genesis-code-docs/)

Expand All @@ -25,12 +25,13 @@ With this extension, you can use easily a few commands for help you create aweso
* Added configuration for use alternative MakeFile.
* Added configuration for use alernative environment variables for GDK, GENDEV or MARSDEV.
* Added Genesis Code: About for open more information about the extension.
* Added BitmapViewer.

![vscodegif](vscodegif.gif)

## Requirements

To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK or GENDEV enviroment variables.
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables.

## Extension Settings

Expand All @@ -57,6 +58,12 @@ Also, you can set an alternative value for the environment variables of GDK, GEN

![envvariables](envvariables.png)

## Bitmap Viewer

Now you can use the Bitmap Viewer; with some information of the images. You can open as alternative viewer on VSCODE (right click and Reopen Editor... on tab).

![bitmapviewer](bitmapv.PNG)

## Known Issues

* In MacOs the _compile & Run project_ command, the emulator is not running in background. We are working in this issue.
Expand All @@ -66,6 +73,12 @@ Also, you can set an alternative value for the environment variables of GDK, GEN

## Release Notes

### 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.

### 1.3.2

* Added Support for SGDK 1.60 Map resources in res files.
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ trigger:
strategy:
matrix:
linux:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-18.04'
mac:
imageName: 'macos-10.14'
imageName: 'macos-10.15'
windows:
imageName: 'vs2017-win2016'

Expand All @@ -18,7 +18,7 @@ steps:

- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '12.x'
displayName: 'Install Node.js'

- bash: |
Expand Down
Binary file added bitmapv.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b62a7c4

Please sign in to comment.