Commit graph

2889 commits

Author SHA1 Message Date
delizin
32ae069a0c Merge pull request #6 from evennia/master
Update
2014-02-01 15:04:23 -08:00
Griatch
c09d6eef53 Removing test with ANSIString for the moment. It might not be suited for evform due to regex handling. 2014-02-01 22:39:42 +01:00
Griatch
9b1f376117 Forgot to rename mudform_test.py. 2014-02-01 21:41:30 +01:00
Griatch
6515e501bb Renamed mudtable back to evtable and mudform to evform for consistency. 2014-02-01 21:37:51 +01:00
delizin
18f60b0b33 Merge pull request #5 from evennia/master
Fixed some unicode encoding mixups.
2014-02-01 12:24:02 -08:00
Kelketek Rritaa
9ebd2d76ce Fixed some unicode encoding mixups. 2014-02-01 14:03:44 -06:00
delizin
3acc4e32b4 Merge pull request #4 from evennia/master
Merge to master
2014-02-01 11:27:04 -08:00
Griatch
59f1ce5609 Merge branch 'master' of github.com:evennia/evennia 2014-02-01 20:20:06 +01:00
Griatch
013b35dda8 Added test input file for mudform 2014-02-01 20:19:50 +01:00
delizin
f4ee12836c Merge pull request #3 from evennia/master
Fixed player-level commands that were not updated to handle the cmdhandl...
2014-02-01 10:50:59 -08:00
Griatch
33bbf6274e Fixed player-level commands that were not updated to handle the cmdhandler's dealing with Player/Character separation. 2014-02-01 19:39:07 +01:00
delizin
7fced8af5d Merge pull request #2 from evennia/master
Merge with master fork
2014-02-01 09:40:40 -08:00
Griatch
1352fecf75 Merge branch 'master' of github.com:evennia/evennia 2014-02-01 18:35:01 +01:00
Griatch
499d16e9b1 More fixups on the table. 2014-02-01 18:34:35 +01:00
Griatch
b4cbd40db7 Other fixes to the mudform. 2014-02-01 18:15:17 +01:00
Griatch
62dc119296 Fixed mudform unicode issues and expanded docs. 2014-02-01 17:01:15 +01:00
Griatch
f3f96af23a Allignment and minor fixes to how small table headers are resized. 2014-02-01 15:38:53 +01:00
Griatch
a38f9f6bc4 Added first version of mudform - an advanced ascii template formatter. 2014-02-01 14:25:57 +01:00
Griatch
033b07469e Fixed width bug with wider borders. 2014-02-01 14:03:30 +01:00
Griatch
fdc6cc76a4 Multiple fixes to MudTable class, fixing bugs and edge cases. 2014-02-01 13:02:18 +01:00
Griatch
79df48e2aa Merge pull request #471 from delizin/master
Fix to bug #442 Mutl-word objects name doesn't work with drop and grammer fix in drop command
2014-02-01 00:53:16 -08:00
delizin
e070617751 Fixed multiword drop bug #442 2014-01-31 22:05:15 -05:00
delizin
33f1b41e79 Fixed multiword drop bug #442 2014-01-31 22:01:48 -05:00
delizin
6e50d7e357 Fixed multiword drop bug #442 2014-01-31 22:00:31 -05:00
delizin
38d5cdefa2 Fixed grammar in drop command 2014-01-31 19:09:25 -05:00
delizin
9ba8b6ad56 Merge pull request #1 from evennia/master
Update
2014-01-31 14:39:31 -08: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