Directory trunk/maps/python/IPO/

Directory Created:
2003-02-02 15:05
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/trunk/maps/python/IPO

Lines of Code

trunk/maps/python/IPO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 1230 (100.0%) 20.5
temitchell 30 (50.0%) 759 (61.7%) 25.3
akirschbaum 11 (18.3%) 221 (18.0%) 20.0
gros 7 (11.7%) 159 (12.9%) 22.7
ryo_saeba 5 (8.3%) 91 (7.4%) 18.2
mwedel 7 (11.7%) 0 (0.0%) 0.0

Most Recent Commits

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

make branche directories, delete old trunk.

0 lines of code changed in 7 files:

  • trunk/maps/python/IPO: README (del), banksay.py (del), board.py (del), receive.py (del), say.py (del), seen.py (del), send.py (del)
ryo_saeba 2006-09-02 09:26 Rev.: 4861

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

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: send.py (+1 -1)
akirschbaum 2005-11-28 16:12 Rev.: 4060

Properly set plural names of delivered objects.

3 lines of code changed in 1 file:

  • trunk/maps/python/IPO: receive.py (+3)
akirschbaum 2005-11-10 17:20 Rev.: 4028

Make it work with with new Python plugin; remove debug output; make source-code formatting consistent.

12 lines of code changed in 1 file:

  • trunk/maps/python/IPO: board.py (+12 -13)
akirschbaum 2005-11-10 16:41 Rev.: 4026

Bug fixes: make it work with with new Python plugin, do not make it talk to itself, prevent abuse with out of range amounts; make source-code formatting consistent.

88 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+88 -51)
akirschbaum 2005-11-10 15:16 Rev.: 4025

Bug fixes: make it work with with new Python plugin, add 'yes' for help message, do not make it talk to itself.

3 lines of code changed in 1 file:

  • trunk/maps/python/IPO: seen.py (+3 -2)
akirschbaum 2005-11-10 14:28 Rev.: 4024

Lots of bug fixes: make it work with new Python plugin, fix truncated help message, set plural names of created objects, reword messages, prevent re-use of already sent packets, add safeguards for array-access; make source-code formatting consistent.

101 lines of code changed in 2 files:

  • trunk/maps/python/IPO: say.py (+78 -57), send.py (+23 -45)
akirschbaum 2005-11-10 14:17 Rev.: 4022

Fix spelling errors.

6 lines of code changed in 1 file:

  • trunk/maps/python/IPO: README (+6 -6)
akirschbaum 2005-11-06 15:45 Rev.: 3999

Fix misnamed method names; fix looping over inventories.

5 lines of code changed in 1 file:

  • trunk/maps/python/IPO: say.py (+5 -5)
ryo_saeba 2005-11-05 05:40 Rev.: 3981

Fix case

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: say.py (+1 -1)
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

159 lines of code changed in 7 files:

  • trunk/maps/python/IPO: README (+2 -2), banksay.py (+15 -15), board.py (+19 -19), receive.py (+19 -19), say.py (+67 -65), seen.py (+13 -13), send.py (+24 -23)
ryo_saeba 2005-09-30 15:00 Rev.: 3742

Improved post office, can now send/receive items

88 lines of code changed in 2 files:

  • trunk/maps/python/IPO: README (+2 -2), say.py (+86 -4)
akirschbaum 2005-04-09 07:00 Rev.: 3192

Fix spelling errors.

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: receive.py (+1 -1)
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/IPO: say.py (+1 -1)
akirschbaum 2005-03-09 17:24 Rev.: 3121

Fix deposit option.

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+1 -1)
akirschbaum 2005-03-09 15:12 Rev.: 3110

Fix spelling error.

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+1 -1)
temitchell 2004-12-05 23:48 Rev.: 3003

- remove item scripts long ago moved into items
- update scripts to remove path (init script does it for us)

1 lines of code changed in 6 files:

  • trunk/maps/python/IPO: banksay.py (-4), board.py (-4), receive.py (-4), say.py (+1 -6), seen.py (-6), send.py (-4)
temitchell 2004-09-19 00:56 Rev.: 2917

- fix help message - add info command which dumps the record.

10 lines of code changed in 1 file:

  • trunk/maps/python/IPO: seen.py (+10 -1)
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.

65 lines of code changed in 2 files:

  • trunk/maps/python/IPO: say.py (+2 -13), seen.py (+63 -13)
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.

12 lines of code changed in 6 files:

  • trunk/maps/python/IPO: banksay.py (+2 -1), board.py (+2 -1), receive.py (+2 -1), say.py (+2 -1), seen.py (+2 -1), send.py (+2 -1)
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)

12 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+12 -8)
temitchell 2003-10-08 23:28 Rev.: 2386

- oops forgot the decimal that made the serbice charges work.

1 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+1 -1)
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

19 lines of code changed in 2 files:

  • trunk/maps/python/IPO: banksay.py (+18 -18), board.py (+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

57 lines of code changed in 2 files:

  • trunk/maps/python/IPO: README (new 54), banksay.py (+3 -3)
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)

53 lines of code changed in 1 file:

  • trunk/maps/python/IPO: banksay.py (+53 -15)
temitchell 2003-07-31 21:24 Rev.: 2277

- add in DM check so that seen script gives DM the last IP used by the
player they are asking about.

5 lines of code changed in 1 file:

  • trunk/maps/python/IPO: seen.py (+5 -2)
temitchell 2003-07-25 00:27 Rev.: 2269

- breaking out seen into it's own script, the bank stuff into it's own
script and removing the part if the seen command that hands out players
IP addresses to other players.

131 lines of code changed in 3 files:

  • trunk/maps/python/IPO: banksay.py (new 75), say.py (+1 -30), seen.py (new 55)
temitchell 2003-02-02 15:05 Rev.: 1992

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

393 lines of code changed in 4 files:

  • trunk/maps/python/IPO: board.py (new 88), receive.py (new 68), say.py (new 151), send.py (new 86)
Generated by StatSVN 0.7.0