Commit graph

6 commits

Author SHA1 Message Date
Aleksei Voronov
9659d89f1e Move C/CPP libraries into a 'clibs' subdirectory for cleanliness 2023-03-15 12:22:00 +01:00
Aleksei Voronov
e18034cb3f Get rid of a bunch more defines that I'm not interested in
- FREEARC_INTEL_BYTE_ORDER and FREEARC_MOTOROLA_BYTE_ORDER: keep only intel byte order support, don't care about the rest
2023-03-07 09:23:30 +01:00
Aleksei Voronov
d5c52bae53 Reformat all of CPP code with clang-format 2023-01-11 10:08:59 +01:00
Aleksei Voronov
17d3b2b1a4 Convert the lot of the text files from cp1251 to utf8
2023 baby, yeah.
2023-01-10 13:27:20 +01:00
Aleksei Voronov
5bd67eebc4 Delete everything that I absolutely do not intend to even try to run
These are:
- GUIs
- Shell extensions
- FAR plugin (lol)
- Everything that has to do with supporting Windows
- Installers et al.
- Lua support

Things still don't compile though, at least not with a modern toolchain, but the problems seem
smaller than if I had tried to do the lot.
2023-01-10 12:48:09 +01:00
Aleksei Voronov
76d1e4fc4c Import original 0.67 freearc sources 2023-01-10 10:50:12 +01:00