Make the xml output better match files in the sim/viewer #37
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.
I made 3 changes that generate smaller diffs when compared against
keywords_lsl_default.xmlin the viewer and viewer cache. I needed that in secondlife/lsl-definitions#38 where I auto-generate those filesc-compatto xml generation.<boolean>true</boolean>. after:<boolean>1</boolean><real>10.0</real>. after:<real>10</real><real>0.1</real>. after:<real>0.1000000000000000055511151</real>sort_mapsthat sorts all the keys of a map alphabetically<string></string>. after:<string /><array></array>. after:<after />Part of a set of PR's improving the definitions and keywords files in lsl and slua: