Commit graph

3228 commits

Author SHA1 Message Date
莘权 马
e8eeb6cda9 refactor: notation 2023-11-10 16:29:41 +08:00
莘权 马
b1a14d057a refactor: notation 2023-11-10 16:29:26 +08:00
莘权 马
9ebd1d1bbb refactor: notation 2023-11-10 16:28:29 +08:00
莘权 马
fc63cdf4df refactor: cause_by 2023-11-10 16:24:09 +08:00
莘权 马
bb8e2467ea refactor: cause_by 2023-11-10 16:22:02 +08:00
莘权 马
a61f3f80e9 refactor: get_by_action(s) 2023-11-10 16:15:07 +08:00
莘权 马
83a5e03b72 refactor: get_class_name 2023-11-10 16:05:12 +08:00
莘权 马
60bad18304 refactor: get_class_name 2023-11-10 15:59:50 +08:00
莘权 马
710bc40b0a refactor: get_class_name 2023-11-10 15:58:47 +08:00
莘权 马
3c38c5c416 refactor: get_class_name 2023-11-10 15:55:33 +08:00
莘权 马
d36b4e2088 refactor: replace obj with role 2023-11-10 15:41:27 +08:00
莘权 马
a3cb2b4fdc feat: replace get_class_name and get_object_name 2023-11-10 15:27:27 +08:00
shenchucheng
771a750e34 release 0.3.0 2023-11-10 14:56:31 +08:00
garylin2099
384f5ee08b
Merge pull request #480 from garylin2099/package_support
change PROJECT_ROOT setting & SoftwareCompany -> Team
2023-11-10 10:20:12 +08:00
garylin2099
f0098f0ae9 add PROJECT_ROOT logging info 2023-11-09 16:51:20 +08:00
garylin2099
a5bc55f18a add deprecated warnings 2023-11-09 16:41:24 +08:00
莘权 马
1be1bb56e3 fixbug: utilize the new message filtering feature 2023-11-09 11:52:34 +08:00
莘权 马
ff11cf69af fixbug: utilize the new message filtering feature 2023-11-09 11:21:20 +08:00
莘权 马
ea9875a7fc fixbug: recursive import 2023-11-09 11:14:05 +08:00
莘权 马
7504ed5757 fixbug: recursive import 2023-11-09 10:02:26 +08:00
garylin2099
0bf2ce707e allow human to play any roles 2023-11-09 01:41:24 +08:00
莘权 马
bb050142f7 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-09 00:42:52 +08:00
莘权 马
c4ac0c72d7 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-09 00:41:29 +08:00
莘权 马
df4ff5f701 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-09 00:01:51 +08:00
莘权 马
ac32cb5a67 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 23:54:03 +08:00
莘权 马
fba70452f3 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 23:51:28 +08:00
莘权 马
be19d9edcb refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 23:49:47 +08:00
莘权 马
894a2fd593 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 23:36:56 +08:00
莘权 马
c9f9c5c73e refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:57:53 +08:00
莘权 马
1ff99b95ac refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:51:12 +08:00
莘权 马
7a2193c3d2 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:22:44 +08:00
莘权 马
d1977f1586 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:22:09 +08:00
莘权 马
9cdbc0a0ae refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:06:46 +08:00
莘权 马
f47977daa8 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:03:06 +08:00
莘权 马
d232725a29 refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 22:01:55 +08:00
莘权 马
d9939f437a refactor: Update according to Chapter 2.1.3.2 of RFC 116 2023-11-08 21:57:58 +08:00
莘权 马
c502b1403a refactor: In accordance with Chapter 2.1.3 of RFC 116, modify the data type of the cause_by value of the Message object. 2023-11-08 21:43:17 +08:00
莘权 马
01f23d633e refactor: In accordance with Chapter 2.1.3 of RFC 116, modify the data type of the send_to value of the Message object. 2023-11-08 21:38:52 +08:00
莘权 马
7e83a4bb31 refactor: According to RFC 116: Updated the type of send_to. 2023-11-08 20:56:05 +08:00
莘权 马
47d47d274e refactor: According to RFC 113, add message dispatching functionality. 2023-11-08 20:44:39 +08:00
莘权 马
e5c792e512 refactor: According to RFC 116: Updated the type of index key. 2023-11-08 20:36:50 +08:00
莘权 马
09fe4593f6 refactor: According to RFC 116: Updated the type of index key. 2023-11-08 20:36:42 +08:00
莘权 马
c18bc7c876 refactor: Simplify the Message class. 2023-11-08 20:27:18 +08:00
garylin2099
56c2a162ac change PROJECT_ROOT setting & SoftwareCompany -> Team 2023-11-08 19:42:30 +08:00
garylin2099
f404abdeb0
Merge pull request #479 from garylin2099/general_react
redefine react and provide multiple react modes
2023-11-08 19:04:57 +08:00
garylin2099
c6350efd7f default state to -1, mv react_mode to rc, use enum 2023-11-08 14:20:12 +08:00
莘权 马
af4c87e123 refactor: rename is_recipient 2023-11-08 13:42:08 +08:00
Sirui Hong
0a57bad742
Update README_JA.md
update paper citation
2023-11-07 20:46:59 +08:00
Sirui Hong
c84f021467
Update README.md
update paper citation
2023-11-07 20:45:14 +08:00
莘权 马
93ebe8c103 feat: recover history 2023-11-07 14:12:20 +08:00