Griatch
|
221d56fecd
|
Made the spawner more streamlined, and allowed the @spawn command to access prototypes in a file specified by the optional PROTOTYPE_MODULES setting.
|
2014-07-01 04:04:54 +02:00 |
|
Kelketek Rritaa
|
df85edc295
|
Made template overriding more consistent and created template_overrides dir.
|
2014-06-29 11:07:11 -05:00 |
|
Kelketek Rritaa
|
7499932337
|
Removed creation of admin media symlink. Fixed media handling.
|
2014-06-29 08:23:12 -05:00 |
|
Kelketek Rritaa
|
a34ddea236
|
Fixed placement of websocket javascript and template.
Fixed wrong readme in static.
Moved backends.py into web/util
|
2014-06-29 07:05:45 -05:00 |
|
Kelketek Rritaa
|
a6187ed997
|
Minor cleanup in a readme and a method signature.
|
2014-06-28 16:35:57 -05:00 |
|
Kelketek Rritaa
|
fa20190467
|
Added collectstatic to start/reload.
|
2014-06-28 16:30:00 -05:00 |
|
Kelketek Rritaa
|
fbe0eab01c
|
Some consistency improvements with URL overrides.
|
2014-06-28 16:28:24 -05:00 |
|
Kelketek Rritaa
|
16bcc3c9f0
|
Restructured web resources to better manage static files.
|
2014-06-28 16:28:14 -05:00 |
|
Griatch
|
d99d52fa5a
|
Re-removed some comments to batch-code example left over from debug.
|
2014-04-20 23:18:51 +02:00 |
|
Griatch
|
0dc62a5fc9
|
Refactored batch processors, addressing points in #489.
|
2014-04-20 23:06:10 +02:00 |
|
Griatch
|
91b23f58a4
|
Removed CHARACTER_DEFAULT_HOME, replaced with DEFAULT_HOME and added START_LOCATION for determining where default commands dump new characters.
|
2014-04-20 15:56:38 +02:00 |
|
Griatch
|
2edea1eace
|
Changed the default login screen to change with settings.SERVERNAME.
|
2014-03-08 23:10:26 +01:00 |
|
Griatch
|
bad24513e0
|
Fixed and corrected various bugs resulting from the change to Attributes/Tags).
|
2014-02-16 21:27:42 +01:00 |
|
Griatch
|
471e1bbf9b
|
Added --version option to evennia.py program call.
|
2014-02-15 18:11:27 +01:00 |
|
Griatch
|
2d81a90b4b
|
Made the evennia launcher's help entries a little more succinct.
|
2014-02-15 17:29:13 +01:00 |
|
Griatch
|
cdde9fb955
|
Turned back bodyfunctions example to returning more seldomly
|
2014-02-14 01:56:01 +01:00 |
|
Griatch
|
9f2433b9c2
|
Switched Scripts to use ExtendedLoopingCall.
|
2014-02-13 21:04:59 +01:00 |
|
Griatch
|
443a29d63f
|
Removed version-check that required hg.
|
2014-01-23 01:17:39 +01:00 |
|
Griatch
|
87f3093dac
|
Deprecation warning: Added combined hook at_access(result, accessing_obj, access_type, **kwargs) to Objects and Players. This hook replaces at_access_failure and at_access_success, which are now both DEPRECATED and will be removed later.
|
2014-01-18 23:56:07 +01:00 |
|
Griatch
|
f1e156a299
|
Some minor tweaks to remove some debug logging.
|
2013-12-09 09:18:55 +01:00 |
|
Griatch
|
81ce6a1827
|
Fixed silly bug in previous commit.
|
2013-12-09 09:13:51 +01:00 |
|
Griatch
|
6e5de7847a
|
Run migrations! Changed "Comm" typeclass to be called "Channel" to match the ChannelDB it is a typeclass for. The migration updates all old channel defaults to the new path.
|
2013-12-02 13:45:48 +01:00 |
|
Griatch
|
242a0f17f8
|
Cleaned up oobhandler input.
|
2013-11-28 16:26:04 +01: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
|
ead595c2df
|
Fixed a minor typo. Resolves Issue 432.
|
2013-11-06 20:57:37 +01:00 |
|
Griatch
|
f9b9c98b07
|
Merging in local changes.
|
2013-10-17 23:57:23 +02:00 |
|
Griatch
|
e36c7d5cc1
|
Cleaned up worst instability. Test suite does validate yet.
|
2013-09-21 17:33:48 +02:00 |
|
Griatch
|
916813376e
|
The game/gamesrc/objects/examples defaulted to class names that did not match the tutorials.
|
2013-09-19 20:07:43 +02:00 |
|
Griatch
|
e2ce3f2223
|
Minor formatting.
|
2013-07-11 22:59:11 +02:00 |
|
Griatch
|
607674c6cf
|
Added a superuser creation call to evennia.py to replace the automatic one that
was done by syncdb before.
|
2013-07-11 22:47:17 +02:00 |
|
Griatch
|
965e236d9a
|
Merge.
|
2013-06-03 17:09:14 +02:00 |
|
Griatch
|
340160e4ea
|
Reverting changes to runner, instead adding settings.CYCLE_LOGFILES config variable.
|
2013-06-03 17:03:31 +02:00 |
|
Kelketek
|
b98cbd941d
|
Removed log cycling.
|
2013-06-01 08:03:03 -05:00 |
|
Griatch
|
20e093aa26
|
Settings and server configs updated. The caches between server and website threads are still not properly addressed - a change in the admin interface does not immediately translate to a change in-game.
|
2013-05-23 23:42:55 +02:00 |
|
Griatch
|
812bdb0f73
|
Refactored src/server, splitting out into a portal subdirectory to make it clearer what goes on which "side".
|
2013-05-22 18:40:16 +02:00 |
|
Kelketek
|
e79f68bbe1
|
Branch merge.
|
2013-05-18 14:34:16 -05:00 |
|
Kelketek
|
bf8a5dedc8
|
Removed bogus warning about SECRET_KEY and replaced it with a more accurate one.
|
2013-05-16 22:41:48 -05:00 |
|
Griatch
|
e0c3ee1546
|
Some cleanup of the launcher info texts.
|
2013-05-15 09:10:14 +02:00 |
|
Griatch
|
416d6e14bc
|
Fixing a bug in @ic if trying to puppet while already puppeting. Added sessid keyword to at_post_login hook in order to correctly relay login text only to the correct session. Removed the src.utils.debug module as well as the CmdDebug command which has not been supported for a good while.
|
2013-04-18 09:13:31 +02:00 |
|
Griatch
|
8720df5b49
|
Merge.
|
2013-04-15 00:12:00 +02:00 |
|
Griatch
|
80a6745a1e
|
Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things.
|
2013-04-14 16:36:44 +02:00 |
|
Griatch
|
75341ade6f
|
A first test using PickledObjectField and a rewritten dbserialize module to store Attributes. No migrations set up yet.
|
2013-04-13 15:15:02 +02:00 |
|
Griatch
|
a6544f2848
|
changed cmdset_default -> cmdset_character and changed the class names to match. Added migrations to properly update default-set cmdset_stores to the new positions (objects created from custom types are not migrated, these should see errors and need to re-point their imports to the new defaults)
|
2013-04-12 13:01:20 +02:00 |
|
Griatch
|
1aff5f1fd1
|
Renamed cmdset_ooc -> cmdset_player and settings.CMDSET_OOC -> settings.CMDSET_PLAYER. Also split most of the player-specific commands to a new module player.
|
2013-04-11 01:02:05 +02:00 |
|
Griatch
|
be2d0086a3
|
Updated the game/gamesrc/ examples with the new hook names.
|
2013-04-09 22:22:17 +02:00 |
|
Kelketek
|
9d0b8b5fe7
|
Added compatibility with Django 1.5. New minimum version is 1.4.
|
2013-03-23 14:20:41 -05:00 |
|
Griatch
|
11d1114f61
|
Some minor cleanups.
|
2013-02-01 21:51:38 +01:00 |
|
Stephen Hansen
|
9d0baa2d5c
|
Remove sleep hack on startup, move so portal always starts before server.
|
2013-01-31 15:40:20 -08:00 |
|
Stephen Hansen
|
5cfff771f2
|
Initial support for pypy + evennia
|
2013-01-31 14:34:52 -08:00 |
|
Griatch
|
58c010ef46
|
Some further work on the OOBhandler mechanism.
|
2013-01-04 10:35:29 +01:00 |
|