Results 6 issues of Ian Dunn

When I switch to Markdown Extended syntax, spell check seems to miss the first letter of each word in the YAML front matter. See the attached image, where each word...

bug

Bar 9 is behaving weirdly for me on two of my characters: - On my Mage, it shows up fine and I use all 10 bars. - On my Druid,...

Created a framebuffer with a renderbuffer depth, depth tests did not work correctly. Changed to a depth texture and it worked fine.

Bug

Need some mechanism to trigger reloads, and trigger them whenever RebuildLightUniformMatrix is called.

Bug

Right now SkipElapsedTime in CTimeManager just updates the LastTime - it might make sense to also perform an Update() when this method is called. Some use cases needed.

Bug

Silly windows.h library macros are leaking somewhere. For example, in CWindowManager.h, there is a CreateWindow undef. Find the source and add undefines there (or better yet, remove the offending include)....