* cdll_int: add undocumented FilteredClientCmd function to client interface
* client: use filtered command buffer where we have to execute command from server
* client: use normal pfnClientCmd in place of pfnFilteredClientCmd in case of engine doesn't supports it
* client: don't read out of bounds if engine interface is old and don't have pfnFilteredClientCmd
* client: fix incorrect cvar pointer comparison