Griatch
|
8a44daef7e
|
Further changes to allow dbrefs to be 0.
|
2012-08-18 23:35:11 +02:00 |
|
Griatch
|
c8df141e89
|
Further cleanup of source; making class methods _private for clarity in the API.
|
2012-03-31 15:09:22 +02:00 |
|
Griatch
|
c0322c9eae
|
Cleaning some unnecessary whitespace, overall cleanup of various source codes.
|
2012-03-30 23:47:22 +02:00 |
|
Griatch
|
d4c97d7df8
|
Fixed a caching issue with TypedAttributes.
|
2012-03-29 20:30:35 +02:00 |
|
Griatch
|
da51cb063f
|
ev-API cleanups. ev can now be imported also from a non-django initiated python interpreter (it initiates itself). Gave some more info text and made sure wrapped db_ methods correctly forward their doc strings for introspection.
|
2012-03-27 09:59:11 +02:00 |
|
Griatch
|
42254fa3c4
|
Fixed an issue with creating new chars following the latest optimizations.
|
2012-02-26 19:04:57 +01:00 |
|
Griatch
|
018a98b92c
|
Optimized typeclass conversion in typeclass manager.
|
2012-02-26 16:04:19 +01:00 |
|
Griatch
|
23cd9e31b1
|
Restructured the way typeclasses are loaded. This makes it possible to run at_init() hooks at initiation also for objects without any custom cases for character/players. at_init() hooks are called only when an object is initiated. This means that a room's at_init() hook is only called when someone looks or enters it or a script operates on it, for example, rest of the time these objects are dormant, most efficiently.
|
2011-10-01 22:00:22 +02:00 |
|
Griatch
|
7f7016ad7d
|
Run Migrate. Implemented @search functionality with limits as per MUX (as part of the @find command). Added some more channel-related commands and changed locks for channels to have a "control" lock type rather than "admin". The migration converts this in existing channels..
|
2011-04-20 22:40:27 +00:00 |
|
Griatch
|
6c53ec2bdb
|
OBS: Run migrate! Made exit's destination into a database field for performance. Fixed a too greedy @reload that caused ContentTypes to loose information. Resolves issue 157.
Migrate with: "python manage.py migrate"
|
2011-04-08 23:10:04 +00:00 |
|
Griatch
|
3f703efc2d
|
Made changes to idmapper that might help alleviate issue101 (more people need to run it to make sure). Moved around default command modules to be more logically named and distributed.
|
2010-10-31 08:10:02 +00:00 |
|
Griatch
|
19dd476115
|
Changed object and alias search methods to be more effective. Made aliases a separate model to avoid overhead with large searches. The change of aliases meand you need to resync your database.
|
2010-10-30 18:42:37 +00:00 |
|
Griatch
|
8bedd4d793
|
Fixed and debugged object_search to more generically search for any attribute name except 'key' (issue110). Also included alias-search as a last-resort if normal searches fail. This is now also working for global searches (issue106).
|
2010-09-12 15:07:12 +00:00 |
|
Griatch
|
f83c2bddf8
|
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
|
2010-08-29 18:46:58 +00:00 |
|