djkrose

Results 24 issues of djkrose

### Description of the feature or enhancement you'd like to see in HandBrake The filename placeholders `{date}` and `{creation-date}` use the "system short format". For example, In Germany the output...

Enhancement

It should be possible for all built-in commands like dj-export, dj-import, dj-repair, dj-regen to load affected chunks on demand if they are not yet loaded. This way, repairs and import/exports...

enhancement

In rare, non yet reproducible, circumstances excessive usage of `dj-regen` makes the server unstable, throw other errors, hang up, and ultimately crash or freeze. Usually no error is shown on...

bug

The mod needs a short installation manual

enhancement
documentation

The command dj-pos should output the current distance from ground (positive or negative) and the position in map format, like "123N 345E".

enhancement

An active bed that gets overwritten by dj-import still shows up as active on the map. The bed should be correctly unregistered for the owner of it.

bug

Go to a the SE point of an area and type ``` dj-regen from ``` Go to the NW point of an area and type ``` dj-regen to ``` The...

bug

Requested by xorex (7dtd forum) via PM: > In other mods there is a command like removeentity, but it can remove only one entity by ID at once > >...

enhancement

Using this line in a javascript command hangs up and ultimately crashes the server: ```js dump(global); ```

bug

Using this command in a Lua script fails if inspect.js is encoded with UTF-8 with BOM. ```lua local inspect = require('inspect') ```

bug