~dokomix/dokomix/+git/taisei:emscripten-pch

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

Branch merges

Branch information

Name:
emscripten-pch
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

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

turn on precompiled headers for emscripten

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

16d00b5... by Andrei Alexeyev <email address hidden>

build: make -Wreturn-type an error