Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixed copying of dll during build to avoid risking using python27.dll from system32
Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development
Curl should once again be linked against openssl
switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed.
Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR
|
|
|
|
Java/native implementation of InputManager.InputDeviceListener and an IInputDeviceCallbacks interface to be able to receive callbacks when input devices change
|
|
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for
helping with the rebrand and montellese for the windows installer fix and VS
solution fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update .gitignore for bootstrapped addons definition files
|
|
|
|
|
|
|
|
|
|
Ignore removed visualization addons
|
|
and waveform from tree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|