index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
|
|
Merge branch 'master' of https://github.com/TanninOne/modorganizer into archi...
Thomas Tanner
2015-10-12
10
-72
/
+98
|
|
|
|
\
\
\
\
\
|
|
|
|
|
|
_
|
/
/
|
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
Changes to go with cleaned up archive library
Thomas Tanner
2015-09-27
5
-105
/
+85
|
*
|
|
|
|
|
|
Most of work for savegame
Thomas Tanner
2015-12-05
11
-361
/
+72
|
*
|
|
|
|
|
|
Fix up so that hookdll continues to work properly
Thomas Tanner
2015-11-29
1
-2
/
+4
|
*
|
|
|
|
|
|
Another cleanup and make the program not crash when looking at saves for the ...
Thomas Tanner
2015-11-29
2
-14
/
+18
|
*
|
|
|
|
|
|
Abstract away the xxse_loader manipulation and make use of the 'ScriptExtende...
Thomas Tanner
2015-11-28
1
-3
/
+1
|
*
|
|
|
|
|
|
Reworked startup considerably so now no longer dependant on GameInfo
Thomas Tanner
2015-11-28
12
-110
/
+156
|
*
|
|
|
|
|
|
Renamed getNexusName to getGameShortName as previously because it hopefully i...
Thomas Tanner
2015-11-26
5
-8
/
+8
|
*
|
|
|
|
|
|
Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterface
Thomas Tanner
2015-11-26
4
-11
/
+44
|
*
|
|
|
|
|
|
Remove remaining gameInfo
Thomas Tanner
2015-11-26
1
-2
/
+0
|
*
|
|
|
|
|
|
This removes getNexusPage from GameInfo and is currently in the game plugin.
Thomas Tanner
2015-11-26
14
-103
/
+46
|
*
|
|
|
|
|
|
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...
Thomas Tanner
2015-11-26
26
-58
/
+70
|
*
|
|
|
|
|
|
Forgot to remove the redundant member
Thomas Tanner
2015-11-25
3
-3
/
+1
|
*
|
|
|
|
|
|
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
Thomas Tanner
2015-11-25
17
-140
/
+221
|
*
|
|
|
|
|
|
Bunch of const correctness changes. There shouldn't be any update of plugin g...
Thomas Tanner
2015-11-25
13
-16
/
+22
|
*
|
|
|
|
|
|
Removes all references to GameInfo::getGameDirectory apart from one during st...
Thomas Tanner
2015-11-25
14
-40
/
+54
|
*
|
|
|
|
|
|
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Thomas Tanner
2015-11-24
10
-27
/
+8
|
*
|
|
|
|
|
|
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
Thomas Tanner
2015-11-24
7
-31
/
+25
|
*
|
|
|
|
|
|
Updated comments so I can see where I'm going
Thomas Tanner
2015-11-24
1
-4
/
+6
|
*
|
|
|
|
|
|
Use IPluginGame::getIniFiles throughout.
Thomas Tanner
2015-11-24
3
-24
/
+9
|
*
|
|
|
|
|
|
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...
Thomas Tanner
2015-11-24
10
-25
/
+29
|
*
|
|
|
|
|
|
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...
Thomas Tanner
2015-11-23
15
-155
/
+35
|
*
|
|
|
|
|
|
Removed 'requiresSteam' which is only used in one place and might or might no...
Thomas Tanner
2015-11-23
3
-8
/
+4
|
*
|
|
|
|
|
|
Final eradication of igameinfo and adding python wrappers for IPluginGame
Thomas Tanner
2015-11-22
9
-117
/
+1
|
*
|
|
|
|
|
|
Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plu...
Thomas Tanner
2015-11-22
5
-6
/
+8
|
*
|
|
|
|
|
|
Replace some instances of qApp->property("managed_game") with the saved pointer.
Thomas Tanner
2015-11-21
4
-15
/
+13
|
*
|
|
|
|
|
|
Replace GameInfo::path with iPluginGame::gameDirectory (or dataDirectory wher...
Thomas Tanner
2015-11-21
2
-3
/
+3
|
*
|
|
|
|
|
|
Removal of (get)BinaryName
Thomas Tanner
2015-11-21
12
-26
/
+24
|
*
|
|
|
|
|
|
Member variable unused so removed it.
Thomas Tanner
2015-11-20
11
-27
/
+26
|
*
|
|
|
|
|
|
Get rid of `GameIfo::getOrganizerDirectory` and associated member variable
Thomas Tanner
2015-11-20
15
-35
/
+43
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
- no longer displaying "not logged in". This was too confusing for some
Tannin
2015-12-07
26
-140
/
+66
*
|
|
|
|
|
|
some fixes and removed obsolete code
Tannin
2015-11-23
5
-288
/
+12
*
|
|
|
|
|
|
added interface for file mapping plugins
Tannin
2015-11-23
4
-12
/
+20
*
|
|
|
|
|
|
added support for fallout 4 savegames
Tannin
2015-11-23
3
-4
/
+58
*
|
|
|
|
|
|
usvfs log is now written to a persistent file (no log rotation yet though)
Tannin
2015-11-19
2
-11
/
+8
*
|
|
|
|
|
|
some fixes/disabled code required since hook.dll is gone
Tannin
2015-11-19
5
-17
/
+14
*
|
|
|
|
|
|
fix/workaround for a problem where Qt thinks it's not connected to the net
Tannin
2015-11-19
2
-3
/
+10
*
|
|
|
|
|
|
added fallout 4 support
Tannin
2015-11-19
6
-0
/
+204
*
|
|
|
|
|
|
build system fix
Tannin
2015-11-17
1
-1
/
+1
*
|
|
|
|
|
|
Merge branch 'master' into new_vfs_library
Tannin
2015-11-17
3
-12
/
+61
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
updated build scripts
Tannin
2015-11-16
1
-4
/
+8
|
|
/
/
/
/
/
|
*
|
|
/
/
Updated scons build a bit to produce helpful-ish git tag for organizer.
Thomas Tanner
2015-10-13
2
-4
/
+51
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Bring scons build up to date with cmake build
Thomas Tanner
2015-10-11
1
-3
/
+0
|
*
|
|
|
Merge branch 'TanninOne/master'
Thomas Tanner
2015-10-11
10
-69
/
+94
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge remote-tracking branch 'TanninOne/master'
Thomas Tanner
2015-10-10
1
-7
/
+4
|
|
\
\
\
|
*
|
|
|
Remove the exec of hg which does funny things in your QT project window if yo...
Thomas Tanner
2015-10-10
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
first work on interfacing with usvfs
Tannin
2015-11-17
17
-169
/
+327
|
|
_
|
/
|
/
|
|
*
|
|
updated about dialog. Now contains a link to the source code
Tannin
2015-10-10
2
-2
/
+2
*
|
|
fixed progress dialogs appearing on startup
Tannin
2015-10-10
6
-63
/
+90
*
|
|
build fixes
Tannin
2015-10-10
2
-4
/
+2
|
|
/
|
/
|
[prev]
[next]