~dokomix/dokomix/+git/taisei:typos-08-2021

Last commit made on 2021-08-06
Get this branch:
git clone -b typos-08-2021 https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
typos-08-2021
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

518a6ac... by Alice D <email address hidden>

fix some typos and awkward wording

c6a6bda... by Alice D <email address hidden>

build,ci: turn on precompiled headers for emscripten (#315)

c353818... by Andrei Alexeyev <email address hidden>

boss: add boss_add_attack_task_with_args()

61d2d18... by Andrei Alexeyev <email address hidden>

gl33: only regen auto mipmaps if texture is to be used in the next draw

7e58ebe... by Andrei Alexeyev <email address hidden>

gl33: fix linear-to-nearest filter remapping for unfilterable textures

9666bae... by Andrei Alexeyev <email address hidden>

Fix gcc11 warnings

5b5767a... by Andrei Alexeyev <email address hidden>

pixmap/png: shut up bogus GCC -Wclobber warning

b4e0747... by Andrei Alexeyev <email address hidden>

pixmap: refactor

* Split conversion-related code into a separate file.
* Renamed loaders to fileformat handlers.
* Added API for exporting into one of the supported file formats.
* Replaced serialization APIs with an "internal" fileformat capable of
  of storing any Pixmap. It is identical to the serialization format.
* Removed PNG writing code from video_screenshot_task, now using the new
  pixmap export API instead.

1840c85... by Andrei Alexeyev <email address hidden>

stages: add empty templates for custom entity types

edac2df... by Andrei Alexeyev <email address hidden>

camcontrol: fix -Wreturn-type