Brett Lawson

Results 14 issues of Brett Lawson

When specifying a Schema list, that contains a Group with fields with default values, the default values are never set as the object that is added to the list comes...

bug

Some surface formats are not supported by some GPUs. In order to allow this to work, we must load the texture in a false format, perform some conversion and then...

vulkan
graphics
needs-testing
improvement

From @exjam: > decaf-qt should use excmd so we can inherit the same command line options provided by other > decaf applications: https://github.com/decaf-emu/decaf-emu/blob/master/src/libconfig/src/loader_excmd.cpp > for reference you can see decaf-sdl:...

good-for-beginners
improvement
quality-of-life

The README displayed on the GitHub front page should include some images that demonstrate parts of the UI that are not game specific as a method to entice developers to...

documentation
good-for-beginners
improvement

Whenever an NPC is invisible, it is still possible to click on it.

bug

Currently we display attack damage as soon as we receive the packet. We should be queuing it and waiting until the damage frame of attack animation passes, then applying the...

bug

The client is responsible for toggling the sit state prior to initiating a move command when trying to move while sitting. If this does not happen, then other clients see...

bug

I believe this is because we send joinZone before we execute the dropFromSky as dropFromSky is now executed by addObject. We must add the local player to the GZM before...

bug

Need to detect if the object your standing on has an animation attached, and if so, continue casting rays every frame to ensure the entity tracks with the object they...

bug