Commit graph

10 commits

Author SHA1 Message Date
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
8f914196f4 Removed caching of Attribute values, since this caused problems when storing and deleting database objects. There is an overhead from unpickling every call; hopefully not too bad (and if it is, one needs to use strvalue storage instead). 2013-11-12 19:32:24 +01:00
lagos
1c4c3a4217 chargen.py uses managers instead of db_objects. 2012-06-12 08:09:15 +00:00
Griatch
ca32950d90 Fixed headers on contribs, they were still referring to the old base*.py -style files under gamesrc. 2012-04-01 22:23:47 +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
1f3de48182 Removing some of the instruction of contrib.chargen which might, correctly written, cause problems if one misses a step. 2011-11-14 19:16:41 +01:00
Griatch
88c1b0601f Added a minor fix in the instructions to chargen. 2011-11-13 18:58:10 +01:00
Griatch
ffb73cdb31 Fixing the documentation for the latest contrib models. 2011-11-07 16:49:02 +01:00
Griatch
3e8b43d222 More fixes and cleanup in wake of ic/ooc changes. 2011-11-06 23:55:24 +01:00
Griatch
86f76d0d08 Contrib: Added chargen module, showing a simple example of creating a character from inside the game. 2011-11-06 22:28:24 +01:00