~devilutionx/+git/devilutionX:fabiensanglard

Last commit made on 2020-01-26
Get this branch:
git clone -b fabiensanglard https://git.launchpad.net/~devilutionx/+git/devilutionX

Branch merges

Branch information

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

Recent commits

966b66e... by AJenbo

Implement fabiensanglard render mode (press R)

7f699db... by AJenbo

Remove more legacy savegame code

This code was only active in versions prior to 1.08

e1c7ad0... by Gleb Mazovetskiy

OpenDingux/RetroFW: Build improvements

1. Use RetroFW buildroot directly as it is now open-source.
2. Build in separate build directories.
   This lets us build them in parallel and preserves cmake cache across build.

0be2a08... by AJenbo

Try to clearify install instructions

3eb820c... by Gleb Mazovetskiy

RG350 buildroot: Only build dependencies

Previously, there was an issue with the RG350 buildroot that necessitated building the entire thing.
That issue has been fixed and we can now build only the minimal set of dependencies (same as we do for RetroFW).

0983fb9... by gogo

Fix Debian, Ubuntu multiarch building (#531)

aba60c5... by Max Desiatov <email address hidden>

Fix OOB in missiles.cpp

MFILE_NONE does not correspond to the last item of misfiledata array and
is actually greater than the length of that array causing out-of-bounds
crash on iOS (reproduced when applying rogue's Disarm Trap skill).

8d0c600... by AJenbo

Fix compiler warning

29881d2... by Samuel-DEVULDER <email address hidden>

Fixed endianess issue in SetMapMonsters

2dcf237... by AJenbo

Treat booleans as bool

The engine should now be stable/clean enough to hanlde all bool types as
bool