Griatch
|
69d85bd184
|
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
|
2020-01-11 15:49:12 +01:00 |
|
Griatch
|
4ea6209123
|
Ran black on branc
|
2019-12-16 20:31:42 +01:00 |
|
Griatch
|
c2c7fa311a
|
Format code with black. Add makefile to run fmt/tests
|
2019-09-28 18:18:11 +02:00 |
|
Griatch
|
3504d95402
|
Merge branch 'develop' into develop-py3
|
2019-03-21 16:45:50 +01:00 |
|
Griatch
|
74dd57e85f
|
Some fixes and cleanups
|
2019-03-17 13:36:03 +01:00 |
|
Vincent Le Goff
|
7293af5d5a
|
Fix #1577
|
2019-03-13 11:34:43 +01:00 |
|
Griatch
|
72f4fedcbe
|
Merge with develop and fix merge conflicts
|
2018-10-01 20:58:16 +02:00 |
|
BlauFeuer
|
564b78ae23
|
class var options renamed switch_options
|
2018-03-05 15:52:47 -05:00 |
|
BlauFeuer
|
3ee3335a3f
|
Add class var options to CmdExtendedDesc
Inherits from default_cmds.CmdDesc, but unused in
CmdExtendedDesc, so needs to be set empty.
|
2018-03-02 07:40:43 -05:00 |
|
Tehom
|
9add566a89
|
Refactor return_appearance to extract desc update into its own method.
|
2018-01-08 05:31:20 -05:00 |
|
Griatch
|
9355b255ad
|
Fix typos in doc strings
|
2017-12-31 13:47:19 +01:00 |
|
Ryan Stein
|
7d524ac328
|
Unwrap for expressions in comprehensions, too.
|
2017-11-02 22:52:16 -04:00 |
|
Ryan Stein
|
cd21fb2396
|
Use Python 3's new super() convention.
|
2017-11-02 10:41:41 -04:00 |
|
Ryan Stein
|
6fa280b9fd
|
Run 2to3.
|
2017-10-29 13:40:30 -04:00 |
|
Nicholas Matlaga
|
781de86777
|
Change aliases of ExtendedRoom's desc command to reflect 0.7 hanges'
|
2017-10-22 21:42:12 +02:00 |
|
Nicholas Matlaga
|
5f516215ee
|
Change aliases of ExtendedRoom's desc command to reflect 0.7 hanges'
|
2017-10-22 15:34:13 -04:00 |
|
Griatch
|
b278337172
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
Griatch
|
7ff783fea1
|
Resolve merge conflicts with master.
|
2017-08-19 21:30:42 +02:00 |
|
David Newman
|
9cbf7e2a58
|
docs: grammar
|
2017-07-26 18:24:03 -04:00 |
|
Griatch
|
5590ee2258
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
Griatch
|
a648433db8
|
Merge conflicts against master, including cmdhandler support for direct cmdobject input together with prefix-ignore mechanism from devel.
|
2017-04-01 16:08:23 +02:00 |
|
Griatch
|
f48e8e1fab
|
Make note of the timezone dependence of datetime.datetime.fromtimestamp.
|
2017-02-28 00:07:05 +01:00 |
|
Griatch
|
46a5a62d2b
|
Add unittests for contrib/chargen and custom_gametime. Removed unused time units settings from custom_gametime.
|
2017-02-19 13:10:17 +01:00 |
|
Griatch
|
517ce93bb4
|
Fix merge conflicts against master branch.
|
2017-02-18 12:08:51 +01:00 |
|
Griatch
|
1fbb4c4358
|
Add functioning prefix-ignorer and cleanup of code.
|
2017-02-17 09:19:55 +01:00 |
|
BlauFeuer
|
c100a7765c
|
contrib/extended_room.py code, markup updates
Whitespace edits, also
|
2017-02-16 21:31:48 -05:00 |
|
Griatch
|
008566f358
|
Move gametime conversion factors to contrib and remove them from the settings file with the motivation that the gametime constats were always highly game specific and a remnant from another time. Reworked the gametime library and add server epoch building from vincent-lg's original PR. The gametime module now deals exclusively in seconds.
|
2017-02-12 19:16:56 +01:00 |
|
Griatch
|
74eebfed6d
|
Refactor code to remove alerts as per lgtm and #1176.
|
2017-01-29 19:02:00 +01:00 |
|
Griatch
|
e2f5a4368f
|
Fix logical error in extended_room desc-setting. Resolves #1068.
|
2016-09-20 08:50:41 +02:00 |
|
Griatch
|
b46df5643a
|
Add minor fixes to tutorial world batch-build script and some better error reporting in the extended_room detail command.
|
2016-09-03 23:32:00 +02:00 |
|
Griatch
|
873e6faa52
|
Fixed a non-updating timeslot when assigning to the general description of ExtendedRoom.
|
2016-08-29 21:25:14 +02:00 |
|
Dan Feeney
|
a39d52dd7e
|
fixed nonexistent detail message by correcting the order of arguments to _AT_SEARCH_RESULT
fixed room/detail key collisions by excluding caller.location from candidates
|
2016-05-30 21:40:31 +02:00 |
|
Ahmed Charles
|
cbe1eefcf0
|
Move to python3 style division.
All of these are currently integer division in python2.
|
2015-11-01 20:47:18 +00:00 |
|
Griatch
|
3e9263e207
|
Updated contrib to use the Google style docstrings are per #709. Also
remove long deprecated code-block usage in menusystem - use callback functions
instead.
|
2015-05-17 12:43:31 +02:00 |
|
Griatch
|
8cdb5bec4f
|
Fixed errors in the ExtendedRoom contrib, pertaining to the detail command. Resolves #741.
|
2015-04-29 16:07:57 +02:00 |
|
tajmone
|
568ebee17f
|
Typos in extended_room.py
|
2015-03-22 09:50:35 +01:00 |
|
tajmone
|
a25ead9626
|
More docstring
8 more files docstringed. A bit from everywere...
|
2015-03-09 18:45:17 +01:00 |
|
Griatch
|
950922d699
|
Fixed docstring. Resolves #694.
|
2015-03-09 14:04:12 +01:00 |
|
Jonathan Piacenti
|
265f8a4e30
|
PIP packaging with setup.py, and fixes for bugs revealed by this.
|
2015-01-15 06:20:19 -06:00 |
|