Andrew Belt
|
120aafe6d3
|
Change order of includes to C++ standard headers, library headers, and local project headers.
|
4 years ago |
Andrew Belt
|
15ea154602
|
Remove Dark mode.
|
4 years ago |
Andrew Belt
|
e1b14091bd
|
Add Dark mode to settings and menu bar. Change default cable colors.
|
4 years ago |
Andrew Belt
|
f4b54f74b7
|
Added "recentPatchPaths" to settings.json and a "Open recent" menu item.
|
4 years ago |
Andrew Belt
|
6800cc7493
|
Add back "allowCursorLock" to settings and menu bar.
|
4 years ago |
Andrew Belt
|
4dce9431a5
|
Add "knobLinearSensitivity" to settings.json.
|
4 years ago |
Andrew Belt
|
b93e889c75
|
Implement scaled linear and rotary knob modes.
|
4 years ago |
Andrew Belt
|
6a5f6fd6f3
|
Add knob mode menu item. Remove "allowCursorLock" setting.
|
4 years ago |
Andrew Belt
|
14d9a8ea82
|
Add module whitelist to settings and Module Browser.
|
5 years ago |
Andrew Belt
|
6907d53a25
|
Remove real-time menu item and setting.
|
5 years ago |
Andrew Belt
|
e631131aea
|
Replace "frameRateLimit" and "frameRateSync" in settings with "frameSwapInterval".
|
5 years ago |
Andrew Belt
|
dca30e2b53
|
Auto-format code with astyle.
|
5 years ago |
Andrew Belt
|
93a2a480f6
|
Remove favorites from settings and favorite scoring in Module Browser.
|
5 years ago |
Andrew Belt
|
9789f22d59
|
Add "autosavePeriod" to settings.json.
|
5 years ago |
Andrew Belt
|
696939069d
|
Use <> instead of "" for include directive.
|
5 years ago |
Andrew Belt
|
beefa87ef6
|
Add update notification to Help menu item. Remove update popup dialog message, and remove "checkVersion" from settings.
|
5 years ago |
Andrew Belt
|
c2ffcbbfd7
|
Add favorite score to settings, based on @modlfo's scoring algorithm. Sort by favorite score in Module Browser.
|
5 years ago |
Andrew Belt
|
d6488601d1
|
Add "cableColors" setting.
|
5 years ago |
Andrew Belt
|
a0e738bc07
|
Write to `settings::sampleRate` and `threadCount` instead of calling Engine methods.
|
5 years ago |
Andrew Belt
|
f73c5f21f0
|
Add namespace documentation
|
5 years ago |
Andrew Belt
|
2446756c54
|
Make settings a namespace instead of a global class.
|
5 years ago |
Andrew Belt
|
0309ad7323
|
Move devMode and headless to Settings. Unzip Fundamental even if plugins/Fundamental folder exists but it isn't loaded.
|
5 years ago |
Andrew Belt
|
e1a55f4976
|
Add numbers to authors, tags, and modules list in ModuleBrowser. Add favorite button and favorite filter to ModuleBrowser.
|
5 years ago |
Andrew Belt
|
e60ed0cf98
|
Added "invertZoom" to settings.
|
5 years ago |
Andrew Belt
|
db715063a9
|
Set default frameRateLimit to 70 as a safety net for monitors without
v-sync.
|
5 years ago |
Andrew Belt
|
62214d106a
|
Convert settings namespace into class
|
5 years ago |
Andrew Belt
|
d83d2e0dff
|
Add "frameRateSync" to settings.json
|
5 years ago |
Andrew Belt
|
abea4f5967
|
Add "frameRateLimit" to settings.json
|
5 years ago |
Andrew Belt
|
3ab43a2ce0
|
Rename wire to cable
|
5 years ago |
Andrew Belt
|
a360bb448b
|
Add toolbar item to toggle param tooltip
|
5 years ago |
Andrew Belt
|
669f00640f
|
Move skipLoadOnLaunch to settings namespace
|
5 years ago |
Andrew Belt
|
f5601d2042
|
Work on toolbar, event context
|
5 years ago |
Andrew Belt
|
9d7024232c
|
Put ui.hpp in namespace, clean up
|
5 years ago |
Andrew Belt
|
dd02ec52ad
|
Move Widget class to header, wrap settings, keyboard, and gamepad in namespace
|
6 years ago |
Andrew Belt
|
587f936a99
|
Move random to its own namespace, shuffle files around
|
6 years ago |
Andrew Belt
|
8ae99e2ef0
|
Added version check
|
6 years ago |
Andrew Belt
|
575e4df2fd
|
Use RELEASE=1 to build release version. VERSION is automatically set in the Makefile now.
Add detection code for legacy1 mode for patch files.
Initialize patch on launch if the last launch crashed after 15 seconds.
|
6 years ago |
Andrew Belt
|
bf2032c3e0
|
Autosave settings: opacity, tension, authentication token
|
7 years ago |