-
Notifications
You must be signed in to change notification settings - Fork 133
Get pregenerated config files from the simulator cap and make them available through the websocket. #5739
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
Get pregenerated config files from the simulator cap and make them available through the websocket. #5739
Changes from 7 commits
364ff6e
84e806f
89a5681
0f8be80
e932b04
5c3bc09
369cc5b
a453db2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1687,7 +1687,6 @@ set(viewer_APPSETTINGS_FILES | |
| app_settings/std_bump.ini | ||
| app_settings/toolbars.xml | ||
| app_settings/trees.xml | ||
| app_settings/types_lua_default.xml | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I hit this assert when I tried pressing edit again on a script already open in vscode
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. testing on fedora linux. unsure whether I should build viewer with or without DebInfo
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll run that test case. Thanks for the catch. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't reproduce this again |
||
| app_settings/viewerart.xml | ||
| app_settings/message.xml | ||
| ${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg | ||
|
|
||
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.
@copilot apply changes based on this feedback
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.
Fixed in d3fa87f. Added
(void)log;to suppress the unused-parameter warning and updated the comment to accurately describe thatLLSDSerialize::deserialize()handles XML, binary, and notation LLSD encodings (not just XML).