Ivan Molodetskikh
Ivan Molodetskikh
Also allow setting run point to those older frame bulks. This would help going back to fix desyncs, and generally in understanding what's happening. Could also maybe use accurate collision...
As an idea on how to deal with entities. A way to run the game physics a set number of frames forward, probably without moving the player, to be able...
To allow comparing TASes or even comparing to demos. The positions should appear gradually as time progresses so you can see where exactly you are compared to the run you're...
The `LoadLibaryExW` hook calls `Convert` to print the module name, which calls `setlocale`, which now tries to load some library, leading to an infinite recursion.
I think it could prove very useful for analyzing weird damage and such. Issues to solve: - Current `bxt_taslog` output is too large for entire RTA runs. - Not sure...
Crashes like hornets past a level change. Catch them in BXT, and instead of crashing just stop the timer and display a message that the game would have crashed. Much...
`textDocument/documentHighlight` returns positions of the symbol under the cursor, with a kind of Text, Read or Write. Looking at the source, cquery should support returning Read or Write: https://github.com/cquery-project/cquery/blob/af7f14cc63c2be38e0918c05204d06136d519360/src/messages/text_document_document_highlight.cc#L51-L56 However...
- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. 0.1.161 - (Neovim users...
## Is your feature request related to a problem? Please describe. clangd and rust-analyzer (and maybe others) have semantic highlighting, would be nice if it worked out of the box....