Commit graph

  • 28531d4fea removing some debug texts from scripts. Griatch 2014-02-15 15:45:44 +01:00
  • e3d1866b0f Fixed unicode-decode error if sending a non-ascii character from a non-UTF-8 terminal. Griatch 2014-02-15 15:51:22 +01:00
  • 5a06ac4a8b Changed how script repeats are internally handled; now counting the number of calls rather than trying to count down to zero in the ExtendedLoopingCall. Griatch 2014-02-15 15:40:40 +01:00
  • cdde9fb955 Turned back bodyfunctions example to returning more seldomly Griatch 2014-02-14 01:56:01 +01:00
  • f35fd236b7 Renamed fire() method to force_repeat(). Griatch 2014-02-14 01:52:14 +01:00
  • cf4a6f90a5 Added rounding of command output Griatch 2014-02-14 01:41:59 +01:00
  • d6e6c12939 Fixed so refurbished Scripts work normally. Added script.fire() method to fire the script on-demand, as suggested in #420. Also added as method remaining_repeats() to be able to get how many more times the script will fire. Griatch 2014-02-14 01:31:09 +01:00
  • 64fc8f0b2a Fixed repeat functionality with new Script implementation. Griatch 2014-02-13 22:36:52 +01:00
  • 9f2433b9c2 Switched Scripts to use ExtendedLoopingCall. Griatch 2014-02-13 21:04:59 +01:00
  • 854a452f03 Added more functionality to ExtendedLoopingCall class, like reset and repeats. Griatch 2014-02-13 17:39:29 +01:00
  • 6e4591d633 Created the ExtendedLoopingCall class for making resheduling of scripts a little more robust Griatch 2014-02-13 13:25:46 +01:00
  • d159f6731d Implemented better client identification in telnet TTYPE, including a long-standing reversal of DO TTYPE and WILL TTYPE which is due to a typo in the tintin++ TTYPE specification and which was only fixable by going to the original Telnet TTYPE specification from 1989. Should now correctly identify the most common clients that supports e.g. xterm256 colors. Griatch 2014-02-13 02:04:43 +01:00
  • bc8ce9f394 Fixed command auto-help strings to make it look better in the cmdhelp wiki page Griatch 2014-02-12 15:05:17 +01:00
  • ee269d13cf Cleaned up the tickerhandler Griatch 2014-02-12 00:38:56 +01:00
  • e481161444 Converted oobhandler to use tickerhandler. Griatch 2014-02-11 23:53:15 +01:00
  • 029ee71ffa Used Griatch 2014-02-11 22:23:59 +01:00
  • afc7fd758f Made TickerHandler more general. Griatch 2014-02-11 21:30:05 +01:00
  • 205960948d Added first version of TickerHandler, for managing subscription style tickers in a centralized way. Griatch 2014-02-11 20:25:11 +01:00
  • 1b0d229eeb Fix to text2html regex pattern delizin 2014-02-10 20:22:35 -05:00
  • c8dcae06ed Revert to master fork changes delizin 2014-02-09 20:27:16 -05:00
  • 99c9d8aca6 Merge pull request #9 from evennia/master delizin 2014-02-09 20:21:25 -05:00
  • 4d85a38260 Made a more consistent cleaning of the _playable_character list to remove stagnant references Griatch 2014-02-09 23:32:32 +01:00
  • 6feb233670 Fixed display issue in CmdOOCLook if Character was deleted. Griatch 2014-02-09 23:25:34 +01:00
  • 38090e686f Fixed bug with how PlayerDB import was handled delizin 2014-02-09 12:27:02 -05:00
  • e7de2de63b Delete char from player list upon obj deletion delizin 2014-02-09 00:00:13 -05:00
  • 6f67b7e43b Merge pull request #8 from evennia/master delizin 2014-02-07 14:42:12 -05:00
  • 4791868d41 Update evform.py Griatch 2014-02-03 09:55:38 +01:00
  • bb7c30e774 Update evtable.py Griatch 2014-02-03 09:54:50 +01:00
  • dd491d4fde Minor fixup of the docs/README.txt file Griatch 2014-02-02 23:30:00 +01:00
  • 2306449ee1 Removed the superfluous reST build system in docs/sphinx. ReadTheDoc-style rst files are produced using tools directly in the wiki repo now instead. Griatch 2014-02-02 23:26:11 +01:00
  • 399f896b03 Update index.rst Griatch 2014-02-02 22:56:09 +01:00
  • ff20072bea Merge pull request #7 from evennia/master delizin 2014-02-02 08:14:38 -08:00
  • 985055d64d Some minor changes before merging Griatch 2014-02-02 09:26:43 +01:00
  • 45ebc2c1ad Fixed grammer in a Player.py string delizin 2014-02-02 00:27:51 -05:00
  • f8da1100fb Added variable to limit maximum # of dice delizin 2014-02-01 23:44:15 -05:00
  • c7171786ae Fixed typo and remove commented out test code delizin 2014-02-01 20:02:44 -05:00
  • d136e6a1e2 Fixed bans not being recognized delizin 2014-02-01 19:59:34 -05:00
  • 759fdea0d0 Merge branch 'master' of https://github.com/delizin/evennia delizin 2014-02-01 18:22:34 -05:00
  • dbceeb3e98 Updated contribs/menu_login delizin 2014-02-01 18:21:28 -05:00
  • 32ae069a0c Merge pull request #6 from evennia/master delizin 2014-02-01 15:04:23 -08:00
  • c09d6eef53 Removing test with ANSIString for the moment. It might not be suited for evform due to regex handling. Griatch 2014-02-01 22:39:42 +01:00
  • 9b1f376117 Forgot to rename mudform_test.py. Griatch 2014-02-01 21:41:30 +01:00
  • 6515e501bb Renamed mudtable back to evtable and mudform to evform for consistency. Griatch 2014-02-01 21:37:51 +01:00
  • 18f60b0b33 Merge pull request #5 from evennia/master delizin 2014-02-01 12:24:02 -08:00
  • 9ebd2d76ce Fixed some unicode encoding mixups. Kelketek Rritaa 2014-02-01 14:03:44 -06:00
  • 3acc4e32b4 Merge pull request #4 from evennia/master delizin 2014-02-01 11:27:04 -08:00
  • 59f1ce5609 Merge branch 'master' of github.com:evennia/evennia Griatch 2014-02-01 20:20:06 +01:00
  • 013b35dda8 Added test input file for mudform Griatch 2014-02-01 20:19:50 +01:00
  • f4ee12836c Merge pull request #3 from evennia/master delizin 2014-02-01 10:50:59 -08:00
  • 33bbf6274e Fixed player-level commands that were not updated to handle the cmdhandler's dealing with Player/Character separation. Griatch 2014-02-01 19:39:07 +01:00
  • 7fced8af5d Merge pull request #2 from evennia/master delizin 2014-02-01 09:40:40 -08:00
  • 1352fecf75 Merge branch 'master' of github.com:evennia/evennia Griatch 2014-02-01 18:35:01 +01:00
  • 499d16e9b1 More fixups on the table. Griatch 2014-02-01 18:34:35 +01:00
  • b4cbd40db7 Other fixes to the mudform. Griatch 2014-02-01 18:15:17 +01:00
  • 62dc119296 Fixed mudform unicode issues and expanded docs. Griatch 2014-02-01 17:01:15 +01:00
  • f3f96af23a Allignment and minor fixes to how small table headers are resized. Griatch 2014-02-01 15:38:53 +01:00
  • a38f9f6bc4 Added first version of mudform - an advanced ascii template formatter. Griatch 2014-02-01 14:25:57 +01:00
  • 033b07469e Fixed width bug with wider borders. Griatch 2014-02-01 14:03:30 +01:00
  • fdc6cc76a4 Multiple fixes to MudTable class, fixing bugs and edge cases. Griatch 2014-02-01 13:02:18 +01:00
  • 79df48e2aa Merge pull request #471 from delizin/master Griatch 2014-02-01 00:53:16 -08:00
  • e070617751 Fixed multiword drop bug #442 delizin 2014-01-31 22:05:15 -05:00
  • 33f1b41e79 Fixed multiword drop bug #442 delizin 2014-01-31 22:01:48 -05:00
  • 6e50d7e357 Fixed multiword drop bug #442 delizin 2014-01-31 22:00:31 -05:00
  • 38d5cdefa2 Fixed grammar in drop command delizin 2014-01-31 19:09:25 -05:00
  • 9ba8b6ad56 Merge pull request #1 from evennia/master delizin 2014-01-31 14:39:31 -08:00
  • 46110c1976 Replaced pil with pillow in requirements.txt Griatch 2014-01-31 21:35:25 +01:00
  • 6624f6c150 Merge pull request #470 from delizin/master Griatch 2014-01-31 12:33:37 -08:00
  • 0d7002d6df Merge pull request #467 from Kelketek/master Griatch 2014-01-31 12:27:57 -08:00
  • e277770817 Update requirements.txt delizin 2014-01-31 14:09:49 -05:00
  • 8de289f5ad Update objects.py delizin 2014-01-31 13:33:35 -05:00
  • 967d283507 Update objects.py delizin 2014-01-31 13:32:33 -05:00
  • 770e4438db Update player.py delizin 2014-01-31 13:29:33 -05:00
  • 4a86382a0c Update CHANGELOG.txt Griatch 2014-01-31 10:13:07 +01:00
  • 002e677072 Update CHANGELOG.txt Griatch 2014-01-31 10:08:08 +01:00
  • f446a74c28 Resolves #466. Items that are not strings are converted into strings before being turned into ANSIStrings. Kelketek Rritaa 2014-01-30 20:40:44 -06:00
  • 382bf01bef Fixes #465. Issues with translation method should be resolved. Kelketek Rritaa 2014-01-30 20:36:51 -06:00
  • 93eba9d7a9 Added Cell ability to replace data in-situ. Griatch 2014-01-31 00:27:54 +01:00
  • 8e096df0d5 Some more renaming cleanup. Griatch 2014-01-31 00:14:49 +01:00
  • 3d35f68663 Adding static enforcement of cell size (crop instead of expand vertically) Griatch 2014-01-30 23:47:13 +01:00
  • 023bf52bf2 Renamed evtable to mudtable for clarity. Griatch 2014-01-30 23:29:56 +01:00
  • 8e70b9df5e Another spelling fix. Griatch 2014-01-30 23:05:01 +01:00
  • 0a8be58623 Fixed mis-spelled allign->align in evtable. Griatch 2014-01-30 22:57:35 +01:00
  • 859f77ed50 Added first version of Evtable - a prettytable replacement. Griatch 2014-01-30 22:38:31 +01:00
  • 19cf91f18f Upped south requirement to 0.8.4 since there have been reports of problems with 0.8.2 and 0.8.3. Griatch 2014-01-30 18:58:13 +01:00
  • 771eb5c258 Merge pull request #462 from Kelketek/master Griatch 2014-01-28 05:26:14 -08:00
  • 939c97f3f6 Flipped __radd__ arguments for ANSIString.... harder! Added __add__ Kelketek Rritaa 2014-01-28 07:22:48 -06:00
  • 2fe95f28ff Merge pull request #461 from Kelketek/master Griatch 2014-01-28 05:11:29 -08:00
  • a54f0b5b9e Merge branch 'master' of https://github.com/evennia/evennia Kelketek Rritaa 2014-01-28 07:04:36 -06:00
  • e9198fe87a Flipped __radd__ arguments for ANSIString. Kelketek Rritaa 2014-01-28 07:04:10 -06:00
  • cf39c955a0 Merge pull request #458 from Kelketek/master Griatch 2014-01-26 22:34:01 -08:00
  • 6fbe5c4337 Made __radd__ work properly for ANSIString. Kelketek Rritaa 2014-01-26 16:42:06 -06:00
  • 204030d559 Added checking of ansi and xterm256 flags to telnet data_out, to allow a manual override of the ttype results. Griatch 2014-01-26 21:52:48 +01:00
  • 5c41adf7d0 Added {-type coding for backgrounds. First removal of mentions of the %c syntax from @color command (%c style syntax is still working though) Griatch 2014-01-26 18:46:28 +01:00
  • d69f4dc674 Changed backgrounnd ANSI flag from - to [ Kelketek Rritaa 2014-01-26 08:07:58 -06:00
  • 09ee3c3f2c Added ANSIString class. Allows a user to work with ANSI-encoded strings more easily. Kelketek Rritaa 2014-01-26 07:14:47 -06:00
  • 443a29d63f Removed version-check that required hg. Griatch 2014-01-23 01:17:39 +01:00
  • 2c4a0a5fc8 Removed hgignore for gitignore Griatch 2014-01-23 00:57:58 +01:00
  • 4bdb882f89 More README fixes. Griatch 2014-01-23 00:44:59 +01:00
  • 30c6a9eb78 Some more fixes to README Griatch 2014-01-23 00:43:00 +01:00
  • 03b6838b48 Added a more instructive and github-friendly readme file. Griatch 2014-01-23 00:38:59 +01:00