RedMser

Results 44 issues of RedMser

I assume that optionator parses strings as file names (as there's [a similar bug reported here](https://github.com/gkz/optionator/issues/34)), so on Windows it turns slashes in rule names into backslashes. I haven't encountered...

![image](https://user-images.githubusercontent.com/5117197/176449027-eea0e1ef-fa78-4954-8ad5-47260903ddd0.png) All of the ListViews seem to hard-code the white background color, while the font color gets overridden by the dark high contrast theme to be white as well. This...

Discussed in [#63882](https://github.com/godotengine/godot/pull/63882#discussion_r937425827) The `.editor` feature override does not currently work, since [overrides are disabled in the editor](https://github.com/godotengine/godot/blob/master/main/main.cpp#L1314) it seems.

enhancement
topic:porting

All RunProps regarding the manifest json file are currently ignored, which means the manifest can not be configured, moved or disabled. To reproduce, try giving runDev the parameter `{ manifest:...

**System Information** * OS: Windows 10 * Blender version: 3.2.0 and 3.3.0 * Add-on version: 6.6.0 **Description about the bug** - Open factory startup scene, select cube - Add a...

bug

Unless I misunderstood the differences between PositionalArguments and NamedArguments, you can currently not have a NamedArgument and _determine its position in the list of command line arguments_. This would be...

enhancement

While #64822 did most of the cleanup, I used a more inclusive regex `visual.?script` to find a few more unnecessary references, as well as grepping for it in file names.

enhancement
topic:editor
documentation

Part of #66114 Addresses #40394 I personally see no harm in convenience features that break spec, but they must be made clear in the documentation. Right now it only includes...

enhancement
documentation

Fixes #66062 Previously showed a menu to create a new node, now it shows a selector dialog for a node in the scene tree. This is the first usage of...

bug
topic:editor
topic:input

### Godot version 4.0.dev (63c0dc690e06731224e88911ed16d1b798b681b5) ### System information Windows 10 ### Issue description I ran the [JSONTestSuite](https://github.com/nst/JSONTestSuite) (test_parsing directory) using Godot's `JSON.parse` and have following findings: - Parsing following files...

bug
topic:core
crash