Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
temitchell | 17 (43.6%) | 44 (115.8%) | 68 (50.0%) | 2.59 |
ryo_saeba | 13 (33.3%) | -9 (-23.7%) | 41 (30.1%) | -0.69 |
gros | 6 (15.4%) | -2 (-5.3%) | 22 (16.2%) | -0.33 |
bbotbuilder | 2 (5.1%) | 0 (0.0%) | 0 (0.0%) | 0.00 |
akirschbaum | 1 (2.6%) | 5 (13.2%) | 5 (3.7%) | 5.00 |
Date | Author | File/Message |
---|---|---|
1/15/06 8:56 AM | ryo_saeba |
Remove obsolete files
(2 Files changed,
0 Lines changed)
python/events/python_mapreset.py 1.2 removed
python/events/python_mapenter.py 1.2 removed
|
1/8/06 4:21 AM | ryo_saeba |
Check if path exists to not display an error message
(2 Files changed,
10 Lines changed)
python/events/python_event.py 1.2
(+5
-4)
python/events/python_init.py 1.5
(+5
-4)
|
1/8/06 3:31 AM | ryo_saeba |
Remove obsolete files
(5 Files changed,
0 Lines changed)
python/events/python_born.py 1.5 removed
python/events/python_muzzle.py 1.4 removed
python/events/python_remove.py 1.6 removed
python/events/python_kick.py 1.4 removed
python/events/python_login.py 1.7 removed
|
1/7/06 5:44 PM | ryo_saeba |
Split event files, make subdirs.
(3 Files changed,
29 Lines changed)
python/events/python_init.py 1.4
(+7
-3)
python/events/README 1.2
(+5
-14)
python/events/python_event.py 1.1 added 17
|
10/19/05 3:45 PM | bbotbuilder |
Prevent more warnings
(1 Files changed,
0 Lines changed)
python/events/python_mapenter.py 1.1 added
|
10/19/05 3:12 PM | bbotbuilder |
Adding to prevent the server from giving a warning about it being
missing, which was resulting in lots of spam to the console. (1 Files changed, 0 Lines changed) python/events/python_mapreset.py 1.1 added
|
10/18/05 1:53 PM | gros |
Update of the Global Events scripts to the new 2.0 CFPython.
Update of the Guild-related scripts to the new 2.0 CFPython. Update of the remaining scripts to the new 2.0 CFPython. Gros - 18/10/2005 (6 Files changed, 22 Lines changed) python/events/python_remove.py 1.5
(+3
-3)
python/events/python_login.py 1.6
(+6
-6)
python/events/python_born.py 1.4
(+3
-4)
python/events/python_kick.py 1.3
(+4
-5)
python/events/python_muzzle.py 1.3
(+3
-3)
python/events/python_init.py 1.3
(+3
-3)
|
7/22/05 2:32 PM | ryo_saeba |
Log, then check mail - if mail fails, log is still written.
(1 Files changed,
2 Lines changed)
python/events/python_login.py 1.5
(+2
-3)
|
12/5/04 10:42 PM | temitchell |
- remove python path bootstrapping - init script not appends module path
for us. - add guild functions to init and remove scripts (6 Files changed, 14 Lines changed) python/events/python_muzzle.py 1.2
(+0
-3)
python/events/python_kick.py 1.2
(+1
-3)
python/events/python_born.py 1.3
(+0
-3)
python/events/python_init.py 1.2
(+5
-0)
python/events/python_remove.py 1.4
(+5
-3)
python/events/python_login.py 1.4
(+3
-3)
|
10/21/04 1:57 PM | akirschbaum |
Add script for bootstrapping code. The script runs right after the python plugin is loaded.
(1 Files changed,
5 Lines changed)
python/events/python_init.py 1.1 added 5
|
8/31/04 10:08 PM | temitchell |
- fix tiny bug where player logging in has no record gets a record
made. (1 Files changed, 4 Lines changed) python/events/python_login.py 1.3
(+4
-1)
|
8/31/04 9:03 PM | temitchell |
- 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. (5 Files changed, 20 Lines changed) python/events/python_muzzle.py 1.1 added
python/events/python_kick.py 1.1 added
python/events/python_born.py 1.2
(+2
-2)
python/events/python_login.py 1.2
(+3
-3)
python/events/python_remove.py 1.3
(+2
-1)
|
8/2/04 9:02 PM | temitchell |
- oops fix long stnading error preventing bank accounts being deleted
when player quits.. (blush) (1 Files changed, 3 Lines changed) python/events/python_remove.py 1.2
(+3
-2)
|
8/2/04 6:38 PM | temitchell |
- move event scripts into their own directory
- add README - add disguise script (warning usage still subject to bug 878949) (4 Files changed, 27 Lines changed) python/events/python_remove.py 1.1 added
python/events/python_born.py 1.1 added
python/events/README 1.1 added 14
python/events/python_login.py 1.1 added
|