This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-30 12:37:16 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1fc91f85ea
evennia
/
src
/
help
History
Download ZIP
Download TAR.GZ
Griatch
0bf4f3cfea
Removed all old south migrations, leaving migration dirs empty for future django1.7 migrations.
2014-09-17 09:45:41 +02:00
..
migrations
Removed all old south migrations, leaving migration dirs empty for future django1.7 migrations.
2014-09-17 09:45:41 +02:00
__init__.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
admin.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
manager.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
models.py
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00