17 Commits

Author SHA1 Message Date
Griatch
75f373e134 Minor tweak to .gitignore 2024-02-04 22:11:36 +01:00
Griatch
fe5f2abb63 Further update of doc build gitignores 2023-10-19 22:32:25 +02:00
Griatch
0e55b4ac13 Add .doctrees to gitignore file 2023-10-19 20:41:19 +02:00
Griatch
83154de19e Add extra dev tools, as suggested in #2965 by @mikejgray 2022-10-31 20:43:00 +01:00
Griatch
ef7280f55a Add TagProperty, AliasProperty, PermissionProperty. Default autocreate=True for AttributeProperty. 2022-04-09 15:56:24 +02:00
Dimitri
e98ea55d98 fix #2549 -- no reuse BIF names
- fixed docs to not demonstrate reuse of built-in function
  names "str" and "int", even when within a one-off script

- note: did *not* change the "str" and "int" shown in
  Howto/Starting/Part1/Learning-Typeclasses.md file,
  as those are class variables (i.e., Character.str and
  Character.int), which does not replace the BIFs of
  str() and int(). Therefore, methods inside the class
  can still use the python BIFs. While this is possibly
  confusing to new python programmers, it is also not
  within the scope of #2549.

misc edits:
- add .vscode/ to gitignore
2021-10-12 07:14:38 -06:00
Griatch
3e90e0bb14 Refactor CommandTest, inspired by PR #2326 by @davewiththenicehat 2021-03-14 16:22:21 +01:00
Griatch
269fc3b1bc Changes to deploy mechanism 2020-06-13 10:43:28 +02:00
Griatch
ff4013a58a Changed ignores to not use linux-type paths. 2015-05-26 00:15:36 +02:00
Peter Finlayson
a0fb836fdb ignore Windows files generated during setup 2015-05-26 00:13:12 +02:00
tajmone
e357884f4a Italian Localization
Italian Localization of Evennia: first draft. 100% translated. A few
doubts have been marked as FUZZY and commented (En + It) in .po file!
2015-03-04 21:42:46 +01:00
Griatch
8ac011bf66 Added .gitignore file to template 2015-02-02 16:15:39 +01:00
Kelketek Rritaa
112e7c652d Leftover news app cleanup, .gitignore updated. 2014-06-29 08:29:41 -05:00
Kelketek Rritaa
7d12c6dd69 Added custom Evennia admin and ability to toggle it. 2014-06-28 16:29:57 -05:00
Kelketek Rritaa
fbe0eab01c Some consistency improvements with URL overrides. 2014-06-28 16:28:24 -05:00
Griatch
443a29d63f Removed version-check that required hg. 2014-01-23 01:17:39 +01:00
Griatch
2c4a0a5fc8 Removed hgignore for gitignore 2014-01-23 00:57:58 +01:00