Skip to content

Stable-2

Latest
Compare
Choose a tag to compare
@chaoskagami chaoskagami released this 25 Aug 17:09
· 38 commits to master since this release

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.