summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2023-08-27*: switch to https URLs throughoutVito Caputo
The git:// URLs work fine but they're both easier to MITM (however unlikely) and more likely to be blocked if you're on something like a public library or corporate WiFi blocking everything but 80/443 traffic. Also while updating the README URL I made `git clone --recursive` the assumed supported method, anyone using such an old git can deal.
2022-11-08libansr: add libansr submoduleVito Caputo
preparatory commit for using .ans files directly for sprites
2020-04-19libix2: add libix2 submoduleVito Caputo
Add libix2 2D quadtree spatial index submodule, we need some quick 2D spatial searches for collision detection
2020-04-19libplay: add libplay submoduleVito Caputo
Pull in libplay for some timers, music smarts, SDL initialization and general structure
2020-04-18libstage: add libstage submoduleVito Caputo
Pull in libstage for a drawing list
© All Rights Reserved