3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 10 months ago.
Jun 15, 2022 — Jun 15, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Fix] examples: Silence Clang warning in portaudio.h. More... 4 months ago
[Var] It'S 2024 now ... More... 4 months ago
[New] build: CI: Cirrus: Add macOS 14 and XCode 15. More... 4 months ago
[New] build: CI: Cirrus: Add FreeBSD 14.0. More... 4 months ago
[Mod] build: CI: Cirrus: Add doxygen package for FreeBSD. More... 4 months ago
[Fix] build: CI: Github: Remove FreeBSD to 12.4 which is EOL. More... 4 months ago
[Fix] build: CI: Cirrus: Remove FreeBSD to 12.4 which is EOL. More... 4 months ago
[Fix] When opening a .lnk file, the OPENFILENAME struct contains inconsistent information - filename and extension offsets are in terms of the .lnk file, but the filename we retrieve is actually the resolved filename, leading to invalid string access if the location of the resolved filename is shorter, and just incorrect results if it's at least as long as the .lnk location. Do not trust nFileOffset/nFileExtension and just split the string ourselves, as we do in other places (https://bugs.openmpt.org/view.php?id=1739). More... 4 months ago
[Mod] build: CI: GitHub: Use multi-step CPA. More... 4 months ago
[Mod] build: CI: GitHub: Update CPA to v0.22.0. More... 4 months ago
[Ref] Silence cppcheck false-positive. More... 4 months ago
[Ref] Opal: Silence cppcheck false-positive. More... 4 months ago
[Var] build: CI: Github: Update to actions/checkout@v4. More... 4 months ago
[Ref] Plugin Bridge: Silence the last 2 MSVC static analyzer false-positives. More... 4 months ago
[Ref] Plugin Bridge: Cleanup indentation. More... 4 months ago
[Reg] build: Emscripten: Remove support for emscripten older than 3.1.51. This allows removing 2 work-arounds from the build system. More... 4 months ago
[Fix] build: CI: GitHub: Work-around brain-damaged GitHub Homebrew images, again. More... 4 months ago
[Fix] build: CI: GitHub: Work-around brain-damaged GitHub Homebrew images, again. More... 4 months ago
[Fix] Fix compilation. More... 4 months ago
[Ref] Silence warning. More... 4 months ago
[New] Sample tab: Can now convert sustain loops to normal loops and vice versa. If both loop types are set, the commands swap the two loops. More... 4 months ago
[Fix] Pattern tab: Data Entry could insert volume column commands even in MOD format when turning "virtual" default volume commands into real commands. This feature of Data Entry is now disabled for MOD files, as the alternative - moving the newly-added command to the effect column - would be counter-intuitive (https://bugs.openmpt.org/view.php?id=1738). More... 4 months ago
[Doc] Fix typo. More... 4 months ago
[Var] python: Update to v3.12.1. More... 5 months ago
[Mod] Test: Remove the usage of --pre-js for emscripten test suite builds and use inline EM_ASM() instead, as this is more compatible with closure. See <https://github.com/emscripten-core/emscripten/issues/20810#issuecomment-1839167438> and <https://github.com/emscripten-core/emscripten/issues/20810#issuecomment-1839335857>. More... 5 months ago
[Fix] Fix typo. More... 5 months ago
[Fix] Test: Add missing endl; More... 5 months ago
[Fix] build: Makefile: Emscripten: Only export malloc() and free() in actual shared library builds. Exporting it also for executables fails because then main() does not get exported any more. See also <https://github.com/OpenMPT/openmpt/pull/16>. Fixes <https://bugs.openmpt.org/view.php?id=1737>. More... 5 months ago
Revert r19948. Breaks the build. This is not fun at all. More... 5 months ago
Revert r19947. Breaks library build. More... 5 months ago