Module /src/javamud/utils/

back to main page

Summary Period: 2002-12-16 to 2003-10-04

Modules

/src/javamud/utils/

Lines Of Code


Total Lines Of Code: 1481 (2003-10-05)

Changes Per User

UserChangesLines of codeLines each change
u_davis 39 (97.5%) 1698 (99.7%) 43
nprose 1 (2.5%) 4 (0.2%) 4
Sum 40 (100%) 1702 (100%) 42

Most Recent Commits

u_davis
10/4/03 6:15 PM
Moved the tracing to separate files depending on the creator wizard
Added stack traces to the logfiles (instead of printing them to the screen)
3 lines of code changed in:
src/javamud/utils/ziputil.java (+3 -1)

u_davis
10/4/03 1:28 AM
Logging and tracing functions are now in a separate package:
javamud.logging.*
3 lines of code changed in:
src/javamud/utils/utils.java (+3 -2)

u_davis
9/29/03 10:31 AM
Added support for Windows (problem solved with path separators)
Fixed #814037: add_item() is incomplete [Bug]
Added tokenizing the key and separatey add it to the items list.
106 lines of code changed in:
src/javamud/utils/utils.java (+106 -1)

u_davis
9/17/03 10:10 AM
Fixed #807381 - Final modifier
Added 'final' keywords to the base classes and functions that are not
overridden or inherited.
84 lines of code changed in:
src/javamud/utils: Ansii.java (+29 -29), utils.java (+55 -55)

u_davis
9/16/03 1:46 PM
Added client logging capabilities.
Levels:
0 - Login/logout
1 - Commands
2 - Output to player (very disk consuming)

Also the options can be set in the 'javamud.conf' file

Added transform_str() with colour on/off capability and corrected the
functions that use it, so the output log will show up correctly.
17 lines of code changed in:
src/javamud/utils/utils.java (+17 -6)

u_davis
7/17/03 11:05 AM
Fixed who output
Removed much of the dependencies to the mud from imc2
28 lines of code changed in:
src/javamud/utils/utils.java (+28)

u_davis
7/16/03 12:08 PM
Fixed password reading in get_login()
1 lines of code changed in:
src/javamud/utils/utils.java (+1)

u_davis
6/30/03 12:43 PM
Added some more javadoc comments to living
Removed comments from utils and wiztool
2 lines of code changed in:
src/javamud/utils/utils.java (+2 -29)

u_davis
6/24/03 12:36 PM
Removed all circular references from basic_thing
exec_command() now takes as parameter basic_thing instead of living
tell() moved to basic_thing
6 lines of code changed in:
src/javamud/utils/utils.java (+6)

u_davis
6/19/03 10:15 AM
Added the base directory for all clonings (room/, object/, mob/)
Fixed ships' destinations
Fixed refreshing in driver
Fixed movement in living
52 lines of code changed in:
src/javamud/utils/utils.java (+52)


Generated by StatCvs v0.1.3