Commit graph

5113 commits

Author SHA1 Message Date
DarkSir23
6ebbf9c4ee Fix header and footer to use DEFAULT_CLIENT_WIDTH 2019-05-10 12:19:08 -04:00
Griatch
a630ccd51c Fix edge case with multiple superusers 2019-05-01 19:10:44 +02:00
Griatch
1e7603024e Fixes to inline_python 2019-05-01 15:19:53 +02:00
Griatch
a02758445d Fixes to inline_python 2019-05-01 15:17:43 +02:00
Griatch
c5fe6fff53 Add missing callbacks-handler to ingame_python classes 2019-05-01 15:14:46 +02:00
Griatch
07a941c881 Make who command use get_display_name 2019-04-18 20:29:50 +02:00
Griatch
f0d98e1a5b Fix Evmenu infinite loop on empty key. Resolves #1769. 2019-03-30 17:41:28 +01:00
Griatch
64cd982592 Merge pull request #1797 from dmreichard/cmdlockfix
Fix lockcmd bug not ignoring superuser when using switches. Resolves #1796.
2019-03-12 19:06:54 +01:00
David Reichard
9868d2f18b Fix lockcmd bug not ignoring superuser when using switches. Resolves #1796. 2019-03-10 15:58:39 -04:00
Griatch
9ab2422311 Fix aliases for gender command 2019-03-06 16:47:09 +01:00
Griatch
3618fbf3ef Add gettxt to Docker image to support i18n devevelopment. 2019-03-01 16:17:33 +01:00
Griatch
09fbabc978 Better docstring when exploring flat api 2019-02-26 16:22:53 +01:00
Griatch
45a28509dd Merge pull request #1786 from jaggiJ/typo-fix
Tutorial. Fixes echo message on lack of argument for mobon command.
2019-02-24 17:27:39 +01:00
jaggiJ
39777139f4 Tutorial. Fixes echo message on lack of argument for mobon command. 2019-02-24 12:47:11 +01:00
Griatch
85ff778c95 Merge pull request #1782 from jaggiJ/myfixes
bugfix: barrel(rack_barrel) description before the barrel is even created
2019-02-24 12:30:04 +01:00
Griatch
e280b5a9da Fix health bar unittest 2019-02-23 22:31:06 +01:00
Griatch
5a63753f1f Merge branch 'master' of github.com:evennia/evennia 2019-02-23 22:10:27 +01:00
Griatch
9fdd62fda3 Avoid negative health bar color. Resolves #1751. 2019-02-23 22:10:12 +01:00
Griatch
0af1c892f6 Merge pull request #1783 from jaggiJ/myfix2
command spelling correction in tutorial build.ev @home ghost = to @se…
2019-02-23 17:29:51 +01:00
Griatch
563fb5e5f4 Merge pull request #1784 from jaggiJ/barrel-er
Trying to pickup 'locked barrel', player now receives hint to 'get we…
2019-02-23 17:24:05 +01:00
Griatch
db4c33d539 Add website/ to more base.html imports 2019-02-20 22:24:52 +01:00
Griatch
c0986a8ec2 Make sure website extends website/base.html to avoid override collision 2019-02-19 20:21:45 +01:00
jaggiJ
67b41db698 Letter correction. w into capital W (spotted by CloudKeeper) 2019-02-17 13:39:46 +01:00
jaggiJ
1da56f737e Spacing correction build.ev 2019-02-17 13:20:07 +01:00
jaggiJ
f9763fabff build.ev Added commend line 2019-02-17 13:06:20 +01:00
jaggiJ
cd01d982bd Trying to pickup 'locked barrel', player now receives hint to 'get weapon'. 2019-02-17 12:08:40 +01:00
jaggiJ
a0bcd80559 command spelling correction in tutorial build.ev @home ghost = to @sethome ghost = 2019-02-16 13:41:03 +01:00
jaggiJ
20bc919ca0 bugfix: barrel(rack_barrel) description before the barrel is created 2019-02-16 11:46:40 +01:00
Griatch
be40993f7b Merge pull request #1781 from poisonbl/card-block-issue-1780-fix
Switching card-block to card-body.
2019-02-12 11:43:55 +01:00
poisonbl
4852651780 Fix issue 1780 by switching card-block to card-body. 2019-02-11 21:27:12 -05:00
Griatch
9f48499d74 Merge pull request #1778 from CloudKeeper/patch-3
Correcting typo - "prot" to "proto"
2019-02-09 09:17:01 +01:00
CloudKeeper
23337a61d7 Correcting typo - "prot" to "proto"
Caught by LilCasper
2019-02-09 14:19:50 +11:00
Griatch
c5a73174ab Fix bug in deleting capitalized attributes. Resolves #1776. 2019-02-07 22:04:12 +01:00
Griatch
95604616a3 Correct docstring for $dbref protfunc 2019-02-07 09:52:58 +01:00
Griatch
c121f4915e Update spawn doc to better explain protparents kwarg (see #1775) 2019-02-07 09:12:52 +01:00
Griatch
992c993350 Check arg forwarding to django-admin as per #1774 - not supported in django version? 2019-02-04 21:28:16 +01:00
Griatch
1412da1b0a Fix prototype inheritance of attrs/tags. Resolves #1773. 2019-02-03 15:17:32 +01:00
Griatch
fd74a2cdf6 Auto-create zope_interface.__init__.py if missing. 2019-01-29 18:18:47 +01:00
Griatch
a7694fb6e9 Fix mechanism catching amp errors 2019-01-29 17:44:48 +01:00
Griatch
ae979e852d Catch keyerrors in amp box, as per #1306 2019-01-23 21:15:14 +01:00
Griatch
a9fd49474d Correct use of callable in prototype creation 2019-01-17 23:03:11 +01:00
Griatch
484e5e6b1c Merge pull request #1767 from vincent-lg/fix_candidates
Fix a slight error in search with candidates
2019-01-13 12:40:51 +01:00
Vincent Le Goff
22481fe752 Fix a slight error in search with candidates 2019-01-06 21:27:19 +01:00
Griatch
f7857d6a2c Fix traceback in nick cmd. Resolves #1761 2019-01-04 19:52:55 +01:00
Griatch
2bea75c27d Further clarifications in search docstring 2019-01-04 14:35:44 +01:00
Griatch
692266d1bb Clarifying use_dbref docstring 2019-01-04 12:56:43 +01:00
Griatch
352582541f Make help command accept use without a session 2019-01-01 03:29:55 +01:00
Griatch
9a556aa57b Cleanup of contrib readme 2018-12-30 11:14:16 +01:00
Griatch
0779fd6c67 Merge pull request #1756 from Antrare/patch-1
BugFix - Delete Prototypes using spawn command
2018-12-19 00:04:41 +01:00
Antrare
e102782ab0 BugFix - Delete Prototypes using spawn command
Spawn/delete <prototypekey> was not actually deleting anything.  This enables the command to work as expected.
2018-12-18 20:31:14 +11:00