evennia/evennia
Ahmed Charles cbe1eefcf0 Move to python3 style division.
All of these are currently integer division in python2.
2015-11-01 20:47:18 +00:00
..
commands Move to python3 style division. 2015-11-01 20:47:18 +00:00
comms Use logger rather than print for these messages. 2015-11-01 21:39:48 +01:00
contrib Move to python3 style division. 2015-11-01 20:47:18 +00:00
game_template Clarified some inlinefunc docs. 2015-10-20 23:49:48 +02:00
help Merged conflicts. 2015-10-19 23:32:00 +02:00
locale Updated some locale files. 2015-03-08 00:01:12 +01:00
locks Resolved merge conflicts against master. 2015-10-20 00:07:39 +02:00
objects Fix indentation. 2015-11-01 21:16:41 +01:00
players Remove unnecessary print functions. 2015-11-01 21:21:32 +01:00
scripts Use with_metaclass from future.utils for python3 compat. 2015-11-01 15:11:12 +01:00
server Move to python3 style division. 2015-11-01 20:47:18 +00:00
typeclasses Added a missing migration to repo. 2015-11-01 18:21:21 +01:00
utils Move to python3 style division. 2015-11-01 20:47:18 +00:00
web Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
__init__.py Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
settings_default.py Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to #795. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils. 2015-09-27 13:05:29 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00