Devine Lu Linvega
3bca64d349
Merge pull request #56 from cmaughan/hotfixes/variable-input
Fix Variable
5 years ago
cmaughan
355051722b
Fix Variable
Inputs on the right side of the operator are not marked with PARAM
(which denotes a haste input). This fixes the display of the variable
operator so that the text on the right is displayed white and not cyan;
which matches Orca.
5 years ago
cancel
c6d981d35b
Remove duplicated field load error strings
5 years ago
cancel
967db0cbf2
Remove unused function
It had a typo, anyway, which made it wrong.
5 years ago
Devine Lu Linvega
7e9a295117
Update README.md
5 years ago
cancel
912f25aa49
Fix naming mixup in oso.c for osocatprintf/osoputprintf
Oops. Noticed once we actually needed to use it for its intended
purpose.
5 years ago
cancel
c74a338d5b
Remove unused local in osotrim()
5 years ago
cancel
13b7c9b4b9
Fix MIDI clock menu not showing prefs save error
5 years ago
cancel
7e6f8c9507
Update readme with newer menu and controls guide
5 years ago
cancel
3e7fe8bbe7
Update controls guide
5 years ago
cancel
31da2fe165
Add ctrl+r to reset frame count
5 years ago
cancel
9117089cf7
Change to split highlighting prediction based on is_playing
5 years ago
cancel
64678e0b7c
Fix unbound env variable error in tool script
Forgot that our strict options would make this fail.
5 years ago
cancel
e1d9215cec
Add protection against $CC=*mingw32*.exe on cygwin
*mingw32*.exe will not build the orca TUI correctly, though it may build
the CLI. If the compiler name isn't specified, like with `-c gcc`, then
it may default to the CC environment variable, which may be set to mingw
gcc instead of 'regular' cygwin gcc. This patch to `tool` fixes this
issue by guarding against the two known names of the mingw compiler .exe
when the detected OS is cygwin, and ignoring them, and instead
specifying `gcc` directly (unless overridden by the user with the `-c`
option.)
5 years ago
cancel
120b9756f6
Fix GCC -Wconversion warning in newer GCC versions
Fixes #53
5 years ago
cancel
88a580e78a
Remove out-of-date comment
5 years ago
cancel
7f85ae4216
Cleanup
5 years ago
cancel
e5d3a92380
Cleanup
5 years ago
cancel
23e5e96cc1
Shrink definition of brackpaste sequence getch/ungetch
Let a boy have his golf, ok.
5 years ago
cancel
cf7f260bba
Add tilde expansion for the open file dialog
5 years ago
Devine Lu Linvega
1f2987cdb4
Update README.md
5 years ago
cancel
e49438378b
Add protection against successfully loading a 0x0 file
5 years ago
cancel
cdd950e455
Fix conf error messages to not have orca in their name
5 years ago
cancel
3a5d0c916e
Fix comment
5 years ago
cancel
ba5a58bb88
Cleanup
5 years ago
cancel
2a1ad3f2ba
Cleanup conf naming prefix requirement
5 years ago
cancel
c5f2a8f34c
Factor out hard-coded conf file name
5 years ago
cancel
974c3ae840
Cleanup
5 years ago
cancel
7f66ba4f22
Cleanup
5 years ago
cancel
e5881c0b83
Cleanup
5 years ago
cancel
50dbe3b350
Cleanup
5 years ago
cancel
bbf562627d
Cleanup
5 years ago
cancel
b04951e2fa
Cleanup
5 years ago
cancel
b23b4feac0
Cleanup opt/arg handling and error reporting
5 years ago
cancel
7dcc3baab7
Cleanup
5 years ago
cancel
1bce91f723
Cleanup
5 years ago
cancel
dee1549232
Factor out qnav drawing
5 years ago
cancel
285196d28e
Cleanup
5 years ago
cancel
f4a6cd23c6
Cleanup
5 years ago
cancel
18b7b2fa6f
Cleanup
5 years ago
cancel
a0a3191298
Cleanup
5 years ago
cancel
b9b845621b
Cleanup
5 years ago
cancel
e1f3bd2bdd
Cleanup
5 years ago
cancel
1469b39f73
Cleanup
5 years ago
cancel
1642d83765
Rename bank.h/.c to vmio.h/.c
5 years ago
cancel
0ee76d0d00
Cleanup
5 years ago
cancel
08f1d65b1c
Cleanup
5 years ago
cancel
09f7249c73
Cleanup
5 years ago
cancel
a72e0d3495
Cleanup
5 years ago
cancel
b3da737010
Cleanup
5 years ago