This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
310ef73aa8
vkdoom_m
/
src
/
rendering
/
2d
History
Download ZIP
Download TAR.GZ
Chronos Ouroboros
c64fafc490
Merge pull request
#701
from Doom2fan/DirectNativeShape2D
...
Added direct-native versions of the Shape2D API.
2019-11-07 18:49:53 -03:00
..
f_wipe.cpp
- fix burn crash on vulkan
2019-05-09 17:55:29 +02:00
f_wipe.h
- fix building on case sensitive systems
2019-02-23 13:51:24 -05:00
v_2ddrawer.cpp
Added direct-native versions of the Shape2D linear transform API.
2019-10-19 05:25:31 -03:00
v_2ddrawer.h
- added a linear transformation system to Shape2D so that things like rotations and scales can be changed without having to clear and push a large amount of data
2019-06-08 14:05:32 +02:00
v_blend.cpp
- fix building on case sensitive systems
2019-02-23 13:51:24 -05:00
v_draw.cpp
Fixed ZScript's Screen.DrawLine using the wrong color when drawing pure black.
2019-10-26 13:42:24 -03:00
v_drawtext.cpp
- refinement of font substitution logic.
2019-04-22 10:23:28 +02:00