Skip to content

Releases: leecbaker/datareftool

Release on February 26, 2016

27 Feb 17:19
Compare
Choose a tag to compare

Only one minor change to previous release: finds data refs in files with capitalized extensions. For example, we now search filenames like asdf.OBJ instead of asdf.obj. (This affected the A330).

Windows notes:

You'll need the Visual Studio 2015 Redistributable to be installed. You can get it from Microsoft here.

Release on 8 February, 2016

09 Feb 16:18
Compare
Choose a tag to compare

With this release, we've added basically all features of DataRefEditor, including array editing support.

Windows notes:

You'll need the Visual Studio 2015 Redistributable to be installed. You can get it from Microsoft here. (Previous releases required the 2013 redistributable, but we've upgraded.)

Changes:

  • Multiple search terms supported- just separate them with a space.
  • Edit array values
  • Better change detection in arrays
  • Windows will remember their position and search terms
  • An automated system is used to build DRT for all 3 platforms now, so releases should be more frequent.
  • Bug fixes

Release on 13 June, 2015

12 Jun 20:53
Compare
Choose a tag to compare

Change filter improvements

The change detection filter now has three modes:

  • Normal (don't filter)
  • All changes (show only datarefs that changed in the past 10s)
  • Big changes (show only datarefs that changed more than 1% in a single frame in the past 10s)

With this, you can filter out lots of floating point datarefs that only change in tiny ways each frame. A perfect example is sim/weather/barometer_current_inhg : the barometric pressure is always changing in tiny ways, and that's rarely what you're looking for in your results.

The change filter button now has 3 states for these three modes: deselected, "ch", and "CH" for off, all changes, and big changes respectively.

Loading problems / boost linkage on Mac

A few people had trouble loading the plugin on Mac due to missing libraries; I think I've fixed this. (Boost is now statically linked.)

Other stuff

  • There's now a string in the About dialog that shows when the plugin was compiled, so you should be able to easily compare versions.
  • Make sure search results are updated when aircraft are reloaded.
  • Adding tons of datarefs is now faster.

Microsoft Windows users

Windows requires you to install Microsoft Visual C++ Redistributable Packages for Visual Studio 2013 before using these binaries. (You may already have this installed.)

Release on 20 May, 2015

20 May 07:53
Compare
Choose a tag to compare

New since the last release:

  • Automatically finds datarefs in other plugins and in aircraft files. See more details here
  • Copy and paste support
  • Menu options to reload aircraft, scenery, and plugins. You can also configure a key or button for these commands.

Release on 2 May, 2015

02 May 09:14
Compare
Choose a tag to compare

First binary release. See Readme.md for details.