Commit graph

2471 commits

Author SHA1 Message Date
Griatch
1680fe6b84 Removed a sectioning marker and updated the coding style file to be a little clearer on that. 2015-03-09 08:15:44 +01:00
tajmone
b34e8cb740 lockfuncs.py
I've updated the docstrings. It contained a kind of table which I
converted to a multi-line code block (easier and simpler approach in my
view), and I've made sure that it never exceeds 70 chars in code block
(reformatted it all to fit).
2015-03-09 08:08:20 +01:00
Tristano Ajmone
45ee8104ec TYPOS IN CODING_STYLE.md
Just fixed a few typos.
2015-03-09 08:05:03 +01:00
tajmone
057df2c51d TYPO
TYPO: horiZontally
2015-03-09 08:03:31 +01:00
Griatch
f81b756f78 Updated evtable docs 2015-03-08 22:08:44 +01:00
Griatch
244c142343 Fixed typo. 2015-03-08 19:30:43 +01:00
Griatch
32d58c7e8f Minor update to coding style doc 2015-03-08 19:27:51 +01:00
Griatch
3454beebc1 Updated evtable docs and the CODING_STYLE docs 2015-03-08 18:50:02 +01:00
Griatch
284a20cfd9 Minor updates 2015-03-08 13:51:53 +01:00
Griatch
c982f7bf80 Update CODING_STYLE.md 2015-03-08 13:23:32 +01:00
Griatch
b31fa905d6 Another clarification 2015-03-08 13:17:17 +01:00
Griatch
887d392931 Further update 2015-03-08 13:15:05 +01:00
Griatch
e6bc22969d More clarifications to coding style 2015-03-08 12:57:39 +01:00
Griatch
1433d5eae9 Updated the coding style guide to be mode comprehensible. 2015-03-08 12:39:21 +01:00
Griatch
19867ddfcd Fixed some formatting to make untittests pass again. 2015-03-08 11:20:05 +01:00
Griatch
b2505fe14c Updated some locale files. 2015-03-08 00:01:12 +01:00
Griatch
28158299b5 cleaned up some i18n strings in the code. Resolves #684. 2015-03-07 23:34:29 +01:00
Griatch
7f20631bfc Fixed a very silly bug in CmdUnloggedinCreate where the default location was set on the character even though the Player hadn't actually logged in yet. This meant that the Character (in MULTISESSION_MODEs < 2) would pop up in the start location and stay there also if the Player never actually connected to the game. This is most likely the reason for zombie player remnants that have been around for so long and should thus have an impact also on #498. 2015-03-07 22:55:01 +01:00
Griatch
686bc92888 Added the ability for Windows users to use a (very limited version of the service command. Resolves #570. 2015-03-07 22:20:26 +01:00
Griatch
5191ace2a1 fixed some formatting on windows @server command 2015-03-07 22:16:26 +01:00
Griatch
9e8c307bc4 Made psutil optional for the use of the @system command on Windows. 2015-03-07 22:11:26 +01:00
Griatch
5389373776 First version of psutil-supported @server command on Windows 2015-03-07 22:03:32 +01:00
Griatch
5274d111a2 Added a separate win_requirements.txt file for handling windows requirement specifics. 2015-03-07 20:57:50 +01:00
Griatch
1c298951d6 Fixed an error in Windows version that put pid files in the wrong location (how come a Windows user didn't notice this one before?) 2015-03-07 20:27:12 +01:00
Griatch
94b8532f59 Added highlitable color tags on the form {\!R, {\!G etc to make the features of %c-type commands (highlightability) available also to {-type commands. See #683. 2015-03-07 19:14:09 +01:00
Griatch
caa9dbccaf Partial solution of #625 - introduced a merged regex to correctly sync the ANSIString table with the clean version produced by ansi_parse. Something is still amiss though, since len(ANSIString({lclook{lttest{le)) != len(ANSIString({lclook{lttest{le).split(n)[0]) 2015-03-07 18:17:03 +01:00
Griatch
fe48757928 Made settings listing from launcher alphabetical. Fixed bug in mxp-to-html for the webclient. 2015-03-07 16:04:08 +01:00
Griatch
19b1ef8fc9 Fixed an unpuppeting bug for bots 2015-03-07 15:24:03 +01:00
Griatch
004b76250f Added ansi->irccolor support to IRC protocol, for sending color codes to the irc channel. Resolves #632. 2015-03-07 15:04:20 +01:00
Griatch
fc56b12f52 Made ircbot work correctly with latest code, lead to a fixing of a bug in script creation. 2015-03-07 13:22:11 +01:00
Griatch
f901da0474 fixed minor typo in docstring pointed out by tajmone. 2015-03-07 11:35:32 +01:00
Griatch
a1a821b7b5 added listsettings option to evennia launcher, to easier inspect the values of the currently chosen settings file. 2015-03-07 01:37:31 +01:00
Griatch
cde9cd36df Added a throttling mechanism to avoid too many quick retries of passwords. Implements #634. Note that one could also throttle the creation of Player accounts this way, but this would interfere with dummyrunner operation, so it is not included by default. 2015-03-06 22:43:40 +01:00
Griatch
04a1d9c238 Added CONN_MAX_AGE setting to 7hrs to avoid 'database has gone away' errors with MySQL default settings. Resolves #619. 2015-03-06 21:21:07 +01:00
Griatch
a6c2910e93 fixed small inconsistency in returning a single script from the manager. 2015-03-06 20:54:44 +01:00
Griatch
84ccbf6b86 Fixed a migration that didn't run properly. Made typeclass loading a little more forgiving, giving a log_trace and loading the dbclass rather than crashing immediately. 2015-03-06 19:51:51 +01:00
Griatch
000f14c028 Updated how the automatic timeout closes the session on the portal side. A lot cleaner now. 2015-03-06 18:52:29 +01:00
Griatch
895f8504cd Run migrations! Removed global system scripts, moving into maintenance functions on the portal and server level. This means that runtimes will be reset as the system resets to the new system. 2015-03-06 16:54:37 +01:00
Griatch
6dcc1b80b0 Added NOP keepalive to telnet protocol. Resolves #641. 2015-03-06 16:53:24 +01:00
Griatch
0a57f3c9a9 Removed unused scripts 2015-03-06 16:07:47 +01:00
Griatch
71e9038c62 Started removing the global maintenance scripts, but ran into strange AMP issues. 2015-03-06 15:59:58 +01:00
Griatch
17400ede6b Fixed trunkated docstring in evtable. Resolves #686. 2015-03-05 17:16:26 +01:00
Griatch
9d6b4bd545 fixed kwarg multiple-option call to django-admin 2015-03-05 15:41:21 +01:00
Griatch
9392154ab7 Added --settings option to evennia-launcher. 2015-03-05 15:33:09 +01:00
Griatch
a54287512b updated date on tutorial world 2015-03-05 15:04:48 +01:00
Griatch
d3f06218f8 Minor update to parsing 2015-03-05 15:04:20 +01:00
Tristano Ajmone
8af908d4f7 TYPO IN COMMENTS: currently valids PIDs
currently valids PIDs  => currently valid PIDs
2015-03-05 12:06:11 +01:00
Tristano Ajmone
45e9c85f3e TYPO IN COMMENTS: suggestsion
suggestsion => suggestions
2015-03-05 12:06:11 +01:00
Tristano Ajmone
99ab2c5d72 TYPO COMMENTS: objcet
objcet => object
2015-03-05 12:06:11 +01:00
Tristano Ajmone
79e9346de9 TYPO COMMENTS: extra bracket
with one msg() call))

to

with one msg() call)
2015-03-05 12:06:11 +01:00