index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Transferring the savegame widget into gamebryo + some cleanup
Thomas Tanner
2015-12-25
1
-26
/
+14
|
*
|
Managed to remove SaveGame and SaveGameGamebryo classes from organizer
Thomas Tanner
2015-12-20
1
-18
/
+14
|
*
|
Changes to support getting list of mods / esps to activate from game plugin
Thomas Tanner
2015-12-19
1
-74
/
+21
|
*
|
Makes iSaveGame responsible for returning all files involved in savegame.
Thomas Tanner
2015-12-15
1
-46
/
+40
|
*
|
Removes the SaveGame class from mainwindow. Using include what you use to add...
Thomas Tanner
2015-12-14
1
-39
/
+83
|
*
|
Remove dependency of TransferSave on SaveGameBryo, part of fix for #418
Thomas Tanner
2015-12-13
1
-1
/
+1
|
|
/
*
|
fixed categories list didn't get updated on switching instance
Tannin
2016-06-23
1
-21
/
+39
*
|
fixed creation of data paths after changing paths in settings and update of p...
Tannin
2016-06-23
1
-0
/
+1
*
|
usvfs log level can now be changed without a restart
Tannin
2016-06-19
1
-0
/
+2
*
|
download list and data tree now also maintain their layout between sessions
Tannin
2016-06-19
1
-17
/
+45
*
|
moved button to switch instance (and to portable mode) to the main window
Tannin
2016-05-27
1
-0
/
+12
*
|
changes to primary category are now saved immediately instead of after the me...
Tannin
2016-05-15
1
-30
/
+10
*
|
fixed: after running an external application the plugin list was potentially ...
Tannin
2016-05-15
1
-4
/
+1
*
|
fixed saves list wasn't updated after removing a save game
Tannin
2016-05-15
1
-0
/
+1
*
|
minor fixes
Tannin
2016-05-07
1
-6
/
+7
*
|
added option to use a mod as the target to create now files instead of "overw...
Tannin
2016-05-07
1
-17
/
+38
*
|
cleanup
Tannin
2016-05-07
1
-7
/
+7
*
|
moved plugins.txt reading/writing to game plugin
Tannin
2016-05-06
1
-1
/
+1
*
|
profile- and group-dropdown no longer switch by mouse-wheel. Plus fixed refre...
Tannin
2016-03-02
1
-7
/
+15
*
|
merged master into new_vfs_library
Tannin
2016-02-12
1
-165
/
+132
*
|
fixed update of window title
Tannin
2016-02-09
1
-7
/
+4
*
|
replaced boost&qt foreach-implementations by the c++11 variant
Tannin
2016-02-09
1
-15
/
+15
*
|
made instance-switching usable
Tannin
2016-01-10
1
-9
/
+17
*
|
removed get-prefix from many getters. removed const from managed_game variable.
Tannin
2015-12-28
1
-9
/
+12
*
|
removed close-mo feature
Tannin
2015-12-18
1
-4
/
+1
*
|
Merge branch 'master' into new_vfs_library
Tannin
2015-12-07
1
-40
/
+74
|
\
|
|
*
Remove debugging code quick!
Thomas Tanner
2015-12-06
1
-27
/
+1
|
*
Gets rid of last vestiges of GameInfo apart from startup and hookdll
Thomas Tanner
2015-12-05
1
-7
/
+21
|
*
Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356
Thomas Tanner
2015-12-05
1
-1
/
+21
|
|
\
|
|
*
Fix for some nexus fomods having the old version of the mod link and not the ...
Thomas Tanner
2015-10-15
1
-1
/
+3
|
|
*
Added functionality to use the web page link in a fomod to supply an optional...
Thomas Tanner
2015-10-15
1
-2
/
+19
|
*
|
Most of work for savegame
Thomas Tanner
2015-12-05
1
-2
/
+19
|
*
|
Renamed getNexusName to getGameShortName as previously because it hopefully i...
Thomas Tanner
2015-11-26
1
-1
/
+1
|
*
|
Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterface
Thomas Tanner
2015-11-26
1
-3
/
+3
|
*
|
This removes getNexusPage from GameInfo and is currently in the game plugin.
Thomas Tanner
2015-11-26
1
-11
/
+14
|
*
|
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...
Thomas Tanner
2015-11-26
1
-0
/
+2
|
*
|
Forgot to remove the redundant member
Thomas Tanner
2015-11-25
1
-1
/
+1
|
*
|
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
Thomas Tanner
2015-11-25
1
-1
/
+2
|
*
|
Removes all references to GameInfo::getGameDirectory apart from one during st...
Thomas Tanner
2015-11-25
1
-11
/
+12
|
*
|
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Thomas Tanner
2015-11-24
1
-2
/
+3
|
*
|
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
Thomas Tanner
2015-11-24
1
-2
/
+2
|
*
|
Use IPluginGame::getIniFiles throughout.
Thomas Tanner
2015-11-24
1
-3
/
+5
|
*
|
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...
Thomas Tanner
2015-11-24
1
-9
/
+9
|
*
|
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...
Thomas Tanner
2015-11-23
1
-1
/
+1
|
*
|
Final eradication of igameinfo and adding python wrappers for IPluginGame
Thomas Tanner
2015-11-22
1
-1
/
+0
|
*
|
Replace some instances of qApp->property("managed_game") with the saved pointer.
Thomas Tanner
2015-11-21
1
-2
/
+1
|
|
/
*
|
- no longer displaying "not logged in". This was too confusing for some
Tannin
2015-12-07
1
-6
/
+3
*
|
some fixes and removed obsolete code
Tannin
2015-11-23
1
-179
/
+5
*
|
first work on interfacing with usvfs
Tannin
2015-11-17
1
-58
/
+0
|
/
*
added cmake build script and a few fixes for 64-bit compatibility
Tannin
2015-09-23
1
-2
/
+2
[prev]
[next]