aboutsummaryrefslogtreecommitdiff
path: root/stockton-levels
AgeCommit message (Collapse)Author
2024-08-25fix(render-bsp,textures): broken movement and textures testtcmal
2024-08-25feat(levels): add get_texture method to HasTextures traittcmal
2024-08-25fix(levels): fix invalid texture co-ords for verticestcmal
2024-08-25feat(levels): coord system types and swizzlingtcmal
the room is now the right way up! yay!
2024-08-25refactor(all): use new traits-based levels everywhere else.tcmal
unfortunately this also starts using an unstable feature - generic_associated_types see rust-lang/rust#44265
2024-08-25refactor(all): move stockton-bsp to this repo and start using traitstcmal