Skip to content

Tags: smallmodel/openmohaa

Tags

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix configstring replacement causing the model to be referenced twice…

… on base MOHAA clients (openmoh#779)

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was signed with the committer’s verified signature.
Automatically generate a prerelease

latest

Toggle latest's commit message

Verified

This commit was signed with the committer’s verified signature.
Automatically generate a prerelease

dev

Toggle dev's commit message

Verified

This commit was signed with the committer’s verified signature.
Rename latest prerelease to dev

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was signed with the committer’s verified signature.
Stop cinematic when clearing the state

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix duplicated configstrings

This caused issues such as clients crashing as they were improperly unregistering used models

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Update release action version

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Make the trace functions properly match with the original game

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Remove the architecture suffix from binary names

- Avoids conflicts with third-party DLLs (like SDL, OpenAL) which have no suffix.
- Easier to build an installer and document.
- More clarity as the architecture is already indicated in the archive name.
- Simplifies launchers & automation (no need to guess the architecture).
- The architecture is still visible when typing `version` in the console or when the executable starts

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Add a quote to the first command-line path.

This fixes an issue where the game wouldn't load DLLs from the same folder when a space was present in the full binary path.