mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
- fixed docs to not demonstrate reuse of built-in function names "str" and "int", even when within a one-off script - note: did *not* change the "str" and "int" shown in Howto/Starting/Part1/Learning-Typeclasses.md file, as those are class variables (i.e., Character.str and Character.int), which does not replace the BIFs of str() and int(). Therefore, methods inside the class can still use the python BIFs. While this is possibly confusing to new python programmers, it is also not within the scope of #2549. misc edits: - add .vscode/ to gitignore |
||
|---|---|---|
| .. | ||
| Starting | ||
| Add-a-wiki-on-your-website.md | ||
| Building-a-mech-tutorial.md | ||
| Coding-FAQ.md | ||
| Command-Cooldown.md | ||
| Command-Duration.md | ||
| Command-Prompt.md | ||
| Coordinates.md | ||
| Default-Exit-Errors.md | ||
| Evennia-for-Diku-Users.md | ||
| Evennia-for-MUSH-Users.md | ||
| Evennia-for-roleplaying-sessions.md | ||
| Gametime-Tutorial.md | ||
| Help-System-Tutorial.md | ||
| Howto-Overview.md | ||
| Manually-Configuring-Color.md | ||
| Mass-and-weight-for-objects.md | ||
| NPC-shop-Tutorial.md | ||
| Parsing-commands-tutorial.md | ||
| Tutorial-Aggressive-NPCs.md | ||
| Tutorial-NPCs-listening.md | ||
| Tutorial-Tweeting-Game-Stats.md | ||
| Tutorial-Vehicles.md | ||
| Understanding-Color-Tags.md | ||
| Weather-Tutorial.md | ||
| Web-Character-Generation.md | ||
| Web-Character-View-Tutorial.md | ||