Commit graph

  • 19bb66665b Merge branch 'persistent_delay' of git://github.com/vlegoff/evennia into vlegoff-persistent_delay Griatch 2017-08-10 22:42:31 +02:00
  • 32ad83d51c Fix documentation in the new option of the event handler Vincent Le Goff 2017-08-10 11:59:04 +02:00
  • 8ef50f3706 Fix a minor mistake in the task handler Vincent Le Goff 2017-08-10 11:40:57 +02:00
  • 72a91ebce6 Add logging for fallback. Tehom 2017-08-08 20:46:48 -04:00
  • 7a1ed06464 Merge pull request #1387 from BlauFeuer/help_more Griatch 2017-08-08 21:28:33 +02:00
  • 6e6c54bcd4 Merge pull request #1384 from TehomCD/deleted_subscriber_fix Griatch 2017-08-08 20:40:35 +02:00
  • 37c9d65a9d Place the persistent task in a task handler Vincent Le Goff 2017-08-08 19:47:22 +02:00
  • 0a76834b00 Merge pull request #1380 from datatypevoid/patch-2 Griatch 2017-08-08 19:40:41 +02:00
  • 1071a691ff Merge pull request #1379 from CloudKeeper1/patch-6 Griatch 2017-08-08 19:37:45 +02:00
  • 9102a168c8 Merge pull request #1374 from chainsol/devel Griatch 2017-08-08 19:18:04 +02:00
  • 29fce64488 Merge pull request #1370 from BigJMoney/WildernessChanges2 Griatch 2017-08-08 17:56:55 +02:00
  • 3e8f142fc0 Merge pull request #1368 from chainsol/irc_bright_fix Griatch 2017-08-07 20:02:55 +02:00
  • e3aa3ce7c6 (PEP8) Whitespace/indent, split lines in help.py BlauFeuer 2017-08-02 16:14:55 -04:00
  • 340ebb688d (PEP8) Whitespace clean up tp settings_default.py BlauFeuer 2017-08-02 15:49:59 -04:00
  • 15d480bdf6 Comment update to CmdHelp BlauFeuer 2017-08-02 15:05:15 -04:00
  • fdc674e081 Use HELP_MORE setting flag by default BlauFeuer 2017-08-02 14:41:53 -04:00
  • 2b4fa2a467 Adds global HELP_MORE default to settings.py BlauFeuer 2017-08-02 14:36:04 -04:00
  • bc3f3ea586 Add check to subscription handler for deleted objects. Tehom 2017-07-30 18:34:06 -04:00
  • bafd069d97 Create fallback for default cmdsets that fail to load Tehom 2017-07-28 01:26:00 -04:00
  • 9cbf7e2a58 docs: grammar David Newman 2017-07-26 18:24:03 -04:00
  • c8131eab80 Add EvMenu support for ending on start node. CloudKeeper1 2017-07-26 23:53:53 +10:00
  • f6255caade Allow contrib.ingame_python.scripts.EventHandler.get_events to work with typeclasses Vincent Le Goff 2017-07-25 22:40:27 +02:00
  • 2437ddccc1 Rename the generator contrib into random_string_generator Vincent Le Goff 2017-07-25 22:25:29 +02:00
  • 4845be13db Fix a typo in the generator contrib Vincent Le Goff 2017-07-25 15:25:55 +02:00
  • c324646055 Update the generator module with new method names Vincent Le Goff 2017-07-25 14:28:54 +02:00
  • 4885d66b08 changes for player -> account migrations Nicholas 2017-07-22 23:43:00 -04:00
  • c17982e118 Add a test for the generator contrib Vincent Le Goff 2017-07-22 11:36:38 +02:00
  • 09aeb7d2e3 Update the documentation for the generator contrib Vincent Le Goff 2017-07-22 11:25:55 +02:00
  • e0eb490814 Slightly optimize persistent tasks and serialization Vincent Le Goff 2017-07-21 18:38:11 +02:00
  • 8cad0dc02e Change default ports and add clearer default to gamedir template, as per #1365. Griatch 2017-07-21 13:40:48 +02:00
  • 6c8101355d cleaned up all pages, made sure each page has header Nicholas 2017-07-15 21:11:24 -04:00
  • 645fcc100b used new card styling on admin info page Nicholas 2017-07-15 20:43:04 -04:00
  • 2d40a525fd removed padding for cleaner look Nicholas 2017-07-15 20:27:33 -04:00
  • 185cd9fb87 added style to footer Nicholas 2017-07-15 20:25:30 -04:00
  • 6977609b4b fixed misplaced <p> tag and added style to footer Nicholas 2017-07-15 20:24:57 -04:00
  • df88f4f7ad Clean default styling Nicholas 2017-07-15 20:12:17 -04:00
  • 60e7691d15 Cleaned up HTML code tabspacing Nicholas 2017-07-15 20:11:54 -04:00
  • 46a77f7e43 Style changes to site Nicholas 2017-07-15 19:50:25 -04:00
  • 1ee8fcb495 added margin Nicholas Matlaga 2017-07-14 18:21:48 -04:00
  • 01a340b818 all pages changed to use Bootstrap Nicholas Matlaga 2017-07-13 17:41:54 -04:00
  • 0a4102fa54 added addclass filter Nicholas Matlaga 2017-07-13 17:36:03 -04:00
  • 570762f1fd completed index.html changes Nicholas Matlaga 2017-07-13 14:31:45 -04:00
  • eb8d8c8b6f base.html redone with bootstrap Nicholas Matlaga 2017-07-13 13:05:43 -04:00
  • c43059c75f Rework at_before_say/at_say to handle whispers and using kwargs. Griatch 2017-07-21 12:17:47 +02:00
  • 8600e8c546 Fix merge conflicts with say-branch Griatch 2017-07-21 11:06:38 +02:00
  • 85d0db6dd6 Add missing color-markup module to git Griatch 2017-07-21 00:07:43 +02:00
  • 7b3af2a89b Update contrib.README file with the color-markup contrib. Griatch 2017-07-20 22:14:55 +02:00
  • 70aea3db56 Fix correct unittests for new color-markup contrib Griatch 2017-07-20 22:08:16 +02:00
  • 9f03e4a3f4 Fix isolated unittests for color markup. Issues with module reloading. Griatch 2017-07-20 21:25:52 +02:00
  • 536bb28470 Move {- and %c color markup to contrib, make easily extendable, as per #1229 Griatch 2017-07-19 21:09:11 +02:00
  • 03f4ecb3a4 Move {- and %c color markup to contrib, make easily extendable, as per #1229 Griatch 2017-07-19 20:32:21 +02:00
  • 87b6cee596 Add the persistent utils.delay Vincent Le Goff 2017-07-20 21:37:34 +02:00
  • 6bd9d0b324 use bold for |h (highlight) Nicholas Matlaga 2017-07-18 14:29:47 -04:00
  • 7d84ccccdb Add the generator contrib to generate pseudo-random strings Vincent Le Goff 2017-07-17 19:05:53 +02:00
  • 24c5ddecab Merge pull request #1338 from BigJMoney/SimpleFixes Griatch 2017-07-17 13:09:57 +02:00
  • 0b153f4398 Merge pull request #1363 from BigJMoney/WildernessChanges Griatch 2017-07-17 13:04:37 +02:00
  • 109b262b49 Fix for #1364 - Wilderness.py exits created in wilderness aren't added to manifest BigJMoney 2017-07-16 17:48:15 -04:00
  • fce5dc3af6 Fix for #1362 - Wilderness.py item manifest breaks when objects are deleted Also some minor typo fixes BigJMoney 2017-07-16 16:44:57 -04:00
  • 7bf00850e6 Missed on line in last commit. BigJMoney 2017-07-15 11:44:44 -04:00
  • 8c07b74eff Updating PR for doctext changes BigJMoney 2017-07-15 11:39:03 -04:00
  • 83163ae4b3 Update Windows requirements. Griatch 2017-07-14 12:47:25 +02:00
  • e56b0024c4 Merge branch 'master' into devel Griatch 2017-07-13 22:54:53 +02:00
  • f7830a5c29 Merge pull request #1360 from datatypevoid/patch-1 Griatch 2017-07-13 22:54:15 +02:00
  • 8813e60b06 Merge pull request #1359 from vlegoff/help Griatch 2017-07-13 22:53:25 +02:00
  • b4e5ce3878 Merge pull request #1358 from vlegoff/arg_regex Griatch 2017-07-13 22:52:34 +02:00
  • 58b6f41b7b Add migration to finally remove the last playerdb_ tables Griatch 2017-07-13 20:59:32 +02:00
  • 6d846c6c82 Add help entry to project_rename utility. Griatch 2017-07-13 20:31:30 +02:00
  • 41a8538301 Add project_rename binary for easy renaming of components of a game dir. Griatch 2017-07-13 19:24:58 +02:00
  • a8f3cb864b Make sure tags/attributes are converted correctly Griatch 2017-07-13 18:51:26 +02:00
  • a2c76f06cd docs: add missing word David Newman 2017-07-12 08:16:48 -04:00
  • 22ad761201 Correct lock hiearchy Griatch 2017-07-09 18:59:23 +02:00
  • be8452b1c7 Fix hard-coded lock names in event system to match new hierarchy. Griatch 2017-07-09 13:03:01 +02:00
  • 594500c4c7 Correct migrations to not re-remove fields. Griatch 2017-07-09 11:51:47 +02:00
  • c1326eaf23 Add a sanity check for comm migration Griatch 2017-07-09 11:12:20 +02:00
  • f45bd4921d Re-add player-migrations, renamed to account-migrations Griatch 2017-07-09 10:39:03 +02:00
  • a7aa1215cb Rename migrations to depend on account-migrations instead of players Griatch 2017-07-09 09:12:09 +02:00
  • 120ddb7f81 Remove player app- and directory. Griatch 2017-07-08 16:23:16 +02:00
  • 3b6a6cf6cc Re-add new, renamed account* files. Griatch 2017-07-07 23:48:13 +02:00
  • 5590ee2258 Rename all instances of Player->Account. Griatch 2017-07-07 23:47:21 +02:00
  • a14e11640b Correction of the migration sequence both for clean and old databases. Griatch 2017-07-07 22:38:24 +02:00
  • 34443fa4e6 Last point where Player & Account coexist - migrate here first. Griatch 2017-07-06 23:17:01 +02:00
  • 63c96de443 Create parallel Player/Account fields and copy all Griatch 2017-07-06 22:29:52 +02:00
  • ee0e9cc053 First step with both account+player at the same time, copying player to account. Griatch 2017-07-05 08:30:06 +02:00
  • 99dbaad7ba Add new accounts app and copy players 1:1 to it. The players app still exists. Griatch 2017-07-03 23:05:52 +02:00
  • 69c5f33c38 Allow to change suggestion_cutoff and suggestion_maxnum in help Vincent Le Goff 2017-07-02 16:46:33 -07:00
  • 7fb31d3160 Let ChannelCommand.arg_regex override the value set by the CHANNEL_HANDLER Vincent Le Goff 2017-07-02 16:23:49 -07:00
  • dc859eae57 Update some docs, update contrib README. Griatch 2017-06-27 21:31:31 +02:00
  • 248f20e8e5 Merge branch 'unixcommand' of https://github.com/vlegoff/evennia into vlegoff-unixcommand Griatch 2017-06-27 21:16:29 +02:00
  • 2f2d9e308a Merge pull request #1350 from vlegoff/ingame_python Griatch 2017-06-27 21:11:25 +02:00
  • 080cc8a7eb Clean up UnixCommand to take into account suggestions Vincent Le Goff 2017-06-27 11:59:45 -07:00
  • 173d5a94df Merge pull request #1351 from TehomCD/db_model_lag_fix Griatch 2017-06-25 10:03:43 +02:00
  • 14a7e12002 Merge pull request #1349 from TehomCD/move_to_args Griatch 2017-06-25 08:47:38 +02:00
  • 20a576a6d9 Convert to kwargs as suggested. Tehom 2017-06-25 02:40:53 -04:00
  • 7458bb76e2 Remove spurious patch import Griatch 2017-06-24 21:32:20 +02:00
  • 848b4c588c Bring fixes suggested by the review on UnixCommand Vincent Le Goff 2017-06-22 16:08:10 -07:00
  • 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. Tehom 2017-06-21 00:42:04 -04:00
  • ca6b1f828a Rename the event system in in-game Python system Vincent Le Goff 2017-06-19 18:31:50 -07:00
  • 916d7933aa Fix minor errors in displaying the UnixCommand Vincent Le Goff 2017-06-18 20:29:46 -07:00
  • 9dc9df4227 Pass kwargs needed to overriding announce_move_to and announce_move_from in move_to Tehom 2017-06-18 17:21:33 -04:00
  • d6f2d6a305 Add the UnixCommand, to parse unix-like command options Vincent Le Goff 2017-06-17 16:35:57 -07:00