Mikaël Capelle
|
2146cc9207
|
Fix wrapper for custom installer.
|
2020-05-04 20:17:02 +02:00 |
|
Mikaël Capelle
|
163ed213ef
|
Update the install() bindings to allow more flexibility and be easier to use.
|
2020-05-04 20:09:24 +02:00 |
|
Mikaël Capelle
|
54e447c0a9
|
Switch from boost variant/tuple to std.
|
2020-05-04 01:47:30 +02:00 |
|
Mikaël Capelle
|
c9115e7ad0
|
Add python interface for IPluginInstallerSimple.
|
2020-05-02 00:30:17 +02:00 |
|
Silarn
|
2b6f453fbc
|
Add better error handling when loading the SIP API
|
2019-07-01 22:19:14 -05:00 |
|
AnyOldName3
|
e280b07cb6
|
Correctly use SIP to transfer ownership of objects from Python to C++
|
2019-06-01 00:59:39 +01:00 |
|
LostDragonist
|
41a4f273d6
|
Support for force loading libraries
|
2019-01-11 01:39:05 -06:00 |
|
Silarn
|
51b59de04d
|
Changes to allow installer_NCC to use the game source set in the DL meta
|
2018-05-07 01:28:59 -05:00 |
|
Silarn
|
e004b56dc9
|
Fit primarySources to new wrapper method
|
2018-05-03 22:32:31 -05:00 |
|
Jeremy Rimpo
|
fba18c2b96
|
Merge pull request #11 from AnyOldName3/reusable-wrapper-template
Helpful error message and reduce code duplication
|
2018-05-03 20:49:05 -05:00 |
|
AnyOldName3
|
00c38f5f03
|
Remove superfluous template parameter specification to shrink lines to a more readable length.
|
2018-05-03 22:22:32 +01:00 |
|
Silarn
|
6a3a257ecd
|
Allow for primary game sources and marking mods as converted/working
|
2018-05-03 16:17:39 -05:00 |
|
AnyOldName3
|
9f975b92b2
|
Create template for wrapper functions and add helpful error message. Use this for plugin wrappers.
|
2018-05-03 21:56:23 +01:00 |
|
AnyOldName3
|
902024e508
|
Add Game Features support
|
2018-04-25 17:25:12 +01:00 |
|
AnyOldName3
|
bf8f427cd8
|
Move sipAPI getter function to a shared header so it isn't duplicated.
|
2018-04-22 00:59:42 +01:00 |
|
AnyOldName3
|
8fe091ab48
|
Implement IPluginProxy bindings.
|
2018-04-22 00:34:59 +01:00 |
|
AnyOldName3
|
8877fee4fa
|
Implement IpluginModPage bindings.
|
2018-04-20 16:40:39 +01:00 |
|
AnyOldName3
|
4feb06a099
|
Add IPluginFileMapper Wrapper and bindings.
|
2018-04-20 16:40:39 +01:00 |
|
AnyOldName3
|
5a730941db
|
Implement wrapper and bindings for IPluginDiagnose
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
c70f78adfe
|
Reduce code duplication by moving common implementation to macros
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
e8af8819df
|
Add PYCATCH missed when rebasing
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
de809c6d57
|
Fix simple errors with IPluginGame proxy and add warning when the unimplemented part is encountered
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
01168483c5
|
handle errors in Python game plugins
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
317f13177e
|
Move IPluginGameWrapper's mentod implementations into the cpp file
|
2018-04-20 16:40:38 +01:00 |
|
AnyOldName3
|
c47b94d534
|
Restore indentation which rearraging things broke
|
2018-04-20 16:40:38 +01:00 |
|