Directory trunk/maps/python/

Directory Created:
2002-09-04 01:49
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
17
Lines of Code:
0

[root]/trunk/maps/python
                Folder removed from repo IPO (0 files, 0 lines)
                Folder removed from repo casino (0 files, 0 lines)
                Folder removed from repo events (0 files, 0 lines)
                    Folder removed from repo born (0 files, 0 lines)
                    Folder removed from repo init (0 files, 0 lines)
                    Folder removed from repo kick (0 files, 0 lines)
                    Folder removed from repo login (0 files, 0 lines)
                    Folder removed from repo muzzle (0 files, 0 lines)
                    Folder removed from repo remove (0 files, 0 lines)
                Folder removed from repo gods (0 files, 0 lines)
                Folder removed from repo guilds (0 files, 0 lines)
                Folder removed from repo items (0 files, 0 lines)
                Folder removed from repo misc (0 files, 0 lines)

Lines of Code

trunk/maps/python/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 937 (100.0%) 14.6
temitchell 29 (45.3%) 791 (84.4%) 27.2
mwedel 20 (31.3%) 78 (8.3%) 3.9
gros 8 (12.5%) 57 (6.1%) 7.1
ryo_saeba 5 (7.8%) 7 (0.7%) 1.4
akirschbaum 2 (3.1%) 4 (0.4%) 2.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 17 files:

  • trunk/maps/python: .cvsignore (del), CFBank.py (del), CFBoard.py (del), CFCampfire.py (del), CFDataFile.py (del), CFGamble.py (del), CFGuilds.py (del), CFItemBroker.py (del), CFLog.py (del), CFMail.py (del), CFgetPaths.py (del), README (del), python_born.py (del), python_login.py (del), python_remove.py (del), ring_occidental_mages.py (del), weapon_occidental_mages.py (del)
ryo_saeba 2006-09-02 09:26 Rev.: 4861

Patch #1550744 (Python scripts should not hardcode timezones) courtesy Mark Kidder

4 lines of code changed in 1 file:

  • trunk/maps/python: CFLog.py (+4 -4)
ryo_saeba 2006-08-21 16:48 Rev.: 4826

Talking fireplace scripts.

0 lines of code changed in 1 file:

  • trunk/maps/python: CFCampfire.py (new)
ryo_saeba 2006-07-31 17:14 Rev.: 4734

Needed to avoid polluting

0 lines of code changed in 1 file:

  • trunk/maps/python: .cvsignore (new)
ryo_saeba 2005-12-04 06:20 Rev.: 4083

Force binary mode to avoid newline madness

2 lines of code changed in 1 file:

  • trunk/maps/python: CFDataFile.py (+2 -2)
akirschbaum 2005-11-10 14:21 Rev.: 4023

Disallow player name '#' since this key is used for the file head line.

2 lines of code changed in 1 file:

  • trunk/maps/python: CFLog.py (+2)
gros 2005-10-18 13:13 Rev.: 3899

Update of the maps for CFPython version 2.0.
Update of the IPO-related scripts.
Gros - 18/10/2005

57 lines of code changed in 8 files:

  • trunk/maps/python: CFBank.py (+3 -3), CFBoard.py (+5 -5), CFDataFile.py (+11 -11), CFGamble.py (+8 -8), CFGuilds.py (+11 -11), CFItemBroker.py (+11 -11), CFLog.py (+4 -4), CFMail.py (+4 -4)
ryo_saeba 2005-03-15 16:44 Rev.: 3142

Applied patch #1145089 (cavesomething) to add region support

1 lines of code changed in 1 file:

  • trunk/maps/python: CFDataFile.py (+1 -1)
akirschbaum 2005-03-06 16:29 Rev.: 3101

Fix spelling error.

2 lines of code changed in 1 file:

  • trunk/maps/python: CFItemBroker.py (+2 -2)
temitchell 2005-02-11 11:39 Rev.: 3064

Add README doc for python scripts

0 lines of code changed in 1 file:

  • trunk/maps/python: README (new)
temitchell 2004-12-05 23:45 Rev.: 3002

- updates to datafile for guild scripts

10 lines of code changed in 1 file:

  • trunk/maps/python: CFDataFile.py (+10 -3)
temitchell 2004-12-05 23:02 Rev.: 3000

Adding Python Guild framework.
Initial (and not usable as yet) commit of guild templates and guild
scripts for new more automated guild system. - requires Python 2.1 or
better.
TODO - guild maps need finishing, lots more work and much debuging.
Guild points system needs some work (a good formula).

11 lines of code changed in 1 file:

  • trunk/maps/python: CFGuilds.py (new 11)
temitchell 2004-08-31 22:08 Rev.: 2903

