Skip to content

v0.1.6

Choose a tag to compare

@Krzyhau Krzyhau released this 06 Oct 15:31
· 33 commits to main since this release

Changelog

Features and improvements:

  • included several text navigation improvements in console field (@thearst3rd)
  • added skip_dot_loading variable to control skipping of Dot loading screen (@thearst3rd)
  • added hud_hide command to completely hide FEZUG HUD when console is not enabled (@Krzyhau)
  • added preview of all saves when using load command with no parameters (@thearst3rd)
  • added several debug wireframe commands (gomezwireframe, cubehitboxeswireframe and volumeswireframe) (@Jenna1337)
  • extended maps and artifacts command with remove all parameter (@Jenna1337)
  • changed volumeinfo command to be more informative (@Jenna1337)
  • added artobjectinfo and artobjectwarp commands (@Jenna1337)
  • created autocomplete for gettrile command (@Jenna1337)
  • added several text HUDs (hud_daytime, hud_fps, hud_ups, hud_movement, hud_freelook) (@Jenna1337)
  • added toggleconsole command to allow creating custom bind for opening console (@Jenna1337)
  • added zoom command for changing current camera zoom level (@Jenna1337)
  • added stereoscopy command for toggling stereoscopic view mode (@Krzyhau)
  • added multiple commands for changing settings normally accessible only through settings menu (@Jenna1337)
  • added fps_max command (@Jenna1337)
  • added graphs for controlling frames and updates per second (graph_fps and graph_ups) (@Jenna1337)
  • improved timescale command to properly affect all gameplay elements and audio (@Krzyhau)
  • added fullbright command (@Krzyhau)

Fixes:

  • fixed error occuring when attempting to autocomplete a load command with no save directory (@thearst3rd)
  • fixed error occuring when invalid argument has been given to progress command (@Jenna1337)
  • fixed crash occuring when warping from first-person view or in inventory (@Jenna1337)

Code changes:

  • cleaned up entire codebase of various issues (@nhyldmar)
  • refactored FEZUG's text HUD (@Jenna1337)