# By Cameron Gutman (15) and others
# Via Cameron Gutman (2) and Diego Waxemberg (1)
* 'master' of github.com:limelight-stream/limelight-pc:
Update common jar
Fix library loading on Windows when not using a JAR
Delete the extracted libraries when Limelight terminates
Update common jar
Write a better native library loader so DLLs are no longer extracted to the current directory on Windows.
Suppress log spam from jinput on Windows 8 and higher
Rough Draft of Icon
Fix settings.lime being created as a directory. See GitHub issue 1 for details.
Update limelight-common jar
Use the stream's frame rate as the redraw rate instead of always refreshing at 30 FPS
Don't print stack traces for InterruptExceptions. Call the NvConnectionListener class to terminate the stream without causing the unexpected termination error dialog.
Fix resolution changing on Windows. Improve the resolution selection algorithm.
Only use the audio buffer hack on OS X
dynamically increase the buffer size if we build up to large of a queue
Revert "Try to workaround Java's poor OS X mixer"
Try to workaround Java's poor OS X mixer
Move audio buffering responsibility onto us and simply fill whatever the runtime gives us
Conflicts:
src/com/limelight/Limelight.java
src/com/limelight/binding/audio/JavaxAudioRenderer.java
src/com/limelight/gui/StreamFrame.java
- no longer have ControllerComponent provide the swing elements
- renamed GamepadMapping methods to make more sense
- GamepadConfigFrame now uses a grid layout and has some nice borders
# By Cameron Gutman
# Via Cameron Gutman
* 'audio-fix' of github.com:limelight-stream/limelight-pc:
Revert "Try to workaround Java's poor OS X mixer"
Try to workaround Java's poor OS X mixer
# By Cameron Gutman
# Via Cameron Gutman
* 'master' of github.com:limelight-stream/limelight-pc:
Extract native libraries to the current folder on Windows, so prebuilt jars can be run normally
Conflicts:
src/com/limelight/Limelight.java
- now have a menu bar to access settings
- now handle user input to assign mappings
- fixed some typos
- now properly shutdown controller threads on exit
- renamed GamepadSettings to GamepadMapping
- created a lock to ensure we do not add/remove gamepads from the list while we are handling their events
- fixed settings directory booch
-new controller listener to be a singleton thread that listens for controller input even when not streaming, then sends input when streaming.\
-main frame will stop controller listener when closing
-gamepads should now use the gamepad config settings (WIP)
# By Cameron Gutman
# Via Cameron Gutman
* 'master' of github.com:limelight-stream/limelight-pc:
Update limelight-common with socket buffering fixes
Update limelight-common jar
Use the StreamConfiguration class for managing the characteristics of StreamFrame
Fix X and Y scaling