Skip to content

v1.32 - Random Video Player

Compare
Choose a tag to compare
@Peanutccino Peanutccino released this 08 Mar 20:48
· 17 commits to master since this release

New Features:

  • Drag volume slider with mouse | Previous: Only on click and scrolling was available
  • Added option to include associated .funscripts when deleting/moving a file

Optimization:

  • Reduced memory usage when loading .funscript data
  • Optimized code to avoid unnecessary execution when it isn't needed
  • Removed unnecessary properties

Bug Fixes:

  • Fixed a possible Exception where a bitmap was no longer valid when drawing was executed by adding a buffer
  • Fixed a possible Exception that occurs when rapidly triggering player navigation
  • Fixed cross thread exceptions from player events
  • Fixed a null reference error when clicking on the white space of listbox elements in folder/listbrowser

Other:

  • Changed file structure, making use of a static structures instead of inheritance
  • Drastically trimmed some functions, making them easier to follow and more efficient
  • Cleaned up namespaces