Him188
b9e498aa39
Implement ConsoleCommandOwner as object
2020-06-28 10:45:08 +08:00
Him188
6bfe5929e8
Implement SimpleCommand
2020-06-28 10:44:55 +08:00
Him188
01fd1b3b6e
Implement MiraiConsole bootstrap and plugin loading
2020-06-28 10:44:10 +08:00
Him188
442d7ee0ce
Implement SettingStorage
2020-06-28 10:43:25 +08:00
Him188
e25a818942
Rework CompositeCommand, SimpleCommand, RawCommand;
...
Add ConsoleExperimentalAPI annotation;
Add CommandParserContextAware;
2020-06-28 07:43:58 +08:00
Him188
32e77ca420
Add command test, fix various command bugs
2020-06-28 02:08:44 +08:00
Him188
b9342be382
Rename SimpleCommand to RawCommand
2020-06-27 01:28:32 +08:00
Him188
91d2b0b7d2
Fix build
2020-06-27 01:28:19 +08:00
Him188
9f8ce56f15
Fix build
2020-06-27 00:23:43 +08:00
Him188
e76cfe8c69
Implement PluginSetting and its auto-saving;
...
Introduce PluginFileExtensions;
Introduce ResourceContainer;
Introduce SettingHolder;
Add extensions to JvmPlugin for getSetting;
Add Plugin.safeLoader extension to eliminate unchecked casting;
Various documentation improvements;
2020-06-27 00:16:36 +08:00
Him188
6beed81f40
BuiltInCommands stub
2020-06-26 20:13:43 +08:00
Him188
d4f80b44fe
Fix build and tests
2020-06-26 20:13:09 +08:00
Him188
2ba18ab7e4
Rearrange implementations
2020-06-26 20:07:29 +08:00
Him188
d2194c2c2b
Introduce interface MiraiConsole
2020-06-26 19:50:13 +08:00
Him188
bd4b0b88ca
Add TODO
2020-06-26 18:41:42 +08:00
Him188
d4271f670f
Use unstable Json API with guarantee;
...
Move plugin center from ./center to ./plugin/center
2020-06-26 18:41:27 +08:00
Him188
0dd274fc4e
Cleanup
2020-06-24 04:31:30 +08:00
Him188
1186083f09
Introduce AbstractJvmPlugin
2020-06-24 04:31:24 +08:00
Him188
b5b3df4075
Move SettingImpl to internal package
2020-06-24 04:21:01 +08:00
Him188
7048013c5f
Support auto-constructing for builtin types
2020-06-24 04:18:32 +08:00
Him188
5adda00be0
Support ArrayList, LinkedHashMap, HashMap, LinkedHashSet, HashSet for value()
2020-06-24 04:11:32 +08:00
Him188
d120bfe576
Rename valueReified to value;
...
Introduce public valueFromKType;
Fix CompositeListValueImpl
2020-06-24 04:08:53 +08:00
Him188
1425378e19
Codegen for Setting_value_primitives
2020-06-24 03:53:13 +08:00
Him188
927943322a
Improve performance
2020-06-24 03:48:11 +08:00
Him188
9a91c9b2a7
Introduce AbstractValueImpl as superclass to all ValueImpl;
...
Implement CompositeSetValueImpl, CompositeMapValueImpl, CompositeListValueImpl;
Implement value patching and reference tracking;
Add SettingTest.kt;
Implement SettingImpl.updaterSerializer;
`Setting.valueReified` and `Setting.valueFromKType` supports All primitives, Collections and Maps now.
2020-06-24 03:45:27 +08:00
Him188
6b4124895f
Simplify type inheritance for IntValueImpl
2020-06-23 22:32:46 +08:00
Him188
77db778503
Generate with @JvmStatic
2020-06-23 22:31:45 +08:00
Him188
7b359108b9
Merge remote-tracking branch 'origin/reborn' into reborn
2020-06-23 22:25:55 +08:00
Him188
7de3445353
Add BuiltInSerializerConstants, update relevant codegen;
...
Enhance generated primitive values;
Improve SettingImpl.serializer
2020-06-23 22:25:43 +08:00
Karlatemp
3408502f99
Exclude everything that pure does not need
2020-06-23 22:18:49 +08:00
Karlatemp
5e3039f866
Exclude mirai-core in :mirai-console:shadowJar
2020-06-23 22:05:46 +08:00
Him188
4bc19a0a9d
Implement command permission checking and relevant exceptions
2020-06-23 18:18:09 +08:00
Him188
a117e73186
Introduce executeCommandDetailed;
...
Enhance CommandExecuteResult, add type-safe classification with contracts;
Introduce CommandExecutionException providing information about the command on execution failure.
2020-06-23 17:49:09 +08:00
Him188
cbcb5aaccd
Setting serializers
2020-06-22 15:37:24 +08:00
Him188
1f0b7e4f01
Support Any type in valueReified
2020-06-22 14:00:45 +08:00
Him188
14d698651a
Introduce SerializableValue, SerializerAwareValue
2020-06-22 13:50:34 +08:00
Karlatemp
68c0142765
Update JCommandManager; Add KDoc
2020-06-22 13:12:32 +08:00
Karlatemp
64d13f0a19
Update command execute result
2020-06-22 12:49:02 +08:00
Karlatemp
b3f846ed16
Update auto-fill
2020-06-22 12:30:36 +08:00
Karlatemp
4f418e7a0b
Initialize MiraiConsole when MiraiConsoleInitializer.init called
2020-06-22 12:14:03 +08:00
Him188
2c09f1d82d
value delegating
2020-06-21 22:48:34 +08:00
Him188
ecd41bc4e0
Rearrange files
2020-06-21 15:38:47 +08:00
Him188
4ce4c025ee
Implement composite Values
2020-06-21 15:27:19 +08:00
Him188
7ac1d94db9
Add build constant auto-fill
2020-06-21 14:24:17 +08:00
Him188
e0c1600001
Optimize codegen
2020-06-20 23:23:19 +08:00
Him188
f9132124e7
Merge remote-tracking branch 'origin/reborn' into reborn
...
# Conflicts:
# frontend/mirai-console-pure/build.gradle.kts
2020-06-20 22:57:37 +08:00
Him188
febe4d9d52
PrimitiveValues codegen
2020-06-20 22:55:18 +08:00
Him188
f5d9f4a67e
Rearrange build scripts
2020-06-20 22:55:07 +08:00
Karlatemp
6afa6af4a1
Fix test
2020-06-20 21:16:06 +08:00
Karlatemp
9c1b937aaf
Merge remote-tracking branch 'origin/reborn' into reborn
...
# Conflicts:
# backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/plugin/internal/PluginsLoader.kt
2020-06-20 20:52:09 +08:00