Griatch
de7787b042
Updated the game template to the change web directory layout.
2016-05-22 20:41:36 +02:00
Griatch
9ddd0ecf33
Fixed the login/out links on the default website. Cleaned up some template lookups.
2016-05-22 20:41:36 +02:00
Griatch
4fd06b8976
Cleaned up the web folder to make two separate 'apps'-webclient and website, each with their own static and template dirs. Also merged the prosimii template files into the website template folder. This will make it clearer how to override, since the static/template_override dirs will now look like website/static/... etc rather than using the template names, of which we only ever have used one anyway.
2016-05-22 20:41:36 +02:00
Griatch
5ea9d100d9
Further work with css.
2016-05-22 20:41:36 +02:00
Griatch
f7f0e93214
Having trouble with css positioning
2016-05-22 20:41:36 +02:00
Griatch
fc74b24646
Started getting the webclient in some sort of shape.
2016-05-22 20:41:36 +02:00
Griatch
d8c5031ff9
Updated js version for better css (not currently working though
2016-05-22 20:41:36 +02:00
Griatch
fa370510da
Made client use Foundation.css
2016-05-22 20:41:35 +02:00
Griatch
e4e9877ebd
Added the new webclient relay component, evennia.js.
2016-05-22 20:41:35 +02:00
Greg Taylor
64db01c7ec
EGD renamed to EGI. Backwards compatibility preserved for now.
2016-04-15 19:07:43 -07:00
Griatch
7e0b372273
Fixed the unittest for the py command.
2016-04-12 23:51:45 +02:00
Griatch
aab16041d4
Removed the <<< markers in @py output since they conflicted with MXP parsing in clients like Mushclient (@py strings must be sent raw, so won't go through the MXP parser)
2016-04-12 23:45:56 +02:00
Greg Taylor
9b37944b38
EGD: Expand the troubleshooting section.
2016-04-12 13:03:18 -07:00
Greg Taylor
a61a1f7e32
EGD: Make short_description required. Add more examples of options to README.
2016-04-12 12:43:46 -07:00
Greg Taylor
b5bd15b2e8
EGD: Added a short_description to go with long_description.
2016-04-12 03:09:07 -07:00
Greg Taylor
269415269b
EGD: Add long_description, used for the longer game pitches.
2016-04-12 02:07:25 -07:00
Griatch
0248a3ba1b
Fixed a documentation error in string_suggestions
2016-04-05 14:56:42 +02:00
Greg Taylor
8b0a136aa0
EGD: Add comment explaining usage of dict.get() and 'or'.
2016-04-04 23:36:34 -07:00
Greg Taylor
a0d23bf40c
EGD: Adding reporting of Python/Django/Platform.
2016-04-04 23:04:19 -07:00
Greg Taylor
d140c9883f
EGD: Require at least one of telnet host/port OR web portal. Fixes #946 .
2016-04-04 22:40:30 -07:00
Greg Taylor
db988b242b
EGD: Delay the first check-in long enough to prevent false 0-player counts.
2016-04-04 22:13:51 -07:00
Greg Taylor
d1f5e7fdeb
EGD: Send empty string instead of 'None' when no game_website is specified.
2016-04-04 18:56:04 -07:00
Griatch
e12e4652dc
Further fix to the irc bot.
2016-04-04 22:15:30 +02:00
Griatch
bdd229afb4
Fixed IRC SSL implementation to handle a non-installed openssl library.
2016-04-04 22:13:26 +02:00
Griatch
8f1378c47e
Set game directory listing to update every 30 mins, changed setting to GAME_DIRECTORY_LISTING and removed too verbose logging.
2016-04-04 20:23:15 +02:00
CloudKeeper1
bc04d5f99e
BlauFeuer's Bug. @Cemit/sendername not functioning.
...
if "sendername" in self.switches:
message = "%s: %s" % (self.key, message)
Should read: message = "%s: %s" % (self.caller.key, message)
Not functioning as intended. Credit goes to BlauFeuer.
2016-04-04 14:24:15 +02:00
Greg Taylor
0b3314fa20
Introducing the Evennia Game Directory service contrib.
2016-04-04 14:21:01 +02:00
Griatch
e10769ac22
Fixed cmdset.remove() by correcting the __ne__ operator on commands to properly use the matchset to identify disjoint sets.
2016-04-04 09:37:46 +02:00
CloudKeeper1
77416953ca
Update build.ev
...
"can recall" to "can't recall"
2016-04-02 01:04:06 +11:00
CloudKeeper1
23dbdb4570
Update utils.py
...
Changes only effect time_format.
Line 302 - Removed seconds_str. Superfluous.
Line 303 - Provides minutes_str a default value which remains if value is below lowest descriptor. Previously if seconds was below a minute style 2 would return absolutely nothing.
2016-03-27 15:35:54 +02:00
Griatch
961e94f118
Made some minor tweaks to irc2chan docstring.
2016-03-27 15:30:27 +02:00
Griatch
335f3d0425
Removed pyopenssl requirement from requirements.txt again.
2016-03-27 15:30:07 +02:00
Sina Mashek
4c113f9ab7
Implemented @Griatch's suggestions
2016-03-26 15:28:15 -07:00
Sina Mashek
2d54bc33ab
Added support for SSL IRC connections.
2016-03-26 02:44:20 -07:00
Griatch
402b9a7394
Upped twisted requirement to 16.0.0. This because of a backwards incompatible change in Twisted's lLoopingCall that Evennia makes use of. This fixes failings with loading the tutorual world (due to loopingcall errors).
2016-03-24 11:50:58 +01:00
Griatch
aa1fcfe6e1
Changed the @find pperm lock to perm, since the player will be checked automatically anyway and this works better with @quell.
2016-03-23 00:44:18 +01:00
Griatch
340f68f1eb
Updated tests to run with updated output with dbrefs
2016-03-22 18:50:11 +01:00
Griatch
24c733f7cb
Made builders and above see #dbrefs in various admin commands.
2016-03-22 15:17:50 +01:00
Griatch
7b80572bae
Fixed wording and some refactoring.
2016-03-22 14:15:31 +01:00
Griatch
132140d446
Fixed link to markdown syntax
2016-03-22 14:03:37 +01:00
Griatch
032bc48bae
Minor typo fixes.
2016-03-22 14:01:37 +01:00
Griatch
477391b5df
Some cleanup of the contributing page
2016-03-22 12:24:44 +01:00
Griatch
0362aa14b8
Added issue/pr templates as per github's latest feature
2016-03-22 12:19:08 +01:00
BlauFeuer
adf215e855
CmdOption session option msg to session only
...
Since session options can be different between sessions, only show output from option commands to the session using them.
2016-03-21 10:32:38 +01:00
Griatch
684393f7f0
Update README.md
2016-03-15 12:33:24 +01:00
Griatch
ca48bed729
Updated the game_template/README
...
Changed it to not recommend `evennia -i start` anymore.
2016-03-15 11:56:14 +01:00
Griatch
d8c67c7c0c
Minor fix to docstring.
2016-03-13 10:37:58 +01:00
Andrew Bastien
8e60a04849
Adding the at_rename hook to the base Typeclass.
2016-03-13 10:33:35 +01:00
Andrew Bastien
735416a16e
Adding the at_rename hook to the base Typeclass.
2016-03-13 10:33:35 +01:00
Andrew Bastien
270037455a
Added connection_time and idle_time properties to DefaultCharacter class.
2016-03-13 04:59:57 -04:00