Releases: haroldo-ok/vcs-game-maker
Releases · haroldo-ok/vcs-game-maker
Add more examples
What's Changed
- Add more examples by @haroldo-ok in #131
- Add example on how to create a simple platformer movement;
- Improve the diagonal ball bouncing example.
Full Changelog: v0.28.0...v0.29.0
Allow setting ball width.
Create blocks to execute code every few frames.
What's Changed
- Create blocks to execute code every n frames. by @haroldo-ok in #127
- Created block to execute code on even / odd frames;
- Created block to execute code every n frames;
- Updated diagonal bouncing ball example to use the new blocks.
Full Changelog: v0.26.0...v0.27.0
Create examples on how to select the next background and how to bounce a ball.
Pre-release
What's Changed
- Add an example on how to select the next background. by @haroldo-ok in #125
- Add example on how to bounce a ball by @haroldo-ok in #126
Full Changelog: v0.25.6...v0.26.0
Fix code generation for the `while`/`until` block.
What's Changed
- Fix code generation for
while
/until
block. by @haroldo-ok in #120
Full Changelog: v0.25.5...v0.25.6
Fix collision block when colliding against itself.
Fixes a bug where using the collision block that was colliding with itself was causing a bBasic compilation error.
Changed so that if the block is configured to check collision with something against itself, it will always return true
.
What's Changed
- Fix collision with itself. by @haroldo-ok in #118
Full Changelog: v0.25.4...v0.25.5
Fix bug on the true/false boolean constant block
What's Changed
- Fix bug when using the true/false boolean constant block. by @haroldo-ok in #115
Full Changelog: v0.25.3...v0.25.4
Fix nested block inside `else`
What's Changed
- Fix nested block inside else by @haroldo-ok in #114
Full Changelog: v0.25.2...v0.25.3
Fix bug on Electron where the variable creation dialog wasn't opening when clicking on the "Create variable..." button
Pre-release
What's Changed
- Fix bug on Electron where the variable creation dialog wasn't opening when clicking on the "Create variable..." button by @haroldo-ok in #108
Full Changelog: v0.25.1...v0.25.2
Various security fixes
What's Changed
- Bump body-parser and express by @dependabot in #104
- Bump webpack from 5.91.0 to 5.95.0 by @dependabot in #107
- Bump electron from 13.6.9 to 22.3.25 by @dependabot in #106
- Bump rollup from 2.79.1 to 2.79.2 by @dependabot in #105
Full Changelog: v0.25.0...v0.25.1