~dokomix/dokomix/+git/taisei:remastered-staging

Last commit made on 2022-05-01
Get this branch:
git clone -b remastered-staging https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
remastered-staging
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

83dc767... by Alice D <email address hidden>

Dockerfiles (#278)

* add Dockerfiles, Makefile, and .dockerignore

* move makefile to other branch, add new pip lib

* Dockerfile work

* stashing changes, but Windows ANGLE build is almost working

* actually compiles ANGLE

* fix one typo

* more refactoring

* more 'fixes'

* deck chairs on the titanic

* it absolutely must be Visual Studio and not Build Tools because Google

* moar space

* this ACTUALLY builds ANGLE in a container, yay

* stashing makefile changes

* move dockerfile directories, port over changes from fork

* cleanup

* change filename

* pre-emptive PR changes, move to misc/ci/

* use proper build args

* Dockerfile for building Switch tools for GHA

* less deps for switch dockerfile

* windows dockerfile improvement

* clean up Dockerfiles, move Docker-specific Makefile to /misc/ci

* make this actually work

* add gnupg

* bump switch/debian version in dockerfile

* package name change for Switch dockerfile

* update and remove cursed ANGLE build (we have GHA for that now)

* remove last of ANGLE build nightmare

* new Windows build image file

74e02a4... by Alice D <email address hidden>

fix meson commands

282dd4c... by Alice D <email address hidden>

always upload logs in CI

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

build,ci: emscripten updates

90cc06b... by Andrei Alexeyev <email address hidden>

main: disable SDL_HINT_EMSCRIPTEN_ASYNCIFY on emscripten

We don't rely on this functionality

2151d3e... by Andrei Alexeyev <email address hidden>

replay: avoid silly gcc7 warning

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

scripts: support building universal macOS .dmg (#338)

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

stage: don't hot-reload while playing a replay

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

stage: add stage_load_quicksave() public API

Equivalent to pressing the quickload hotkey. Can be used in stage logic
code to create temporary "loops" during development.

85b2f32... by Andrei Alexeyev <email address hidden>

menu/options: use draw_menu_list()

This fixes controls menu overflowing the screen in dev builds.