Commit graph

  • f5a364b1c4 Add pymysql to travis setup Griatch 2019-03-20 10:45:09 +01:00
  • 76effa4162 Change collation to django recommentation for mysql Griatch 2019-03-20 08:47:46 +01:00
  • aee34f0666 Type on collate statement for travis Griatch 2019-03-20 08:36:22 +01:00
  • 6ab3f3e532 Another collation test for mysql Griatch 2019-03-20 08:33:52 +01:00
  • aa7c5a9d5c Testing another collation option Griatch 2019-03-20 08:21:21 +01:00
  • d58ef27638 Test COLLATE option for mysql in travis Griatch 2019-03-20 08:12:15 +01:00
  • 67947b2dfb Test with different py3 sub version Griatch 2019-03-20 01:01:27 +01:00
  • d2df130ec1 Run collectstatic without input requested Griatch 2019-03-20 00:46:28 +01:00
  • 75b5dd43d7 Fix unit test issue with server name when running from mygame settings Griatch 2019-03-20 00:41:23 +01:00
  • 0de0a71026 Some more fixes Griatch 2019-03-20 00:24:23 +01:00
  • d40ff0256a Correctly use custom settings file Griatch 2019-03-20 00:15:11 +01:00
  • 5a4b958a92 Debug output from settings file Griatch 2019-03-20 00:07:14 +01:00
  • b8180268e5 Correct bash structure Griatch 2019-03-20 00:01:50 +01:00
  • 2b9f64a419 Try different envvar reference form Griatch 2019-03-19 23:48:05 +01:00
  • 854cf96efb Split db config files since envvar does not exist across terminals Griatch 2019-03-19 23:44:12 +01:00
  • 374fed2d63 Further cleanup of travis build Griatch 2019-03-19 23:29:57 +01:00
  • e3cf866e60 More travis debugging Griatch 2019-03-19 23:00:02 +01:00
  • ad77c07211 Fixing further typos galore Griatch 2019-03-19 22:45:40 +01:00
  • ff8844a1bd Further changes to mysql create statement Griatch 2019-03-19 22:30:51 +01:00
  • b4d6398530 Specify mysql dbname explicitly Griatch 2019-03-19 22:16:26 +01:00
  • 7276e4a138 Change to different format of mysql input Griatch 2019-03-19 22:11:19 +01:00
  • b72f68e9e6 Split sql db create queries Griatch 2019-03-19 22:04:51 +01:00
  • 31228b61e5 Correct typo in db creation string Griatch 2019-03-19 22:00:09 +01:00
  • 27cace4fe1 Add services to travis file Griatch 2019-03-19 21:57:09 +01:00
  • 7863b99dfb Move db install to later Griatch 2019-03-19 21:52:23 +01:00
  • 7ae598cedb Manage to correctly spell 'postgresql' ... Griatch 2019-03-19 21:46:36 +01:00
  • 473fa1282d Correct travis postgres root user Griatch 2019-03-19 21:43:19 +01:00
  • d16f4d2bf7 Correct python version for travis Griatch 2019-03-19 21:30:54 +01:00
  • f409021131 Test to expand travis to test more databases Griatch 2019-03-19 21:26:54 +01:00
  • 5bf2280036 Solved remaining unittest issues with py3 Griatch 2019-03-19 19:29:33 +01:00
  • ce79c4aeed Update contrib unit tests Griatch 2019-03-17 13:52:46 +01:00
  • 1c9ca4b11c Resolve merge conflicts Griatch 2019-03-17 13:43:06 +01:00
  • e64ede3267 Update CHANGELOG Griatch 2019-03-17 13:38:31 +01:00
  • 74dd57e85f Some fixes and cleanups Griatch 2019-03-17 13:36:03 +01:00
  • 7293af5d5a Fix #1577 Vincent Le Goff 2019-03-13 11:34:43 +01:00
  • 37151e6b89 Add model_mummy for mocking model data Griatch 2019-03-12 19:15:22 +01:00
  • 64cd982592 Merge pull request #1797 from dmreichard/cmdlockfix Griatch 2019-03-12 19:06:54 +01:00
  • 9868d2f18b Fix lockcmd bug not ignoring superuser when using switches. Resolves #1796. David Reichard 2019-03-10 15:58:39 -04:00
  • 2d1e9768ff merge in dual_input plugin Brenden Tuck 2019-03-07 00:24:16 -05:00
  • 9ab2422311 Fix aliases for gender command Griatch 2019-03-06 16:47:09 +01:00
  • b3dc85a4dc Start converting latest develop unittests to py3 Griatch 2019-03-04 23:20:07 +01:00
  • 90b42ca6fb Fix merge conflicts Griatch 2019-03-04 22:32:51 +01:00
  • 8b08d41038 Add golden-layout as an alternative to splithandler Brenden Tuck 2019-02-18 23:48:55 -05:00
  • 8235a7e870 Merge branch 'master' into develop Griatch 2019-03-01 20:54:09 +01:00
  • 3618fbf3ef Add gettxt to Docker image to support i18n devevelopment. Griatch 2019-03-01 16:17:33 +01:00
  • efb1e07b5c Add more unittests for launcher Griatch 2019-02-27 00:11:38 +01:00
  • 589f5224c5 Merge branch 'master' into develop Griatch 2019-02-26 21:48:32 +01:00
  • 09fbabc978 Better docstring when exploring flat api Griatch 2019-02-26 16:22:53 +01:00
  • 419d42b30c Start expand launcher unit tests Griatch 2019-02-26 14:11:24 +01:00
  • 07a68b89c6 Merge branch 'master' into develop Griatch 2019-02-24 17:28:04 +01:00
  • 45a28509dd Merge pull request #1786 from jaggiJ/typo-fix Griatch 2019-02-24 17:27:39 +01:00
  • 39777139f4 Tutorial. Fixes echo message on lack of argument for mobon command. jaggiJ 2019-02-24 12:47:11 +01:00
  • 0e409d3315 Merge branch 'master' into develop Griatch 2019-02-24 12:30:55 +01:00
  • 85ff778c95 Merge pull request #1782 from jaggiJ/myfixes Griatch 2019-02-24 12:30:04 +01:00
  • 295db26a18 Reverting change to audit unittests for now, need to fix later Griatch 2019-02-23 23:30:16 +01:00
  • 7fa0909529 Merge branch 'master' into develop Griatch 2019-02-23 22:31:29 +01:00
  • e280b5a9da Fix health bar unittest Griatch 2019-02-23 22:30:40 +01:00
  • b0a71b8763 Fix health bar unittest Griatch 2019-02-23 22:30:40 +01:00
  • 1a7b596abc Merge branch 'master' into develop Griatch 2019-02-23 22:11:29 +01:00
  • 5a63753f1f Merge branch 'master' of github.com:evennia/evennia Griatch 2019-02-23 22:10:27 +01:00
  • 9fdd62fda3 Avoid negative health bar color. Resolves #1751. Griatch 2019-02-23 22:10:12 +01:00
  • 2c3ea3feb1 Move some mocks to avoid global changes, as per #1779 Griatch 2019-02-23 22:05:25 +01:00
  • 70faa3fc98 Fix to pass launcher tests Griatch 2019-02-23 21:45:38 +01:00
  • 36da4d3e45 Helps to actually add laucher test file Griatch 2019-02-23 21:13:37 +01:00
  • d77dc93fcf More unittests for launcher Griatch 2019-02-23 21:03:29 +01:00
  • 0af1c892f6 Merge pull request #1783 from jaggiJ/myfix2 Griatch 2019-02-23 17:29:51 +01:00
  • 563fb5e5f4 Merge pull request #1784 from jaggiJ/barrel-er Griatch 2019-02-23 17:24:05 +01:00
  • 912eaf6bd8 Add more amp unit tests Griatch 2019-02-23 17:06:11 +01:00
  • dca6b33b4c Update changelog Griatch 2019-02-20 22:37:31 +01:00
  • 47773a1097 Add Polish translation by user ogotai Griatch 2019-02-20 22:36:06 +01:00
  • a73868376d Merge branch 'master' into develop Griatch 2019-02-20 22:28:07 +01:00
  • db4c33d539 Add website/ to more base.html imports Griatch 2019-02-20 22:24:52 +01:00
  • c4fffd2b95 Start add unit tests for amp communication Griatch 2019-02-19 22:29:20 +01:00
  • c0986a8ec2 Make sure website extends website/base.html to avoid override collision Griatch 2019-02-19 20:21:45 +01:00
  • bedcb7d5f4 Testing new unit tests Griatch 2019-02-19 20:18:36 +01:00
  • 5905be9179 add dual_inputs.js Brenden Tuck 2019-02-18 23:27:23 -05:00
  • 67b41db698 Letter correction. w into capital W (spotted by CloudKeeper) jaggiJ 2019-02-17 13:39:46 +01:00
  • 1da56f737e Spacing correction build.ev jaggiJ 2019-02-17 13:20:07 +01:00
  • f9763fabff build.ev Added commend line jaggiJ 2019-02-17 13:06:20 +01:00
  • cd01d982bd Trying to pickup 'locked barrel', player now receives hint to 'get weapon'. jaggiJ 2019-02-17 12:08:40 +01:00
  • a0bcd80559 command spelling correction in tutorial build.ev @home ghost = to @sethome ghost = jaggiJ 2019-02-16 13:41:03 +01:00
  • 20bc919ca0 bugfix: barrel(rack_barrel) description before the barrel is created jaggiJ 2019-02-16 11:46:40 +01:00
  • d94566ef20 Merge from master Griatch 2019-02-12 11:47:38 +01:00
  • be40993f7b Merge pull request #1781 from poisonbl/card-block-issue-1780-fix Griatch 2019-02-12 11:43:55 +01:00
  • 4852651780 Fix issue 1780 by switching card-block to card-body. poisonbl 2019-02-11 21:27:12 -05:00
  • 9dcef1ac48 Activate pip caching in Travis Griatch 2019-02-11 16:09:40 +01:00
  • 17c92925cf Remove codecov again Griatch 2019-02-11 13:49:48 +01:00
  • a67751715d Move codecov to travis setup Griatch 2019-02-11 13:39:28 +01:00
  • 52cae5d015 Test adding codecov analysis Griatch 2019-02-11 11:46:12 +01:00
  • aba5dd5a61 Fix unittest error Griatch 2019-02-10 21:47:43 +01:00
  • efb3cf3705 Further server.py unittests Griatch 2019-02-10 21:38:56 +01:00
  • 471bced78b Correct handling of migrations Griatch 2019-02-10 19:27:31 +01:00
  • a0b6c0fa1a Add unittests for server.py Griatch 2019-02-10 19:01:27 +01:00
  • 81ab542d76 Make evennia-launcher hand all django-admin options correctly Griatch 2019-02-10 03:17:47 +01:00
  • c4faa6879b Add tag/attr to create_account. More unit tests Griatch 2019-02-10 02:08:21 +01:00
  • 0dfea46d5c Change save/search_prototype, extend unittests Griatch 2019-02-09 16:52:02 +01:00
  • 9f48499d74 Merge pull request #1778 from CloudKeeper/patch-3 Griatch 2019-02-09 09:17:01 +01:00
  • 23337a61d7 Correcting typo - "prot" to "proto" CloudKeeper 2019-02-09 14:19:50 +11:00
  • dac10eef2b Fix unittest query compare Griatch 2019-02-08 20:34:01 +01:00
  • 181a3e04e7 Unittest object.get_obj_with_attr Griatch 2019-02-08 19:49:02 +01:00