Summary Period: 2003-06-11 to 2003-06-19
32 (0.9%)
622 (0.2%)
| Module | Changes | Lines of code | Lines each change |
|---|---|---|---|
| src/javamud/commands/ | 24 (75.0%) | 306 (49.1%) | 12 |
| src/javamud/object/daemons/ | 1 (3.1%) | 273 (43.8%) | 273 |
| src/javamud/client/ | 4 (12.5%) | 37 (5.9%) | 9 |
| src/javamud/utils/ | 1 (3.1%) | 4 (0.6%) | 4 |
| src/javamud/mob/lib/ | 2 (6.2%) | 2 (0.3%) | 1 |
| Sum | 32 (100%) | 622 (100%) | 19 |
|
nprose 6/19/03 6:23 PM |
Fixed #753325: Change wizard status from level-based to flag-based New role methods are now available. |
| 18 lines of code changed in: src/javamud/client/client.java (+18 -1) | |
|
nprose 6/16/03 5:45 PM |
Changed all file separators ("/") to System.getProperty("file.separator"). |
| 4 lines of code changed in: src/javamud/commands/suicide.java (+4 -4) | |
|
nprose 6/16/03 5:10 PM |
Added for Feature Request #755093: 'suicide' command. |
| 83 lines of code changed in: src/javamud/commands/suicide.java (new 83) | |
|
nprose 6/16/03 5:08 PM |
Fixed #755093: Modified to accommodate the 'suicide' command. |
| 12 lines of code changed in: src/javamud/client/client.java (+12 -1) | |
|
nprose 6/14/03 7:19 PM |
Describe command for Feature Request 753809. |
| 51 lines of code changed in: src/javamud/commands/describe.java (new 51) | |
|
nprose 6/14/03 7:12 PM |
Added description property in save() and load() for Feature Request 753809. |
| 4 lines of code changed in: src/javamud/client/client.java (+4) | |
|
nprose 6/13/03 9:38 PM |
Added a return after the number of parameters check. |
| 1 lines of code changed in: src/javamud/commands/finger.java (+1) | |
|
nprose 6/13/03 9:32 PM |
Removed extra '?' from after "Unwield what item" message. |
| 1 lines of code changed in: src/javamud/commands/unwield.java (+1 -1) | |
|
nprose 6/13/03 9:19 PM |
Changed parameter check from params[1] == null to params.length < 2. |
| 8 lines of code changed in: src/javamud/commands: unwield.java (+1 -1), wear.java (+3 -3), wield.java (+2 -2), yell.java (+2 -2) | |
|
nprose 6/13/03 9:18 PM |
Changed parameter check from (params[1] == null) || (params[2] == null) to params.length < 2. |
| 39 lines of code changed in: src/javamud/commands/tell.java (+39 -38) | |
![]()
Generated by StatCvs v0.1.3