Skip to content

Releases: haroldo-ok/vcs-game-maker

Add more examples

31 Oct 23:43
c9a943c
Compare
Choose a tag to compare
Add more examples Pre-release
Pre-release

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.

image

Full Changelog: v0.28.0...v0.29.0

Allow setting ball width.

29 Oct 22:28
705a3bd
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.27.0...v0.28.0

Create blocks to execute code every few frames.

28 Oct 23:23
d081681
Compare
Choose a tag to compare

What's Changed

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

26 Oct 15:11
e3a2d5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.6...v0.26.0

Fix code generation for the `while`/`until` block.

14 Oct 21:09
c91273a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.5...v0.25.6

Fix collision block when colliding against itself.

10 Oct 22:38
5b797f3
Compare
Choose a tag to compare

375539895-0cc8be1c-360c-449a-a95d-07fe6eae0a92

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

Full Changelog: v0.25.4...v0.25.5

Fix bug on the true/false boolean constant block

09 Oct 21:15
8f899db
Compare
Choose a tag to compare

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`

07 Oct 22:11
27340d9
Compare
Choose a tag to compare
Pre-release

What's Changed

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

01 Oct 00:50
e3e7df5
Compare
Choose a tag to compare

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

26 Sep 23:44
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.25.0...v0.25.1