Actually, you'll have to ask @FakeTruth, that's a convention inherited from him.
The problem is, we can't really change it now, because the plugins are already written with this. It would be possible to provide a "compatibility layer", simply doing the equivalent of
Also, there are some people on the team who oppose the Java codestyle (CamelCase classes, almostCamelCase functions).
The problem is, we can't really change it now, because the plugins are already written with this. It would be possible to provide a "compatibility layer", simply doing the equivalent of
cPluginManager = PluginManagerThis would work in most cases, but some plugins take param-checking seriously and do things like
if (tolua.type(a_Param) == "cPlayer") thenThese would break.
Also, there are some people on the team who oppose the Java codestyle (CamelCase classes, almostCamelCase functions).