summaryrefslogtreecommitdiff
path: root/bg1
AgeCommit message (Collapse)Author
2010-02-09Upgrade license to GPLv3+Nick White
After talking with Nick & Tasos, upgrade license to GPLv3+
2010-02-09Use . rather than source to avoid bashismNick White
2009-08-16Work around unshield bugNick White
Basically, if extracting to a directory which was not itself lowercase, unshield would fail. This patch cds to the directory first, to work around the issue. http://sourceforge.net/tracker/?func=detail&aid=2801016&group_id=30550&atid=399601
2009-07-02Merge branch 'master' of http://git.njw.me.uk/gemrb-gameinstallersNick Daly
Conflicts: auto-installer.sh
2009-06-23pass unshield options before extract commandTasos Latsas
2009-06-23Sanitise copying furtherNick White
2009-06-06Created and integrated teardown method.NickDaly
Now if only I could create a setup method...
2009-06-02Corrected baldurdash script locationNick White
2009-06-01Use move_and_remove everywhereNick White
And ensure parent directories are removed, where appropriate
2009-06-01Fixed baldurdash-text patch extractionNick White
2009-06-01Added more info to patches & improved url handlingNick White
2009-05-25Safely escaped all potentially unsafe variables.nick
And probably a couple already safe ones too.
2009-05-17Rearrange to remove arbitrary bg1/totsc divisionNick White
2009-05-17Corrected file locations from Nick's mergeNick White
2009-05-02Merged with latest from upstream.nick
2009-04-21Store MD5 sums as variables, avoid data duplication, increase clarity.nick
2009-04-20Don't report chgrp errors if the games group doesn't exist.nick
2009-04-20Small tweaks to allow the 3CD TOTSC installer to succeed.nick
2009-04-17Move overridden die for patch to new general function: diesoftlyv0.1.1Nick White
2009-04-16Moved totsc scripts to correct locationNick White
2009-04-15Normalised script descriptionsNick White
2009-04-15Ensure bash is always used to execute scriptsNick White
2009-04-15Added license notice to all filesNick White
2009-04-13Initial importNick White