~dokomix/dokomix/+git/taisei:newlasers

Last commit made on 2019-06-02
Get this branch:
git clone -b newlasers https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

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

Recent commits

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

wip texturable lasers

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

wip player spell cutouts

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

dialog 2 electric boogalo

2c93465... by Andrei Alexeyev <email address hidden>

afens art test

2fec4bf... by Andrei Alexeyev <email address hidden>

text: fix bboxes, overlay TCs; add "overlay projection" parameter

The "overlay projection" allows specifying a rectangle, in the same
coordinate system as the text position, that will be used instead of the
text's BBox to compute overlay texture coordinates. This is useful to
apply an overlay effect to variably-sized text in a consistent fashion,
without having to rely on RTT.

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

renderer: *slightly* more consistent coordinate system; it's still a god-damn mess though

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

gl33: make the stupid framebuffer swap hack slightly more correct

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

VFS: streamline path separators; only allow /, even on windows

System paths are also normalized properly in more places now

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

remove dead code

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

jump through some hoops for LLVM wasm backend compat