Eidolon
a4d304a1f5
Update copyright years to 2025
2025-02-13 15:32:26 -06:00
Sally Coolatta
7dfa597c7d
SRB2 -> DRRR copyright in src, acs, android folder
...
Be consistent with toaster's recent changes to copyright
2024-04-05 02:08:23 -04:00
James R
9adf6e9568
srb2::Draw: add clip method, optionally switch between draw chain's cliprect or global cliprect
2024-01-26 15:12:46 -08:00
James R
510c82ca6d
srb2::Draw: inherit global cliprect by default
...
- Let srb2::Draw be mixed seamlessly with C-style
V_SetClipRect
2024-01-26 15:12:46 -08:00
James R
45a9042650
srb2::Draw: relax type on colormap/colorize color argument
...
Lets you pass player_t.skincolor directly to the methods
without using static_cast<skincolornum_t>.
No, I don't want type safety on enums, this is SRB2.
2024-01-26 14:30:56 -08:00
James R
76b0639d78
v_draw.hpp: fix r_draw.h being included inside srb2 namespace
2024-01-12 05:01:12 -08:00
James R
d2ca5d6506
v_draw.cpp, v_draw.hpp: add srb2::Draw, 2D drawing abstraction
2023-04-28 12:50:25 -07:00