summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-02Set bash as required interpreterHEADmasterNick White
2012-06-02Ensure all scripts are executableNick White
2010-02-09Update TODONick White
2010-02-09Echo gamepath recommendation with everything elseNick White
2010-02-09Fix bug causing extra install content to not copy to correct directoriesNick White
2010-02-09Upgrade license to GPLv3+Nick White
After talking with Nick & Tasos, upgrade license to GPLv3+
2010-02-09Improve warning when removing windows filesNick White
2010-02-09Merged Nick Daly's workNick White
2010-02-09Use . rather than source to avoid bashismNick White
2010-02-07Added TOB and HOW patches.Nick Daly
2010-02-07Added TODO, installing expansions is irrelevant of full base install.Nick Daly
2010-02-07Registry commands now properly hide error messages.Nick Daly
2010-02-07Corrected query function after including POL broke it.Nick Daly
2010-02-02Installations are now saved in a simple registry.Nick Daly
Also, quoted a few variables in auto-installer for fun.
2009-11-07Partially enabled PlayOnLinux.Nick Daly
* Added PlayOnLinux to includes/autoinstall-includes.sh. * Clarified help-text in includes/generic-includes.sh.
2009-08-16Fixed variable typo and improved config recommendsNick White
Fixed typo of STARTCD which led to undefined results. Only recommend to use the GameOnCD config variable if we know if it would be useful or not.
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-08-16Added skip cd autodetection optionNick White
2009-08-16Correct IWD detection furtherNick White
2009-08-16Renamed and reordered IWD installsNick White
I can't find any evidence to the contrary that there was only one IWD release worldwide (excepting a problematic pressing in the UK). As such the scripts have been appropriately renamed.
2009-08-16Final correction to IWD2 detectionNick White
2009-08-16Fix IWD2 detectionNick White
2009-08-16Unquote variables intended to be separateNick White
Undo overzealous quoting which would stop for loops from operating correctly.
2009-08-16Add game checking to auto installerNick White
Added the actual reference to the game checking function - without it the autoinstall does nothing.
2009-07-02Merge branch 'master' of http://git.njw.me.uk/gemrb-gameinstallersNick Daly
Conflicts: auto-installer.sh
2009-07-02recommendcfg works even when starting on a disc other than 1.Nick Daly
2009-07-02Completing the BG2-TOB installer.Nick Daly
2009-06-23pass unshield options before extract commandTasos Latsas
2009-06-23Icewind Dale 2 supportTasos Latsas
2009-06-23Sanitise copying furtherNick White
2009-06-07Corrected recommendcfg for games that require "cd#" directories.Nick Daly
2009-06-07BG2-SOA: Remove the register directory instead of copying it to ereg.Nick Daly
It's a silly Windows thing that doesn't even matter anymore.
2009-06-07BG2-SOA installer working correctly now!Nick Daly
2009-06-07Disabled BG2-TOB-1CD, the installer isn't ready.Nick Daly
2009-06-07Fixing previous bad commit. Made copylower safer.Nick Daly
2009-06-06Installer doesn't crash when installing BG2-SOA.Nick Daly
Still not sure how if it works though.
2009-06-06Corrected TOB installer path and permissions.Nick Daly
Of course, the TOB installer is still completely incomplete.
2009-06-06Created and integrated teardown method.NickDaly
Now if only I could create a setup method...
2009-06-06Finished BG2-SOA installers.NickDaly
2009-06-06Moved the list of games into an external file (includes/cd-list.sh).NickDaly
2009-06-06Created BG2-SOA installer.nick
Created list of game CDs.
2009-06-04Make sure we don't remove <gamename>.iniNick White
Currently read by gemrb, and in the future may be written too.
2009-06-02Remove obselete patches referenced in autoinstallerNick White
2009-06-02Reverted to old method of copylowerNick White
New method didn't take into account the directory to put the file in. However Tasos said this method didn't work for him...
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-06-01Safely escaped more variablesNick White
Following Nick Daly's lead...
2009-06-01minor fixes in auto installer and fixed the copylower function in generic ↵Tasos Latsas
includes