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-25 17:26:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7b2a4e4467
evennia
/
game
/
gamesrc
/
world
/
examples
History
Download ZIP
Download TAR.GZ
Griatch
2ee54678ae
Migration needed. Changed how connection screens are defined, rather than being a database model, they are created on-the fly. I didn't migrate over the screen data into the new module file though, so if you had custom connection screens, you need to manually add them to the new module in gamesrc/world/connection_screen.py.
2011-04-10 14:21:41 +00:00
..
__init__.py
Migration needed. Changed how connection screens are defined, rather than being a database model, they are created on-the fly. I didn't migrate over the screen data into the new module file though, so if you had custom connection screens, you need to manually add them to the new module in gamesrc/world/connection_screen.py.
2011-04-10 14:21:41 +00:00
batch_cmds.ev
Gave a more informative error message when reading non-UTF-8 batchfiles containing international symbols (issue97) as well as refactored the processors a bit further. Fixed some minor typographic details in some other commands.
2010-09-04 07:55:25 +00:00
batch_code.py
Fixed some strange behaviour in the help system due to recent changes in how cmdsets are merged by cmdhandler.
2010-09-02 18:14:45 +00:00