Marzo Sette Torres Junior
Marzo Sette Torres Junior
Kind of a reminder to myself. In terminal: - [ ] When started from Exult on Windows, Exult should connect stdout and stderr from ES to the terminal. - [...
One thing I have been thinking of is swapping our build system to cmake. From the perspective I am looking at, it has the following advantages: - It works on...
This is something I have been considering for some time. Gtk+ code is obtuse, verbose, and error prone because it is a C API. It also would generate a huge...
Fixes nickdiego/compiledb#134
When building a compilation DB from a Makefile using compdb, objective C (.m) and objective C++ (.mm) source files are not used to try to infer header files from them.
In the past, `clang-tidy` checks run by `clangd` appeared as problems in the "Problems" panel. Recently, I noticed that they no longer do. Other issues found by `clangd` (compiler warnings...
This is an in-progress rework I am working on for wrapping SDL events and unifying input code and event loops in Exult. The new event manager is mostly done, I...
### Discussed in https://github.com/exult/exult/discussions/376 Originally posted by **Zhelkas** July 29, 2023 Hey all, I just finished a playthrough of U7:BG with the Black Gate Keyring mod, with Exult 1.9.0. I...
Some design documentation for Agil (the original usecode language) seem to suggest a few mismatches with the way Exult currently handles a few things. The [documentation in question](https://gallery.ultimacodex.com/ultima-7-design-documents-the-agil-usecode-language/). WtF Dragon...
One thing I was thinking to make usecode easier to read/write (particularly in the French and German translations) is making UCXT dump the text as unicode (maybe as an option),...