Mikaël Capelle
|
eb29202b2f
|
Use UPPER_CASE for enumeration values (kept non-uppercase for backward compatibility).
|
2020-05-13 15:55:05 +02:00 |
|
Mikaël Capelle
|
7c474c58ca
|
Add small comments.
|
2020-05-13 14:33:15 +02:00 |
|
Mikaël Capelle
|
288f9f9a95
|
Rename IModRepositoryBridge to be consistent with other interfaces.
|
2020-05-12 19:25:57 +02:00 |
|
Mikaël Capelle
|
a05006a0b3
|
Allow implementation of python plugin as whole module.
|
2020-05-11 23:51:58 +02:00 |
|
Mikaël Capelle
|
d6b8c66911
|
Move include directive where they should be.
|
2020-05-11 23:40:06 +02:00 |
|
Mikaël Capelle
|
0c52c2417c
|
Remove unused global variable.
|
2020-05-11 23:39:55 +02:00 |
|
Mikaël Capelle
|
24205bba66
|
Remove useless wrappers.
|
2020-05-11 23:36:35 +02:00 |
|
Mikaël Capelle
|
f0f949c4ef
|
Remove ModRepositoryBridgeWrapper since it is not needed anymore.
|
2020-05-11 23:26:29 +02:00 |
|
Mikaël Capelle
|
1825c58666
|
Remove comment.
|
2020-05-11 23:18:44 +02:00 |
|
Mikaël Capelle
|
83a89ca595
|
Move utils::register_ at the top of the module definition.
|
2020-05-11 23:16:51 +02:00 |
|
Mikaël Capelle
|
e9fdfd40aa
|
Add comment for Q_DELEGATE.
|
2020-05-11 23:02:08 +02:00 |
|
Mikaël Capelle
|
fcf1aa8b42
|
Move converter to a dedicate file. Add Q_DELEGATE for QObject-derived wrappers.
|
2020-05-11 23:00:29 +02:00 |
|
Mikaël Capelle
|
d404a37fed
|
Add/fix bindings for ISaveGame and ISaveGameInfoWidget.
|
2020-05-10 16:01:14 +02:00 |
|
Mikaël Capelle
|
039e33f5fa
|
Minor clean and first try for ISaveGameInfoWidget.
|
2020-05-09 23:30:10 +02:00 |
|
Mikaël Capelle
|
622d4246a7
|
Clean some comments.
|
2020-05-09 21:32:23 +02:00 |
|
Mikaël Capelle
|
2f1646a2e6
|
Remove HANDLE_converters since it is not used anymore and did not really work.
|
2020-05-09 21:27:00 +02:00 |
|
Mikaël Capelle
|
716cbcf733
|
More cleaning.
|
2020-05-09 21:16:30 +02:00 |
|
Mikaël Capelle
|
62f10c03ff
|
Temporary commit.
|
2020-05-09 21:13:45 +02:00 |
|
Mikaël Capelle
|
957b786d8c
|
Start cleaning interfaces.
|
2020-05-09 18:19:31 +02:00 |
|
Mikaël Capelle
|
29a5eb8366
|
Remove wrong static_assert().
|
2020-05-07 00:19:11 +02:00 |
|
Mikaël Capelle
|
4209d90533
|
Remove left-out method not implemented.
|
2020-05-06 22:08:25 +02:00 |
|
Mikaël Capelle
|
7bbf05bc0c
|
Apply appendIfInstance for each class separately.
|
2020-05-06 12:51:27 +02:00 |
|
Mikaël Capelle
|
154c643bff
|
Replace TRY_PLUGIN_TYPE with a more modern C++ variant.
|
2020-05-05 17:52:54 +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 |
|