- fix tiny bug where player logging in has no record gets a record
made.

13 lines of code changed in 1 file:

  • trunk/maps/python: CFDataFile.py (+13 -7)
temitchell 2004-08-31 21:03 Rev.: 2902

- add new CF module - classes CFDataFile and CFData
- replace crossfirelog shelf with plain text datafile (less efficient
but more accessable) - add logging for kick and muzzle
- add more dm commands for seen (chicken oracle, guy in goths...)
- make sure you make a datafiles dir in var/crossfire or have make
install do it for you.

194 lines of code changed in 2 files:

  • trunk/maps/python: CFDataFile.py (new 146), CFLog.py (+48 -28)
temitchell 2004-08-27 19:19 Rev.: 2891

- change path finding to use os.path - hopefully this will fix these
scripts for the (new) windows server
- CFgetPaths is now dead and will be removed - change your scripts if
you use it.

44 lines of code changed in 6 files:

  • trunk/maps/python: CFBank.py (+3 -3), CFBoard.py (+3 -3), CFGamble.py (+2 -2), CFLog.py (+30 -30), CFMail.py (+3 -2), CFgetPaths.py (+3)
mwedel 2004-04-18 01:50 Rev.: 2731

commit modified ring of occidental mages, which reduces the stats.
This should balance the item - much harder to get it to have 30 stats
now.
Updated version by Lalo Martins, applied by Mark Wedel
2004-04-17

3 lines of code changed in 1 file:

  • trunk/maps/python: ring_occidental_mages.py (+3 -3)
temitchell 2003-10-24 21:20 Rev.: 2413

- fixed issue with slotmachines where items created reset number of
existing items in the same space.
(using itemborker to set number of items add or remove as a safer way to
manage this.)
- touched up bank dialogue (and incorporated itembroker code)

9 lines of code changed in 1 file:

  • trunk/maps/python: CFItemBroker.py (+9 -6)
temitchell 2003-10-05 22:41 Rev.: 2376

-fix banksay.py (was a small issue with a missing =)
-add reusable script for adding/removing items
-add two new slotmachines
-add an insult generator

34 lines of code changed in 1 file:

  • trunk/maps/python: CFItemBroker.py (new 34)
temitchell 2003-09-28 17:13 Rev.: 2358

- fixed this stupid mistake (added quotes around bank DB name)

1 lines of code changed in 1 file:

  • trunk/maps/python: python_remove.py (+1 -1)
temitchell 2003-09-28 16:49 Rev.: 2357

- minor change to allow multiple bank databases
(not advising that happen, but the bank class should be as
modular as possible IMHO) and so I did it.
Added README from unlinked with changes

5 lines of code changed in 2 files:

  • trunk/maps/python: CFBank.py (+2 -3), python_remove.py (+3 -1)
temitchell 2003-09-28 11:49 Rev.: 2350

- touchups for banking system
Bank now uses imperials (1000 gold) for withdrawls and can do enchanges
of currency to platinum. Added a cleanup routine in the
python_remove script to delete account when players quit.
A transaction fee was implemented for deposits (default 5%)
requires use of new arch "imperial" (bank notes with no
intrinsic value)

12 lines of code changed in 2 files:

  • trunk/maps/python: CFBank.py (+9), python_remove.py (+3)
temitchell 2003-02-02 15:05 Rev.: 1992

- move the ImperialPost python files to the python directory, unclude system pathfinding from CFPython

368 lines of code changed in 8 files:

  • trunk/maps/python: CFBank.py (new 57), CFBoard.py (new 72), CFGamble.py (+2 -1), CFLog.py (new 65), CFMail.py (new 58), python_born.py (new 35), python_login.py (new 44), python_remove.py (new 35)
temitchell 2003-02-02 02:50 Rev.: 1990

- using new directory getting functions in the Plugin, makes python more better
- converted the slots over, now easier to install
- added a script that returns the directories for easy use

90 lines of code changed in 2 files:

  • trunk/maps/python: CFGamble.py (new 53), CFgetPaths.py (new 37)
mwedel 2002-09-04 01:49 Rev.: 1694

Various updates -
scorn/oldcity/oldcity2: Add some missing floor tiles.
scorn/temples/gnarg: Link in with with new maps.
world/world_105_116, world/world_127_114: Updated with gnard and
cd maps.
python: added directory - same as in old maps.
quests/cd/* - move over fro old maps, just new directory.
styles: Added directory - same as in old maps. Used for random maps.

75 lines of code changed in 2 files:

  • trunk/maps/python: ring_occidental_mages.py (new 35), weapon_occidental_mages.py (new 40)
Generated by StatSVN 0.7.0