Nihal Mirpuri

Results 17 issues of Nihal Mirpuri

A lot of the code is redundant, especially between lightmapped and non-lightmapped functions. The defines can also be improved, especially where they depend on each other, eg the `NORMAL_ON` define...

enhancement

The standard shader has a drop-down menu to choose if your material is transparent or opaque. It would be nice to add that to this shader.

enhancement

It's been a while since I dived into the framework, and I'm having trouble understanding or finding documentation on why the [FakeConversation](https://github.com/hangoutsbot/hangoutsbot/blob/v3.0/hangupsbot/hangups_conversation.py#L153) class in `hangups_conversation` is implemented, and used to...

documentation

It would be nice if we included a link somewhere near the top of the README.md that linked to a group chat containing a functional chatbot, which would serve as...

support
documentation

The following plugins that are using `bot._client.xyz` are broken, and need to be fixed in the version 3 branch. ### convid.py * ~`bot._client.setchatname()`~ -> protobuf a5c7bc1604141fca7d41df0ca670d5b05a4b5dbe * ~`bot._client.removeuser()`~ -> protobuf...

enhancement
help wanted
plugin
documentation
framework

The two configs `sync_chat_titles` and `sync_join_messages` are defined in the code and used, but not documented in the wiki. This needs to be updated.

plugin
documentation
chatbridge

It'd be nice to have a wiki or a readme somewhere for contributors, so that they know the standard procedure for contributing to the code. For example: - Make your...

help wanted
question
documentation

For those who want extra security over their bots, it'd be nice to have a whitelist of users who can interact with the bot, or a blacklist of users who...

enhancement
help wanted

Currently if I type in /bot help out of the box, I get the following (with all plugins loaded): ``` User commands: bemorespecific, botalias, chat, coinflip, diceroll, dnd, echo, geticon,...

enhancement
help wanted

Also doing /bot help botalias gives limited instructions on how to use the plugin

help wanted
documentation