Commit graph

4407 commits

Author SHA1 Message Date
Griatch
be8452b1c7 Fix hard-coded lock names in event system to match new hierarchy. 2017-07-09 13:03:01 +02:00
Griatch
594500c4c7 Correct migrations to not re-remove fields. 2017-07-09 11:51:47 +02:00
Griatch
c1326eaf23 Add a sanity check for comm migration 2017-07-09 11:12:20 +02:00
Griatch
f45bd4921d Re-add player-migrations, renamed to account-migrations 2017-07-09 10:39:03 +02:00
Griatch
a7aa1215cb Rename migrations to depend on account-migrations instead of players 2017-07-09 09:12:09 +02:00
Griatch
120ddb7f81 Remove player app- and directory. 2017-07-08 16:23:16 +02:00
Griatch
3b6a6cf6cc Re-add new, renamed account* files. 2017-07-07 23:48:13 +02:00
Griatch
5590ee2258 Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
Griatch
a14e11640b Correction of the migration sequence both for clean and old databases. 2017-07-07 22:38:24 +02:00
Griatch
34443fa4e6 Last point where Player & Account coexist - migrate here first. 2017-07-06 23:17:01 +02:00
Griatch
63c96de443 Create parallel Player/Account fields and copy all 2017-07-06 22:37:28 +02:00
Griatch
ee0e9cc053 First step with both account+player at the same time, copying player to account. 2017-07-05 08:30:06 +02:00
Griatch
99dbaad7ba Add new accounts app and copy players 1:1 to it. The players app still exists. 2017-07-03 23:05:52 +02:00
Vincent Le Goff
69c5f33c38 Allow to change suggestion_cutoff and suggestion_maxnum in help 2017-07-02 16:46:33 -07:00
Vincent Le Goff
7fb31d3160 Let ChannelCommand.arg_regex override the value set by the CHANNEL_HANDLER 2017-07-02 16:23:49 -07:00
Griatch
dc859eae57 Update some docs, update contrib README. 2017-06-27 21:31:31 +02:00
Griatch
248f20e8e5 Merge branch 'unixcommand' of https://github.com/vlegoff/evennia into vlegoff-unixcommand 2017-06-27 21:16:29 +02:00
Griatch
2f2d9e308a Merge pull request #1350 from vlegoff/ingame_python
Rename the event system into in-game Python system
2017-06-27 21:11:25 +02:00
Vincent Le Goff
080cc8a7eb Clean up UnixCommand to take into account suggestions 2017-06-27 11:59:45 -07:00
Griatch
173d5a94df Merge pull request #1351 from TehomCD/db_model_lag_fix
Fix weird lag issue with db_model (Resolves #1173)
2017-06-25 10:03:43 +02:00
Griatch
14a7e12002 Merge pull request #1349 from TehomCD/move_to_args
Add kwargs for hooks to move_to
2017-06-25 08:47:38 +02:00
Tehom
20a576a6d9 Convert to kwargs as suggested. 2017-06-25 02:40:53 -04:00
Griatch
7458bb76e2 Remove spurious patch import 2017-06-24 21:32:20 +02:00
Vincent Le Goff
848b4c588c Bring fixes suggested by the review on UnixCommand 2017-06-22 16:08:10 -07:00
Tehom
f6626e1bf8 Fix extremely bizarre issue in which the query using db_model in conjunction with other fields behaved as if it was unindexed if it did not include __iexact keyword. I have absolutely no idea why it acted this way. But __iexact added resolves it. 2017-06-21 00:42:04 -04:00
Vincent Le Goff
ca6b1f828a Rename the event system in in-game Python system 2017-06-19 18:31:50 -07:00
Vincent Le Goff
916d7933aa Fix minor errors in displaying the UnixCommand 2017-06-18 20:29:46 -07:00
Tehom
9dc9df4227 Pass kwargs needed to overriding announce_move_to and announce_move_from in move_to 2017-06-18 17:21:33 -04:00
Vincent Le Goff
d6f2d6a305 Add the UnixCommand, to parse unix-like command options 2017-06-17 16:35:57 -07:00
Griatch
5a370a36ea Merge branch 'master' into devel 2017-06-17 22:21:00 +02:00
Griatch
af6aa52a4e Merge migrations. 2017-06-17 22:17:58 +02:00
Griatch
0ff1718437 Resolve django 1.11 migration errors. 2017-06-17 22:15:00 +02:00
Vincent Le Goff
74cf15b257 Add the InterruptCommand exception to the flat API 2017-06-16 17:56:35 -07:00
Vincent Le Goff
bda06acac6 Add the InterruptCommand exception to cleanly interrupt commands 2017-06-15 21:49:20 -07:00
Griatch
1ddddef23b Add better instructions for upgrading django. 2017-06-15 22:21:21 +02:00
Griatch
89cb7e9fa0 Merge branch 'master' into djangoupgrade 2017-06-15 22:08:29 +02:00
Griatch
35db4bf301 Make minor docstring indent fix. 2017-06-14 22:07:15 +02:00
Griatch
5fa084c976 Refactor yield-mechanism to be present on top of the module, removing dependence on utils.delay and optimizing some imports. 2017-06-14 22:02:01 +02:00
Griatch
dea72caf3f Merge branch 'cmd_yield' of https://github.com/vlegoff/evennia into vlegoff-cmd_yield 2017-06-14 21:42:14 +02:00
Griatch
ef7712d38b Merge pull request #1344 from vlegoff/event_fix
[Event system] Check that the script has valid non-attributes before …
2017-06-14 21:37:12 +02:00
Vincent Le Goff
d894b95717 Add cmdhandler's ability to handle 'yield' in command.func() 2017-06-14 12:35:23 -07:00
Vincent Le Goff
8b150ce419 [Event system] Check that the script has valid non-attributes before using it 2017-06-12 13:32:08 -07:00
BigJMoney
b7f6fe5bc1 Fix a couple typos and improve consistency of builder command argument text (in help and doc strings) 2017-06-06 14:49:49 -04:00
Griatch
f6ad6213d7 Update launcher django requirement message. 2017-06-06 19:43:28 +02:00
Griatch
c60555b70a Add migrations to django 1.11. 2017-06-06 19:34:56 +02:00
Griatch
e2de340f7d Move to Django 1.11. 2017-06-06 18:56:04 +02:00
Griatch
ce3558d654 Go to Django 1.10. Remove support for Django 1.9. 2017-06-06 18:45:41 +02:00
Griatch
cdeffc1f08 Add some debug outputs. 2017-06-06 17:31:22 +02:00
BigJMoney
62e74144f9 Docstring typo fixes in evennia_runner and evennia_launcher 2017-06-06 10:09:31 -04:00
Griatch
a727547b6f Test typeclass upgrade for new django version. Not working yet. 2017-06-06 15:44:53 +02:00