Skip to content

Releases: chunkypixel/atari-dev-studio

Atari Dev Studio

14 Mar 01:04
Compare
Choose a tag to compare

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

14 Mar 00:54
Compare
Choose a tag to compare

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:

  • #22 [Fixed] Fixed issue identifying ChMod files for batari Basic and 7800basic where the architecture was hard-coded to x86 (Linux and macOS)
  • #19 [Fixed] Added full ChMod permissions to Stella on macOS (same as compilers)

Atari Dev Studio

07 Mar 07:56
Compare
Choose a tag to compare

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

07 Mar 07:31
Compare
Choose a tag to compare

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

05 Mar 03:24
Compare
Choose a tag to compare

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

17 Feb 01:36
Compare
Choose a tag to compare

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

28 Jan 22:50
Compare
Choose a tag to compare

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)

Atari Dev Studio

28 Jan 02:15
Compare
Choose a tag to compare

v0.3.2 - 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.2 20012020 (Windows, Linux, macOS)

Atari Dev Studio

08 Jan 08:12
Compare
Choose a tag to compare

v0.3.1 - Public Release

Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)

Changes in this release:

  • Officially (finally!) included compiler and emulator packages for macOS (Mojave).
  • Added Stella 6.0.2 (macOS)
  • Updated dasm to the latest 32 and 64 bit packages (Windows, Linux and macOS).
  • Updated internal dev packages

Atari Dev Studio

21 Oct 23:03
Compare
Choose a tag to compare

v0.3.0 - Public Release

Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)

Changes in this release:

  • Updated Stella to 6.0.2 (Windows, Linux)
  • Added settings option to activate the A7800 emulator debugger