Robert Russell

Results 51 issues of Robert Russell

ctrtower3 keeps the flame animation in palette 8, parameter 255, with 11 states. parameter 255 missing: ![image](https://user-images.githubusercontent.com/1035905/136063125-6b050cc7-1fc4-4767-be85-82326faf9d95.png) Here's a snap of an app I'm working on. I was trying to...

https://github.com/myst6re/deling/blob/23aefd2306d0ed85c7d7a88831f9fe4f5dafc968/LZS.cpp#L180 The first run of `InsertNode(r);` `r= 4098 -1; //4097` `lson[] size is 4097;` I had changed my arrays to .at() and got the exception. Unsure what the best move...

### Test environment **PMS Version:** 1.14.1.5488 **PMP Version:** 3.83.1 **Platform (Windows/macOS/Embedded RPi/Embedded Intel):** Windows 10 64 bit ### Steps to reproduce 1. I opened PMP and logged in. I clicked...

#### Describe the issue (if no issue has been made) Serialize and Deserialize were 2 large functions. I thought it might become hard to manage. #### Proposed fix This gives...

https://github.com/TheCherno/Hazel/blob/d87b9b460d4c1508d7bf6510825357c9d9f2d31d/Hazel/src/Hazel/Scene/Components.h#L138-L147 I was just thinking if we made `AllComponents` into a template. ```c++ template using AllComponents = ComponentGroup < TransformComponent, SpriteRendererComponent, CircleRendererComponent, CameraComponent, NativeScriptComponent, Rigidbody2DComponent, BoxCollider2DComponent, Component... >; ``` We...

Impact:Suggestion

## Expected Behavior compiles in msvc ## Actual Behavior D:\a\ut\ut\example\tmp.cpp(30,1): fatal error C1001: Internal compiler error. [D:\a\ut\ut\build\example\boost_ut_tmp.vcxproj] (compiler file 'D:\a\_work\1\s\src\vctools\Compiler\CxxFE\sl\p1\c\constexpr\constexpr.cpp', line 8462) To work around this problem, try simplifying or...

resolves: https://github.com/codereport/jsource/issues/216 I'm taking some things I learned from adding docs on my repo and applying it to yours. - Unrelated I also added code to cmake to make it...

bug
documentation

``` [133/133] Generating documentation with Sphinx FAILED: docs/sphinx/index.html cd /mnt/d/dev/jsource/build/docs && /mnt/d/dev/jsource/docs/scripts/preprocessor.py --input /mnt/d/dev/jsource/docs/source --output /mnt/d/dev/jsource/build/docs/sphinx_temp && /home/pcvii/.local/bin/sphinx-build -b html -Dbreathe_projects.jsrc=/mnt/d/dev/jsource/build/docs/doxygen/xml -Dbreathe_default_project=jsrc /mnt/d/dev/jsource/build/docs/sphinx_temp /mnt/d/dev/jsource/build/docs/sphinx Traceback (most recent call last): File...

bug
documentation

There are a few macros in this file. ### APFX There are 139 usages across 8 files. `f` is the generated function's name. Could use a c++ `using` to preserve...

Might be a bit too early to do this. * All .c extensions would need to be .cpp; or we can't use constexpr. * These are just a few examples....