~devilutionx/+git/devilutionX:xad

Last commit made on 2021-03-14
Get this branch:
git clone -b xad https://git.launchpad.net/~devilutionx/+git/devilutionX

Branch merges

Branch information

Name:
xad
Repository:
lp:~devilutionx/+git/devilutionX

Recent commits

4c6b17f... by Xadhoom <>

Network packets should have network byte order

ccba2fb... by Xadhoom <>

Allow running the game and tests simultaneously

2e3bb92... by AJenbo

:bug: Fix uninitialized values for items generated in a loop

Fixes #1121

3363e8f... by Gleb Mazovetskiy

Remove extern C from engine.h

The headers don't actually work with C as they're now.

A better long-term solution should be able to use idiomatic C++ throughout
and expose things to other languages via a separate C API layer.

Fixes #1178

e4212a0... by Gleb Mazovetskiy

Try uppercase DIABDAT.MPQ (#1184)

It's uppercase in GOG and on the retail CD.
Other MPQs are not known to be uppercase.

d778852... by AJenbo

:arrow_up: Bump CMake to 3.13

This allows us to have variables set in the toolchains which cleans up
the main file a bit.

9ea8511... by AJenbo

:bug: Disable LTO for Windows builds (#1182)

8e8e316... by AJenbo

:bug: Only load hotkeys on new game

6db6974... by gogo

Small update in README.md Ubuntu instructions, bolding text

cb1016a... by AJenbo

:rotating_light: Fix a handful of warnings from Clang