Commit graph

4086 commits

Author SHA1 Message Date
Nicholas
645fcc100b used new card styling on admin info page 2017-07-21 12:27:24 +02:00
Nicholas
2d40a525fd removed padding for cleaner look 2017-07-21 12:27:24 +02:00
Nicholas
185cd9fb87 added style to footer 2017-07-21 12:27:24 +02:00
Nicholas
6977609b4b fixed misplaced <p> tag and added style to footer 2017-07-21 12:27:24 +02:00
Nicholas
df88f4f7ad Clean default styling 2017-07-21 12:27:24 +02:00
Nicholas
60e7691d15 Cleaned up HTML code tabspacing 2017-07-21 12:27:24 +02:00
Nicholas
46a77f7e43 Style changes to site 2017-07-21 12:27:24 +02:00
Nicholas Matlaga
1ee8fcb495 added margin 2017-07-21 12:27:24 +02:00
Nicholas Matlaga
01a340b818 all pages changed to use Bootstrap 2017-07-21 12:27:24 +02:00
Nicholas Matlaga
0a4102fa54 added addclass filter 2017-07-21 12:27:24 +02:00
Nicholas Matlaga
570762f1fd completed index.html changes 2017-07-21 12:27:24 +02:00
Nicholas Matlaga
eb8d8c8b6f base.html redone with bootstrap 2017-07-21 12:27:24 +02:00
Griatch
c43059c75f Rework at_before_say/at_say to handle whispers and using kwargs. 2017-07-21 12:17:47 +02:00
Griatch
8600e8c546 Fix merge conflicts with say-branch 2017-07-21 11:06:38 +02:00
Griatch
85d0db6dd6 Add missing color-markup module to git 2017-07-21 00:07:43 +02:00
Griatch
7b3af2a89b Update contrib.README file with the color-markup contrib. 2017-07-20 22:14:55 +02:00
Griatch
70aea3db56 Fix correct unittests for new color-markup contrib 2017-07-20 22:09:44 +02:00
Griatch
9f03e4a3f4 Fix isolated unittests for color markup. Issues with module reloading. 2017-07-20 22:09:44 +02:00
Griatch
536bb28470 Move {- and %c color markup to contrib, make easily extendable, as per #1229 2017-07-20 22:09:44 +02:00
Griatch
03f4ecb3a4 Move {- and %c color markup to contrib, make easily extendable, as per #1229 2017-07-20 22:09:44 +02:00
Griatch
83163ae4b3 Update Windows requirements. 2017-07-14 12:47:25 +02:00
Griatch
e56b0024c4 Merge branch 'master' into devel 2017-07-13 22:54:53 +02:00
Griatch
f7830a5c29 Merge pull request #1360 from datatypevoid/patch-1
docs: add missing word
2017-07-13 22:54:15 +02:00
Griatch
8813e60b06 Merge pull request #1359 from vlegoff/help
Allow to change suggestion_cutoff and suggestion_maxnum in help
2017-07-13 22:53:25 +02:00
Griatch
b4e5ce3878 Merge pull request #1358 from vlegoff/arg_regex
Let ChannelCommand.arg_regex override the value set by the CHANNEL_HA…
2017-07-13 22:52:34 +02:00
Griatch
58b6f41b7b Add migration to finally remove the last playerdb_ tables 2017-07-13 20:59:32 +02:00
Griatch
6d846c6c82 Add help entry to project_rename utility.
Also merge in latest master changes to devel branch.
2017-07-13 20:33:32 +02:00
Griatch
41a8538301 Add project_rename binary for easy renaming of components of a game dir. 2017-07-13 19:24:58 +02:00
Griatch
a8f3cb864b Make sure tags/attributes are converted correctly 2017-07-13 18:51:26 +02:00
David Newman
a2c76f06cd docs: add missing word 2017-07-12 08:16:48 -04:00
Griatch
22ad761201 Correct lock hiearchy 2017-07-09 18:59:23 +02:00
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