Michael Cook (mackal)

Results 26 issues of Michael Cook (mackal)

Currently if we need to handle combines with some scripting we do this in global/global_player.ext. This does not scale very well. To correctly implement DoN cultural tradeskills we will likely...

Feature / Enhancement

All our supported compilers support strongly typed enums now, so we should make use of them where appropriate. These provide stronger type safety which also means we may need to...

Feature / Enhancement

The custom-fpu changes aren't really tested since I can't, but they apply and I think they do the same thing?

There is now a LICENSE file in root

app-editors/neovim-0.10.0 has one of it's libraries referenced by a full path, which seems to be causing it want to rebuild. On my system scanelf shows: /usr/bin/nvim;nvim;;libluv.so.1,libvterm.so.0,/usr/lib64/lua/5.1/lpeg.so,libmsgpack-c.so.2,libtree-sitter.so.0,libunibilium.so.4,libluajit-5.1.so.2,libm.so.6,libuv.so.1,libc.so.6;ELFCLASS64 In the LibCheck.search() function...