https://github.com/GAIPS-INESC-ID/FAtiMA-Toolkit

sort by:
Revision Author Date Message Commit Date
b791483 - now sending the correct sound file to the Speech Emotion Recognition Asset 27 June 2016, 16:27:03 UTC
d040ca7 - Fixed a problem with the Kalman Filter 27 June 2016, 15:19:22 UTC
0cf5ab4 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 27 June 2016, 06:38:53 UTC
8a49bf6 - Added Kalman Filter as a FusionPolicy 27 June 2016, 06:36:17 UTC
b21ed66 - Finished implementing the SI Authoring Tool - Added more generic controls to Editor library 24 June 2016, 12:37:46 UTC
a3ead48 Merge remote-tracking branch 'remotes/origin/master' 21 June 2016, 18:33:40 UTC
6da7dcb - Further development of the Social Importance Asset Editor, and other generic editor component. - Fixed bug related to condition set authoring - Fixed bug regarding extra data being serialized on the ConditionSet closure. (Previously serialized files should not break due to this change) 21 June 2016, 18:28:29 UTC
8ae9054 Fixed an existing bug were appraisal rules could not be removed using the GUI 21 June 2016, 16:15:25 UTC
a426865 - Project structure tweaks - RPC asset now selects a random action from the decided action set with greatest-equal utility. - ie. If two or more IAction have the save utility value, and they are the best action in the generated set, a random one of this set will be selected for execution. - More code tweaks in the BaseAssetForm 11 June 2016, 18:19:37 UTC
5ab235d - Integrated RolePlayingCharacter asset with the SocialImportance asset. - Updated RolePlayCharacterWF to include edition of the social importance asset. - Initial development of the SocialImportanceAsset Editor. - Minor project tweaks 11 June 2016, 16:12:05 UTC
cee2eb7 References Fix 09 June 2016, 15:07:56 UTC
13ea8f0 Added the tutorial for the Emotion Decision Making Asset 05 June 2016, 11:50:26 UTC
6817bc1 Added the first Tutorial Project (Emotional Appraisal); Changed the name of the solution to FAtiMA Toolkit; Removed some unused folders 04 June 2016, 23:30:51 UTC
9c9b624 Small Reference Fix 03 June 2016, 19:14:22 UTC
e5b6ece - Removed Cooldown from ActionTendecies - Added Priority to ActionTendencies - RPC now does a simple action selection, according to the Action's Utility value. 02 June 2016, 18:02:16 UTC
7af1fb4 Merge remote-tracking branch 'remotes/origin/master' 01 June 2016, 15:02:36 UTC
226330f - Added IStorageProvider 01 June 2016, 14:58:39 UTC
2646609 Fixed a bug related to adding a new Reaction to the EDM with an empty conditionset 27 May 2016, 15:37:10 UTC
ff4263a - Added comments to the Social Importance Asset code base in order to generate doxygen documentation. 20 May 2016, 11:40:49 UTC
7739c29 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal Conflicts: RealTimeEmotionRecognition/EmotionCombinationPolicyEnum.cs RealTimeEmotionRecognition/RealTimeEmotionRecognitionAsset.cs 12 May 2016, 16:42:35 UTC
005d9fa Added RealTimeEmotionRecognitionAsset prototype, and a Windows Form application (EmotionRecognitionWF) to demonstrate the functioning of the asset 12 May 2016, 16:39:09 UTC
fafb8e5 - Added more comments to the code, in order to generate documentation for the Emotional Decision Making Asset. - Minor code tweaks 10 May 2016, 20:00:33 UTC
abd05b1 - More comments and some minor code refactoring 09 May 2016, 15:15:49 UTC
1aa5b42 Merge remote-tracking branch 'remotes/origin/master' 05 May 2016, 14:16:41 UTC
a2f100f - Added some code member comments to allow Doxygen documentation generation 05 May 2016, 14:16:14 UTC
967e858 The integrated authoring tool asset now communicates to the characters loaded all the "ValidDialogues" that were defined in the Dialogue Editor; Removed the update call from the PerceptionActionLoop in the RPC Asset 03 May 2016, 17:22:33 UTC
7bb83e7 - EA Doxygen setup 03 May 2016, 16:19:07 UTC
72d7cf9 - Small bug fix regarding LoadableAsset.SaveToFile feature. - The save files could end up with extra data at the end of the file, as the file wasn't being truncated when opened. 29 April 2016, 16:22:06 UTC
d3449cd Added a dictionary of current dialogue states in the integrated authoring tool 25 April 2016, 20:25:02 UTC
aaab92a Added CurrentDialogueState Property to the Integrated Authoring Tool Asset 22 April 2016, 14:01:04 UTC
94aa3b4 Small UI Improvements to the Emotional Appraisal and Emotional Decision Making Asset 22 April 2016, 13:55:56 UTC
4ad6f08 Separated the dialogue actions into two lists (Player Dialogues) and (Agent Dialogues) to avoid an additional action parameter to the "Speak" action. Finished the GUI functionality for the Dialogue Editor (it is now possible to add/edit/remove dialog actions) 21 April 2016, 19:13:45 UTC
35eafb9 Merge remote-tracking branch 'remotes/origin/master' 21 April 2016, 13:14:27 UTC
3be46d5 - Finished first implementation of the SocialImportanceAsset 21 April 2016, 13:13:57 UTC
ecbfdc4 Added functionality to Add new Diaog Actions in the Dialogue Editor contained in the Integrated Authoring Tool 20 April 2016, 18:17:01 UTC
7626501 Added new Dialogue Editor Gui 19 April 2016, 19:31:09 UTC
14e43c0 small fix 19 April 2016, 19:10:15 UTC
0c9d99f Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 19 April 2016, 19:07:00 UTC
a14ee45 Initial code for the Dialog Editor in the Integrated Authoring Tool 19 April 2016, 19:06:53 UTC
81731d9 - Added new methods to JSONSerializer, in order to Serialize/Deserialize directly from a JSON objects 19 April 2016, 17:26:44 UTC
4a723a3 - Fixed some bugs related to the ConditionSet - Fixed BaseActionDefinition disassociation with ActionSelector bug - Minor EmotionDecisionMakingWF code tweaks 19 April 2016, 17:13:11 UTC
b0eaa53 - ActionTendencies Update bug fix 19 April 2016, 14:19:24 UTC
bdd2708 Merge remote-tracking branch 'remotes/origin/master' 18 April 2016, 19:04:11 UTC
ae03958 - Some KB utility tweaks 18 April 2016, 19:03:41 UTC
bd8b271 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal Conflicts: EmotionalDecisionMaking/EmotionalDecisionMakingAsset.cs 18 April 2016, 18:58:38 UTC
b5ec698 Added the ability to Add/Edit Reactions in the EmotionDecisionMaking authoring tool as well as Add/Edit/Remove their respective conditions. This finalizes the core functionality of the authoring tool. A bug remains that prevents the removal of an ActionTendency after it is updated provided it has a non-empty list of activation conditions. 18 April 2016, 18:49:26 UTC
041639c - Change AM perspective on SetPerspective of the EA 18 April 2016, 18:39:42 UTC
76bf668 - Minor bug fix. 18 April 2016, 17:29:02 UTC
682a61e Merge remote-tracking branch 'remotes/origin/master' 18 April 2016, 17:27:22 UTC
ae5ad56 - Minor code cleanup - Rebased RolePlayCharacterAsset, so that it uses the generic save/load mechanism 18 April 2016, 17:27:03 UTC
cc35778 - Using clean up 18 April 2016, 16:04:44 UTC
b9da38a Merge remote-tracking branch 'remotes/origin/master' # Conflicts: # EmotionalAppraisal.sln 18 April 2016, 15:57:12 UTC
fe11035 - Added a generic asset save load mechanism, with path resolution(ie. absolute <-> relative) 18 April 2016, 15:52:18 UTC
20036d6 merge 18 April 2016, 10:22:52 UTC
3580389 Added missing projects to the solution (caused by merge problems) 18 April 2016, 10:20:55 UTC
1559098 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 18 April 2016, 10:20:13 UTC
774f411 Added SetMoodExpression 18 April 2016, 10:16:27 UTC
1027fb8 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal Conflicts: EmotionalAppraisal.sln Tests/Tests/packages.config 18 April 2016, 10:15:37 UTC
56553f0 - Added the EDARecognition Asset, which connects to Plux's OpenSignals app to read EDA data from a user. - Added a WindowsForm that uses the EDARecognition Asset to show on screen the EDA information read by the sensors. 18 April 2016, 10:10:52 UTC
efb1afc Merge remote-tracking branch 'remotes/origin/master' 18 April 2016, 09:36:03 UTC
ba3b454 Renamed ActionTendency to ReactiveAction for consistency purposes; Both the IntegratedAuhoringTool and the RPC Authoring Tool no longer crash when they fail to load due to wrong file paths. Instead they show a dialog box stating the asset was not loaded properly, prompting the user to fix the possibly wrong paths; Added ability to remove Reactive Actions in the authoring tool for the Emotional Decision Making Asset 16 April 2016, 18:05:35 UTC
b4a6a5f - Added new serialization class, "SerializationContext" - Used to pass information between classes being serialized - Refactored code that conflicted with the changes this new class introduced. 15 April 2016, 20:10:00 UTC
77482d7 Another fix to the Update Beliefs in the KB 15 April 2016, 14:39:16 UTC
d727ce5 - Removed Belief Update/Remove bug 14 April 2016, 21:04:16 UTC
59bc18a Merge remote-tracking branch 'remotes/origin/master' # Conflicts: # EmotionalAppraisal/EmotionalAppraisalAsset.cs 14 April 2016, 20:49:40 UTC
c030e66 - Small Tweaks 14 April 2016, 20:44:03 UTC
5e974b1 Fixed another bug related to disappearing the ids of the appraisal rules after loading the emotional appraisal 14 April 2016, 20:28:02 UTC
41b99ed Fixed an old bug related to having emotions in the emotional pool with negative intensities 14 April 2016, 19:54:09 UTC
585ad5e Fixed the bug related to updating the perspective in the Emotional Appraisal GUI 14 April 2016, 19:35:58 UTC
a27f03d Merge remote-tracking branch 'remotes/origin/master' 14 April 2016, 15:28:00 UTC
b09874e - Added new batch files to the "tools" folder. - This batch files help importing authoring tools to a folder specified in the batch 14 April 2016, 15:27:36 UTC
f6b6518 Updated features.txt 14 April 2016, 13:44:04 UTC
655bfed Merge remote-tracking branch 'remotes/origin/master' 13 April 2016, 19:18:37 UTC
4ba0d55 - Minor bug fixes discovered on integration with the Second Demo 13 April 2016, 19:18:02 UTC
5c254b7 Changed the TargetFramework of the the IntegratedAuthoringTool Asset to 3.5 for mono support 13 April 2016, 18:59:41 UTC
b322c0f Merge remote-tracking branch 'remotes/origin/master' # Conflicts: # EmotionalDecisionMaking/ActionTendency.cs # EmotionalDecisionMaking/DTOs/ReactiveActionDTO.cs # EmotionalDecisionMaking/EmotionalDecisionMakingAsset.cs 13 April 2016, 18:56:39 UTC
f9cd281 - Implemented auxiliary library to standardize action handling between different assets. - Changes to the EmotionalDecisionMakingAsset in order to use the new library - Implemented Claims in the SocialImportanceAsset 13 April 2016, 18:26:27 UTC
bd03489 Added the "export.bat" to both the IntegratedAuthoringTool and the RolePlayCharacter 13 April 2016, 18:13:19 UTC
1b0fb3f Finalized the initial integration between the different authoring tools. 13 April 2016, 17:24:21 UTC
7da6da5 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 13 April 2016, 16:01:39 UTC
69bb922 Added ability to add/remove characters in the IntegratedAuthoringTool GUI 13 April 2016, 15:53:12 UTC
c85745f Added Features files for wiki purposes 13 April 2016, 15:50:16 UTC
c06f574 Added initial code for the integrated authoring tool 13 April 2016, 12:59:46 UTC
3c3a350 Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 12 April 2016, 21:16:24 UTC
0a59d96 The GUI for the Emotional Decision Making now properly displays the list of Reactive Actions and Respective Conditions 12 April 2016, 21:16:07 UTC
0ba4321 - Modified KB.SetPerspective, so that if the KB perspective is to be changed (no conflicts found) all beliefs referencing the previous perspective will changed to the new one. 12 April 2016, 16:41:01 UTC
5d76a94 - Updated Exporting Batches, to generate mdb files when importing the dlls into Unity (only if the importing mode is set to "debug") - This needed to be changed due to some problems with UnityVS (the mdb file generation was previously occurring after a successful build) 12 April 2016, 15:09:38 UTC
0a81b9e Merge remote-tracking branch 'remotes/origin/master' 12 April 2016, 14:42:45 UTC
821175a - Added a new test to the KB 12 April 2016, 13:39:05 UTC
c58a0e8 Added initial code to retreive the list of action tendencies in the EmotionDecisionMaking Gui 11 April 2016, 21:29:45 UTC
e9b1521 Merge remote-tracking branch 'remotes/origin/master' 11 April 2016, 19:39:18 UTC
720ea4c - Bug fixing, due to problems with the integration with the Second Demo - Some code base cleanup 11 April 2016, 19:38:57 UTC
708d267 Completed the first version of the GUI for the RolePlayCharacter asset 11 April 2016, 18:53:49 UTC
0064382 Added the basic functionality (New, Open, Save, Exit) for both the EmotionalDecisionMaking Authoring Tool and the Integrated Authoring Tool 11 April 2016, 18:37:55 UTC
9611874 Finished the basic functionality (New, Open, Save, Exit) of the RolePlayCharacter Authoring Tool 11 April 2016, 15:45:51 UTC
1e27f73 Added initial GUI for the emotional decision making asset; Simplified GUI for the Role Play Virtual Character; 10 April 2016, 22:37:46 UTC
df5621e Merge branch 'master' of https://github.com/GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal 08 April 2016, 00:11:36 UTC
d9bcd54 Refactorization on the RolePlayCharacter Asset (still not working) 08 April 2016, 00:11:30 UTC
dd10f65 The Authoring Tool for the Emotional Appraisal Asset is fully operational 07 April 2016, 17:36:06 UTC
8f88e56 Added code to remove appraisal rule conditions in the GUI 05 April 2016, 17:12:33 UTC
back to top