SimonN / LixD

Lix: Lemmings-like game with puzzles, editor, multiplayer
https://www.lixgame.com
132 stars 17 forks source link

Print Allegro DLL versions in graphical runmode #481

Closed SimonN closed 9 months ago

SimonN commented 10 months ago

Lix 0.10.19

I should print the Allegro DLL version (of the DLLs that Lix finds at runtime) somewhere in Lix's graphical runmode. I already print the enet DLL version when you connect to a networking server.

In the meantime, you can query Allegro DLL versions with:

lix.exe --allegro-version > a.txt

This prints x.y.z.r, where r is 0 for unstable and ≥ 1 for stable. Allegro 5.2.9.0 DLLs will thus print 5.2.9.1.

Details at Lemmings Forums

SimonN commented 9 months ago

Will be fixed in Lix 0.10.20. I'll print the Allegro DLL version in small print at the bottom of the main menu.