Releases: chunkypixel/atari-dev-studio
Atari Dev Studio
v0.4.2 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Added new welcome message on first run after new update has been applied.
- Added the following keyboard shortcuts which will activate when you have a bataribasic, 7800basic or dasm language file open:
- F5 - Build and Run
- Shift+F5 - Build
Atari Dev Studio
v0.4.1 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Disposed and re-initialised Make terminal window (Andrew Davie) this should dispose of any running processes...
- Removed Make terminal set path feature as it's no longer required
- #24 Fixed spelling issue in 6502 hover tooltip popup (Andrew Davie)
Atari Dev Studio
v0.4.0 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Added option to dasm compiler to allow you to select 'Make' to compile your source code (Andrew Davie). This option will automatically scan the root workspace folder for a Makefile to use without having to open it first (make sure your base source code file is open and active as per the current compilation process). Note: you can still open a Makefile and compile from that if required.
Atari Dev Studio
v0.3.9 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Added ability to use 'Make' to compile your game source code (Andrew Davie). Note: this feature is experimental and requires the user to have a fully configured environment to compile and launch emulation outside VS Code (tested only on macOS)
- Added missing Command Palette option 'ads: Kill compile process'. This feature will kill any running compilation process across all available compilers. Note: this should not be required but is available if needed.
Atari Dev Studio
v0.3.8 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
Atari Dev Studio
v0.3.7 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- #19 [Done] Fix for macOS - attempt to mark Stella as an execute
Atari Dev Studio
v0.3.6 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Updated to latest batari Basic release v1.5 (Windows, Linux, macOS)
- Updated to latest 7800basic release v0.8 (Windows, Linux, macOS)
- Updated internal dev packages
Atari Dev Studio
v0.3.5 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Updated to latest dasm release v2.20.13 (Windows, Linux, macOS)
- Added options in the settings for choosing to use the Default (built-in) compiler or using a Custom one you have provided (batari Basic, 7800basic, dasm). This change will allow you to keep your custom compiler path without having to remove it to revert back to the default built-in one.
- Removed setting atari-dev-studio.compiler.options.defaultCompiler as it is no longer required (didn't appear to work anyway). Compilation of a file is determined by the language chosen in the editor.
- Added missing 7800basic keywords: shakescreen, spritesheet (tallsprite), rand
Atari Dev Studio
v0.3.4 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Updated to latest batari Basic release v1.4 (Windows, Linux, macOS)
- Updated to latest 7800basic release v0.7 (Windows, Linux, macOS)
- Re-enabled basic language completion for 7800basic
Atari Dev Studio
v0.3.3 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- #14 [Done] Fixed clock tables for Horizontal Motion documentation (thanks andyjp)
- #15 [Done] Added region folding for 7800basic and batari Basic (thanks MikeBrownEmplas) Usage: ;#region " XXX ", ;#endregion). Code based on the #region folding for VS Code extension by maptz
- #15 [Done] Extended bank1-bank8 -> bank1-bank24 for 7800basic and batari Basic (thanks MikeBrownEmplas)
- Updated bB score_graphics.asm for DPC+ fix (TwentySixHundred/Karl G)