Commit graph

2410 commits

Author SHA1 Message Date
Griatch
7b7441966d Update CONTRIBUTING.md 2015-03-02 11:20:14 +01:00
Griatch
d5e473136a Update CONTRIBUTING.md 2015-03-02 11:18:29 +01:00
Griatch
1975adacaf Added create_help_entry to flat API. 2015-03-01 21:34:05 +01:00
Jonathan Piacenti
453ba1afc3 Fixed comment and wording on web templates. 2015-03-01 11:54:22 -06:00
Griatch
96ac3f967b Merged the devel-branch. 2015-03-01 13:06:48 +01:00
Griatch
80258d5506 Merge branch 'tajmone-Tristano-typos' 2015-03-01 12:52:18 +01:00
Griatch
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. 2015-03-01 12:43:46 +01:00
Tristano Ajmone
f83193fd37 TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails
Apart from the typo, the sentence was a bit tangled. I've changed just a bit to put it in grammatical shape.
2015-03-01 10:57:26 +01:00
Griatch
a23d78d5b0 Removed the rate limiter in portal for now, not sure how useful it actually is. Need to investigate further ... later. 2015-03-01 10:54:28 +01:00
Tristano Ajmone
491bb8c2e0 TYPO: detemines how => deteRmines how 2015-03-01 10:46:25 +01:00
Tristano Ajmone
08a2898ad7 TYPO IN COMMENTS: hiearchy => hierarchy
hiearchy => hierarchy
2015-03-01 10:40:29 +01:00
Tristano Ajmone
110af6e5cb ESTHETIC: Missing space in comments
#The time factor => # The time factor
2015-03-01 10:36:10 +01:00
Tristano Ajmone
7aaf1ff857 SYNTAX IN COMMENTS
defined relative evennia's root => defined relatively to Evennia's root
2015-03-01 10:31:40 +01:00
Tristano Ajmone
6d4dc91299 TYPO IN COMMENTS: databse => database
Just a typo...
2015-03-01 10:24:00 +01:00
Tristano Ajmone
187387b11b TYPO IN COMMENTS: timout => timeout
Just a typo in the "settings_default.py" comments....
2015-03-01 10:07:06 +01:00
Tristano Ajmone
2cd4cec3b5 TYPO IN COMMENTS: @batchprocess => @batchcommand
Hi Griatch, this was the typo I mentioned the other day about the tutorial's comments. Only I gave you the wrong reference (the README file) but it was in the "build.ev" file! When I first used I got confused because when I tried the command it didn't exist!
2015-02-28 09:25:40 -06:00
Griatch
9793c57dd4 Made portalsessionhandler manage command rate limitations directly, using a cmd/s average over 200 commands. 2015-02-28 15:37:20 +01:00
Griatch
e201cda2c3 Fixes to content_cache handler. Started a simple test of a cmd-limiter. 2015-02-28 13:02:51 +01:00
Griatch
b94bb17576 Implemented contents_cache handler for a speed boost for many situations, as per #620. 2015-02-28 11:29:05 +01:00
Griatch
06fe2e5a9c Fixed a bug in serversession. 2015-02-28 09:59:24 +01:00
Griatch
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. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
43a597efba Added alias to quit command, for consistency. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
ba3bd91851 Multisession mode cleanup. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
aac9ba7b8b Resolve traceback on shutdown. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
be13998771 Patched up tests. 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
9b7d4e656e Fix MULTISESSION_MODE = 3 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
b87aa6d039 Fixed MULTISESSION_MODE = 2 2015-02-28 09:49:41 +01:00
Jonathan Piacenti
9733468098 Fix MULTISESSION_MODE = 1 2015-02-28 09:49:41 +01:00
Griatch
eda6cae1ef Update README.md 2015-02-27 10:57:19 +01:00
Griatch
a87fbff366 Started work on #673; refactored the data flow. Still issues with correctly puppeting/unpuppeting in modes > 0. 2015-02-26 21:53:19 +01:00
Griatch
c0aafe74ab Removed old deprecation warnings for data= keyword in msg(). The data= keyword is no longer supported. 2015-02-26 19:56:14 +01:00
Griatch
e592b97223 Made tag searches case-insensitive. Resolves #610. 2015-02-26 19:42:33 +01:00
Griatch
ce14e8f876 Removed superfluous template files from evennia/game_template/, these cause updated webclient data to not propagate. Resolves #676. 2015-02-26 19:24:35 +01:00
Tristano Ajmone
3901b334eb TYPO IN COMMENTS: @batchprocess => @batchcommand
Hi Griatch, this was the typo I mentioned the other day about the tutorial's comments. Only I gave you the wrong reference (the README file) but it was in the "build.ev" file! When I first used I got confused because when I tried the command it didn't exist!
2015-02-26 16:37:09 +01:00
Kelketek
2e3d3bc655 Merge pull request #675 from tajmone/Tristano-typos
TYPO IN COMMENTS of CMD @copy
2015-02-25 12:12:30 -06:00
Tristano Ajmone
b48822b223 TYPO IN COMMENTS of @copy
TYPO IN COMMENTS: one exact copT of the original = copY of the ....
2015-02-25 19:01:24 +01:00
Griatch
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. 2015-02-24 23:11:04 +01:00
Griatch
b015f4802a Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
Griatch
f0eec11ac5 Some more information when using fallback ajax client. 2015-02-23 16:41:10 +01:00
Griatch
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. 2015-02-23 16:26:41 +01:00
Griatch
68e8062007 Refactored the way default channels are added. 2015-02-23 16:15:29 +01:00
Griatch
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. 2015-02-23 15:06:30 +01:00
Griatch
1a3e0481c7 Moved contrib/procpool out into a separate repository until it can be looked at. 2015-02-23 15:06:30 +01:00
Jonathan Piacenti
65adb0982b Fix references to contrib and ev. Allows Ampoule tests to run. They're severely broken, however. 2015-02-23 15:06:30 +01:00
Jonathan Piacenti
c03bac5efd Upgrade test runner to derive from DiscoveryRunner. 2015-02-23 15:06:30 +01:00
Jonathan Piacenti
f075bcf297 Remove unused test stubs. 2015-02-23 15:06:30 +01:00
Jonathan Piacenti
584d94b32b Use Mocks to handle test cases. 2015-02-23 15:06:30 +01:00
Griatch
2edb82095a Changed the contrib README's to use markdown rather than plain txt. Removed the battle for Evennia folder. 2015-02-23 10:35:13 +01:00
Griatch
be71aee08f Minor update to web code. 2015-02-22 22:29:37 +01:00
Griatch
e25d8569bb Moved much of @ic functionality into puppet_object. 2015-02-22 21:12:35 +01:00