summaryrefslogtreecommitdiff
path: root/auto-installer.sh
AgeCommit message (Collapse)Author
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 TODO, installing expansions is irrelevant of full base install.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-16Added skip cd autodetection optionNick 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-06-23Icewind Dale 2 supportTasos Latsas
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-06Moved the list of games into an external file (includes/cd-list.sh).NickDaly
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-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
2009-06-01icewind dale install and patch scripts and changes to main scripts to ↵Tasos Latsas
support them
2009-05-25Created the BG2 4CD US Minimal Installer.nick
2009-05-17Rearrange to remove arbitrary bg1/totsc divisionNick White
2009-05-17Normalised script whitespacingNick White
2009-05-17Corrected file locations from Nick's mergeNick White
2009-05-02Merged with latest from upstream.nick
2009-05-01Changed default install paths to not clash with script directory namesv0.1.2Nick White
2009-05-01Add a few more anti-clobbering protectionsNick White
2009-05-01Fixed targetdir setting (thanks Nick Daly)Nick White
Fixed a problem with setting targetdir which could result in the current directory being deleted.
2009-04-21Store MD5 sums as variables, avoid data duplication, increase clarity.nick
2009-04-20Small tweaks to allow the 3CD TOTSC installer to succeed.nick
2009-04-19Establish safe TARGETDIR, quit if we can't.nick
2009-04-16Small fixes to totsc installerNick White
2009-04-16Fixed bug detecting if there are any extras to installNick White
2009-04-16Make patch failure non-criticalNick White
2009-04-16Added autoinstaller menu to choose game manuallyNick White
2009-04-16Use scriptdir to allow running from anywhereNick White
2009-04-15Removed Qwinn's fix/mod packsNick White
Turned out to be more trouble than it was worth to integrate these into the install. Best to leave it to intrepid users, at least for now.
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