Directory python/guilds/

Total Files:
10
Deleted Files:
9
Lines of Code:
1023

[root]/python/guilds

Lines of Code

python/guilds/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 148 (100.0%) 3118 (100.0%) 21.0
meflin2 16 (10.8%) 773 (24.8%) 48.3
rjtanner 15 (10.1%) 694 (22.3%) 46.2
alestan 25 (16.9%) 645 (20.7%) 25.8
ryo_saeba 32 (21.6%) 420 (13.5%) 13.1
anmaster 25 (16.9%) 357 (11.4%) 14.2
kstenger 5 (3.4%) 208 (6.7%) 41.6
akirschbaum 8 (5.4%) 15 (0.5%) 1.8
tchize 4 (2.7%) 5 (0.2%) 1.2
partmedia 2 (1.4%) 1 (0.0%) 0.5
qal21 16 (10.8%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2017-08-15 18:41 Rev.: 20498

Reduce guild arrest jail time

Submitted by: Jason Zheng

1 lines of code changed in 1 file:

  • python/guilds: arrest.py (+1 -1)
partmedia 2017-07-27 01:34 Rev.: 20448

Remove unused imports

0 lines of code changed in 1 file:

  • python/guilds: bigchest.py (-8)
akirschbaum 2016-06-19 10:13 Rev.: 20285

Do not use mutliple statements in one line.

2 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+2 -1)
ryo_saeba 2013-06-09 11:51 Rev.: 18734

Display the guild status and a member's status, give more information on what is valid.

11 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+11 -8)
akirschbaum 2013-05-09 06:08 Rev.: 18703

Remove trailing whitespace.

9 lines of code changed in 5 files:

  • python/guilds: README.txt (+1 -1), arrest.py (+1 -1), bigchest.py (+2 -3), guild_dues.py (+2 -2), guildoracle.py (+3 -3)
kstenger 2013-04-30 14:47 Rev.: 18700

Minor fixes to do_pay(): 'type' was used as a variable name but it's a reserved word, length check was wrong, check for zero amount, plural message improved.

15 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+15 -11)
kstenger 2013-04-29 14:31 Rev.: 18699

Fixing python indentation. Using elif when apropriate.

30 lines of code changed in 1 file:

  • python/guilds: guild_entry.py (+30 -41)
kstenger 2013-04-28 21:58 Rev.: 18698

Fixing python indentation

17 lines of code changed in 1 file:

  • python/guilds: arrest.py (+17 -20)
kstenger 2013-04-28 20:11 Rev.: 18697

Fixing python indentation

27 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+27 -26)
kstenger 2013-04-28 17:23 Rev.: 18696

Fixing python indentation

119 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+119 -121)
ryo_saeba 2013-04-28 13:27 Rev.: 18695

Display valid status.

2 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+2 -2)
ryo_saeba 2013-04-28 12:45 Rev.: 18693

Try to not generate errors.

8 lines of code changed in 1 file:

  • python/guilds: arrest.py (+8 -14)
ryo_saeba 2013-04-28 12:43 Rev.: 18692

Initialize variable, if access is denied.

1 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+1)
ryo_saeba 2013-04-28 12:17 Rev.: 18691

Prevent traps from showing.

2 lines of code changed in 1 file:

  • python/guilds: arrest.py (+2)
ryo_saeba 2012-07-01 12:09 Rev.: 18320

Clean debug statement.

5 lines of code changed in 4 files:

  • python/guilds: guild_entry.py (+1 -1), guild_questpoints_apply.py (+1 -1), guildbuy.py (+2 -2), guildjoin.py (+1 -1)
ryo_saeba 2012-06-17 05:35 Rev.: 18256

Use name, not object.

1 lines of code changed in 1 file:

  • python/guilds: guild_questpoints_apply.py (+1 -1)
ryo_saeba 2011-12-01 17:21 Rev.: 15997

Fix probably broken crystal room price (12 jade instead of 2 platinum).

1 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+1 -1)
ryo_saeba 2011-12-01 17:20 Rev.: 15996

Rewrite prices, fix inverted Thaumaturgy room and desk.

8 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+8 -8)
ryo_saeba 2011-12-01 17:16 Rev.: 15995

