yquake2remaster/stuff
svdijk b3ba71c09a Quake2.ico: Recreated to have the same margins as the source PNG
The ImageMagick command to generate the ICO was:

convert Quake2.png \
    \( -clone 0 -resize 16x16 \) \
    \( -clone 0 -resize 32x32 \) \
    \( -clone 0 -resize 48x48 \) \
    \( -clone 0 -resize 64x64 \) \
    \( -clone 0 -resize 96x96 \) \
    \( -clone 0 -resize 128x128 \) \
    \( -clone 0 -resize 256x256 \) \
    \( -clone 0 -resize 512x512 \) \
    -delete 0 Quake2.ico
2015-11-18 18:59:53 +01:00
..
cmake/modules Move the new cmake directory into stuff/ to keep the top level clean 2015-08-11 21:24:17 +02:00
icon Quake2.ico: Recreated to have the same margins as the source PNG 2015-11-18 18:59:53 +01:00
misc Finally remove mkdir.exe 2014-02-08 10:08:04 +01:00
osx Fixed app template zip 2015-03-29 13:24:16 +09:00
cdripper.sh Use set -eu. 2012-04-30 09:03:59 +02:00
quake2-start.sh Redo "Simplify usage of $GSC_PID.", which was accidently undone. 2012-04-30 12:51:36 +02:00
yq2.cfg Don't bind ESCAPE in yq2.cfg 2015-10-28 17:54:39 +01:00