Skip to content

Releases: chaoskagami/vndc

Stable-2

25 Aug 17:09
Compare
Choose a tag to compare

These things were introduced in this release:

  • Windows Support (win32 and win64)
  • Debug console. Run it from a command shell with -b. Hit Ctrl+C to access a shell.
  • If statements have control flow now
  • If statements and setvar now accept variables as rvalues (if var == var & setvar var = var)
  • setimg was previously incorrect - the coordinates are actually nintendo DS based. This is fixed now, but I may add specifiers later so it is not interpreted this way if unwanted
  • gsetvar is basically now setvar - setvar does not clear 'g' prefixed variables.
  • The parser now has a line of lookahead - used for voiced text detection to perform smart halting of sfx.
  • Miscellaneous errors fixed, like leading whitespace/tabs and blank lines.
  • save.scr, the default save file, is loaded if it exists now. You can use -n to ignore it and newgame.
  • Miscellaneous things added to font rendering.

stable-1

23 Aug 04:54
Compare
Choose a tag to compare

Remember: The current git might be broken. If you're afraid, the tags here are stable. Probably.

As far as I know, this is the first version that acheives almost full VNDS compatibility and does not have broken extension features.