Griatch
e6950aadf2
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
Griatch
680e603c4d
Changed how Tags and Attribues cache and track which objects they use, as suggested in #529 .
2014-07-05 20:32:08 +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
2ba16e155e
Fixed a bug in amp that made reloading not work.
2013-09-21 22:00:46 +02:00
Griatch
839a78ca8d
Fixed erroneous alias-assigments in tutorial_world that caused tracebacks. Resolves Issue 423.
2013-08-30 20:53:38 +02:00
Griatch
8bd431b385
Removed deprecated Attribute methods from evennia distro. Removed MUX help files.
2013-08-25 16:41:18 +02:00
Griatch
92a8e39de5
Changed how the cmdset's errmessage is propagated. Adding failing cmdsets added ErrorCmdsets to the cmdhandler. This was for callback reasons, but it clutters up things for no good reason.
2013-07-02 15:50:42 +02:00
Griatch
f0fa6b5aee
Fixed a bug in IMC2 implementation. Made sure the Tutorial world Ghost keeps moving after winning a battle.
2013-03-08 21:42:51 +01:00
Griatch
47356ca632
Fixed a lingering error from turning off "quick assignment" that caused issues in TutorialWorld.
2013-02-18 20:08:05 +01:00
Griatch
519235b06b
Merge. Found this nifty contribution by accident since there was no merge request issued for it. Good spelling fixes all over tutorial world.
2013-02-03 18:21:06 +01:00
Griatch
7b17c9ad5a
Fixed a traceback when lighting the torch in the tutorial world.
2013-01-29 22:51:18 +01:00
James Bryant
6f28ed6242
Made some spelling/grammar changes to build.ev
2012-12-11 23:49:50 -05:00
Griatch
d42949b324
Fixed up Tutorial world, which also led to weeding out a host of smaller things. Resolves Issue 216. Resolves Issue 335. Tutorial should now again be possible to complete. :)
2012-12-08 20:13:54 +01:00
Griatch
c615693a2a
Added a give command to the default command set. As part of this also fixed some bugs in how object typeclasses were compared.
2012-12-08 17:11:22 +01:00
Griatch
949da47917
Removed some old and now confusing, unsused variables and added some documenting strings.
2012-12-08 15:39:09 +01:00
Griatch
0652b91a68
Fixed an error in TutorialWorld build script related to now requiring #dbid to refer to dbids.
2012-10-14 21:29:17 +02:00
Griatch
1b0544c261
Fixing tutorial world usage of search.
2012-09-27 21:36:20 +02:00
Griatch
59ccd3eb38
Fixed a bug in exact search pattern matching.
2012-09-27 21:29:01 +02:00
Griatch
5a2228763f
Fixed a lingering bug with @set that made it not work when assigning normal strings without quotes. Changed so that proper Python constructs (lists, dicts etc) now requires you to entering proper Python syntax (since this is parsed).
2012-04-15 23:09:56 +02:00
Griatch
d3ea942ac8
Fixed tutorial_world to use ev API.
2012-03-25 17:39:45 +02:00
Griatch
abb5384dd1
Removed strange echo of all players (including yourself) in the tutorial's hanging bridge room.
2012-03-13 22:15:03 +01:00
Griatch
7818ca077a
Fixed some spurious bugs.
2012-02-29 21:58:08 +01:00
Griatch
7e146eae11
Added some fixes to tutorial world.
2012-02-29 19:29:56 +01:00
Griatch
a12f7b9c32
Added a desc to the tutorial entrance.
2012-02-29 18:21:39 +01:00
Griatch
9660dd6656
Added caching to some more object properties.
2012-02-26 12:43:16 +01:00
Griatch
001a39c3b9
Minor fixes in tutorial_world build.
2012-02-21 08:11:16 +01:00
Griatch
c4f2c493d9
Updated ReST docs, fixed some things in Swedish translation.
2012-02-19 10:49:59 +01:00
Griatch
11e61255da
Went through the Tutorial_world batch file with a spell checker and cleaned up the build code a bit.
2012-02-18 21:55:09 +01:00
Griatch
a32aebaa0e
OBS- need to run migrations! Refactored attributes to use a slightly different internal storage format for faster access. Also set up caching of all attribute data, so subsequent reads of an attribute will not hit the database anymore, and writes will re-cache.
2012-02-14 23:40:16 +01:00
Sergi Reyner
f954e99822
Fixed the tutorial_world Mob so it moves and announces its arrival.
2011-09-19 19:08:11 +01:00
Griatch
f13e8cdf7c
Trunk: Merged griatch-branch. This implements a new reload mechanism - splitting Evennia into two processes: Server and Portal with different tasks. Also cleans and fixes several bugs in script systems as well as introduces i18n (courtesy of raydeejay).
2011-09-03 10:22:19 +00:00
Griatch
6cb2b8b745
Working on cleaning some strange behavior when trying to submitting faulty typeclasses to script system. Also fixing bugs here and there.
2011-07-03 21:01:06 +00:00
Griatch
919800eb12
Tutorialworld: Made mob somewhat less deadly.
2011-06-28 18:48:14 +00:00
Griatch
a0d391900c
Tutorial_world: forgot to lock antechamber against mob entering.
2011-06-27 07:35:14 +00:00
Griatch
b2b743b0aa
Added TutorialWorld - a small, but complete single-player quest area showing off some of Evennia's features. You can find it in contrib/tutorial_world.
...
Build with: @batchcommand contrib.tutorial_world.build
I have tested it, but there are most likely still bugs, so report all you find (along with possible suggestions for improvements) to the bugtracker/mailing list.
2011-06-26 22:41:14 +00:00