Jan

Results 17 issues of Jan

To use this with Hubot Version 10 a bunch of changes have to be made to account for API changes.

**Description** Updates the code for generation via template to add the path of the specification file to the options passed to the generator. This makes the generator able to resolve...

#### Describe the bug When trying to generate with the html-template the process will fail when the specification file uses a `$ref` element that points to another file. It will...

bug

The accuracy tables are embedded inside the weapon structs. Without them, AI cannot use a weapon. When dumping a weapon, the weapon accuracy graph file that is embedded should be...

enhancement

Currently logging for "assets not being found" does not differ between indirect asset references and normal assets dependencies. In both cases something along the following would be logged: `Failed to...

enhancement

After the separation of concerns of loading and marking assets the generated code of both now may contain unused or empty methods. To clean them up it must be ensured...

refactor

Assetlists are already usable for ignoring assets inside project definitions as well as loading all assets from an assetlist. This is particularly useful when you want to build an IPak...

enhancement

Linker should display an error message when the name of the game in a zone file is unrecognized. Currently there is no error message at all.

enhancement
good first issue

Currently the only way to interact with Linker and Unlinker is via command line arguments. There are some scripts in the community that do some sorts of text-based user interface...

enhancement