Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-02 | Set bash as required interpreterHEADmaster | Nick White | |
2012-06-02 | Ensure all scripts are executable | Nick White | |
2010-02-09 | Update TODO | Nick White | |
2010-02-09 | Echo gamepath recommendation with everything else | Nick White | |
2010-02-09 | Fix bug causing extra install content to not copy to correct directories | Nick White | |
2010-02-09 | Upgrade license to GPLv3+ | Nick White | |
After talking with Nick & Tasos, upgrade license to GPLv3+ | |||
2010-02-09 | Improve warning when removing windows files | Nick White | |
2010-02-09 | Merged Nick Daly's work | Nick White | |
2010-02-09 | Use . rather than source to avoid bashism | Nick White | |
2010-02-07 | Added TOB and HOW patches. | Nick Daly | |
2010-02-07 | Added TODO, installing expansions is irrelevant of full base install. | Nick Daly | |
2010-02-07 | Registry commands now properly hide error messages. | Nick Daly | |
2010-02-07 | Corrected query function after including POL broke it. | Nick Daly | |
2010-02-02 | Installations are now saved in a simple registry. | Nick Daly | |
Also, quoted a few variables in auto-installer for fun. | |||
2009-11-07 | Partially enabled PlayOnLinux. | Nick Daly | |
* Added PlayOnLinux to includes/autoinstall-includes.sh. * Clarified help-text in includes/generic-includes.sh. | |||
2009-08-16 | Fixed variable typo and improved config recommends | Nick 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-16 | Work around unshield bug | Nick 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-16 | Added skip cd autodetection option | Nick White | |
2009-08-16 | Correct IWD detection further | Nick White | |
2009-08-16 | Renamed and reordered IWD installs | Nick 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-16 | Final correction to IWD2 detection | Nick White | |
2009-08-16 | Fix IWD2 detection | Nick White | |
2009-08-16 | Unquote variables intended to be separate | Nick White | |
Undo overzealous quoting which would stop for loops from operating correctly. | |||
2009-08-16 | Add game checking to auto installer | Nick White | |
Added the actual reference to the game checking function - without it the autoinstall does nothing. | |||
2009-07-02 | Merge branch 'master' of http://git.njw.me.uk/gemrb-gameinstallers | Nick Daly | |
Conflicts: auto-installer.sh | |||
2009-07-02 | recommendcfg works even when starting on a disc other than 1. | Nick Daly | |
2009-07-02 | Completing the BG2-TOB installer. | Nick Daly | |
2009-06-23 | pass unshield options before extract command | Tasos Latsas | |
2009-06-23 | Icewind Dale 2 support | Tasos Latsas | |
2009-06-23 | Sanitise copying further | Nick White | |
2009-06-07 | Corrected recommendcfg for games that require "cd#" directories. | Nick Daly | |
2009-06-07 | BG2-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-07 | BG2-SOA installer working correctly now! | Nick Daly | |
2009-06-07 | Disabled BG2-TOB-1CD, the installer isn't ready. | Nick Daly | |
2009-06-07 | Fixing previous bad commit. Made copylower safer. | Nick Daly | |
2009-06-06 | Installer doesn't crash when installing BG2-SOA. | Nick Daly | |
Still not sure how if it works though. | |||
2009-06-06 | Corrected TOB installer path and permissions. | Nick Daly | |
Of course, the TOB installer is still completely incomplete. | |||
2009-06-06 | Created and integrated teardown method. | NickDaly | |
Now if only I could create a setup method... | |||
2009-06-06 | Finished BG2-SOA installers. | NickDaly | |
2009-06-06 | Moved the list of games into an external file (includes/cd-list.sh). | NickDaly | |
2009-06-06 | Created BG2-SOA installer. | nick | |
Created list of game CDs. | |||
2009-06-04 | Make sure we don't remove <gamename>.ini | Nick White | |
Currently read by gemrb, and in the future may be written too. | |||
2009-06-02 | Remove obselete patches referenced in autoinstaller | Nick White | |
2009-06-02 | Reverted to old method of copylower | Nick 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-02 | Corrected baldurdash script location | Nick White | |
2009-06-01 | Use move_and_remove everywhere | Nick White | |
And ensure parent directories are removed, where appropriate | |||
2009-06-01 | Fixed baldurdash-text patch extraction | Nick White | |
2009-06-01 | Added more info to patches & improved url handling | Nick White | |
2009-06-01 | Safely escaped more variables | Nick White | |
Following Nick Daly's lead... | |||
2009-06-01 | minor fixes in auto installer and fixed the copylower function in generic ↵ | Tasos Latsas | |
includes |