Skip to content

v2.2

Latest
Compare
Choose a tag to compare
@esotericpig esotericpig released this 28 Feb 21:02
· 12 commits to main since this release

Play on itch.io. Enjoy!

Changelog

  • Add Web version using Emscripten
    • Add OpenGL ES 3.0 RendererGles & Dantares2
    • Add glm dependency
    • Create GLEW stub
  • Reduce map info duration
  • Increase velocity of WTFs
  • Colorize robots as hot pink on weird
  • Start music from random pos
  • Add web artifact
  • Add -w opt for web preset
  • Separate out run() to run_loop/frame() for web
  • Change to not exit when no scenes to pop
  • Change mini-fruit color from pink to hot pink
    • The previous pink looked like gray on the mini-map.
  • Show diff by default (remove -d opt) for glob_src.rb (instead of update)
    • Also, allow commented lines to match.
  • Apply Clang-Tidy suggestions
  • Add prefix PLATFORM to platform defs
  • Fix to sort assets/ after cybel/
  • Apply upgraded cppcheck recommendations
  • Fix artifacts.rb to always abort on bad result
  • Show cursor on BOMA
  • Rename Timer end() to pause()
  • Add OpenGL v3.0+ stuff to texture if available
  • Make sure buffer size is at least 1
  • Rename stop_music() param
  • Reformat code w/ new style
  • Remove use of gluErrorString; add clear_gl_errors
  • Use own custom utf8 code, drop tinyutf8 dep
    • Also change several params to string_view where appropriate.
  • Add initial .editorconfig files