maps/python
cavesomething b7ff8f7936 Update existing dialog files to use the new dialog syntax
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@12993 282e977c-c81d-0410-88c4-b93c2d0d6712
2010-04-27 09:04:21 +00:00
..
IPO The exchange code in /python/IPO/banksay.py was missing a cast to integer, this resulted in a traceback on Python 3.x. 2009-02-14 17:09:40 +00:00
casino The casino code for major wins (in all the different slot types) was missing a cast to integer, this resulted in a traceback on Python 3.x. 2009-02-14 18:00:40 +00:00
commands Run whitespace cleanup script in maps/python. 2009-01-30 01:22:22 +00:00
dialog Updates to the dialog handling files to support more powerful syntax 2010-04-27 08:43:11 +00:00
events Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4 2009-01-30 01:32:19 +00:00
gods Fix part of bug 2457751 "Unpaid items work for some things...": Valkyrie altars no longer accepts unpaid items. 2009-02-06 13:33:39 +00:00
guilds more python guild updates 2010-03-25 17:33:10 +00:00
items Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used. 2009-10-14 16:13:29 +00:00
maps Update existing dialog files to use the new dialog syntax 2010-04-27 09:04:21 +00:00
misc Move npc_dialog.py to the dialog directory rather than misc/ 2010-04-27 08:40:30 +00:00
monsters Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4 2009-01-30 01:32:19 +00:00
pshop added dir to /python for handling the private shops 2010-04-07 22:18:35 +00:00
quests Two scripts which can be used to handle quest interaction with maps 2010-04-26 15:35:12 +00:00
start Fix a bug causing tracebacks in /python/start/dragon_attune.py. If there was no player on the changer it ended up as None which resulted in a traceback. 2009-02-12 09:28:12 +00:00
tod Replace deprecated string.split() amd string.lower() in /python/*/*.py 2009-02-11 21:52:51 +00:00
.cvsignore Needed to avoid polluting 2006-07-31 22:14:43 +00:00
CFBank.py Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4 2009-01-30 01:32:19 +00:00
CFBoard.py Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4 2009-01-30 01:32:19 +00:00
CFCampfire.py Run whitespace cleanup script in maps/python. 2009-01-30 01:22:22 +00:00
CFDataBase.py Added CFDataBase for handling generic python objects 2010-04-08 18:04:05 +00:00
CFDataFile.py Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used. 2009-10-14 16:13:29 +00:00
CFDialog.py Updates to the dialog handling files to support more powerful syntax 2010-04-27 08:43:11 +00:00
CFGamble.py Fix tab error in CFGamble.py 2009-02-11 21:20:20 +00:00
CFGuilds.py Modified all print of script to calls to Crossfire.Log(Crossfire.Log(Debug|Error|Info|Monster),message) 2007-11-08 23:36:22 +00:00
CFItemBroker.py Update of the maps for CFPython version 2.0. 2005-10-18 18:13:28 +00:00
CFLog.py Patch #1550744 (Python scripts should not hardcode timezones) courtesy Mark Kidder 2006-09-02 14:26:26 +00:00
CFMail.py Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4 2009-01-30 01:32:19 +00:00
CFMapTransformer.py Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used. 2009-10-14 16:13:29 +00:00
CFMove.py Run whitespace cleanup script in maps/python. 2009-01-30 01:22:22 +00:00
CFTimeOfDay.py Run whitespace cleanup script in maps/python. 2009-01-30 01:22:22 +00:00
CFWorld.py Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used. 2009-10-14 16:13:29 +00:00
README Remove trailing whitespace. 2007-03-24 13:15:00 +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