Commit Graph

11 Commits

Author SHA1 Message Date
jonschz
cec1be50f7 Fix data type 2025-05-12 14:52:08 +02:00
jonschz
84d3fc1582 Kinda fix the flow using gotos 2025-05-12 14:52:08 +02:00
jonschz
2c469af6bf Fix decrement code duplication 2025-05-12 14:52:08 +02:00
jonschz
b249757c54 small fixes 2025-05-12 14:52:08 +02:00
jonschz
7fa55f8425 Save progress (good example for new line annotation diff output) 2025-05-12 14:52:08 +02:00
jonschz
103f52ccef Add more small fixes 2025-05-12 14:52:08 +02:00
jonschz
608faafe9e Fix initial variable setup 2025-05-12 14:52:08 +02:00
jonschz
36536c530b WIP: save progress with line annotations 2025-05-12 14:52:08 +02:00
jonschz
958a097cf6 Add code from GitHub 2025-05-12 14:52:07 +02:00
MS
5e0dc1a160
Beta match progress for flic.cpp (#1162) 2024-11-22 01:07:40 +01:00
Nathan M Gilbert
ff04b0ba5a
Implement FLIC (#481)
* Implement FLIC

* Refactor/style

* Remove library_flic.h

* Exclude flic.cpp from naming

* Temporary workaround

* Fix type

* Fix bugs in FLC decoding, and cleanup

* Fix braces

* Match ClampLine

* Fix struct type

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-02-29 18:00:57 +01:00