summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Use Qt deploy also for Qt plugins (cherry picking only the ones we need)Eran Mizrahi2017-12-191-2/+5
|
* fix usvfs includes (following usvfs VS project)Eran Mizrahi2017-12-191-1/+1
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-0/+2
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-0/+5
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-0/+1
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+2
|
* Fix the nexus description link handlerJeremy Rimpo2017-10-231-0/+1
|
* Updated version to 2.1.0betaLePresidente2017-10-221-2/+3
| | | | Added QtQuick to cmake to try address tutorial issue [Untested]
* windeployqt doesn't automatically detect the requirement for ↵LePresidente2017-05-051-1/+1
| | | | qtwebenginewidgets, so we force it.
* First attempt to update to QT5.7LePresidente2017-01-041-4/+4
|
* automatic update of translation file during buildTannin2016-06-041-1/+3
|
* removed obsolete inject codeTannin2016-05-161-2/+0
|
* added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-0/+2
| | | | "overwrite"
* cleanupTannin2016-05-071-2/+10
|
* now using github for self updaterTannin2016-05-061-3/+5
|
* moved plugins.txt reading/writing to game pluginTannin2016-05-061-2/+0
|
* merged master into new_vfs_libraryTannin2016-02-121-21/+0
|
* replaced boost&qt foreach-implementations by the c++11 variantTannin2016-02-091-1/+1
|
* portable setup is no longer offered if the directory isn't writableTannin2016-02-091-2/+0
|
* made instance-switching usableTannin2016-01-101-10/+12
| | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
| | | | other fixes
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-2/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-4/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| | * Merge pull request #334 from ThosRTanner/issue/308TanninOne2015-12-041-0/+10
| | |\ | | | | | | | | Allow right click on module to see web link if supplied in fomod
| | | * Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing
| * | | Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-2/+0
| | |/ | |/|
* | | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* | | added fallout 4 supportTannin2015-11-191-0/+2
| | |
* | | build system fixTannin2015-11-171-1/+1
| | |
* | | Merge branch 'master' into new_vfs_libraryTannin2015-11-171-5/+10
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/CMakeLists.txt
| * | updated build scriptsTannin2015-11-161-4/+8
| |/
* / first work on interfacing with usvfsTannin2015-11-171-1/+11
|/
* build fixesTannin2015-10-101-1/+1
|
* more work on build systemTannin2015-10-081-7/+4
|
* added cmake build systemTannin2015-09-261-8/+7
|
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-0/+338