exult-engine:v1.6.x

Last commit made on 2021-01-08
Get this branch:
git clone -b v1.6.x https://git.launchpad.net/exult-engine

Branch merges

Branch information

Name:
v1.6.x
Repository:
lp:exult-engine

Recent commits

ebec387... by Mitchell Blank Jr <email address hidden>

Fix compile for xuc.cc on Xcode12

The 1.6 release fails to complie on Xcode 12.1 because of "byte"
conflicting with "std::byte". I noticed that this was already
renamed "byteval" in the master branch (part of the larger set
of changes in d7998ecace00daa0469494377f916db386396406).
I thought it would be useful to backport this to the v1.6.x
branch as well.

572cd2f... by DominusExult <email address hidden>

short clarification of the v1.6.x branch purpose

970598d... by Marzo Sette Torres Junior <email address hidden>

Add GPLv2 badge

Also, swapped Travis CI badge for Shields.io badge so that CI can be specified in the badge.

a3c4478... by Marzo Sette Torres Junior <email address hidden>

Adding README.md

Has a basic introduction, links to full documentation, and shows our Travis CI/Coverity/CodeFactor badges.

59b82c4... by Marzo Sette Torres Junior <email address hidden>

Updating INSTALL

Patch by Dragon Baroque

f8cc976... by Marzo Sette Torres Junior <email address hidden>

Fixed disappearing SI stove bug

As it turns out, the stove in SI has an empty frame which Exult would
happily use. The stove was still there, just invisible.

3895765... by Marzo Sette Torres Junior <email address hidden>

Respecting CXXFLAGS by default in configure

Unless --with-optimization (resp. --with-debug) is specified, then
optimization (resp. debug symbol) flags in CFLAGS and CXXFLAGS will
ibe respected.

This fixes issue #38 "configure strips/overwrites user-supplied CXXFLAGS"

70ce1da... by Marzo Sette Torres Junior <email address hidden>

Fixing narrowing conversion errors on ARM

Fixes the reported errors shown on issue #37 "Narrowing conversion
error in recent gccs". There may be more.

f8935d5... by Kirben

Compilation fix for older GCC version.

aa1e276... by Kirben

WIN32: Update Windows installer for tools, to use SDL2.