Tannin
|
2fcb932e16
|
allow for game plugins to be written in python
|
2016-01-10 19:50:19 +01:00 |
|
Tannin
|
163e3d4544
|
removed get-prefix from many getters
|
2015-12-28 14:35:35 +01:00 |
|
Thomas Tanner
|
de99a71085
|
Merge branch 'master' into issue/418
|
2015-12-26 15:26:41 +00:00 |
|
Thomas Tanner
|
9bdb48c6bc
|
Merge remote-tracking branch 'refs/remotes/TanninOne/master' into issue/418
|
2015-12-26 15:04:13 +00:00 |
|
Thomas Tanner
|
a20b166290
|
Restore start download file method (3 of 3)
|
2015-12-20 22:25:45 +00:00 |
|
Thomas Tanner
|
d1b2259cc5
|
For TanninOne/modarganizer#418
Changes to support getting list of mods / esps to activate from game plugin
|
2015-12-19 20:49:30 +00:00 |
|
Tannin
|
4bb048aa67
|
Merge branch 'master' of https://github.com/TanninOne/modorganizer-plugin_python
Conflicts:
src/runner/pythonrunner.cpp
src/runner/uibasewrappers.h
|
2015-12-06 20:58:22 +01:00 |
|
Tannin
|
0b53e86e5a
|
updated python api
|
2015-12-06 20:55:36 +01:00 |
|
Thomas Tanner
|
d75eda53fc
|
Merge remote-tracking branch 'TanninOne/master' into issue/344
|
2015-12-06 17:31:13 +00:00 |
|
Thomas Tanner
|
a71566122e
|
Merge remote-tracking branch 'TanninOne/master' into issue/344
# Conflicts:
# src/runner/pythonrunner.cpp
# src/runner/uibasewrappers.h
|
2015-12-06 17:31:02 +00:00 |
|
TanninOne
|
69b988eede
|
Merge pull request #1 from ThosRTanner/issue/308
View web pages from non-nexus installs (3 of 4)
|
2015-12-06 17:56:42 +01:00 |
|
Thomas Tanner
|
4a6f8e84f4
|
work through build issues
|
2015-12-06 16:13:29 +00:00 |
|
Thomas Tanner
|
f94f37b635
|
Merge remote-tracking branch 'refs/remotes/TanninOne/master' into issue/356
Conflicts:
src/runner/pythonrunner.cpp
|
2015-12-05 12:48:39 +00:00 |
|
Thomas Tanner
|
9fdcde3bd5
|
Merge remote-tracking branch 'TanninOne/master' into issue/344
|
2015-12-05 10:33:09 +00:00 |
|
Thomas Tanner
|
c9299bb623
|
Addition of directory validity check to IPluginGame API
|
2015-11-28 14:48:28 +00:00 |
|
Tannin
|
7d6d51b213
|
fixed build scripts and added fallout 4 support
|
2015-11-28 10:58:49 +01:00 |
|
Thomas Tanner
|
e60121b21f
|
Renamed getNexusName to getGameShortName as previously because it hopefully isn't too nexus related.
|
2015-11-26 21:17:06 +00:00 |
|
Thomas Tanner
|
7f7a3fb1ca
|
Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterface
It makes more sense to have them here as they have very little to do with the game, more to do with the origin of the mod.
|
2015-11-26 21:03:23 +00:00 |
|
Thomas Tanner
|
9ba337ef17
|
Remove the getNexusManagementURL as it is a property of how you talk to nexus, not the game
|
2015-11-26 17:45:30 +00:00 |
|
Thomas Tanner
|
1455bda2f8
|
Sigh - python wrapper version of the 2 URL fetch functions
|
2015-11-26 07:40:53 +00:00 |
|
Thomas Tanner
|
cc62f15cc8
|
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
|
2015-11-24 16:16:10 +00:00 |
|
Thomas Tanner
|
0b9a56fa7a
|
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
|
2015-11-24 14:20:47 +00:00 |
|
Thomas Tanner
|
fc8f6c77bc
|
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the plugingame interface
Also removed startDownloadNextFile as it doesn't appear to be used anywhere
|
2015-11-23 18:34:04 +00:00 |
|
Thomas Tanner
|
55e9c9c7b6
|
Final eradication of igameinfo and adding python wrappers for IPluginGame
|
2015-11-22 21:18:12 +00:00 |
|
Thomas Tanner
|
47e25da95e
|
Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plugin.
|
2015-11-22 08:42:42 +00:00 |
|