~trebelnik-stefina/cinnamon-test/+git/devilutionx-packaging:update_readme_md

Last commit made on 2021-03-13
Get this branch:
git clone -b update_readme_md https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/devilutionx-packaging

Branch merges

Branch information

Recent commits

1146641... by gogo

Add Ubuntu PPA repos to README.md

1407460... by AJenbo

:bug: Correct requirement line in stores

Fixes #1167

8b8caf5... by AJenbo

:bug: Fix quests not activating on Windows

Compare _uniqtype instead mName
Fixes #1152

069195e... by AJenbo

:green_heart: Fix 3DS builds

71c7a54... by AJenbo

:rotating_light: Fix SDL1.2 warnings

ae22644... by Gleb Mazovetskiy

CelOutputBuffer: Recover lost performance

Makes `RenderLine` hotspot manipulate the buffer directly again.

FPS: 195 -> 275

cd59a1c... by Gleb Mazovetskiy

Completely replace gpBuffer with CelOutputBuffer

`CelOutputBuffer` now contains an `SDL_Surface` and an `SDL_Rect`.

We now have access to SDL surface manipulation functions.

`gpBuffer` and `gpBufEnd` are completely gone 🧹

This results in some FPS loss (250 -> 195) recovered in a subsequent
commit.

fe1004f... by Gleb Mazovetskiy

Remove unused SCREENXY macro

4b45b64... by Gleb Mazovetskiy

Migrate scrollrt_draw_cursor_back_buffer away from gpBuffer

afa3a6b... by Gleb Mazovetskiy

Migrate capture.cpp away from gpBuffer