Skip to content

Releases: haroldo-ok/vcs-game-maker

Fix bug on equality code generation

06 Nov 23:37
37f159c
Compare
Choose a tag to compare
Pre-release

Generation of code both for equality and non-equality was using the wrong operator.

Allow calling the screen rendering routine explicitly.

26 Feb 23:40
e4f0e18
Compare
Choose a tag to compare
This fixes #41
Merge pull request #44 from haroldo-ok/call-rendering

Fix loop code generators.

23 Feb 22:00
848c0bb
Compare
Choose a tag to compare
Pre-release

The code generators for the repeat N times and repeat while/until blocks were generating JS code instead of bBasic.

Fix a code generation bug when incrementing a variable.

20 Feb 14:08
9d28c96
Compare
Choose a tag to compare

Version 0.10.1 fixes a code generation bug when incrementing a variable.

The block "change 'some variable' by..." was generating incorrect, non-compilable code (ex: Timer = (typeof Timer == 'number' ? Timer : 0) + 1); this version fixes this bug.

Implement support for multiple backgrounds.

05 Feb 18:11
6c78c4b
Compare
Choose a tag to compare

This version adds support for multiple backgrounds; now, it is possible to design multiple backgrounds and choose which of them to use.

Implement score support.

22 Jan 22:54
113a247
Compare
Choose a tag to compare
Pre-release
This fixes #21 
Merge pull request #33 from haroldo-ok/implement-score

Fix player color bug

20 Jan 00:19
1790426
Compare
Choose a tag to compare
Fix player color bug Pre-release
Pre-release

Player color selection block wasn't having any effect. This modification corrects that.
This fixes #24 and #11

Now, you can add or remove sprite animation frames.

19 Aug 22:17
b7ceebd
Compare
Choose a tag to compare
Merge pull request #23 from haroldo-ok/add-remove-frames

Allow the user to add or remove animation frames.

This fixes #20

Sprite editor.

10 Aug 22:06
Compare
Choose a tag to compare
Sprite editor. Pre-release
Pre-release
0.7.0

Implement sprite editor.

Implement background editor.

31 Jul 15:09
Compare
Choose a tag to compare
Pre-release
This fixes #4.