cancel
704cda726c
Change readme's Orca link to xxiivv
5 years ago
cancel
08e0da99d8
Fix unused function warning with --no-mouse
ged_mouse_event() is never called when building with --no-mouse or when
defining FEAT_NOMOUSE. This could cause compilers to issue a warning.
This commit adds the ORCA_OK_IF_UNUSED decoration to ged_mouse_event(),
which should suppress the warning on most compilers. This intentionally
leaves the code compiled in. This is to avoid interleaving more ifdefs
than necessary into the code and making development and compile-time
errors more difficult to deal with.
5 years ago
cancel
ab33770d4e
Fix typo in readme
5 years ago
cancel
be9365bd88
Fix alignment of backslash in multi-line macro
Looks like it was accidentally messed up when the 'B' operator was
changed, and clang-format wasn't run.
5 years ago
cancel
f14ce64fd1
Re-revert README.md to more correct contents
Seems to have been reverted to the contents of the wrong revision when
it was wiped over to leave a message.
5 years ago
Sigrid Haflínudóttir
105371b868
sim: K (konkat): index 0 is a valid variable index
5 years ago
neauoire
3a92c8e3b3
Updated instructions and added missing examples
5 years ago
Devine Lu Linvega
e1e7ee3378
Update README.md
5 years ago
Devine Lu Linvega
d7a3b169c5
Merge pull request #64 from ftrvxmtrx/openbsd-build
make it compile and run under OpenBSD
5 years ago
Devine Lu Linvega
52202a6b7a
Merge pull request #65 from ftrvxmtrx/help
tui_main: update according to #60
5 years ago
Sigrid Haflínudóttir
bfb401cf97
tui_main: update according to #60
5 years ago
Sigrid Haflínudóttir
440e84edfc
make it compile and run under OpenBSD
5 years ago
Devine Lu Linvega
5a1db60720
Merge pull request #60 from pangrus/master
B operator is no longer used for bounce
5 years ago
Pangrus
12386eae1c
Add files via upload
5 years ago
Nicola Pisanti
9ab87c2dcc
fixes I to work with capitals
5 years ago
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