mud
Here are 320 public repositories matching this topic...
-
Updated
May 21, 2020 - JavaScript
Brief summary of issue / Description of requested feature:
As discovered in Mudlet/Mudlet#4112, we were needlessly calling QString::fromUtf8() when Qt's constructor already calls it already, so we are effectively double-calling it.
Steps to reproduce the issue / Reasons for adding feature:
More efficient Lua
What is the current behavior?
When you are on top of an NPC and want to trade/shop/bank with them. The popup screen will not popup UNTIL you move and FINISH its progress.
**If the current behavior is a bug, please provide
-
Updated
Jun 3, 2019 - Python
-
Updated
Sep 7, 2020 - JavaScript
Multiple game owners
Switch games from belongs_to :user to has_many :admins
Create a new join table that let's multiple users administrate a game. No special roles at the moment, all admins can manage the full aspect of a game.
Maybe we keep the current belongs_to :user and rename to be the "owner" so we can tell who originally made it and maybe who should have slight extra power in the future. Other syst
popular dedicated mud clients allow for the 10-key to be a quick one-handed navigation utility. Imagine each number being a point on a compass, they will send you that direction, with 5 in the center being look. Would be beautiful to replicate.
-
Updated
Feb 14, 2018 - C#
-
Updated
Mar 1, 2019 - Go
-
Updated
Sep 10, 2020 - Lua
-
Updated
Dec 11, 2018 - C++
-
Updated
May 12, 2018 - Haskell
-
Updated
Oct 6, 2020 - Lua
In the Item class (found in the Item folder of the GameLogic project)
- Add a new enum value to ItemTypes called Money
- Add a property of type int called Value to Item.cs this is to store the value of the money.
With a money item in the room, assuming it's called Gold coin
- The user will see "(500) gold coins stacked here."
- 500 comes from the value property of th
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Sep 15, 2019 - Elixir
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jun 5, 2018
Improve this page
Add a description, image, and links to the mud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mud topic, visit your repo's landing page and select "manage topics."
Brief summary of issue / Description of requested feature:
https://github.com/evennia/evennia/wiki/Gametime-Tutorial#a-game-time-with-a-custom-calendar
"In our case the game time starts at year 0, month 0, day 0, and at midnight."
This raises one big question to me: Is there a 'Month 0' and 'Day 0' that will come up every year/month? If so, why?
If not, I think the tutorial would