Semphriss 100bc052bc Added add-on creator (#1890) 2 years ago
..
SDL_SavePNG 079f9d875e Added https://github.com/driedfruit/SDL_SavePNG 5 years ago
SDL_ttf @ 8324741c73 a4954a117a Fix compilation of SuperTux with RAQM (#1114) 5 years ago
discord-sdk @ e4c0c569ec 55a4a5a0d0 Implement the Discord SDK (Basics) 3 years ago
findlocale afbae58a61 findlocale: Move VERSION to VERSION.txt 3 years ago
obstack 1c67f68d48 Make the code compatible with msvs 9 years ago
partio_zip 100bc052bc Added add-on creator (#1890) 2 years ago
physfs @ 36504d7207 d13cd603f9 Update physfs to latest stable-3.0 branch 5 years ago
sexp-cpp @ 6018831abc 6627ddd58e Revert "Revert weluvgoatz's accidental commit" 4 years ago
squirrel @ dda695e95f af9ed27123 Update squirrel submodule 6 years ago
tinygettext @ 355659015e 4c775cd75d Revert tinygettext vcpkg commit 5 years ago
README cf67446bf0 Add documentation where SDL_ttf came from 5 years ago

README

findlocale/
* findlocale-0.46.tar.gz from http://icculus.org/~aspirin/findlocale/

SDL_SavePNG/
* https://github.com/driedfruit/SDL_SavePNG

SDL_ttf/
* SDL_ttf upstream is hg, this repository is based on a hg->git conversion done with:

hg clone https://hg.libsdl.org/SDL_ttf/ SDL_ttf.hg
mkdir SDL_ttf.git
cd SDL_ttf.git
git init
hg-fast-export -r ../SDL_ttf.hg
git checkout HEAD


# EOF #