| .. |
|
__init__.py
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
admin.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
batchprocess.py
|
PIP packaging with setup.py, and fixes for bugs revealed by this.
|
2015-01-15 06:20:19 -06:00 |
|
building.py
|
Made test running environment more robust and consistent.
|
2015-02-08 18:34:12 -06:00 |
|
cmdset_character.py
|
Also added the look command to the cmdset. Now THIS resolves #643.
|
2015-01-18 12:44:08 +01:00 |
|
cmdset_player.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
cmdset_session.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
cmdset_unloggedin.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
comms.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
general.py
|
The inventory command should not have arguments.
|
2015-02-09 09:24:47 -08:00 |
|
help.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
muxcommand.py
|
Fix typo in muxcommand.py.
|
2015-02-08 17:46:42 +01:00 |
|
player.py
|
Improve phrasing of @quit.
|
2015-02-09 02:15:36 +01:00 |
|
syscommands.py
|
Updated commands to use new evennia path.
|
2015-01-07 14:31:35 +01:00 |
|
system.py
|
Add help_category to @players.
|
2015-02-09 08:25:32 -08:00 |
|
tests.py
|
Fixed test of quit to handle slightly different output text
|
2015-02-09 02:35:14 +01:00 |
|
unloggedin.py
|
Can now log into the server and do basic operations. Not fully tested yet.
|
2015-01-08 22:58:13 +01:00 |