-
Resource deletion CLI.
-
Fetch files
-
README and tutorial updates:
- Model upload CLI, resource metadata CLI, depend on ign-msgs5.
-
Fix URL encodings in RestClient.
-
Print message when downloading a resource.
-
Use
${YAML_TARGET}
instead ofYAML::YAML
imported target. -
Convert emissive map file path.
-
Fix windows build with
popen
andpclose
macros. -
Remove std::experimental for filesystem (support for VS2019).
- Support actors
- FuelClient::DownloadModel accepts HTTP headers, and the
ign fuel download
command can accept a single HTTP header.
- Fix PBR material URI
- Integration with ign-gazebo. The following set of pull requests update fuel-tools to use ign-cmake2, sets api.ignitionfuel.org as the default server, fixes codecheck errors, removes old deprecations, and parses model.config files using tinyxml2.
- Use
${YAML_TARGET}
instead ofYAML::YAML
imported target.
-
Get cached model resource file
-
Add some AsString functions
-
Change cache directory structure and use it
-
Client return only relevant cached models
-
Model version support
-
Remove server API version from model unique name
-
Client handle unique names and get server info from config
-
Changed model list to use headers for paging instead of iterating until a 404 is hit. Also added a mechanism to set the user agent
-
FuelClient: Don't use ServerConfig if there's ModelId
-
List models from command line
-
Get cached model resource file
-
Added const constructors for ModelIter and Model
-
Use common::URI for server URL
-
Remove server local name
-
Encode url path before downloading models
-
Download model from command line
-
Backport code style changes