evennia/evennia
Chason Chaffin 77d15fa7b8
Fixing bug in gametime module
Previously, gametime used the length of the current year and
current month to calculate the future date in the real_seconds_until
function. This caused a small bug when passing over a leap day from
a year without a leap day.

This change uses the datetime module to just increment the year
or month, sidestepping the issue.
2019-04-19 16:19:15 +09:00
..
accounts Merge branch 'add_signals' of https://github.com/volundmush/evennia into volundmush-add_signals 2019-04-14 22:19:36 +02:00
commands Minor cleanups 2019-04-14 21:43:01 +02:00
comms Move globalhandler into utils.containers, make settings format more flexible, default to base typeclass, add helper functions and some more lenient error handling 2019-04-14 11:24:45 +02:00
contrib Fixing tests for new gametime tests 2019-04-19 10:40:19 +09:00
game_template Optionally read connection screen from connection_screen() callable 2019-03-22 08:04:25 +01:00
help Resolve support for Django 2.0 2019-03-25 21:45:34 +01:00
locale Add Polish translation by user ogotai 2019-02-20 22:36:06 +01:00
locks Clean up with 2to3 2018-10-13 19:43:17 +02:00
objects Resolve support for Django 2.0 2019-03-25 21:45:34 +01:00
prototypes Streamline batch-spawn mechanism 2019-04-07 23:13:38 +02:00
scripts Refactor containers for inheritance and delayed loading 2019-04-14 15:37:34 +02:00
server Refactor/remove signal receiver module 2019-04-14 22:53:38 +02:00
typeclasses Refactor/remove signal receiver module 2019-04-14 22:53:38 +02:00
utils Fixing bug in gametime module 2019-04-19 16:19:15 +09:00
web Fix minor typo 2019-04-07 00:34:01 +02:00
__init__.py Remove validator container, allow direct setting of options 2019-04-14 21:06:43 +02:00
settings_default.py Refactor containers for inheritance and delayed loading 2019-04-14 15:37:34 +02:00
VERSION.txt Still not responding 2018-10-04 22:36:25 +02:00