| .. |
|
commands
|
Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul.
|
2008-12-14 20:21:02 +00:00 |
|
config
|
Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
|
2008-12-15 04:00:25 +00:00 |
|
genperms
|
Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
|
2008-12-15 04:00:25 +00:00 |
|
helpsys
|
Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
|
2008-12-15 04:00:25 +00:00 |
|
objects
|
Starting here, trunk is broken pending re-organizations. Check out the previous revision if you'd like to tinker.
|
2008-12-15 04:00:25 +00:00 |
|
scripts
|
Moving some of the login tasks out of sessions.py and into the BasicPlayer script parent. Also, added seconds to the 'time' command, which I apparently forgot.
|
2008-06-15 21:29:27 +00:00 |
|
util
|
Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul.
|
2008-12-14 20:21:02 +00:00 |
|
__init__.py
|
Committin a 'working' checkpoint before I break more stuff.
|
2008-06-15 19:06:31 +00:00 |
|
ansi.py
|
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
|
2008-06-15 19:38:39 +00:00 |
|
cmdhandler.py
|
The command handler has been completely overhauled and is actually readable now. It -might- be a little faster as well. It's not really that point in development to start micro-optimizing, so I haven't ran any benchmarks.
|
2008-12-15 01:10:26 +00:00 |
|
cmdtable.py
|
Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul.
|
2008-12-14 20:21:02 +00:00 |
|
comsys.py
|
Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul.
|
2008-12-14 20:21:02 +00:00 |
|
config_defaults.py
|
More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud).
|
2008-12-15 03:37:30 +00:00 |
|
defines_global.py
|
Moving constants over to the new flags module.
|
2008-06-15 20:41:58 +00:00 |
|
events.py
|
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
|
2008-06-15 19:38:39 +00:00 |
|
exceptions_generic.py
|
Committin a 'working' checkpoint before I break more stuff.
|
2008-06-15 19:06:31 +00:00 |
|
flags.py
|
Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose.
|
2008-12-14 00:02:11 +00:00 |
|
initial_setup.py
|
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
|
2008-06-15 19:38:39 +00:00 |
|
logger.py
|
Addition of a re-usable CommandTable class. We still have two global command tables that are now instances of this class. Game developers will use methods on CommandTable to add their own commands without modifying the base server code.
|
2008-12-14 01:49:37 +00:00 |
|
scheduler.py
|
Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose.
|
2008-12-14 00:02:11 +00:00 |
|
scripthandler.py
|
More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud).
|
2008-12-15 03:37:30 +00:00 |
|
server.py
|
Looking through our command code after a long hiatus, I realized that it was pretty much awful. So here's part 1 of the command interpreter overhaul.
|
2008-12-14 20:21:02 +00:00 |
|
session.py
|
The command handler has been completely overhauled and is actually readable now. It -might- be a little faster as well. It's not really that point in development to start micro-optimizing, so I haven't ran any benchmarks.
|
2008-12-15 01:10:26 +00:00 |
|
session_mgr.py
|
Finished moving stuff around, things should be in mostly working order now.
|
2008-06-15 20:31:25 +00:00 |