<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/plugin-support.hpp, branch trackhat-1.1p1</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.1p1</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.1p1'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-10-07T11:10:30Z</updated>
<entry>
<title>Merge branch 'work' into trackhat-ui</title>
<updated>2015-10-07T11:10:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-07T11:10:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d81cf6d2b47af80b5fef0d18ef5bcb5eea695a55'/>
<id>urn:sha1:d81cf6d2b47af80b5fef0d18ef5bcb5eea695a55</id>
<content type='text'>
* work:
  qfc: double the discrete value count
  shortcuts: sleep less, drop less keystrokes
  accela: revert rot gains to rc15
  ft: try without locking this time
  ft: cleanup comments
  csv: cleanup
  main, ui: fix sort order
  ui: fix close on save
</content>
</entry>
<entry>
<title>main, ui: fix sort order</title>
<updated>2015-10-06T05:09:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-06T05:06:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=629875abd995f46f99b3cba3387faa7367a6f823'/>
<id>urn:sha1:629875abd995f46f99b3cba3387faa7367a6f823</id>
<content type='text'>
Sort order was applied only to combobox but not to tracker list.

Reported-by: @nanospork
cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat-ui</title>
<updated>2015-09-30T14:22:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-09-30T14:21:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=ac4dc94acc5d1e1d8fd4867730b835e2aa1fcc89'/>
<id>urn:sha1:ac4dc94acc5d1e1d8fd4867730b835e2aa1fcc89</id>
<content type='text'>
Sponsored-by: TrackHat

* unstable: (112 commits)
  Revert "accela: try more complex deadzone algorithm"
  pt: add wiki link for calibration instructions
  qfc: more gray colors when graph is disabled
  qfc, mapping: disallow editing and change color when checkbox disabled
  qfc: don't allow editing when disabled
  plugin-support: workaround multiple copies of modules
  accela: change translation gain
  accela: change rotation gain
  pt: change extraction code
  freepie-udp: add license
  freepie-udp: update
  accela: try more complex deadzone algorithm
  accela: add helpful comment
  accela: revert to more quadratic spline at start
  also save if save pending when start tracking
  ui: force saving if saving timer is pending
  accela: slightly more linear function
  pose-widget: simplify
  freepie-udp: nix harmless warning
  pose-widget: add comment
  simple-mat: add __restrict for GNU
  ui: save settings on a timer
  ui: show a warning if configuration directory can't be used
  aruco: tune min/max marker size
  win32-joystick: fix duplicate device name selection logic
  ui: no need to reset settings on tracking start
  ui: save profile when combobox text changes, not merely index
  ui: save current tracker/filter/proto, not last
  win32-joystick: fix COM failure path
  win32-joystick: nix unused variable
  win32-joystick: allow for unique selection of joysticks
  qfc: also draw line from function start while moving
  no need to save on tracking start anymore
  save axis opts, not just spline control points
  tracker: change centering order again
  fix typo
  cmake: don't say "opentrack" twice for osx build
  ui: really don't switch profiles while refreshing combobox
  pt: fix type mismatch
  ui: save prior to switching configs
  tracker_rs: adjusted tracker's name
  ui: don't reload settings if config wasn't changed
  ui: save everything before switching profiles
  options: return .ini basename easier
  tracker_rs: more readable icon
  tracker_rs: prevent potential thread starvation
  ui: switch to newly-created config
  ui: decruft
  ui: also bail on new config if its name is ".ini"
  ui: auto-refresh config list
  ui: display up to 20 profiles w/o scrolling
  ui: create an empty config properly in another code branch
  udp-tracker: silence harmless warning
  plugin-support: fix typo
  plugin-support: set more sane RTLD flags
  plugin-support: free modules from address space when needed
  ui: rename symbol to reflect current usage
  ui: move some slots to private
  ui, shortcuts: these are slots, actually
  ui: no need to write anything to new empty config
  ui: avoid potential memory leak
  ft: new game support
  game-data: chomp newlines in extractor
  ui: append extension in the right place
  simple-mat: fix arglist SFINAE
  simple-mat: can use static_cast here
  nix default empty config. it gets created on its own.
  ui: these aren't qt slots
  ui: nix wrong headers
  ui: remove GNU GPL
  ui: simplify condition
  props changed only
  main, ui: store config files in a predefined directory
  pt: show extracted points' areas and success count
  close dialogs on switch to new module
  ...
</content>
</entry>
<entry>
<title>plugin-support: workaround multiple copies of modules</title>
<updated>2015-09-05T06:12:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-09-05T05:46:47Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=bed620cc85b71e5c02c86613d22624a5c12189ce'/>
<id>urn:sha1:bed620cc85b71e5c02c86613d22624a5c12189ce</id>
<content type='text'>
TrackHat dist contained two copies of every module by packaging error.
Workaround similar errors by not loading more than one copy of a module
at a time.

Sponsored-by: TrackHat
</content>
</entry>
<entry>
<title>plugin-support: fix typo</title>
<updated>2015-08-24T08:11:29Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:11:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b1c4466ddeb84ec9b6c19f64906458754f68b135'/>
<id>urn:sha1:b1c4466ddeb84ec9b6c19f64906458754f68b135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plugin-support: set more sane RTLD flags</title>
<updated>2015-08-24T08:07:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:07:46Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0d9427dd929ca51d65a1ab08b26710647769793c'/>
<id>urn:sha1:0d9427dd929ca51d65a1ab08b26710647769793c</id>
<content type='text'>
We might need RTLD_DEEPBIND if there are symbol-related crashes.
</content>
</entry>
<entry>
<title>plugin-support: free modules from address space when needed</title>
<updated>2015-08-24T08:05:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:05:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8f61232b36e5988e3bb89ad42b821c89c57073d7'/>
<id>urn:sha1:8f61232b36e5988e3bb89ad42b821c89c57073d7</id>
<content type='text'>
This is groundwork for #226, even though modules still need not to load
all at once and persist till program stop.

This issue only affects Linux.
</content>
</entry>
<entry>
<title>Merge branch 'unstable' into trackhat-ui</title>
<updated>2015-07-08T03:55:59Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-08T03:55:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=527eef2a2f0e68b286e1b782ba148ecdfafbb89c'/>
<id>urn:sha1:527eef2a2f0e68b286e1b782ba148ecdfafbb89c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opentrack-api: add copyright notices</title>
<updated>2015-07-07T05:45:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-07T05:45:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=71b9202dbd592996478cb3ab67a84c23fd98368e'/>
<id>urn:sha1:71b9202dbd592996478cb3ab67a84c23fd98368e</id>
<content type='text'>
Code without a license defaults to having all rights reserved.
</content>
</entry>
<entry>
<title>make "make_dylib_instance" part of public API</title>
<updated>2015-07-06T10:48:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-07-06T10:44:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f4b1e06604c74bb56a88c7e9284c77ffbd1acc78'/>
<id>urn:sha1:f4b1e06604c74bb56a88c7e9284c77ffbd1acc78</id>
<content type='text'>
For @gagagu.

Issue: #151
</content>
</entry>
</feed>
