cancel
|
3da9461243
|
Cleanup, add more helper macros
|
6 years ago |
cancel
|
67805c0d07
|
Add some test helper macros to sim.c
|
6 years ago |
cancel
|
4d1520b47a
|
Add basic test of star/bang and E movement
|
6 years ago |
cancel
|
096768fc13
|
Add clear and deinit markmap (test)
|
6 years ago |
cancel
|
460f98e13c
|
Cleanup
|
6 years ago |
cancel
|
1e63defb1c
|
Change incompatible-pointer-types warning to error
|
6 years ago |
cancel
|
10cbab99ba
|
Change markmap to separate buffer from reusable
|
6 years ago |
cancel
|
5d5828d79e
|
Add basic (incorrect) 'E' implementation
|
6 years ago |
cancel
|
1d99e512d8
|
Add mark.c and mark.h
|
6 years ago |
cancel
|
0e08ced817
|
Remove redundant casts
|
6 years ago |
cancel
|
99a99580a8
|
Clean up punctuation in error msgs
|
6 years ago |
cancel
|
0c17f59302
|
Cleanup arg naming
|
6 years ago |
cancel
|
008b0fe90a
|
Rename 'Term' to 'Glyph'
|
6 years ago |
cancel
|
49e8f11dec
|
Remove unnecessary subheader
|
6 years ago |
cancel
|
ee27e2b11c
|
Remove mentions of TUI for now
|
6 years ago |
cancel
|
8ce9de3b8a
|
Update readme
|
6 years ago |
cancel
|
3690e9da57
|
Cleanup unnecessary cast
|
6 years ago |
cancel
|
4fa340881b
|
Fix warning in tui build
|
6 years ago |
cancel
|
e3a679e17c
|
Rename USz and ISz to Usz and Isz
Easier to read/type
|
6 years ago |
cancel
|
5b6174b6a9
|
Add type alias for size_t/ssize_t to USz/ISz
|
6 years ago |
cancel
|
b8dadb5d15
|
Change to use size_t/ssize_t for field operations
All coordinates passed for y/x/height/width are implicitly assumed to be
<= ORCA_Y_MAX or ORCA_X_MAX.
|
6 years ago |
cancel
|
0ad3b513a0
|
Add ORCA_ROW_MAX and ORCA_COL_MAX
|
6 years ago |
cancel
|
316de2e60c
|
Add narrowing conversion warning, fix warnings
|
6 years ago |
cancel
|
6b2bc499af
|
Add better usage/help options to cli
|
6 years ago |
cancel
|
e7b18481bb
|
Reformat
|
6 years ago |
cancel
|
393635d534
|
Fix mod-by-zero
|
6 years ago |
cancel
|
68fd711a23
|
Fix Mac Clang build
|
6 years ago |
Devine Lu Linvega
|
b5c616a3de
|
Added m
|
6 years ago |
cancel
|
dcb00be880
|
Add test basic 'a' function
|
6 years ago |
cancel
|
dd160f7bd7
|
Change to only link ncurses in tui
|
6 years ago |
cancel
|
3c8d899296
|
Change to use better error message for >1 file arg
|
6 years ago |
cancel
|
affc8ff2ab
|
Change to default to 1 tick
|
6 years ago |
cancel
|
f406736648
|
Change to fill bad file load chars with '.'
|
6 years ago |
cancel
|
4bb6966550
|
Change to invoke orca_run and reject bad time args
|
6 years ago |
cancel
|
ae16f05272
|
Add basic loading of grid fields from file
|
6 years ago |
cancel
|
94b57818a4
|
Change to use -Og in debug builds instead of -O0
Better debugging/warning
|
6 years ago |
Devine Lu Linvega
|
33fa5ff1b5
|
Updated examples
|
6 years ago |
cancel
|
f4ff0e71ad
|
Add basic printing of Field to stdout
|
6 years ago |
cancel
|
7616d6c699
|
Change to only build cli by default
|
6 years ago |
Devine Lu Linvega
|
e6b5f8508e
|
Extra build instructions
|
6 years ago |
Devine Lu Linvega
|
f2db883da2
|
Added notes to README
|
6 years ago |
cancel
|
c41c9befad
|
Split tui and cli executables
Now built as separate targets
|
6 years ago |
cancel
|
9b15b51c3f
|
Add example .orca files
|
6 years ago |
cancel
|
4846a23b20
|
Add sim.h/.c add stub for orca_run()
|
6 years ago |
cancel
|
44a39f8b8e
|
Clean up test drawing code to clear each frame
|
6 years ago |
cancel
|
88101b646a
|
Change to make quiet when invoking cc
|
6 years ago |
cancel
|
68beaa1129
|
Detect Darwin for use of ncurses instead of ncursesw
|
6 years ago |
cancel
|
8b9a95f9a2
|
Add test use of extended ncurses
|
6 years ago |
cancel
|
f0bf102bf4
|
Remove -fsanitize=leak for Mac compat
Should bring it back if/when we use a smarter build guy
|
6 years ago |
cancel
|
d7777edfa5
|
Simplify header includes
This makes some stuff have redundant includes, but we'll worry about
that more later when we actually have a lot of files.
|
6 years ago |