summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring and cleanup.Tom Tanner2015-03-183-44/+26
|
* Every plugin now builtTom Tanner2015-03-173-28/+128
|
* Abortive attempt to use official 'qt' toolTom Tanner2015-03-161-124/+24
| | | | This resulted in some small cleanups but not much else
* CleanupTom Tanner2015-03-161-3/+1
|
* Building cleanly without patched versions. Doesn't do the plugins yetTom Tanner2015-03-152-7/+17
|
* Yet more scons stuff. Now builds everything but the plugins, and installs ↵Tom Tanner2015-03-153-55/+19
| | | | all the dlls
* More sconscripts set upTom Tanner2015-03-146-62/+90
|
* First attempt at using scons to buildTom Tanner2015-03-085-0/+241
|
* Small typo fixTom Tanner2015-03-011-1/+1
|
* revertThomas Tanner2015-03-011-2/+0
|
* testThomas Tanner2015-03-011-0/+2
|
* Change readme to include sip installThomas Tanner2015-03-011-1/+5
|
* updated version numberTannin2015-01-242-5/+3
|
* fixed logging in case of changes and errors in the mod listTannin2015-01-221-4/+7
|
* bugfix: When displaying the list of save games to delete the list is capped ↵Tannin2015-01-221-1/+10
| | | | to 10 entries, otherwise the window may extend beyond the screen
* bugfix: initialization order was wrong and so kept foreign language systems ↵Tannin2015-01-222-3/+3
| | | | | | from correctly loading mod order if Unmanaged is translated "Unmanaged" is no longer translatable as its used internally as an identifier
* cleanup (mostly removing unused includes)Tannin2015-01-2240-120/+68
|
* removed some obsolete codeTannin2015-01-222-31/+1
|
* Added tag release v1.2.17 for changeset 2078ce371648Tannin2015-01-220-0/+0
|
* bugfix: first attempt at discovering java binary always failedTannin2015-01-111-2/+3
|
* increased version number and minor stuffTannin2015-01-112-5/+2
|
* bugfix: priority couldn't be changed directly in plugin list (this change ↵Tannin2015-01-111-4/+19
| | | | was apparently not copied to the branch)
* different way to check for file existenceTannin2015-01-112-18/+7
|
* bugfix: translations for some plugins weren't loadedTannin2015-01-111-0/+5
|
* bugfix: executables with extensions other than .com, .cmd or .bat were ↵Tannin2015-01-111-3/+4
| | | | started with cmd.exe (since 1.2.16)
* Added tag release v1.2.16 for changeset a837623ea911Tannin2015-01-110-0/+0
|
* bugfix: translations for configurator plugin weren't named correctlyTannin2015-01-081-2/+2
|
* bugfix: translations for plugins were not usedTannin2015-01-081-0/+11
|
* bugfix: showEvent contains initializion code that should be run only on ↵Tannin2015-01-082-28/+38
| | | | first start of the application
* - download servers that haven't been available for over a month are now ↵Tannin2015-01-0710-34/+53
| | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15)
* Added tag release v1.2.15 for changeset d1946676ce17Tannin2015-01-070-0/+0
|
* updated packaging and build scriptsTannin2015-01-0310-48787/+3
|
* - repository info is now stored with the modTannin2015-01-034-3/+42
|
* - bugfix: no exec info returned for .exeTannin2015-01-034-19/+23
| | | | - bugfix: wide string conversion functions seem to have failed for empty string
* added/updated translation filesTannin2014-12-203-1330/+1885
|
* cleanupTannin2014-12-207-94/+225
|
* - drag&drop in the plugin list now also prompts a message instead of being ↵Tannin2014-12-202-43/+13
| | | | impossible
* - bugfix: file extensions when adding executables were treated case sensitiveTannin2014-12-201-5/+6
| | | | - exe files are now started directly, not through cmd
* bugfix: when merging mods with a custom installer, various ini settings ↵Tannin2014-12-201-6/+7
| | | | (incl. category) were reset
* endorsing is now only offered for mods with a valid nexus idTannin2014-12-201-16/+18
|
* workaround to prevent executables dialog from auto-selecting the top-most ↵Tannin2014-12-203-46/+57
| | | | executable
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-144-5/+30
| | | | - drag&drop is not disabled when ordering by other columns than priority. MO will notify using messagedialog that it's impossible instead.
* when reinstalling a mod the existing mods name is used by defaultTannin2014-12-143-11/+13
|
* if a shortcut-started application is the same binary as a configured one, ↵Tannin2014-12-143-0/+25
| | | | the corresponding steam app id is used
* custom installers can now set the installation file (and the ncc installer ↵Tannin2014-12-142-2/+20
| | | | now does)
* - NCC installer can now discover files in other mods (thanks Reunion!) and ↵Tannin2014-12-135-1/+13
| | | | knows the script extender version
* all executables can now be repositioned, including auto-detected onesTannin2014-12-094-24/+62
|
* searching for steam process will no longer fail when more than 1024 ↵Tannin2014-12-092-12/+22
| | | | processes are running (and steam is past the 1024th)
* removed use of ModInfo::internalNameTannin2014-12-094-11/+4
|
* now stored installed files with each modTannin2014-12-094-0/+53
|