Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-06-01 | icewind dale extra install script | Tasos Latsas | |
2009-06-01 | icewind dale install and patch scripts and changes to main scripts to ↵ | Tasos Latsas | |
support them | |||
2009-06-01 | Removed gitignore file | Nick White | |
It's best to keep this sort of environment-specific stuff in ~/.git-excludes | |||
2009-05-25 | Removed fixed fixme. Yay! | nick | |
2009-05-25 | Now removing correct files from post bg2 install. | nick | |
2009-05-25 | Safely escaped all potentially unsafe variables. | nick | |
And probably a couple already safe ones too. | |||
2009-05-25 | Created the BG2 4CD US Minimal Installer. | nick | |
2009-05-17 | Reorganised file layout to remove arbitrary bg1/totsc distinction | Nick White | |
2009-05-17 | Correct and simplify config recommendation | Nick White | |
2009-05-17 | Rearrange to remove arbitrary bg1/totsc division | Nick White | |
2009-05-17 | Normalised script whitespacing | Nick White | |
2009-05-17 | Corrected file locations from Nick's merge | Nick White | |
2009-05-02 | Merged with latest from upstream. | nick | |