Commit graph

15 commits

Author SHA1 Message Date
Chearii
19fdf19eb4 Add baked offset parameters 2025-08-23 11:20:14 -05:00
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
bf0041644a Add destroyed kart effects
- Removed hitlag sparks and extra quakes from player death
- Removed dontdraw flag from NO CONTESTED player
- Moved most dead kart code to objects/destroyed-kart.cpp
2024-03-31 00:58:14 -07:00
James R
9d0650786e srb2::Mobj: add exact_hitlag method 2024-03-30 22:36:05 -07:00
James R
52449bdb5e srb2::Mobj: fix state call on player 2024-03-30 22:35:51 -07:00
James R
7f95e8f0da srb2::Mobj: add linkdraw methods 2023-11-28 06:32:52 -08:00
James R
b4be1d5e9c srb2::Mobj: add aabb method, returns standard bounding box 2023-11-27 04:55:44 -08:00
James R
e88b3c2bdd srb2::Mobj: add sprite scaling/offsetting methods 2023-11-27 04:55:44 -08:00
James R
7656edc91a srb2::Mobj: add bouncing methods 2023-11-27 04:55:44 -08:00
James R
5cbb11cbfc srb2::Mobj: add hitlag methods 2023-11-27 04:55:44 -08:00
James R
5cd6bf81f7 srb2::Mobj: fix scaling functions, use P_SetScale 2023-11-27 04:55:44 -08:00
James R
e9a63bf4f0 srb2::Mobj: type alias fixed, vec2; always use fixed instead of fixed_t 2023-11-27 04:55:44 -08:00
James R
1cadcf8804 Add srb2::Mobj::voice_reduced 2023-11-25 05:10:51 -08:00
James R
063d7946a3 mobj.hpp: add srb2::Mobj class, abstraction around mobj_t
API is still a work in progress and is not yet
comprehensive.
2023-11-22 19:04:30 -08:00