~dokomix/dokomix/+git/taisei:rewriggle

Last commit made on 2023-08-20
Get this branch:
git clone -b rewriggle https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
rewriggle
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

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

stage3: replace night ignite with a new spell card

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

common_tasks: add RADIAL_LOOP helper macro

Helps with writing radially symmetrical patterns.

Replace this:

 int cnt = 69;
 cmplx dir = initial_dir;
 cmplx turn = cdir(M_TAU/cnt);
 for(int = 0; i < cnt; ++i, dir *= turn) {
  pew_pew(dir);
 }

with this:

 RADIAL_LOOP(l, 69, initial_dir) {
  pew_pew(l.dir);
 }

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

projectile: fix .prevpos being set incorrectly

This broke collision lerping, and automatic angle calculation in cases
where position is influenced by external tasks. A stage 2 pattern seems
to have relied on this broken behavior, and was also fixed.

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

external: update gamecontrollerdb

d428063... by laochailan <email address hidden>

stage4: make animate wall more wally

78836e6... by laochailan <email address hidden>

stage4: center hex fairy lattice

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

build: update shaderc wrap to 2023.5

0bc32cc... by Andrei Alexeyev <email address hidden>

build: update glslang wrap to 12.3.1

4f4c9ec... by Andrei Alexeyev <email address hidden>

build: update SPIRV-Tools wrap to 2023.2

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

build: update SPIRV-Headers wrap to sdk-1.3.250.1