Skip to content

Releases: MisfitMaid/DiegeticInfoDisplay

v0.5

13 Jun 03:15
17c3e6c
Compare
Choose a tag to compare
  • Added a 16-segment font as the new default, with some basic letter and symbol support
  • Added new Cam3 and Cam3Alt presets
  • Text is now reflected when driving backwards
  • Fixed some minor render bugs

Full Changelog: v0.4.2...v0.5

v0.4.2

30 Mar 03:06
acd327f
Compare
Choose a tag to compare

What's Changed

  • Add no-respawn timer and no-respawn splits lane providers by @XertroV in #14
  • fix out of bounds error by @XertroV in #15
  • update repo url

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Feb 03:48
977e50e
Compare
Choose a tag to compare

What's Changed

  • Reduce execution time by a further 60% by @XertroV in #13

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Feb 23:44
5421f24
Compare
Choose a tag to compare
  • Added hella optimizations which reduce render times by 60% in my tests
  • DID now renders in the Editor when testing and validating runs
  • Added a new font in the style of seven-segment displays
  • Added DID::getAllProviders() to the exported API.

v0.3.0

04 Feb 04:36
fb43691
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 Feb 23:04
3059ae9
Compare
Choose a tag to compare
  • Workaround for openplanet bug with dependency export compiliation (#10)

Full Changelog: 0.2.1...v0.2.2

v0.2

28 Jan 06:31
48469e3
Compare
Choose a tag to compare

The internal way data is gathered has been completely overhauled and modularized, which will make future work much easier. This also allows plugin devs to very easily add info to DID compared to the previous API. See the API docs for more info.

  • New option to "freeze" the race timer when passing checkpoints.
  • New option to show current steering angle (actionkey settings aren't exposed by tm2020 as far as I have seen, but this will at least show your actionkey in a roundabout way).
  • DID no longer renders when in the "escape menu", preventing it from drawing on top of the menu options.
  • Added a toggle to quickly turn the display off via Menu or hotkey (#3).
  • We also have a way to programmatically turn off DID rendering, but this will likely change in the near future. (#1)
  • Support for bezier fonts has been added, and the default font has switched to this for significant performance benefits (#5).
  • MLFeed and MLHook are now soft dependencies. However, I still recommend having MLFeed installed as this enables several useful info displays. (#6)
  • Users can now configure individual lane colors via the settings (#7).
  • Added an option to render black outlines around the text (#4). Note that this is performance-intensive.
  • Worked over the settings tabs to make them less awful.

Full Changelog: v0.1...v0.2