This commit is contained in:
Pieter-Jan Briers
2017-06-15 05:42:48 +02:00
committed by Silver
parent e707138d14
commit afe3913893
651 changed files with 20381 additions and 20385 deletions

View File

@@ -1,5 +1,5 @@
..\..\Downloads\gource-0.35.win32\gource -1280x720 -a 1 -s 4 -c 2 --key --camera-mode overview --title SS13 --hidemouse,filenames --logo ..\..\Downloads\gource-0.35.win32\forumbuttonbg.png --max-user-speed 300
capture using fraps, recode using ffmpeg:
ffmpeg -i "c:\path-to-input-moive.avi" "C:\path-to-output-movie.webm"
..\..\Downloads\gource-0.35.win32\gource -1280x720 -a 1 -s 4 -c 2 --key --camera-mode overview --title SS13 --hidemouse,filenames --logo ..\..\Downloads\gource-0.35.win32\forumbuttonbg.png --max-user-speed 300
capture using fraps, recode using ffmpeg:
ffmpeg -i "c:\path-to-input-moive.avi" "C:\path-to-output-movie.webm"

View File

@@ -1,5 +1,5 @@
@echo off
if not exist out goto END
rmdir/s /q out
:END
echo Cleanup Executed successfully.
@echo off
if not exist out goto END
rmdir/s /q out
:END
echo Cleanup Executed successfully.

View File

@@ -1,21 +1,21 @@
@echo off
if exist out goto continue
:cleanup
call cleanup.bat
goto gen
:gen
mkdir out
cd ..\..\
svn log --xml -v svn://games.ques.to/ss3d/ss3d/trunk > Tools\statsvn\out\svn.log
cd Tools\statsvn\out
java -jar ..\statsvn.jar -threads 5 -exclude "Lidgren.Network/**:Media/**" -include "**/*.cs:**/*.xml" svn.log ..\..\..\
cd ..
goto end
:continue
SET /P ANSWER=stat output dir is not empty. Continue (Y/N)?
if /i {%ANSWER%}=={y} (goto cleanup)
if /i {%ANSWER%}=={Y} (goto cleanup)
goto end
:end
@echo off
if exist out goto continue
:cleanup
call cleanup.bat
goto gen
:gen
mkdir out
cd ..\..\
svn log --xml -v svn://games.ques.to/ss3d/ss3d/trunk > Tools\statsvn\out\svn.log
cd Tools\statsvn\out
java -jar ..\statsvn.jar -threads 5 -exclude "Lidgren.Network/**:Media/**" -include "**/*.cs:**/*.xml" svn.log ..\..\..\
cd ..
goto end
:continue
SET /P ANSWER=stat output dir is not empty. Continue (Y/N)?
if /i {%ANSWER%}=={y} (goto cleanup)
if /i {%ANSWER%}=={Y} (goto cleanup)
goto end
:end