Commit Graph

4 Commits

Author SHA1 Message Date
Jan Engelhardt
dee5467748 Resolve 160 instances of -Wchar-subscript
`char` is unsigned on some platforms, which breaks the assumption it
can hold value -1. The simple fix is to replace it by int8_t, which
gives compatibility with x86 platforms where Descent3 usually was
delivered on.

Descent3/attach.cpp:668:47: warning: array subscript has type "char" [-Wchar-subscripts]
2025-06-07 01:58:55 +02:00
Azamat H. Hackimov
68f8771845 Fix compilation of editor 2024-09-25 23:47:03 +03:00
Louis Gombert
86cce1e445 Run clang-format on editor code 2024-06-15 20:12:48 +02:00
Louis Gombert
0fa8705291 Move internal level editor into main tree 2024-06-07 21:41:40 +02:00