Directory python/misc/

Total Files:
7
Deleted Files:
1
Lines of Code:
294

[root]/python/misc

Lines of Code

python/misc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 446 (100.0%) 13.5
ryo_saeba 5 (15.2%) 196 (43.9%) 39.2
kbulgrien 6 (18.2%) 140 (31.4%) 23.3
tchize 6 (18.2%) 105 (23.5%) 17.5
anmaster 11 (33.3%) 5 (1.1%) 0.4
qal21 4 (12.1%) 0 (0.0%) 0.0
cavesomething 1 (3.0%) 0 (0.0%) 0.0

Most Recent Commits

ryo_saeba 2011-12-30 16:39 Rev.: 16384

Script to record a list of players having done something great.

57 lines of code changed in 1 file:

  • python/misc: hall_of_fame.py (new 57)
cavesomething 2010-04-27 03:40 Rev.: 12991

Move npc_dialog.py to the dialog directory rather than misc/

0 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (del)
anmaster 2009-01-29 20:38 Rev.: 11285

Set svn:eol-style on the python scripts in maps.

0 lines of code changed in 7 files:

  • python/misc: CFInsulter.py (changed), CFweardisguise.py (changed), death_message.py (changed), doNothing.py (changed), greet_message.py (changed), npc_dialog.py (changed), swallow_whole.py (changed)
anmaster 2009-01-29 20:32 Rev.: 11284

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

1 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+1 -1)
anmaster 2009-01-29 20:22 Rev.: 11283

Run whitespace cleanup script in maps/python.

4 lines of code changed in 3 files:

  • python/misc: CFweardisguise.py (-1), npc_dialog.py (+1 -2), swallow_whole.py (+3 -4)
kbulgrien 2008-11-21 02:46 Rev.: 10637

- Reformat for readability. No functional change.

23 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+23 -12)
kbulgrien 2008-11-21 02:43 Rev.: 10636

- More clearly document how to write JSONs when pre or postconditions are not
needed by a particular rule. For the inexperienced, this was a showstopper.
- Dispense with the user defined exception and replace the old handling with a
more effective debug log message combined with a generic exception.

5 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+5 -12)
kbulgrien 2008-11-15 02:55 Rev.: 10469

Modify CFDialog.py to use a list of strings for the keywords instead of the "|"
delimited string for consistency and to reduce the need to specially parse the
string. There seems no particular reason to stay with the "|" delimiter (and
@match use of it does not seem compelling enough to override the benefit of
removing the oddball parameter from both CFDialog.py and npc_dialog.py scripts.
This commit also updates every known dialog that is affected. Also updated
are the comments in both dialog scripts to reflect the change. In CFDialog.py
also pluralize some identifers to better reflect that they are used for lists.

22 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+22 -19)
kbulgrien 2008-11-15 00:04 Rev.: 10467

Add a comment that references ../scorn/kar/gork.msg as an example of how an
npc_dialog.py conversation can be made player friendly by using multiple
precondition flag values. Without using this capability, conversation paths
can tend to be too linear or rigid and therefore produce unnecessary player
frustratation.

6 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+6)
kbulgrien 2008-11-13 23:44 Rev.: 10423

Avoid DeprecationWarning: raising a string exception is deprecated by making
a user-defined exception handler.

10 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+10 -1)
kbulgrien 2008-11-13 21:45 Rev.: 10422

- Documentation improvements and an additional example. No functional changes.

74 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+74 -35)
ryo_saeba 2008-04-05 02:46 Rev.: 8691

Part of patch #1677738: Purple worm (with pythonscript and map), by Mike B.

41 lines of code changed in 1 file:

  • python/misc: swallow_whole.py (new 41)
tchize 2007-12-22 08:44 Rev.: 8009

Make the gork's treasure quest use python for npc dialog. It's now mandatory to go throught full dialog to get the treasure key, knowing password is not enough


15 lines of code changed in 2 files:

  • python/misc: doNothing.py (new 6), npc_dialog.py (+9 -2)
tchize 2007-12-18 17:29 Rev.: 7968

Update match rules of CFDialog, add a script to use it
easily in maps, update newbie house so the wise sigmund
can provide more interactive support to players

17 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (+17 -2)
tchize 2007-12-16 10:15 Rev.: 7930

Add a simple to use script that make use of NPC dialog

70 lines of code changed in 1 file:

  • python/misc: npc_dialog.py (new 70)
tchize 2007-11-08 18:36 Rev.: 7496

Modified all print of script to calls to Crossfire.Log(Crossfire.Log(Debug|Error|Info|Monster),message)

3 lines of code changed in 2 files:

  • python/misc: CFweardisguise.py (+2 -2), greet_message.py (+1 -1)
ryo_saeba 2007-04-06 15:32 Rev.: 5951

Make script more robust if enemy changes, only process players.

10 lines of code changed in 1 file:

  • python/misc: greet_message.py (+10 -5)
ryo_saeba 2007-04-06 14:58 Rev.: 5949

Script: greeting message to enemy.

47 lines of code changed in 1 file:

  • python/misc: greet_message.py (new 47)
ryo_saeba 2007-04-02 15:00 Rev.: 5920

Script to have critters say things when they die.

41 lines of code changed in 1 file:

  • python/misc: death_message.py (new 41)
qal21 2006-12-12 20:27 Rev.: 5172

propdel svn:eol-style on all map tree files except actual text. Fixes broken win32 checkouts of maps.

0 lines of code changed in 4 files:

  • python/misc: CFInsulter.py (changed), CFweardisguise.py (changed)
Generated by StatSVN 0.7.0