Griatch
|
d466d8325f
|
Added missing call argument. Resolves issue 177.
|
2011-08-06 18:18:42 +00:00 |
|
Griatch
|
ddfd8120bb
|
Made scripts and typeclassed objects remember db_typeclass_path at all times - a temporarily faulty typeclass will no longer mess up things forever after. Refined and optimized the way typeclasses are cached and loaded, minimizing db hits. The default result when trying to create an object or script with a typeclass that is faulty/not found is now to fail. The previous way, to create an entity anyway using defaults was hard to debug and caused confusion. Resolves issue 175.
|
2011-08-06 18:15:04 +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
|
d2400a8a6b
|
Added the ability to give multiple typeclass search-paths to config file. This way you can add a path to your custom directory and don't have to write so much when creating typeclassed objects using e.g. @create.
|
2011-05-13 22:26:08 +00:00 |
|
Griatch
|
126e2ea61f
|
OBS: You need to resync your database! Moved cmdsets into the database rather than being dependent on scripts. Moved the creation of the cmdset- and cmdset-handlers into ObjectDB.__init__ rather than bootstrapping it from the typeclass. Added some more script functionality for testing, includong the @script command for assigning a script to an object.
|
2011-03-20 19:45:56 +00:00 |
|