Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-11 | link against shlwapi.dll on Windows for PathIsRelative() | Robin Haberkorn | 1 | -0/+4 | |
2012-10-05 | interpret font paths relative to configured system path | Robin Haberkorn | 1 | -0/+9 | |
* on Windows, SYSTEMROOT\fonts\ is assumed (untested) | |||||
2012-10-04 | rewritten recorder using ffmpeg libs (without SDL_ffmpeg) | Robin Haberkorn | 1 | -5/+4 | |
* SDL_ffmpeg was broken and is hard to get * my implementation allows specifying an output codec. if the codec supports the screen's pixel format, no conversion is performed saving lots of performance (also beneficial for post-processing a recorded video) | |||||
2012-10-03 | use ffmpeg API to set a recorded frames presentation timestamp | Robin Haberkorn | 1 | -1/+1 | |
* fixes asynchronity of displayed and recorded graphics * also use the configured framerate instead of a hardcoded one | |||||
2012-10-03 | added video recorder based on SDL_ffmpeg | Robin Haberkorn | 1 | -0/+7 | |
2012-10-02 | added text layers based on SDL_ttf | Robin Haberkorn | 1 | -0/+7 | |
2012-09-29 | several MinGW buildsystem fixes | Robin Haberkorn | 1 | -2/+14 | |
* add package CFLAGS to CPPFLAGS so that header checks work correctly * add SDL's CFLAGS only to CPPFLAGS - fixes building libtool wrapper scripts which were using the CFLAGS (-Dmain=SDL_main) * add -mconsole to libs | |||||
2012-09-29 | libtool links against ws2_32.dll automatically | Robin Haberkorn | 1 | -2/+0 | |
2012-09-28 | ensure that chuck wrapper's lib.ck contains the installation path | Robin Haberkorn | 1 | -2/+5 | |
a custom Makefile rule must be used since the *dir output variables are not fully expanded | |||||
2012-09-28 | fixed using compat/ headers if BSD headers are not detected during configure | Robin Haberkorn | 1 | -3/+2 | |
could have also used HAVE_BSD_SYS_QUEUE_H define but setting up the build system appropriately is cleaner | |||||
2012-09-28 | autotools based build system | Robin Haberkorn | 1 | -0/+92 | |