index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
organizercore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
usvfs log level can now be changed without a restart
Tannin
2016-06-19
1
-0
/
+5
*
|
bugfix: unnecessary repeat of delayed operations
Tannin
2016-06-05
1
-0
/
+1
*
|
minor cleanup
Tannin
2016-06-01
1
-2
/
+3
*
|
fixed: after running an external application the plugin list was potentially ...
Tannin
2016-05-15
1
-12
/
+13
*
|
added option to use a mod as the target to create now files instead of "overw...
Tannin
2016-05-07
1
-13
/
+72
*
|
cleanup
Tannin
2016-05-07
1
-7
/
+5
*
|
now using github for self updater
Tannin
2016-05-06
1
-8
/
+0
*
|
merged master into new_vfs_library
Tannin
2016-02-12
1
-6
/
+30
*
|
fixed display of process name in unlock-widget
Tannin
2016-02-09
1
-21
/
+40
*
|
fixed cleanup on restart
Tannin
2016-02-09
1
-1
/
+1
*
|
code formatting (clang_format)
Tannin
2016-02-09
1
-255
/
+412
*
|
made instance-switching usable
Tannin
2016-01-10
1
-12
/
+10
*
|
Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer i...
Tannin
2015-12-28
1
-3
/
+28
|
\
\
|
*
|
executables installed as mods are now run through a proxy (not working yet)
TanninOne
2015-12-28
1
-3
/
+28
*
|
|
removed get-prefix from many getters. removed const from managed_game variable.
Tannin
2015-12-28
1
-5
/
+5
|
/
/
*
|
support for adding directories to the vfs that will act as create target for ...
Tannin
2015-12-18
1
-5
/
+13
*
|
removed close-mo feature
Tannin
2015-12-18
1
-48
/
+36
*
|
Merge branch 'master' into new_vfs_library
Tannin
2015-12-07
1
-33
/
+39
|
\
|
|
*
Reworked startup considerably so now no longer dependant on GameInfo
Thomas Tanner
2015-11-28
1
-13
/
+5
|
*
Renamed getNexusName to getGameShortName as previously because it hopefully i...
Thomas Tanner
2015-11-26
1
-2
/
+2
|
*
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...
Thomas Tanner
2015-11-26
1
-0
/
+1
|
*
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
Thomas Tanner
2015-11-25
1
-4
/
+22
|
*
Removes all references to GameInfo::getGameDirectory apart from one during st...
Thomas Tanner
2015-11-25
1
-1
/
+1
|
*
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
Thomas Tanner
2015-11-24
1
-2
/
+3
|
*
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...
Thomas Tanner
2015-11-24
1
-0
/
+1
|
*
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...
Thomas Tanner
2015-11-23
1
-4
/
+4
|
*
Removed 'requiresSteam' which is only used in one place and might or might no...
Thomas Tanner
2015-11-23
1
-1
/
+4
|
*
Final eradication of igameinfo and adding python wrappers for IPluginGame
Thomas Tanner
2015-11-22
1
-9
/
+1
|
*
Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plu...
Thomas Tanner
2015-11-22
1
-1
/
+2
|
*
Replace some instances of qApp->property("managed_game") with the saved pointer.
Thomas Tanner
2015-11-21
1
-2
/
+1
|
*
Removal of (get)BinaryName
Thomas Tanner
2015-11-21
1
-6
/
+2
|
*
Get rid of `GameIfo::getOrganizerDirectory` and associated member variable
Thomas Tanner
2015-11-20
1
-0
/
+1
*
|
- no longer displaying "not logged in". This was too confusing for some
Tannin
2015-12-07
1
-6
/
+34
*
|
added interface for file mapping plugins
Tannin
2015-11-23
1
-1
/
+9
*
|
first work on interfacing with usvfs
Tannin
2015-11-17
1
-27
/
+33
|
/
*
code cleanup
Tannin
2015-08-31
1
-4
/
+2
*
Fix nasty message when starting MO for first time
Tom Tanner
2015-08-22
1
-5
/
+7
*
Clean up of fixes for custom executable window
Tom Tanner
2015-08-13
1
-6
/
+5
*
Merge
Tom Tanner
2015-08-13
1
-5
/
+6
|
\
|
*
Fix the executable configuration flags going awry from Customise window
Tom Tanner
2015-08-13
1
-7
/
+7
|
*
Fix up merge mess
Tom Tanner
2015-08-11
1
-9
/
+10
*
|
some fixes after reverting changes in c361167b9b75
Tannin
2015-08-12
1
-9
/
+10
|
/
*
Merge
Tom Tanner
2015-08-09
1
-10
/
+10
|
\
|
*
More work on the executables list
Tom Tanner
2015-08-05
1
-10
/
+10
*
|
added some (currently unused) functionality to dump the list of file mappings
Tannin
2015-08-09
1
-0
/
+40
*
|
- MO now validates session cookie on startup
Tannin
2015-08-09
1
-18
/
+33
|
/
*
- changed the way flags on executables are stored in memory
Tannin
2015-08-02
1
-9
/
+7
*
Merge
Tannin
2015-08-02
1
-5
/
+13
|
\
|
*
Reworked executable lists to not use 3 bools in addExecutable
Tom Tanner
2015-07-18
1
-7
/
+13
|
*
Allow user to select app icon or mo icon for generated shortcuts
Tom Tanner
2015-07-18
1
-1
/
+3
[prev]
[next]