-
Notifications
You must be signed in to change notification settings - Fork 11
Charamel ws plugin #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
algor1th
wants to merge
288
commits into
master
Choose a base branch
from
charamel-ws
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8,852
−555
Open
Charamel ws plugin #191
Changes from all commits
Commits
Show all changes
288 commits
Select commit
Hold shift + click to select a range
e55649e
new wave command
patrickgebhard 43cab7f
fixed date information
patrickgebhard ae05af0
added failsafe for blocking commands, if no client is connected (need…
patrickgebhard 1deaaef
Downgrade gradle because intellij is not yet compatible with 6.6
algor1th b447db2
Replacing static strings
algor1th 455ecc2
Allow "hot" start and stop of external VM. Activity Worker get cleare…
patrickgebhard 173e3d3
Deleted used and "wrong" code. More distinct logging texts.
patrickgebhard 3f2a5b1
Remove unused code
algor1th cf50f7a
Changed command message handling in order to produce a DEADLOCK situa…
patrickgebhard 7fe0018
Merge branch 'master' into charamel-ws
algor1th 1497af9
Introduced a scenflowVar for controlling a sceneflow
patrickgebhard cbd4fc6
Merge branch 'master' into charamel-ws
algor1th 48f5a06
Add ssl support with self signed cert
algor1th fb86ef3
Added ws(s) port key, value specification to wss server implementation
patrickgebhard 1e5b9b1
Added certificate key in plugin configuration
patrickgebhard 3f8a2ec
First version of the HTML GUI Websocket plugin
patrickgebhard 5356552
First version of the HTML GUI Websocket plugin
patrickgebhard 3dd3d83
Code refactoring and new features, such as transportation of send gui…
patrickgebhard 28fb80f
moved Emma User Model to the new plugin format - initial version
patrickgebhard 3cc0dd8
moved Emma User Model to the new plugin format - initial version
patrickgebhard a0028a1
Parameter addon - html_port and handling for web page requests
patrickgebhard bb77699
code clean up
patrickgebhard 5119d77
Added first version of SSJ plugin
michaeldietz e76cb20
Added source/target compatibility to ssj build.gradle
michaeldietz dce0f10
Android fixes for ssj plugin
michaeldietz 2b4cf07
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
patrickgebhard f7fb586
extended functionality.
patrickgebhard d1b17b2
extended functionality.
patrickgebhard 628709c
Fixed concurrency deadlock situation. Very very bad.
patrickgebhard 2cd2236
added postprocessing flag for odp cmd message send, key=ppro, value=t…
patrickgebhard 90a8519
Added handling nof new odpstate message
patrickgebhard 2130938
Added new functions for diary and general usage.
patrickgebhard 605edac
Add new commands from the spreadsheet
algor1th 9c80ef4
Added workaround for Android where certificate can not be used
michaeldietz 7169d1b
Add new commands from the spreadsheet
algor1th 809a5b2
Refactor: broadcast now only allows interface to prevent incomplete c…
algor1th c2f23d9
Added 'lookat' to activity parser
algor1th 9abb25f
Remove Strings class (no longer used)
algor1th 9261c84
Added Arbeitszeit GUI call for Stopwatch button
MatthiasHock b89d17a
Merge branch 'charamel-ws' of https://github.com/SceneMaker/VisualSce…
MatthiasHock c709630
Add parsing for action classes
algor1th d00f7ee
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
algor1th 3cc0876
Bump version number
algor1th 32dac2c
Added home button for graph GUI and stimmungsbarometer graph
chiragbhuvaneshwara baeb9b8
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
chiragbhuvaneshwara 700914d
Ignoring all build directories in core and plugins directories
chiragbhuvaneshwara 2675883
Merge branch 'master' into charamel-ws
algor1th 1b4cbab
Deactivate ssl use if no certificate in config file
patrickgebhard b8db42e
Moved odp to new plugin format for easier building of plugin jar file
michaeldietz 05c9a11
Added code for handling value changes for the graphs in the UI
chiragbhuvaneshwara 5efb6b5
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
chiragbhuvaneshwara 344c04f
BUgFix background command. Changed simple quotes to double quotes in …
patrickgebhard 17de708
Added code that informs a running sceneflow about the perfomed uttera…
patrickgebhard a9d15a0
Added basic commands to display new ui pages
chiragbhuvaneshwara fcfdb8b
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
chiragbhuvaneshwara 0dd9c40
Uncommented debug code for gui testing
patrickgebhard 1104421
Changed plugin compatibility to java 1.8
michaeldietz 74c99b7
Added getter methods vor storing values in sceneflow vars
patrickgebhard ca376e9
some code beautification
patrickgebhard 54bf2e3
addon deleted code that should not have been deleted
patrickgebhard d92bbe0
Changed so look command will use 0 if invalid value is provided (look…
michaeldietz 668bc4c
Added code for setting graph entries and setting chat bubble content
chiragbhuvaneshwara 121985e
Fixed json formatting issue of lookat command
michaeldietz 5c239f9
Merge branch 'master' into charamel-ws
algor1th f4f5369
added knowledge representation for more info in sceneplayer
patrickgebhard 2eab396
added knowledge representation for more info in sceneplayer
patrickgebhard b6d0fc4
used added scene and utteracne knowledge representation for a more fi…
patrickgebhard 4916d0a
added Emotion as facial expression
patrickgebhard e3b59cf
added Emotion as facial expression
patrickgebhard 13453e2
Changed bracket style in charamel commands
patrickgebhard dba83e5
added security check if value for specific commands is null
patrickgebhard 1184a91
added some more parameters for happy and smile commands
patrickgebhard e0a23fc
added some more parameters for happy and smile commands
patrickgebhard c0bea0d
extended the regular expression pattern to match strings with a minus…
patrickgebhard 745ed5d
removed debug messages
patrickgebhard e830187
first version of diary content retrievel: days with diary activity an…
patrickgebhard fd2efa1
Improvements to diary content retrievel
patrickgebhard dfd221d
bug fix for not recognizing procuder in diary entry
patrickgebhard ae0ccac
added setMenuItem cmd
chiragbhuvaneshwara cfe30a2
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
chiragbhuvaneshwara 35ff80e
moved TimerExecutor to new plugin concept. addons in settings and bui…
patrickgebhard 6e7fc35
added two move aminations
patrickgebhard ab135ea
changes setting of user_speaking flag creation - using now startSpeec…
patrickgebhard 7fb82f5
addons - reading more liwc information
patrickgebhard f341383
addons - part of day added
patrickgebhard 8aa931e
addons - changed animations
patrickgebhard 78ddd66
code cleanup
patrickgebhard 12688e7
[FEATURE] Better sync with ODP using self generated tts ids
87c67b4
bug fixes - changed animation path
patrickgebhard b5efdc0
changed ws js command interface
patrickgebhard bfae5f5
introduced message debug output
patrickgebhard 6689e4c
bug fix: correct odp feature postprocessing
patrickgebhard 9365bd0
addons
patrickgebhard bd5f3d2
addons
patrickgebhard 4fad469
addons
patrickgebhard 9dbb24f
Merge branch 'charamel-ws' into charamel-ws-better-sync-with-odp
7f708ef
Fuck. I forgot to commit this file. This was important for the Timer …
patrickgebhard da514e6
Fuck. I forgot to commit this file. This was important for the Timer …
patrickgebhard 47191dd
addons
patrickgebhard ba2f196
Merge branch 'charamel-ws' into charamel-ws-better-sync-with-odp
03b1207
Merge branch 'master' into charamel-ws
algor1th 557c4bf
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
algor1th f8d9d3f
added missing attributes to changed SpeechActivity constructor tests
patrickgebhard 1affaf5
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
patrickgebhard 9ee6fe9
Removed unused code
algor1th 8a4c5df
Merge branch 'master' into charamel-ws
algor1th 62781aa
Simplify default value constructor
algor1th a29242a
Refactor: split up large methods
algor1th d9b8886
replaced getFloat to getDouble since getFloat is not available on JSO…
patrickgebhard 12e1abc
replaced getFloat to getDouble since getFloat is not available on JSO…
patrickgebhard 669e4f0
fix: tried to write an int value into a float slot. It made the app c…
acepero13 2923d8a
Added static audio dir and cmds for setting audio items
chiragbhuvaneshwara 31bfdc9
Changed date format for logging. Added funcionality.
patrickgebhard 0beeba6
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
patrickgebhard a00f031
added processing of transcription source and transcription id
patrickgebhard d474d29
Added simple animation loggin in vsm model
patrickgebhard b93f586
Added extended LIWC, emotion, animation, speaking time and other valu…
patrickgebhard 064648d
Changed gui (emotion) functionality to suit requirements for emma study
patrickgebhard aaea692
added functionality of day, day verbose queries for vsm models
patrickgebhard a6778ea
added LIWC knowledge propagation to VSM model
patrickgebhard 92a1ba2
corrections for part of day computation
patrickgebhard 89fe1cb
increased buffer size and sentence message processing.
patrickgebhard ca9ab82
fixed sentence iteration feature
patrickgebhard 6fb9875
fixed sentence iteration feature
patrickgebhard 2b9912c
fixed other iteration feature
patrickgebhard 9454576
code clean up
patrickgebhard a44e501
Merge branch 'master' into charamel-ws
algor1th cff470e
code clean up and addons
patrickgebhard e2db710
added feedback behavior
patrickgebhard 059fd2c
bug fix
6558fff
extensions - counting emotion entries in diary
90d0980
Fixing null pointer exception when executed sceneflow was paused and …
38c0a61
Merge branch 'master' into charamel-ws
95fca36
master merge changes/modifications.
1b08ef4
Remove ssl redirect, because it interferes with our reverse proxy
algor1th 25da847
Update webstudymaster to use wss when connected via ssl
algor1th ba8cd6a
Update README.md
203734f
new functionality: reorder gui or vc iframe on z-layer.
097617e
Merge branch 'master' into charamel-ws
373094c
Merge branch 'master' into charamel-ws
algor1th 4f80368
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
119d235
react gui files
6e62a48
react gui files
9fc385d
Merge branch 'master' into charamel-ws
7f5dca9
Implementation of a client side ws connection management with the hel…
38091a9
Merge branch 'master' into charamel-ws
e26e593
adapt new gradle format
979045b
adapt new gradle version
4408780
adapt new gradle version
de5cc84
new features: shoe/hode html element by id, added null check for load…
ef0a87f
Merge branch 'master' into charamel-ws
algor1th 3be7b2e
added menu parameters for highlighting a menu item
9b3c64b
added stop interface to ODP
c0d773c
BUGFIX, odp stop message was not sended.
5331939
Code cleanup and attempt for an autopmatic reconnection if ws connect…
92622e2
added synchronized to methods to avoid concurrent modifications
9600362
programmatically tilt a characters head during runtime.
dbf8eec
programmatically tilt a characters head during runtime.
1e6cd15
programmatically tilt a characters head during runtime.
845928a
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
1b0fb47
bug fix - missing , in heda tilt command included
8fffe87
extend possible allowed characters in values for activity key value p…
af8f3c0
code cleanup wrt "setcss" command
91e6959
Merge branch 'master' into charamel-ws
9dd22c2
typo corrections
c5994a5
added context information
674edd7
added context information
6929136
chnaged regex for key value pairs. It seems that the old version did …
29e2d0c
added sequenccommand
stomack 60c2a9e
new currentDiaryDay cmd
631fc1b
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
436c9a2
minor conventionel adjustment
stomack 35c9b24
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
stomack 62b83d6
removed all capital chars in animation paths
stomack 6a57440
updated charamel-ws with studymaster-wed
chiragbhuvaneshwara 836ddcd
updating websocket code
chiragbhuvaneshwara 46b5b1e
Merge branch 'studymaster-web' into charamel-ws
chiragbhuvaneshwara e95920e
minor changes
d4e9a1c
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
003560b
updated to wss and new studymaster build
chiragbhuvaneshwara 21c917b
Merge branch 'studymaster-web' into charamel-ws
chiragbhuvaneshwara 88001dc
Merge branch 'studymaster-web'
chiragbhuvaneshwara 7bcd669
update studymaster web build
chiragbhuvaneshwara eb437ba
protocol selection automated
chiragbhuvaneshwara 0320c3d
Merge branch 'studymaster-web' into charamel-ws
chiragbhuvaneshwara a85bec7
Merge remote-tracking branch 'origin/charamel-ws' into charamel-ws
chiragbhuvaneshwara b5f6fb7
Setup Module
stomack 1f10b5e
first barebone
stomack 200256e
second barebone
stomack 779b7f5
second barebone+
stomack 6f24ccd
triing to reformat speech actions
stomack b97c672
Merge branch 'master' into studymaster-web
chiragbhuvaneshwara 1dda8c4
added exaample project charamel-ws
stomack 7870a15
now sending JSON objects
stomack a973a77
tried genercis handler
chiragbhuvaneshwara be6992c
added basic handling functionality
stomack a1dfdc4
setting up handling loop
chiragbhuvaneshwara 52022f4
Merge remote-tracking branch 'origin/MithosVR' into MithosVR
chiragbhuvaneshwara 2c568ff
setting up handling loop
chiragbhuvaneshwara 885505c
now processing intAct and ssf
chiragbhuvaneshwara f0b75a9
kind_ia -> kind_da
stomack 4dee3cd
kind_ia->kind_da
chiragbhuvaneshwara 731f3c2
Merge remote-tracking branch 'origin/MithosVR' into MithosVR
chiragbhuvaneshwara f76fabb
removed some printouts
stomack ebd2f5c
fixed consumer and made activity context not final
chiragbhuvaneshwara c44d77e
Merge remote-tracking branch 'origin/MithosVR' into MithosVR
stomack fc1f9f9
updated to new tricat interface
chiragbhuvaneshwara 79d98a6
updated example-project
chiragbhuvaneshwara 916e90d
reintroduced feedback handling, issues persist
chiragbhuvaneshwara 765b1b2
Merge remote-tracking branch 'origin/MithosVR' into MithosVR
stomack 87a8536
added default values in ssi constructor and fixed a typo in SSIProjec…
stomack 83de7c7
fixed feedback handling
chiragbhuvaneshwara 735ab86
added pilot project
stomack 9173535
added vsm logging
stomack 4aa8ca2
added PilotProject(also thanks to Nils :D)
stomack dc8b716
mithos logging is no longer blocking
stomack 9ff8c1c
added else case for animations and other
stomack 18a3ca8
mithos pilot study intermediate fixes (WIP)
chiragbhuvaneshwara c0ac695
fixed concurrency issue,
chiragbhuvaneshwara cab2e2c
Latest Pilot Study Project files
chiragbhuvaneshwara 526185d
new studymaster logic and logging
stomack 4c1e635
bugfix: fixed radio button selection to highlight teh right selected …
chiragbhuvaneshwara d2147e7
React updated build for bugfix: fixed radio button selection to highl…
chiragbhuvaneshwara 197f0d1
bugfix: made sure that the last message variables of studymaster are …
chiragbhuvaneshwara a5be454
Updated the studymaser-web documentation to reflect the revamped Reac…
chiragbhuvaneshwara 2ec2c86
Merge branch 'studymaster-web' into MithosVR
chiragbhuvaneshwara 27bf21f
some surely important changes
chiragbhuvaneshwara 0e24868
added logmsg function
chiragbhuvaneshwara 69151c4
integrated new intearaction act with appraisal tag
stomack 355cb05
added logmsg function
chiragbhuvaneshwara 27aef98
start dev of socket plugin
stomack a5f209c
first iteration socket plugin including client and server variant
3f9a23e
small rename
30a32fa
refactored
41de797
added build file
stomack 8628dce
Merge remote-tracking branch 'origin/SocketTemplate' into SocketTemplate
stomack 6904d52
renamed package and interface
stomack e15527d
gson objects for emmi final
4d39733
added build.gradle
3d4a703
Merge remote-tracking branch 'origin/SocketTemplate' into SocketTemplate
918d583
started drive sim implementation
e1576f5
some module settings
404671b
fninished EMMI Demo
f17f0e6
added buuild gradle
fffa204
intermediate socketio
3ea027c
added socketio to driveSim
stomack 64422d2
socketio
b6e4884
adjusting to ego
2d73b5b
new raw-data socket for drive seim, might need refactroing
216420f
fix issue with gradle
pujak17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented out code