SirNate0

Results 40 issues of SirNate0

I came across this code today while trying to determine how I should set up the `worldTransform_` for the `Drawable` `SourceBatch`, and I thought it may have been a bug....

backlog

When a Model is cloned and the vertex/index buffers are not shadowed, the function attempts to lock the buffer and copy the data that way. Let's ignore for now that...

backlog

When building the generated AngelScript bindings, I end up with a number of notes from the compiler (for most, though not all, of the generated files). ``` /home/nathan/Projects/Urho3D/Source/Urho3D/AngelScript/Generated_Members_B.cpp: In function...

баг
backlog

Rather than using strings everywhere that are almost exclusively treated as paths, I am proposing we switch to a separate class for paths and for strings. At present, this can't...

backlog

Since we have the optional ability to compile support for a reverse StringHash lookup, I added the ability to save the string version rather than just the hash for VariantMaps...

улучшение
backlog

I added additional prefab support in loading nodes. Instead of just loading prefabs with Load__() in code, you can now add a prefab attribute specifying a file in the data,...

backlog

Inspired by #2198, I went ahead and abstracted the packed and unpacked behavior of the File class into two separate classes, and created an abstract base for PackageFile to allow...

backlog

It seems to me, reading through the [Using Library](https://urho3d.github.io/documentation/HEAD/_using_library.html) page that the documentation has fallen a little out of date with the move to place the cmake_*.sh/bat files in the...

баг
документация
backlog

When I try to create a page titled Admin Notes, I get a 404. If I change the title to "Adm Notes", it works fine, which makes me think it...

Why is [`Emitter::WriteStreamable`](https://github.com/jbeder/yaml-cpp/blob/c73ee34704c512ebe915b283645aefa9f424a22f/include/yaml-cpp/emitter.h#L154) called `Emitter::WriteStreamable` and not, for example `Emitter::WriteFloatingPointType` (after the pattern of [`Emitter::WriteIntegralType`](https://github.com/jbeder/yaml-cpp/blob/c73ee34704c512ebe915b283645aefa9f424a22f/include/yaml-cpp/emitter.h#L137))? It's not a huge issue, but it made tracking down where the precision of the...