text-based
Here are 184 public repositories matching this topic...
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
-
Updated
Sep 19, 2020
-
Updated
May 12, 2020 - Java
Refactor DI
Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.
Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.
Beep, boop, I'm a bot! Th
-
Updated
Jun 15, 2020 - Java
-
Updated
Feb 14, 2018 - C#
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 4, 2020 - CSS
-
Updated
Oct 6, 2018 - R
-
Updated
Aug 19, 2020
-
Updated
May 12, 2018 - Haskell
Sometimes there can be multiple ducks around at one moment. Right now they queue for being affected by fired shots, which generally works well. But the exception should be the fleeing behavior.
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 1, 2020 - C
-
Updated
Oct 31, 2019 - Python
-
Updated
Sep 29, 2020 - Java
-
Updated
Jun 12, 2017 - OCaml
-
Updated
Apr 4, 2020 - Rust
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Sep 14, 2020 - C++
-
Updated
Dec 25, 2017 - C#
Improve this page
Add a description, image, and links to the text-based topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-based 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