Griatch
fd050f75ca
Some adjustments of the formatting for auto_help. Added some colours to the state_example menu.
2009-05-02 08:25:37 +00:00
Griatch
0efe2c3095
Created a state system. See
...
http://groups.google.com/group/evennia/browse_thread/thread/66a7ff6cce5303b7
for more detailed description.
Created a new folder gamesrc/commands/examples and moved all examples in there.
/Griatch
2009-05-01 15:34:43 +00:00
Griatch
a9dbac8aae
- Made many small bugfixes to the @parent and @create functions as well as their underlying methods.
...
- Made it so user #1 is also affected by the on_player_creation() function.
- Added an event folder for custom events, including a working example
- Expanded the example commands and parents to include the changes to how they should be initialized.
- Added an optional ansi scheme (not active by default)
2009-04-25 20:51:12 +00:00
Greg Taylor
573d1b6e88
Finally got around to creating admin.py files for all of the apps. This will prevent some really weird import errors and fixes an issue with the Attribute model's admin display. May also cut resource usage slightly for MUD server instances. Needs more testing!
2009-04-17 03:08:18 +00:00
Greg Taylor
b7ae985ef9
default=0 for a boolean field? wtf batman. Left over from the early days. Fixed.
2009-04-17 01:47:14 +00:00
Greg Taylor
36e23bfd4a
Modularizing ANSI parsing. This may break stuff. It's not quite where I want it just yet.
2009-04-13 22:44:44 +00:00
Griatch
4cc8e57774
Adds better help functionality
...
- expanded help command, allowing adding, deleting and appending to help the help database
- auto-doc functionality using the __doc__ property of commands
- markup in help text for creation of multiple help subtopics at once
- dynamic help index (use 'help topic' to get the normal mux topic list)
/Starkiel
2009-04-11 23:17:44 +00:00
Greg Taylor
7ff97599be
Move standard_objsearch to Objects.search_for_object. Also make sure @alias only accepts alphanumeric strings.
2009-01-25 03:11:52 +00:00
Greg Taylor
16e494f508
Fix HelpEntry model search field in the admin to search for topic name and the topic's text. Add missing search types to @search, aside from 'powers', which will need to be added once we figure out how powers will work.
2009-01-24 03:50:37 +00:00
Greg Taylor
f2d4b3aba4
I have imported and dumped the MUX2 help files into a fixture in game/docs/help_files.json. These are now loaded on the first game's run. As we update help files and dumpdata/commit them, game admins may use the new 'update_help' manage.py command to update their copy of help files. For example: python manage.py update_helpfiles. Those with a current checkout of the source may want to do this now.
...
It is important to note that these are currently un-modified MUX2 help files. There are a lot of things that are not applicable, incorrect, or only partially correct. It will be an ongoing project to clean these up.
2009-01-24 03:06:18 +00:00
Greg Taylor
6715f76847
Make helpentry topic names unique. Add a description to the cross-platform startup script. Added a util directory and a MUX/MUSH help file importer script.
2009-01-22 16:56:00 +00:00
Greg Taylor
5d7fcb67dd
I'm not too sure what I was doing with awfully implemented exception handling in helpsys models.py. Yank that nasty stuff.
2009-01-18 04:58:10 +00:00
Greg Taylor
0169c52442
Fix the admin displays for most of the models. ConfigValue is being weird for some reason, though.
2009-01-18 04:54:05 +00:00
Greg Taylor
5249f27074
Things should be working again, minus the web stuff.
2008-12-15 04:35:00 +00:00
Greg Taylor
837f1152c6
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