| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |\
| | |
| | |
| | | |
ThosRTanner-master
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# Conflicts:
# SConstruct
# src/modinfo.cpp
# src/modinfo.h
|
| | | | |
| | | |
| | | |
| | | | |
compiling stackdata with clang
|
| | | | |
| | | |
| | | |
| | | | |
Few small cleanups from clang
|
| | | | |
| | | |
| | | |
| | | | |
Working on sorting out savegame stuff
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |/
| | |
| | |
| | |
| | |
| | | |
new version.
Also fixed a lot of const correctness things
|
| | | | |
|
| | | |
| | |
| | |
| | | |
nonce
|
| | | |
| | |
| | |
| | | |
Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I'm looking to move it to the nexus interface though as it doesn't really relate to the game plugin.
I've also removed the MananagementURL as
- you can log into nexus without needing to specify the game
- See above - it doesn't belong with the game plugin
This gets rid of all dependencies bar game saving and logging in
|
| | | |
| | |
| | |
| | | |
of gameinfo.h includes
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
also added getNexusDisplayUrl for the other variant of getNexusPage
Removed skyrim static versions
note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
startup
Did some const correctness improvements
Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber
|
| | | |
| | |
| | |
| | | |
Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
IPluginGame::getNexustName
|
| | | |
| | |
| | |
| | |
| | |
| | | |
the plugingame interface
Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
|
| | | |
| | |
| | |
| | | |
not be game related
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Leaves one asking *why* the datapath can be inside the game directory.
|
| | |/
| |
| |
| | |
qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
rewrote handling of different game variants: now resides in game plugin and works
|
| | |
|
| |
|
|
|
|
| |
(though they were almost certainly false positives)
- there is now a 50ms timeout on logging messages
- bugfix: leaked handles after directory searches
|
| |
|
|
| |
mingw)
|
| | |
|
| |
|
|
| |
between the time the vfs lookup map is set up and later when querying it.
|
| |
|
|
|
|
|
| |
Changed pynedit.pro to fetch from 'standard' install location
Changed saveas code to use organizer report rather than uibase - this way it's
not dependant on the vagaries of the include path, and works the same as the
rest of the organiser directory
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
from static code analysis)
|
| | | |
|
| |\| |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
- moved more functionality to game-plugins
- further decoupled management functionality from the UI
- created another "tutorial" which is only a single page with relevant parts of
the ui highlighted with info as tooltips
|
| |\ \ |
|