Reduce the price of cards by a factor of 10.

7 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+7 -7)
ryo_saeba 2011-12-01 17:12 Rev.: 15994

Reformat to put cards at top.

9 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+9 -8)
ryo_saeba 2011-11-06 16:28 Rev.: 15543

Clean script.

1 lines of code changed in 1 file:

  • python/guilds: bigchest.py (+1 -4)
ryo_saeba 2011-07-24 09:15 Rev.: 14920

Prevent actual reading of the panel.

2 lines of code changed in 1 file:

  • python/guilds: guildboard.py (+2)
ryo_saeba 2011-07-10 04:50 Rev.: 14837

Fix Jeweler's room coordinates preventing it from being bought.

1 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+1 -1)
ryo_saeba 2011-05-29 11:45 Rev.: 14495

Improve the 'buy' command, don't show already bought extensions.

33 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+33 -18)
ryo_saeba 2010-11-22 17:19 Rev.: 14120

Fix accidental french :)

1 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+1 -1)
ryo_saeba 2010-11-22 17:00 Rev.: 14119

Format 'info' result in a friendler way.

8 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+8 -1)
ryo_saeba 2010-11-20 11:04 Rev.: 14115

Slightly improve the list command. Fix misplaced newline.

6 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+6 -3)
ryo_saeba 2010-11-20 10:47 Rev.: 14113

Do not attempt arresting things like traps, please.

3 lines of code changed in 1 file:

  • python/guilds: arrest.py (+3)
ryo_saeba 2010-11-20 06:17 Rev.: 14107

Use actual deposit value instead of hardcoded value.

2 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+2 -2)
ryo_saeba 2010-11-14 09:21 Rev.: 14089

Rewrite.

277 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+277 -147)
ryo_saeba 2010-10-10 06:25 Rev.: 13985

Display balance in a nicer way. Better 'buy' list.

12 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+12 -4)
anmaster 2010-10-06 13:38 Rev.: 13966

Fix /python/guilds/arrest.py, it just kept throwing errors into server stderr...

3 lines of code changed in 1 file:

  • python/guilds: arrest.py (+3 -3)
alestan 2010-09-06 21:59 Rev.: 13758

fixed problems caused by svn up.

122 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+122 -210)
alestan 2010-09-06 21:42 Rev.: 13757

fixed syntax error.

1 lines of code changed in 1 file:

  • python/guilds: guild_dues.py (+1 -1)
alestan 2010-09-06 20:34 Rev.: 13755

fixed synatax error

2 lines of code changed in 1 file:

  • python/guilds: guildoracle.py (+2 -2)
alestan 2010-09-06 20:29

changed syntax to support python 2.5.x

5 lines of code changed in 2 files:

  • python/guilds: guildoracle.py (+1 -3)
alestan 2010-09-06 19:38 Rev.: 13751

added a common clearance checker for the guilds and rewrote parts of the guild scripts. Also updated the guild maps to use the new scripts

501 lines of code changed in 11 files:

  • python/guilds: README.txt (new 170), arrest.py (+14 -71), clearance.py (del), guild_dues.py (+162 -163), guild_entry.py (+41 -48), guildbuy.py (+2 -5), guildoracle.py (+112 -164), guildpay.py (del), guildstorage.py (del), storage_entry.py (del), trigger.py (del)
alestan 2010-09-02 14:36 Rev.: 13703

removed unused text files and made Jack say how much money is needed to purchase something for the guild

3 lines of code changed in 7 files:

  • python/guilds: GUILD_TEMPLATE.txt (del), PoisonedDagger.txt (del), PurpleButterfly.txt (del), README.txt (del), SmokingCauldron.txt (del), bigchest.py (+1 -2), guild_dues.py (+1 -1)
meflin2 2010-09-02 09:32 Rev.: 13693

one of the guild scripts got missed from being added by alestan

47 lines of code changed in 1 file:

  • python/guilds: bigchest.py (new 47)
alestan 2010-08-16 17:55 Rev.: 13629

fixed bugs with guild scripts

11 lines of code changed in 2 files:

  • python/guilds: guild_dues.py (+11 -7), guild_entry.py (-2)

(18 more)

Generated by StatSVN 0.7.0