Summary Period: 2002-12-16 to 2003-06-25
Total Lines Of Code:
3219 (2003-10-05)
| User | Changes | Lines of code | Lines each change |
|---|---|---|---|
| u_davis | 142 (100.0%) | 3427 (100.0%) | 24 |
| Sum | 142 (100%) | 3427 (100%) | 24 |
|
u_davis 6/25/03 3:05 PM |
Removed the extra id field from living Changed .id to .query_id() |
| 12 lines of code changed in: src/javamud/spells: blade.java (+1 -1), bolt.java (+1 -1), charm.java (+7 -7), ice_grasp.java (+1 -1), lava_blast.java (+1 -1), magic_missile.java (+1 -1) | |
|
u_davis 6/14/03 3:55 PM |
Fixed #754489: Harm spells should not be cast on self [Bug] - added the necessarry checks |
| 127 lines of code changed in: src/javamud/spells: blade.java (+12 -6), blindness.java (+13 -6), curse.java (+11 -11), ice_grasp.java (+12 -6), lava_blast.java (+12 -6), magic_missile.java (+12 -6), mana_leech.java (+12 -6), misfortune.java (+19 -19), sleep.java (+9 -9), sorrow.java (+8 -8), weakness.java (+7 -7) | |
|
u_davis 6/14/03 3:43 PM |
Fixed self casting |
| 12 lines of code changed in: src/javamud/spells/bolt.java (+12 -6) | |
|
u_davis 6/4/03 2:46 PM |
Added comment header to all the class source files |
| 574 lines of code changed in: src/javamud/spells: affect_spell.java (+14), armor.java (+14), basic_spell.java (+14), blade.java (+14), bless.java (+14), blindness.java (+14), bolt.java (+14), chant.java (+14), charm.java (+14), curse.java (+14), detect_invisibility.java (+14), dispel.java (+14), enchant.java (+14), feather_weight.java (+14), feeblemind.java (+14), fortune.java (+14), heal.java (+14), ice_grasp.java (+14), invisibility.java (+14), lava_blast.java (+14), lava_storm.java (+14), magic_missile.java (+14), mana_leech.java (+14), mana_refresh.java (+14), mirth.java (+14), misfortune.java (+14), necro_armor.java (+14), powerheal.java (+14), prayer.java (+14), recall.java (+14), regenerate.java (+14), remove_curse.java (+14), sanctuary.java (+14), sleep.java (+14), sorrow.java (+14), spellnames.java (+14), spells.java (+14), strength.java (+14), summon.java (+14), teleport.java (+14), weakness.java (+14) | |
|
u_davis 5/22/03 9:51 AM |
Added some more powers to knights guild Added save function to basic_guild Added afLight affect |
| 31 lines of code changed in: src/javamud/spells/affect_spell.java (+31 -29) | |
|
u_davis 5/15/03 4:58 PM |
Added first version of the knight object, not fully tested yet Puppy alignment changed to 100. Added the knight medallion object to the guild daemon. Added armor and bless to knights also. Fixed a typo in wiztool. Fixed a bug in client.java (when a living was killed, the on_kill() callback was not called. |
| 12 lines of code changed in: src/javamud/spells: armor.java (+1 -1), bless.java (+11 -11) | |
|
u_davis 1/17/03 3:57 PM |
Rewritten the storage of objects Every object has a hashtable that contains index -> alias pairs of the contained objects This way the search is much faster since we don't have to search in the whole object table. I hope it works now... TODO: query_max_number_of() and query_number_of() functions |
| 88 lines of code changed in: src/javamud/spells: armor.java (+2 -1), blade.java (+2 -1), bless.java (+2 -1), blindness.java (+2 -1), bolt.java (+2 -1), chant.java (+2 -1), charm.java (+3 -2), curse.java (+4 -3), detect_invisibility.java (+2 -1), dispel.java (+2 -1), enchant.java (+3 -2), feather_weight.java (+2 -1), feeblemind.java (+2 -1), fortune.java (+2 -1), heal.java (+3 -2), ice_grasp.java (+2 -1), invisibility.java (+2 -1), lava_blast.java (+2 -1), lava_storm.java (+3 -2), magic_missile.java (+2 -1), mana_leech.java (+2 -1), mana_refresh.java (+2 -1), mirth.java (+2 -1), misfortune.java (+2 -1), necro_armor.java (+2 -1), powerheal.java (+2 -1), prayer.java (+2 -1), recall.java (+6 -6), regenerate.java (+2 -1), remove_curse.java (+3 -2), sanctuary.java (+2 -1), sleep.java (+2 -1), sorrow.java (+2 -1), strength.java (+2 -1), summon.java (+2 -1), teleport.java (+5 -3), weakness.java (+2 -1) | |
|
u_davis 1/4/03 8:54 PM |
Fixed spell casting Fixed transform_str() in living Fixed add_item_cmd() and query_item() in basic thing |
| 12 lines of code changed in: src/javamud/spells: curse.java (+7 -5), recall.java (+5 -3) | |
|
u_davis 12/16/02 1:50 PM |
Initial revision |
| 2559 lines of code changed in: src/javamud/spells: affect_spell.java (new 99), armor.java (new 62), basic_spell.java (new 122), blade.java (new 63), bless.java (new 64), blindness.java (new 48), bolt.java (new 58), chant.java (new 63), charm.java (new 66), curse.java (new 90), detect_invisibility.java (new 61), dispel.java (new 51), enchant.java (new 57), feather_weight.java (new 52), feeblemind.java (new 52), fortune.java (new 68), heal.java (new 60), ice_grasp.java (new 49), invisibility.java (new 51), lava_blast.java (new 53), lava_storm.java (new 63), magic_missile.java (new 56), mana_leech.java (new 55), mana_refresh.java (new 47), mirth.java (new 62), misfortune.java (new 73), necro_armor.java (new 65), powerheal.java (new 46), prayer.java (new 64), recall.java (new 78), regenerate.java (new 63), remove_curse.java (new 75), sanctuary.java (new 65), sleep.java (new 59), sorrow.java (new 52), spellnames.java (new 68), spells.java (new 67), strength.java (new 65), summon.java (new 41), teleport.java (new 52), weakness.java (new 54) | |
![]()
Generated by StatCvs v0.1.3