Commit graph

  • 9392154ab7 Added --settings option to evennia-launcher. Griatch 2015-03-05 15:33:09 +01:00
  • a54287512b updated date on tutorial world Griatch 2015-03-05 15:04:48 +01:00
  • d3f06218f8 Minor update to parsing Griatch 2015-03-05 15:04:20 +01:00
  • 8af908d4f7 TYPO IN COMMENTS: currently valids PIDs Tristano Ajmone 2015-03-05 01:55:10 +01:00
  • 45e9c85f3e TYPO IN COMMENTS: suggestsion Tristano Ajmone 2015-03-05 01:53:14 +01:00
  • 99ab2c5d72 TYPO COMMENTS: objcet Tristano Ajmone 2015-03-05 00:40:18 +01:00
  • 79e9346de9 TYPO COMMENTS: extra bracket Tristano Ajmone 2015-03-05 00:37:05 +01:00
  • 040a44c5cb TYPO IN COMMENTS: withTout Tristano Ajmone 2015-03-05 00:20:58 +01:00
  • e2bc05585f TYPO IN SOURCE COMMENTS: # server creating new connectionG Tristano Ajmone 2015-03-05 00:17:50 +01:00
  • f1b38bf9a4 TYPO IN COMMENTS: tweaking the way THE child instanceE are recognized Tristano Ajmone 2015-03-05 00:05:51 +01:00
  • f55f66c3ee moved locale to right place. Will need to look closer at how i18n works in new setup. Griatch 2015-03-05 00:21:38 +01:00
  • e357884f4a Italian Localization tajmone 2015-03-04 00:05:00 +01:00
  • 21e4a6bca7 Updated docstrings as an example Griatch 2015-03-04 21:42:23 +01:00
  • a70969f221 added search_tag to flat API. Griatch 2015-03-02 23:17:48 +01:00
  • 5da4da34c0 Moved tags to the end of examine command output. Griatch 2015-03-02 21:39:27 +01:00
  • 9ffba037f8 Updated the tutorial world's lockfuncs to work correctly. Resolves #682. Griatch 2015-03-02 21:35:55 +01:00
  • d1c7111db1 Gave twistd.bat an absolute path for Windows installs. Resolves #681. Griatch 2015-03-02 20:06:37 +01:00
  • ed3d181297 Update CONTRIBUTING.md Griatch 2015-03-02 11:21:25 +01:00
  • 7b7441966d Update CONTRIBUTING.md Griatch 2015-03-02 11:20:14 +01:00
  • d5e473136a Update CONTRIBUTING.md Griatch 2015-03-02 11:18:29 +01:00
  • 1975adacaf Added create_help_entry to flat API. Griatch 2015-03-01 21:33:46 +01:00
  • 453ba1afc3 Fixed comment and wording on web templates. Jonathan Piacenti 2015-03-01 11:54:22 -06:00
  • 96ac3f967b Merged the devel-branch. Griatch 2015-03-01 13:06:48 +01:00
  • 80258d5506 Merge branch 'tajmone-Tristano-typos' Griatch 2015-03-01 12:52:18 +01:00
  • 8631180529 Changed the windows launcher name to evennia_launcher.py instead of just evennia.py since Windows requires a batfile (named evennia) in order to work, and there is a name clash between them otherwise. Griatch 2015-03-01 12:43:36 +01:00
  • f83193fd37 TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails Tristano Ajmone 2015-03-01 10:57:26 +01:00
  • a23d78d5b0 Removed the rate limiter in portal for now, not sure how useful it actually is. Need to investigate further ... later. Griatch 2015-03-01 10:54:28 +01:00
  • 491bb8c2e0 TYPO: detemines how => deteRmines how Tristano Ajmone 2015-03-01 10:46:25 +01:00
  • 08a2898ad7 TYPO IN COMMENTS: hiearchy => hierarchy Tristano Ajmone 2015-03-01 10:40:29 +01:00
  • 110af6e5cb ESTHETIC: Missing space in comments Tristano Ajmone 2015-03-01 10:36:10 +01:00
  • 7aaf1ff857 SYNTAX IN COMMENTS Tristano Ajmone 2015-03-01 10:31:40 +01:00
  • 6d4dc91299 TYPO IN COMMENTS: databse => database Tristano Ajmone 2015-03-01 10:24:00 +01:00
  • 187387b11b TYPO IN COMMENTS: timout => timeout Tristano Ajmone 2015-03-01 10:07:06 +01:00
  • 2cd4cec3b5 TYPO IN COMMENTS: @batchprocess => @batchcommand Tristano Ajmone 2015-02-26 16:37:09 +01:00
  • 9793c57dd4 Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands. Griatch 2015-02-28 15:37:20 +01:00
  • e201cda2c3 Fixes to content_cache handler. Started a simple test of a cmd-limiter. Griatch 2015-02-28 13:02:51 +01:00
  • b94bb17576 Implemented contents_cache handler for a speed boost for many situations, as per #620. Griatch 2015-02-28 11:29:05 +01:00
  • 06fe2e5a9c Fixed a bug in serversession. Griatch 2015-02-28 09:59:24 +01:00
  • 4dc3a3df09 Removed the normal_mode and ignore_empty keywords of puppet/unpuppet_object and instead handling those checks in the calling methods instead. This makes the call clearer. Also changed to using the on-object scripthandler for validation rather than importing and calling the manager unnecessarily. Griatch 2015-02-28 09:48:40 +01:00
  • 43a597efba Added alias to quit command, for consistency. Jonathan Piacenti 2015-02-26 23:40:39 -06:00
  • ba3bd91851 Multisession mode cleanup. Jonathan Piacenti 2015-02-26 23:39:13 -06:00
  • aac9ba7b8b Resolve traceback on shutdown. Jonathan Piacenti 2015-02-26 23:23:38 -06:00
  • be13998771 Patched up tests. Jonathan Piacenti 2015-02-26 23:19:23 -06:00
  • 9b7d4e656e Fix MULTISESSION_MODE = 3 Jonathan Piacenti 2015-02-26 23:00:27 -06:00
  • b87aa6d039 Fixed MULTISESSION_MODE = 2 Jonathan Piacenti 2015-02-26 19:08:32 -06:00
  • 9733468098 Fix MULTISESSION_MODE = 1 Jonathan Piacenti 2015-02-26 17:46:28 -06:00
  • eda6cae1ef Update README.md Griatch 2015-02-27 10:57:19 +01:00
  • a87fbff366 Started work on #673; refactored the data flow. Still issues with correctly puppeting/unpuppeting in modes > 0. Griatch 2015-02-26 21:53:19 +01:00
  • c0aafe74ab Removed old deprecation warnings for data= keyword in msg(). The data= keyword is no longer supported. Griatch 2015-02-26 19:56:14 +01:00
  • e592b97223 Made tag searches case-insensitive. Resolves #610. Griatch 2015-02-26 19:42:33 +01:00
  • ce14e8f876 Removed superfluous template files from evennia/game_template/, these cause updated webclient data to not propagate. Resolves #676. Griatch 2015-02-26 19:24:15 +01:00
  • 3901b334eb TYPO IN COMMENTS: @batchprocess => @batchcommand Tristano Ajmone 2015-02-26 16:37:09 +01:00
  • 2e3d3bc655 Merge pull request #675 from tajmone/Tristano-typos Kelketek 2015-02-25 12:12:30 -06:00
  • b48822b223 TYPO IN COMMENTS of @copy Tristano Ajmone 2015-02-25 19:01:24 +01:00
  • 9ac3296b04 Introduced a trottling mechanism in the portalsessionhandler, limiting the number of new connections per second. Also fixed a bug in deleting a puppeted object. Griatch 2015-02-24 23:11:04 +01:00
  • b015f4802a Added better docstrings to subpackages and cleaned out some places which were unclear. Griatch 2015-02-23 17:46:42 +01:00
  • f0eec11ac5 Some more information when using fallback ajax client. Griatch 2015-02-23 16:41:10 +01:00
  • b8daff0663 Added migration to rename the default channels. If those were already changed, the settings file will need to be updated with the changed name. Griatch 2015-02-23 16:26:41 +01:00
  • 68e8062007 Refactored the way default channels are added. Griatch 2015-02-23 16:15:29 +01:00
  • 68d294d007 Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper. Griatch 2015-02-23 15:06:16 +01:00
  • 1a3e0481c7 Moved contrib/procpool out into a separate repository until it can be looked at. Griatch 2015-02-23 13:47:08 +01:00
  • 65adb0982b Fix references to contrib and ev. Allows Ampoule tests to run. They're severely broken, however. Jonathan Piacenti 2015-02-22 18:24:54 -06:00
  • c03bac5efd Upgrade test runner to derive from DiscoveryRunner. Jonathan Piacenti 2015-02-22 17:48:24 -06:00
  • f075bcf297 Remove unused test stubs. Jonathan Piacenti 2015-02-22 17:19:05 -06:00
  • 584d94b32b Use Mocks to handle test cases. Jonathan Piacenti 2015-02-22 16:22:29 -06:00
  • 2edb82095a Changed the contrib README's to use markdown rather than plain txt. Removed the battle for Evennia folder. Griatch 2015-02-23 10:35:13 +01:00
  • be71aee08f Minor update to web code. Griatch 2015-02-22 22:29:37 +01:00
  • e25d8569bb Moved much of @ic functionality into puppet_object. Griatch 2015-02-22 20:51:18 +01:00
  • 27d2b1ac42 Reworked the puppet-checking code into the puppet_object method. Griatch 2015-02-22 19:09:39 +01:00
  • 0fcf9501d2 Remove dependency on @ic upon login. Ahmed Charles 2015-02-17 03:17:54 +00:00
  • 3db3d83d4c Fixed the ending of the tutorial and a bug in the spawner. Griatch 2015-02-22 17:45:48 +01:00
  • d1cd9da6bf Extended cmdhandler error reporting with a lot - every inlineCallback needs its own internal error reporting in order to catch everything. Griatch 2015-02-22 15:21:31 +01:00
  • c1243a9d6d Fixed a bug in mob movement that had it ignore its own check for traversal-permission Griatch 2015-02-22 14:34:35 +01:00
  • 4e11b2b5b5 Fixed bug in dark room. The mob currently has issues accepting exit locks Griatch 2015-02-22 14:07:42 +01:00
  • 56104d9a1d Made sure tickerhandler cleans itself of alrady-deleted objects. Some more bug fixes to reworked tutorialworld. Griatch 2015-02-22 13:40:20 +01:00
  • ca69c5aaec Changed the attr, objattr and locattr lockfuncs. attr and locattr now looks for a property .obj on accessing_obj and will use this instead as accessing_obj. This makes attr/locattr useful in commands (the caller gets checked rather than the command body itself, which doesn't have attributes). objattr() now instead checks for an attribute on the accessed_obj rather than on accessing_obj.obj as was its old function. Griatch 2015-02-22 12:47:15 +01:00
  • 7f0e0d5ef8 Added at_init() call in idmapper and made sure to not deprecate it. Fixed bugs in search and continued work on tutorial world. Griatch 2015-02-22 11:35:16 +01:00
  • 621a2f73e9 Added the calledby() function to utils (copied from threaded branch) Griatch 2015-02-22 09:02:27 +01:00
  • 5af3617d4e Fixed errors in bridge room. Some issues with tickerhandler starting with an invalid interval. Griatch 2015-02-22 09:01:15 +01:00
  • 6f4cbbc1be The reworked tutorial world builds now without error; need to play-test it. Griatch 2015-02-21 20:55:34 +01:00
  • c63ae1742f Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets. Griatch 2015-02-21 20:08:57 +01:00
  • f0770da672 Split up the default look command into parts to make it easier to overload. Griatch 2015-02-20 23:15:37 +01:00
  • 6f9042e191 Added better error reporting to cmdhandler - making a nested function to execute the command tended to hide tracebacks. Griatch 2015-02-20 20:20:06 +01:00
  • 6edc09411a Further fixes to mob Griatch 2015-02-16 01:15:20 +01:00
  • f0ba32cc74 Some fixes to the tutorial_world mob. Griatch 2015-02-16 01:05:53 +01:00
  • be482c31e7 Re-implemented a modern version of the Tutorial mob. Removed the tutorial scripts completely. Griatch 2015-02-16 00:50:46 +01:00
  • 32fd9d2a4d Reworked tutorial world objects, starting with mob. Griatch 2015-02-15 21:30:52 +01:00
  • 0029232ab0 Updated the tutorial world's rooms. Griatch 2015-02-15 14:04:48 +01:00
  • a77d56c7e1 Make sure evennia is initialized even when running single app test suite. Jonathan Piacenti 2015-02-21 23:24:10 -06:00
  • 72cb4cb618 Fix contribs for menu and line editor. Jonathan Piacenti 2015-02-21 23:23:46 -06:00
  • f1149c40cb Fixed admin creation of objects. Removed code zombies. Jonathan Piacenti 2015-02-21 12:59:47 -06:00
  • 5e2cc8140a Extend Player.search with custom messages. Ahmed Charles 2015-02-16 11:17:11 -08:00
  • c7959587cb Update channel handlers when creating a channel. Ahmed Charles 2015-02-15 17:46:25 -08:00
  • 5c12ead301 Fix typo in comms.py. Ahmed Charles 2015-02-15 14:18:59 -08:00
  • 60ff4b8515 Renamed commands/commands.py back to commands/command.py, it is confusing Python to import from inside a package with a module named the same as the package - since Python always searches the current directory first, it will try to import from the internal module and not from the external package, leading to not finding the contents of the package. This appears to be more a limitation of the package structure than with Evennia, so solving it the simplest way. Griatch 2015-02-15 22:00:49 +01:00
  • f3dbf1dad9 Make sure to initialize evennia.init() when using 'evennia shell' Griatch 2015-02-15 12:02:32 +01:00
  • b3c8a37f89 Updated webclient to use the latest refactored oob syntax. Griatch 2015-02-15 11:49:36 +01:00
  • a7e9ab7030 Merge branch 'devel' into webclient Griatch 2015-02-15 10:17:23 +01:00
  • 950c107ed4 More fixes to webclient Griatch 2015-02-15 10:17:20 +01:00
  • 27388d3dd1 Fixed a regression in cmdhandler that made systemcommands fail. Griatch 2015-02-15 09:47:19 +01:00