Serhii Snitsaruk
|
eaeb57e2d7
|
Allow `LimboState::dispatch` to be called from inside the hierarchy.
Improves usability and removes requirement to call this method on the root state (see #49).
|
2024-03-01 11:02:32 +01:00 |
Serhii Snitsaruk
|
1c01767a56
|
Fix crashing on HSM update with state transition
|
2024-02-26 21:34:30 +01:00 |
Serhii Snitsaruk
|
22c472fdd1
|
Disallow LimboHSM transitions to self when ANYSTATE is used
Resolves #29
|
2024-02-07 13:39:45 +01:00 |
Serhii Snitsaruk
|
2612ec0855
|
Fix LimboHSM::add_transition signature
|
2024-01-28 11:56:53 +01:00 |
Serhii Snitsaruk
|
8155c2764a
|
Refactoring and clean up
|
2024-01-25 14:35:48 +01:00 |
Serhii Snitsaruk
|
a3f8c09766
|
Use the new virtual workaround and rework LimboState and HSM
|
2024-01-18 11:33:24 +01:00 |
Serhii Snitsaruk
|
f546e285b7
|
Refactor and clean up the code
|
2024-01-13 17:10:42 +01:00 |
Serhii Snitsaruk
|
947e253bf9
|
Fix infinite call recursion crash due to virtual function workaround
|
2024-01-12 23:20:39 +01:00 |
Serhii Snitsaruk
|
59a8ab97d8
|
chore: Rename macro LSNAME to LW_NAME
|
2024-01-09 13:42:54 +01:00 |
Serhii Snitsaruk
|
f5b1b52f67
|
Port LimboHSM, LimboState and BTState
|
2024-01-07 05:54:17 +01:00 |
Serhii Snitsaruk
|
0e10c2022f
|
Add tests for HSM
|
2023-09-11 15:33:13 +02:00 |
Serhii Snitsaruk
|
f651c9c228
|
Fix LimboHSM compile errors with mono glue
|
2023-07-25 18:39:41 +02:00 |
Serhii Snitsaruk
|
62e07e4395
|
Add MIT license - LimboAI is now Open Source!
|
2023-07-22 19:41:01 +02:00 |
Serhii Snitsaruk
|
5dc002098f
|
Reorganize files and sort includes
|
2023-07-20 18:35:36 +02:00 |