Andrew Belt
|
96e623bb70
|
Fix screenshot flag -t
|
5 years ago |
Andrew Belt
|
f68a981d11
|
Add SegmentDisplay to component library. Fix huge light halo issue with non-square lights.
|
5 years ago |
Andrew Belt
|
ee876efa88
|
Use actual monitor refresh rate instead of 60 Hz as frame rate reference.
|
5 years ago |
Andrew Belt
|
7b0ce97406
|
Add Engine > Frame rate menu bar item.
|
5 years ago |
Andrew Belt
|
e631131aea
|
Replace "frameRateLimit" and "frameRateSync" in settings with "frameSwapInterval".
|
5 years ago |
Andrew Belt
|
ac5e544d62
|
Change screenshot flag to -t [zoom]. Re-enable on Mac.
|
5 years ago |
Andrew Belt
|
e59e8aca40
|
Add sort-of-automatic updater on Linux.
|
5 years ago |
Andrew Belt
|
69681d2dbd
|
Add numpad key commands. Clean up Scene::onHoverKey().
|
5 years ago |
Andrew Belt
|
3d21a2a7b2
|
Add key command for engine CPU timer.
|
5 years ago |
Andrew Belt
|
63a939d432
|
Hide menu and scrollbars when fullscreen.
|
5 years ago |
Andrew Belt
|
618454e7c0
|
Stop engine wprker threads when engine is paused.
|
5 years ago |
Andrew Belt
|
deba1974f1
|
Don't use GLU in dep.cpp either.
|
5 years ago |
Andrew Belt
|
1388e9ebb1
|
Add network::init(). Add asset::bundlePath.
|
5 years ago |
Andrew Belt
|
49654d0c82
|
Fix sustain pedal bug in polyphonic mode.
|
5 years ago |
Andrew Belt
|
7f6f933420
|
Add automatic unzipping when updating on Mac.
|
5 years ago |
Andrew Belt
|
a629561f58
|
Move plugin.cpp's extractZip to system::unzipToFolder().
|
5 years ago |
Andrew Belt
|
52d838d28f
|
Accept backspace key command on key-repeat with Module Browser search box.
|
5 years ago |
Andrew Belt
|
3b2a12559f
|
Reorder tag and brand lists in Module Browser
|
5 years ago |
Andrew Belt
|
7b74d0a2a8
|
Add Hardware tag.
|
5 years ago |
Andrew Belt
|
0053517ec7
|
Delete ModuleWidget children before deleting Module.
|
5 years ago |
Andrew Belt
|
38fb2c8682
|
Line-break descriptions for tags
|
5 years ago |
Andrew Belt
|
07099e9ccb
|
MIDI-Map: Jump value for MIDI CC buttons.
|
5 years ago |
Andrew Belt
|
873f6719d0
|
Use higher precision (but lower accuracy) thread runtime counter on Windows.
|
5 years ago |
Andrew Belt
|
ab0b0852df
|
Add Base64 encoding/decoding to string.hpp.
|
5 years ago |
Andrew Belt
|
ff2ac805e2
|
Fix #1510
|
5 years ago |
Andrew Belt
|
f55d039ee9
|
Fix #1479
|
5 years ago |
Andrew Belt
|
d4586c3481
|
Check plugin version against Rack ABI version before plugin is loaded.
|
5 years ago |
Andrew Belt
|
352b882579
|
Remove exception resetting.
|
5 years ago |
Andrew Belt
|
a52c79df80
|
Port some of sse_mathfun to functions.hpp. Clean up SIMD headers.
|
5 years ago |
Andrew Belt
|
edc55bf3e3
|
Implement system::getThreadTime on Mac.
|
5 years ago |
Andrew Belt
|
8d8b5f87d0
|
Measure CPU time every N frames instead of every frame. Measure overhead of calling system::getThreadTime() to avoid reporting high measurements.
|
5 years ago |
Andrew Belt
|
a21d7d7100
|
Remove debugging.
|
5 years ago |
Andrew Belt
|
2bc7c82fc1
|
Ignore mouseDelta (set to zero) after locking and unlocking cursor.
|
5 years ago |
Andrew Belt
|
cb6e9b82c1
|
Add system::getThreadTime implementation on Windows
|
5 years ago |
Andrew Belt
|
8a299b54c3
|
Rename "Module timer" back to "CPU meter"
|
5 years ago |
Andrew Belt
|
8c9e594c32
|
Use thread runtime rather than time of day for measuring module CPU.
|
5 years ago |
Andrew Belt
|
5c337b6de3
|
Reorder tag.cpp. Clean up comments.
|
5 years ago |
Andrew Belt
|
469d66024a
|
Restructure the tag/alias data structure.
|
5 years ago |
Andrew Belt
|
729b3dc3c9
|
Move tag lists to tag.cpp.
|
5 years ago |
Andrew Belt
|
56e0ce0f79
|
Refactor engine worker thread relaunching.
|
5 years ago |
Andrew Belt
|
898f13cd91
|
MIDI-Map: re-enable filtering.
MIDI-Map: fix param/filter value initialization.
MIDI-CV: refactor.
|
5 years ago |
Andrew Belt
|
dca30e2b53
|
Auto-format code with astyle.
|
5 years ago |
Andrew Belt
|
3c957741bc
|
Tweak .astylerc.
|
5 years ago |
Andrew Belt
|
558df2c178
|
Rename CPU meter to "module timer".
|
5 years ago |
Andrew Belt
|
02bb2990da
|
Module Browser: Sort modules by order they are added to plugins with `pluginInstance->addModel()`.
|
5 years ago |
Andrew Belt
|
6f67c376c0
|
Slightly improve random::uniform() performance.
|
5 years ago |
Andrew Belt
|
f4151bed2e
|
Clean up code and issue templates.
|
5 years ago |
Andrew Belt
|
d51e5bc40e
|
Add changelog entry for 1.1.3. Remove verbose curl.
|
5 years ago |
Andrew Belt
|
62179a1673
|
Allow included Fundamental plugin to be unsigned, which solves #1494.
|
5 years ago |
Andrew Belt
|
27ae93d85e
|
Use built-in certificate bundle for curl.
|
5 years ago |