Griatch
|
ff4013a58a
|
Changed ignores to not use linux-type paths.
|
2015-05-26 00:15:36 +02:00 |
|
Peter Finlayson
|
a0fb836fdb
|
ignore Windows files generated during setup
|
2015-05-26 00:13:12 +02:00 |
|
Griatch
|
eb024e0cfb
|
Fixed a special case of the amp protocol not being initialized during the very first startup.
|
2015-05-25 23:42:39 +02:00 |
|
Griatch
|
c67aa4efc5
|
Fixed a bug in splitting long AMP messages as per #750.
|
2015-05-25 21:17:00 +02:00 |
|
Griatch
|
fbb9f8a279
|
Fixed a bug in the reporting of batch-AMP errors.
|
2015-05-25 21:01:15 +02:00 |
|
Griatch
|
1d52dea746
|
Stripped the argument to the gendersub contrib. Resolves #749.
|
2015-05-25 20:49:08 +02:00 |
|
Griatch
|
16de3b0c1e
|
Merge branch 'master' of github.com:evennia/evennia
|
2015-05-18 19:31:06 +02:00 |
|
Griatch
|
597871ad91
|
Started doc string modification of the object folder's files.
|
2015-05-18 19:30:34 +02:00 |
|
Peter Finlayson
|
0c076b3966
|
removed references to closed issue #241
|
2015-05-18 19:30:34 +02:00 |
|
Griatch
|
893b9470a1
|
Update README.md
|
2015-05-18 19:30:34 +02:00 |
|
Griatch
|
a94303445e
|
Update README.md
|
2015-05-18 19:30:34 +02:00 |
|
Griatch
|
0ccef6108a
|
Update README.md
Some cleanup of the text.
|
2015-05-18 19:30:34 +02:00 |
|
Griatch
|
3a1c39cec5
|
Update README.md
|
2015-05-18 13:37:18 +02:00 |
|
Griatch
|
a98622fbdc
|
Update README.md
|
2015-05-18 13:34:09 +02:00 |
|
Griatch
|
5cb1539b46
|
Update README.md
Some cleanup of the text.
|
2015-05-18 12:31:35 +02:00 |
|
Griatch
|
9b6343f813
|
Minor format fix post-removal of the %c type colors
|
2015-05-17 21:59:24 +02:00 |
|
Griatch
|
a2500389e4
|
Removed long deprecated %c-style color syntax as per #683.
|
2015-05-17 14:42:10 +02:00 |
|
Griatch
|
58465ef93c
|
Updated lock system to use Google-style syntax as per #709.
|
2015-05-17 13:14:41 +02:00 |
|
Griatch
|
aff6f8c4b4
|
Translated help system to use Google-style docstrings, as per #709.
|
2015-05-17 12:54:10 +02: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
|
64c6d06d0f
|
Fixed the loading of the menu_login contrib, doing some cleanup in the error reporting at the same time. Also added evennia to the search path for cmdsets and typeclasses so that one can give the path to e.g contrib when loading.
|
2015-05-17 00:49:41 +02:00 |
|
Griatch
|
e37079aa5b
|
Converted the comm system folder to use Google style doc strings, as per #709.
|
2015-05-16 11:04:30 +02:00 |
|
Griatch
|
e84db3df54
|
Converted all docstrings in the commands submodule (not the default commands themselves) to Google style as per #709.
|
2015-05-15 20:05:37 +02:00 |
|
Griatch
|
ae88d67548
|
Updated docstrings for a few modules, adopting to styles as per #709.
|
2015-05-15 18:43:04 +02:00 |
|
Griatch
|
809116aabc
|
More updates to doc, to make it compile properly for reST
|
2015-05-15 15:26:05 +02:00 |
|
Griatch
|
105ad5b9f9
|
Some doc updates
|
2015-05-15 15:13:46 +02:00 |
|
Griatch
|
72181f4ae0
|
Added __all__ marker to line editor to make it collaborate with reST doc creation
|
2015-05-15 11:50:37 +02:00 |
|
Griatch
|
37763ceca5
|
Added MAX_CONNECTION_RATE, MAX_COMMAND_RATE for throttling various aspects of input as a DoS measure as per #640.
|
2015-05-15 01:51:09 +02:00 |
|
Griatch
|
f5eeba72e0
|
Changed evtable to use a custom ljust/rjust routine instead of the ones from the python library. This resolves issues with width calculation of strings containing MXP links. Resolves #705.
|
2015-05-15 00:33:10 +02:00 |
|
Griatch
|
554b55c9ec
|
Fixed a kwarg call where Tickerhandler assumed too much about the hook method.
|
2015-05-14 21:36:43 +02:00 |
|
Griatch
|
b7872f2d6f
|
Changed the order of Portal/Server shutdown to make sure the Portal stops correctly in light of the changes to the shutdown protocol from previous revision.
|
2015-05-14 21:20:31 +02:00 |
|
Griatch
|
33154d4d60
|
Reworked server reboot code to make the cold reset function work as documented and not disconnect any sessions. Resolves #742.
|
2015-05-14 20:18:39 +02:00 |
|
Griatch
|
3410499313
|
Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future.
|
2015-05-14 17:57:49 +02:00 |
|
Griatch
|
30e9bfddf9
|
Made the cmdsethandler.add/delete_default re-use the normal add/delete methods for better code reuse.
|
2015-05-14 17:54:25 +02:00 |
|
Griatch
|
a53eadc0f1
|
Made the error clearer when trying to start the server without first having created the database
|
2015-05-03 13:37:25 +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 |
|
Griatch
|
63ddf1cbae
|
Update settings_default.py
Added a more correct description to the WEBSOCKET_CLIENT_URL setting to emphasize it is entered without a port number.
|
2015-04-21 20:14:29 +02:00 |
|
Griatch
|
e3c3214f9f
|
The at_initial_setup hook was called with the wrong name in setup_default. Fixed now. Resolves #743.
|
2015-04-17 11:37:44 +02:00 |
|
Griatch
|
4a2d8f16e4
|
Clarified DefaultCharacter docstring. Resolves #738.
|
2015-04-17 11:33:52 +02:00 |
|
Griatch
|
c713adfcb4
|
Merge branch 'Objects_Docstrings_Formatting' of https://github.com/tajmone/evennia into tajmone-Docstring_Typo
|
2015-04-17 11:30:48 +02:00 |
|
Griatch
|
bd021c346f
|
Merge branch 'Docstring_Typo' of https://github.com/tajmone/evennia into tajmone-Docstring_Typo
|
2015-04-17 11:29:35 +02:00 |
|
tajmone
|
b7ace5ce88
|
Formatted docstring in Google Style.
|
2015-04-07 17:54:56 +02:00 |
|
tajmone
|
a074b072a5
|
Formatted docstring.
|
2015-04-07 16:55:47 +02:00 |
|
tajmone
|
ce9758b902
|
Formatted docstring.
|
2015-04-07 16:52:58 +02:00 |
|
tajmone
|
69cb443f0e
|
docstring Google formatting.
|
2015-04-07 16:49:13 +02:00 |
|
tajmone
|
37fcbf9ba5
|
Typo in t_cmdset_get() docstring.
|
2015-04-07 16:41:11 +02:00 |
|
tajmone
|
7c73db90d5
|
Typo in create_exit_cmdset docstring.
|
2015-04-07 16:34:49 +02:00 |
|
Griatch
|
7bb1dea7f7
|
Changed pip django requirements to django 1.8.
|
2015-04-04 00:08:51 +02:00 |
|
Griatch
|
b59e38caf5
|
Adding migrations for django1.8.
|
2015-04-04 00:08:51 +02:00 |
|
Griatch
|
1a7a6b3fff
|
Removing migrations from repo
|
2015-04-04 00:08:51 +02:00 |
|