maps/python
ryo_saeba f294079e74 Log, then check mail - if mail fails, log is still written.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3498 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-07-22 19:32:16 +00:00
..
IPO Fix spelling errors. 2005-04-09 12:00:30 +00:00
casino - remove item scripts long ago moved into items 2004-12-06 04:48:06 +00:00
events Log, then check mail - if mail fails, log is still written. 2005-07-22 19:32:16 +00:00
guilds - add (brief) readme for python guilds. 2004-12-06 05:47:37 +00:00
items - remove item scripts long ago moved into items 2004-12-06 04:48:06 +00:00
misc - remove item scripts long ago moved into items 2004-12-06 04:48:06 +00:00
CFBank.py - change path finding to use os.path - hopefully this will fix these 2004-08-28 00:19:39 +00:00
CFBoard.py - change path finding to use os.path - hopefully this will fix these 2004-08-28 00:19:39 +00:00
CFDataFile.py Applied patch #1145089 (cavesomething) to add region support 2005-03-15 21:44:56 +00:00
CFGamble.py - change path finding to use os.path - hopefully this will fix these 2004-08-28 00:19:39 +00:00
CFGuilds.py Adding Python Guild framework. 2004-12-06 04:02:10 +00:00
CFItemBroker.py Fix spelling error. 2005-03-06 21:29:43 +00:00
CFLog.py - add new CF module - classes CFDataFile and CFData 2004-09-01 02:03:26 +00:00
CFMail.py - change path finding to use os.path - hopefully this will fix these 2004-08-28 00:19:39 +00:00
README Add README doc for python scripts 2005-02-11 16:39:51 +00:00

README

This directory is the proper directory for all python scripts for crossfire and the default location for importing CF modules.

The subdirectories are:

/: all shared files
/events: all script files called by a global server event
/items: all scripts embedded in archetypes
/IPO: all scripts relating to the Imperial Post and Bank system
/guilds: all scripts relating to guild management
/casino: all scripts related to the casino
/misc: other scripts

Script additions should be placed in a subdirectory, either existing, or when it makes sense, a new one.
Shared classes used for import should be placed in the root directory

All Python scripts added to this map repository should be tested with and valid for Python 2.3