Vankata453 7aad14cf28 Squirrel: Fix inaccessible class member variables, improvements (#3031) il y a 3 mois
..
SDL_SavePNG 079f9d875e Added https://github.com/driedfruit/SDL_SavePNG il y a 6 ans
SDL_ttf @ 3b5d087966 3e405fe0a6 update sdl_ttf il y a 9 mois
discord-sdk @ f08a154ecc 556624f3c5 Remove duplicate declaration in .clang-format, fixes Windows builds (#2971) il y a 5 mois
findlocale afbae58a61 findlocale: Move VERSION to VERSION.txt il y a 4 ans
fmt @ d141cdbeb0 7d51c1d1b8 Replace boost::format with fmt::format il y a 2 ans
glm @ 5c46b9c070 0dc40254b5 Fix WASM builds il y a 1 an
obstack 1c67f68d48 Make the code compatible with msvs il y a 9 ans
partio_zip 81809dd5e6 Fix problem with GCC 11 and Partio's ZIP manager (missing #include <memory>) il y a 2 ans
physfs @ eb3383b532 51ca3d6955 Update PhysFS to 3.2.0 il y a 7 mois
sexp-cpp @ 6018831abc 6627ddd58e Revert "Revert weluvgoatz's accidental commit" il y a 5 ans
simplesquirrel @ 03046696c5 7aad14cf28 Squirrel: Fix inaccessible class member variables, improvements (#3031) il y a 3 mois
tinygettext @ cbd7e8b806 1fa2a76c84 Revert "Update tinygettext submodule" il y a 6 mois
README cf67446bf0 Add documentation where SDL_ttf came from il y a 6 ans

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 #