Releases: chunkypixel/atari-dev-studio
Atari Dev Studio
v0.6.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 7800basic to v0.14 (Windows, Linux, macOS)
Atari Dev Studio
v0.5.9 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Updated 7800basic to v0.12 (Windows, Linux, macOS)
- Added new 7800basic keywords: paddlerange, paddlescalex2, drivingboost, mousexonly, mousex0, mousey0, mousex1, mousey1, drivingposition0, drivingposition1, paddleposition0, paddleposition1, paddleposition2, paddleposition3, canary (RevEng)
- Added Build and Build and Run buttons to each open document (top right).
- Enabled write state for A7800 configurations
- Updated internal dev packages
Sprite Editor
- Added right-click 'Open in Sprite Editor' pop-up option for .spe files to load sprite editor projects directly from the Explorer window
- Fixed (hopefully) random/repeated file browser popups when using the Sprite Editor
- Disabled the Show Project on Startup option (can cause the above issue and also affect the new 'Open in Sprite Editor' feature on first use)
- When exporting sprite images to file the active sprite project path is now used for the base save folder
Atari Dev Studio
v0.5.8 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Repackage to attempt fixing missing find-process package on macOS (Andrew Davie)
- Fixed issue where hover provider returned invalid content result (throwing unncessary errors in the developer logs)
Atari Dev Studio
v0.5.7 - 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.2.1 (Windows, Linux, macOS)
- Added missing batari Basic keywords: ballx, bally, ballheight (Karl G)
Atari Dev Studio
v0.5.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 7800basic release v0.10 (Windows, Linux, macOS)
- Added document outline for dasm (shows labels, sub-labels, macros)
- Added Go to Definition and Go to References features for dasm
- Further enhancements to Go to Definition and Go to References features for batari basic and 7800basic
Atari Dev Studio
v0.5.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 A7800 to 4.0 (Windows, Linux, macOS) [Removed XBoarD Expansion option from A7800 > Console settings]
- Added document outline for batari Basic and 7800basic (shows banks, labels, sub-labels, functions, macros, dmaholes)
- Added Go to Definition and Go to References features for batari Basic and 7800basic
- Added missing batari Basic keywords: missile0height, missile1height (slacker)
Atari Dev Studio
v0.5.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 Stella to 6.2 (Windows, Linux, macOS)
- Added missing 7800basic keywords: songtempo, repeat
Atari Dev Studio
v0.5.3 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- Fixed issue with paths to Stella and A7800 emulators when extension path locations have spaces (vbauer)
Atari Dev Studio
v0.5.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 7800basic release v0.9 (Windows, Linux, macOS)
- Fixed misspelt 7800basic keyword: 528k
Atari Dev Studio
v0.5.1 - Public Release
Available directly within VS Code - install via the Marketplace (make sure to restart VS Code after installing)
Changes in this release:
- #30 [Done] Fixed issue with spaces in filenames when compiling with dasm (cwieland)