client: implement in-game hints support (autohelp)#269
client: implement in-game hints support (autohelp)#269Vladislav4KZ wants to merge 1 commit intoVelaron:mainfrom
Conversation
|
Currently, the autohelp text may be "typed out" more slowly when multibyte characters are used. For example, when the game uses English language, the timings match. When it uses Russian, the text is typed more slowly, and the text holdtime is longer. In the original CS 1.6, the timings are the same for all text, both for single-byte and multibyte characters. |
|
I like to take function signatures directly from the debug info, same with parameter names. It's easier to compare later then. Even if the parameter is unused I keep it for convenience. ex: hintMessage might even be a qboolean (a typedef to int) here, seems to be used as a bool |
5cdf792 to
93114f2
Compare
|
I’ve redone it, take a look. |
My first attempt at reverse engineering...