Griatch
fdc6cc76a4
Multiple fixes to MudTable class, fixing bugs and edge cases.
2014-02-01 13:02:18 +01:00
Griatch
46110c1976
Replaced pil with pillow in requirements.txt
2014-01-31 21:35:25 +01:00
Griatch
6624f6c150
Merge pull request #470 from delizin/master
...
Resolution to issue #469 : Messages "Player has enter the game" and "Player has left the game" repeated twice.
2014-01-31 12:33:37 -08:00
Griatch
0d7002d6df
Merge pull request #467 from Kelketek/master
...
Fixes some issues with ANSIString.
2014-01-31 12:27:57 -08:00
delizin
e277770817
Update requirements.txt
...
Updated South requirement from >=0.8 to >=0.8.4 to correspond with changes to the Getting Started page due to reported issues with South 0.8.2 and 0.8.3.
2014-01-31 14:09:49 -05:00
delizin
8de289f5ad
Update objects.py
2014-01-31 13:33:35 -05:00
delizin
967d283507
Update objects.py
...
Removed the following line from at_pre_puppet, because it is repeated in at_post_puppet and results in the message "%s has entered the game" appearing twice.
self.location.msg_contents("%s has entered the game." % self.name, exclude=[self])
2014-01-31 13:32:33 -05:00
delizin
770e4438db
Update player.py
...
Removed the following lines from the @OOC command to prevent the player is leaving the game message from appearing twice:
save location as if we were disconnecting from the game entirely.
if old_char.location:
old_char.location.msg_contents("%s has left the game." % old_char.key, exclude=[old_char])
2014-01-31 13:29:33 -05:00
Griatch
4a86382a0c
Update CHANGELOG.txt
2014-01-31 10:13:07 +01:00
Griatch
002e677072
Update CHANGELOG.txt
2014-01-31 10:08:08 +01:00
Kelketek Rritaa
f446a74c28
Resolves #466 . Items that are not strings are converted into strings before being turned into ANSIStrings.
2014-01-30 20:40:44 -06:00
Kelketek Rritaa
382bf01bef
Fixes #465 . Issues with translation method should be resolved.
2014-01-30 20:36:51 -06:00
Griatch
93eba9d7a9
Added Cell ability to replace data in-situ.
2014-01-31 00:27:54 +01:00
Griatch
8e096df0d5
Some more renaming cleanup.
2014-01-31 00:14:49 +01:00
Griatch
3d35f68663
Adding static enforcement of cell size (crop instead of expand vertically)
2014-01-30 23:47:13 +01:00
Griatch
023bf52bf2
Renamed evtable to mudtable for clarity.
2014-01-30 23:29:56 +01:00
Griatch
8e70b9df5e
Another spelling fix.
2014-01-30 23:05:01 +01:00
Griatch
0a8be58623
Fixed mis-spelled allign->align in evtable.
2014-01-30 22:57:35 +01:00
Griatch
859f77ed50
Added first version of Evtable - a prettytable replacement.
2014-01-30 22:38:31 +01:00
Griatch
19cf91f18f
Upped south requirement to 0.8.4 since there have been reports of problems with 0.8.2 and 0.8.3.
2014-01-30 18:58:13 +01:00
Griatch
771eb5c258
Merge pull request #462 from Kelketek/master
...
Flipped __radd__ arguments for ANSIString.... harder! Added __add__ Fixes Issue #460 .
2014-01-28 05:26:14 -08:00
Kelketek Rritaa
939c97f3f6
Flipped __radd__ arguments for ANSIString.... harder! Added __add__
2014-01-28 07:22:48 -06:00
Griatch
2fe95f28ff
Merge pull request #461 from Kelketek/master
...
Fixed __radd__ for ANSIString. Resolves Issue #460 .
2014-01-28 05:11:29 -08:00
Kelketek Rritaa
a54f0b5b9e
Merge branch 'master' of https://github.com/evennia/evennia
2014-01-28 07:04:36 -06:00
Kelketek Rritaa
e9198fe87a
Flipped __radd__ arguments for ANSIString.
2014-01-28 07:04:10 -06:00
Griatch
cf39c955a0
Merge pull request #458 from Kelketek/master
...
Made __radd__ work properly for ANSIString.
2014-01-26 22:34:01 -08:00
Kelketek Rritaa
6fbe5c4337
Made __radd__ work properly for ANSIString.
2014-01-26 16:42:06 -06:00
Griatch
204030d559
Added checking of ansi and xterm256 flags to telnet data_out, to allow a manual override of the ttype results.
2014-01-26 21:52:48 +01:00
Griatch
5c41adf7d0
Added {-type coding for backgrounds. First removal of mentions of the %c syntax from @color command (%c style syntax is still working though)
2014-01-26 18:46:28 +01:00
Kelketek Rritaa
d69f4dc674
Changed backgrounnd ANSI flag from - to [
2014-01-26 08:07:58 -06:00
Kelketek Rritaa
09ee3c3f2c
Added ANSIString class. Allows a user to work with ANSI-encoded strings more easily.
2014-01-26 07:14:47 -06:00
Griatch
443a29d63f
Removed version-check that required hg.
2014-01-23 01:17:39 +01:00
Griatch
2c4a0a5fc8
Removed hgignore for gitignore
2014-01-23 00:57:58 +01:00
Griatch
4bdb882f89
More README fixes.
2014-01-23 00:44:59 +01:00
Griatch
30c6a9eb78
Some more fixes to README
2014-01-23 00:43:00 +01:00
Griatch
03b6838b48
Added a more instructive and github-friendly readme file.
2014-01-23 00:38:59 +01:00
Griatch
c321ccb332
Made examine command more verbose about the cmdset stack and just which cmdsets go into the currently merged set. This meant a change to merged sets where they store their component sets as a variable "merged_from".
2014-01-20 22:46:30 +01:00
Griatch
1cabcae771
Fixed a mis-call in create_object.
2014-01-19 00:19:31 +01:00
Griatch
f48fd8fa2c
Changed how dep-messages were placed for the new access hooks.
2014-01-19 00:09:10 +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
aef7ccec8d
Added an explicit conversion when adding the default home value in create_object; also made the error more explicit.
2014-01-18 23:02:15 +01:00
Griatch
64fd3580a3
Added the possibility to use #dbrefs as arguments to ev.create_object (e.g. for home and location). If a non-existing #dbref is given, a DoesNotExist error will be raised.
2014-01-18 22:53:30 +01:00
Griatch
2db2141b90
Fixed a case of _EmptyCmdSet being named just EmptyCmdSet in call.
2014-01-18 22:12:23 +01:00
Griatch
942a5aaf9a
Fixes copy command issue as per Issue 452.
2014-01-18 10:16:26 +01:00
Griatch
9dcfddbf59
Reverted non-finished ANSIClass changes for now (best to handle those away from main branch). Resolves Issue 451.
2014-01-09 01:31:42 +01:00
Griatch
904dc77c80
Made some functionality fixes to @emit.
2014-01-08 08:47:28 +01:00
Griatch
6a1d645c75
Fixed @perm to correctly handle *name and also to be more informative. This fixes Issue 450.
2014-01-04 17:36:04 +01:00
Griatch
ea7e43c746
Updated gametime module to work on-the-fly, based on patches and discussion with user Khandrish. Also made cleanups to @scripts command and some small bug fixes.
2014-01-04 17:14:51 +01:00
Griatch
48bfc7e54a
Made Empty cmdsets have priority -100, also changed their key from "Empty" to _EMPTY_CMDSET to make it clearer this is a special name. See also discussion in Issue 447.
2014-01-04 13:24:07 +01:00
Griatch
acbfa57240
Merge. Resolves Issue 448. Resolves Issue 444. Resolves Issue 443. Resolves Issue 445.
2014-01-04 11:26:32 +01:00