Griatch
|
3dc35d8b6d
|
Changed create_object to have at_object_receive and at_after_move to correctly target the location and not the new object. Resolves #566.
|
2014-09-05 07:52:18 +02:00 |
|
Griatch
|
1ae17bcbe4
|
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
|
2013-11-14 19:31:17 +01:00 |
|
Griatch
|
e36c7d5cc1
|
Cleaned up worst instability. Test suite does validate yet.
|
2013-09-21 17:33:48 +02:00 |
|
Griatch
|
48ddabdf25
|
Some more removals of Attribute methods.
|
2013-08-25 17:09:03 +02:00 |
|
Griatch
|
8bd431b385
|
Removed deprecated Attribute methods from evennia distro. Removed MUX help files.
|
2013-08-25 16:41:18 +02:00 |
|
Griatch
|
7ee40bc3c7
|
Modified contrib/lineeditor to use hook functions for handling save/load/quit instead of exec:ing strings. Based on alternative code from user Kelketek. This is a rework of the code in the merge request in issue 331.
|
2012-11-13 23:59:38 +01:00 |
|
Griatch
|
43f16094c1
|
Contrib: Added a "time" command for viewing the time info on ExtendedRooms. Also added more listing functionality to the Extended @desc command.
|
2012-06-26 09:13:23 +02:00 |
|
Griatch
|
93a1646ea7
|
Moved contribs to use the new API. Added the system command keys to a property syscmdkeys, for easy access from ev.py.
|
2012-03-25 18:11:14 +02:00 |
|
Griatch
|
b9c1921a0b
|
Added a new 'contrib' folder for optional code snippets not suitable for the server core. Added contrib/menusystem for implementing a multi-choice menu system. Added contrib/lineeditor - a powerful line editor with commands mimicking VI. Also added an example NPC class using the menu system to allow for a conversation. As part of creating these contributions, lots of bugs were found and fixed. A new and more powerful cmdparser was intruduced as a result - this one is much easier to understand than the old one, while being more efficient and versatile. All testsuites were updated. Also: Resolves issue 165.
|
2011-05-12 21:51:11 +00:00 |
|