Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Auto-complete for commands #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When entering a command in the client in the chat area, an auto-complete list 
should come up. Whether or not I can actually do this will depend on if its 
possible to grab a list of valid commands in a clean, reliable way, from the 
server without any notable impact on the server or network. It could most 
likely be generated by the server at runtime, then output to a place that can 
be used by the client. Would be nice to include the output of the arguments, 
too.

Again, totally depends on being able to do this cleanly, in a fully-automated 
way, and has no notable impact on the server.

Original issue reported on code.google.com by Spodiii on 4 Dec 2010 at 7:39

GoogleCodeExporter commented 9 years ago
Sounds like a neat feature. While you're at it, make sure you add a turn on/off 
option in the client settings file ;)

You'd also have to check the user's permissions so for moderators the mod 
commands appear as well (in case you didn't think of that)

Original comment by devon.ke...@gmail.com on 4 Dec 2010 at 7:58

GoogleCodeExporter commented 9 years ago

Original comment by Spodiii on 30 Nov 2012 at 7:13