cancel
2b722c0f67
Fix incorrect capacity adjustment in Oevent list
Was capped at 16 instead of properly growing as it should have.
6 years ago
Nicola Pisanti
058d5ab589
add --seed option
6 years ago
Nicola Pisanti
733ee3ae99
adds --nomouse option when compiling
6 years ago
Nicola Pisanti
65908306ef
changes V and K to match orcaJS, fixes #48
6 years ago
cancel
2e12e63e7a
Remove broken pseudo-random algorithm
Caused undefined behavior on left-shift overflow. This could lead to
either code-erasure by compiler or garbage data left in a register,
possibly corrupting heap.
6 years ago
cancel
af16296b99
Revert "deactivate mouse by default, ..."
This reverts commit 7f06b5f830
.
6 years ago
Nicola Pisanti
7f06b5f830
deactivate mouse by default, #define ORCA_USES_MOUSE 1 for activate
6 years ago
Nicola Pisanti
25a2df03db
update L to match orcaJS
6 years ago
Nicola Pisanti
bc56c51c61
reverts tui methods to int for avoiding overflow, fixes #46
6 years ago
Nicola Pisanti
624a27200c
updates L to match orcaJS, fixes #41
6 years ago
Nicola Pisanti
18b164f740
Merge pull request #36 from npisanti/master
less deterministic random
6 years ago
Nicola Pisanti
cb32eaa7b4
Merge pull request #45 from attejensen/ruler_jumps
Ctrl makes cursor jump according to ruler spacing
Only works in some terminals.
6 years ago
Atte JEnsen
906b114c76
ctrl makes cursor jump according to ruler spacing
6 years ago
Nicola Pisanti
2fee3a706b
less deterministic random
6 years ago
Devine Lu Linvega
f420ec5e6c
Added details for RPi
6 years ago
Devine Lu Linvega
8dd2fd9655
Colorized ports properly, fixed #34
6 years ago
Devine Lu Linvega
9425d2a601
Always play by default
6 years ago
Nicola Pisanti
c980c1442a
Merge pull request #35 from npisanti/master
random max now defaults to 36
6 years ago
Nicola Pisanti
e817cf5d5e
random max now defaults to 36
6 years ago
Nicola Pisanti
1a65a4931e
Merge pull request #33 from npisanti/master
adds step port to L
6 years ago
Nicola Pisanti
ce9aabaf75
adds step port to L
6 years ago
Nicola Pisanti
e29a3d1b28
Merge pull request #32 from npisanti/master
replaces zig with lerp
6 years ago
Nicola Pisanti
0b3dd23d4e
replaces zig with lerp
6 years ago
Nicola Pisanti
2213ac8396
Merge pull request #31 from npisanti/master
replaces banger with bounce operator
6 years ago
Nicola Pisanti
3e45ae73d5
replaces banger with bounce operator
6 years ago
Nicola Pisanti
d1de810c75
Merge pull request #30 from npisanti/master
U is now the uclid operator
6 years ago
Nicola Pisanti
ba44c6f1cf
U is now the uclid operator
6 years ago
Devine Lu Linvega
feab5f0d62
Renamed and fixed overflow in M
6 years ago
Devine Lu Linvega
20de73bb10
Replace modulo with multiply operator, fixes #24
6 years ago
Devine Lu Linvega
8963d7d795
Removed extra check from F
6 years ago
Лu Лinveгa
df0e1276ec
Merge pull request #22 from npisanti/master
changes A C D F I to match orcaJS
6 years ago
Nicola Pisanti
a53ce88328
changes A C D F I to match orcaJS
6 years ago
Bequa La Froth
fd0c4b9b42
Add --bpm option ( #19 )
* Add --bpm option
* Fix bpm bounds, and formatting
* Prevent int overflow on bpm adjust
* Prevent int overflow in overflow-guard
6 years ago
cancel
86dd6be4f4
Fix formatting
6 years ago
Лu Лinveгa
c172296d07
Merge pull request #12 from npisanti/master
porting of K operator from orcaJS
6 years ago
cancel
11fb32dec8
Fix shellcheck SC1117
Harmless in this case, but annoying to see.
6 years ago
cancel
3e3298f948
Guard use of -march=nehalem to gcc >= 4.9
Fixes #14
6 years ago
Nicola Pisanti
9c55802d55
porting of K operator from orcaJS
6 years ago
cancel
32ca897ef9
Merge pull request #11 from npisanti/master
6 years ago
Nicola Pisanti
762337b0f6
changes R to max exclusive to match orca-js behavior
6 years ago
Nicola Pisanti
75de43b44c
changes V to match orca-js behavior
try to divide commits
6 years ago
Nicola Pisanti
d395999d30
Update `D` to match orca-js ( #10 )
6 years ago
cancel
8982892c90
Fix ordering of gbuffer reads in `C` operator
6 years ago
cancel
13a18ac95c
Cleanup
6 years ago
cancel
2fc803f223
Cleanup old naming/comment
6 years ago
cancel
53df0684c3
Clean up naming of Markmap_ stuff
6 years ago
cancel
085a540f9b
Cleanup
6 years ago
cancel
2dbe0eb510
Remove typedef for Field from base.h
No longer needed.
6 years ago
cancel
31461a215e
Cleanup stdio.h and Field naming. Add comment about Field.
6 years ago
cancel
697c5987dc
Remove 'usz_clamp()', no longer needed
6 years ago