~devilutionx/+git/devilutionX:inv

Last commit made on 2022-03-25
Get this branch:
git clone -b inv https://git.launchpad.net/~devilutionx/+git/devilutionX

Branch merges

Branch information

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

Recent commits

a76e24d... by AJenbo

Clean ups

5757562... by AJenbo

Clean up inventory code

ef669d3... by AJenbo

Invalidate removed inventory items

fc9ed90... by Oleksandr Kalko <email address hidden>

UK TL: Reach 85% of translated content

69dbe0b... by AJenbo

Promote additional sumbols to the core fonts

General Punctuation
Superscripts and Subscripts
Currency Symbols
Combining Diacritical Marks for Symbols

d0f351d... by AJenbo

Fix splitting gold

c884f1a... by Gleb Mazovetskiy

An option to RLE-compress masked art

Saves about 200 KiB RAM in dungeon at a large performance cost.
Almost never a good idea, except for severely RAM-constrained devices (e.g. RG99).

2f22d94... by Gleb Mazovetskiy

Remove `OwnedCelSprite::Unowned` method

Conversion is already provided by the `CelSprite(const OwnedCelSprite &)` constructor.

e2dbbb3... by Gleb Mazovetskiy

CelSprite: Unify width storage

Reduces the size of a CelSprite by taking advantage of the fact that
16-bit pointers are aligned, so the last bit is always 0.

8a3cfb5... by AJenbo

Enable buying with gold from stash (#4218)