Ian Dunn
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...
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.
Need some mechanism to trigger reloads, and trigger them whenever RebuildLightUniformMatrix is called.
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.
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)....