Module /src/javamud/object/daemons/

back to main page

Summary Period: 2002-12-16 to 2003-06-24

Modules

/src/javamud/object/daemons/

Lines Of Code


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

Changes Per User

UserChangesLines of codeLines each change
u_davis 46 (97.8%) 1525 (84.8%) 33
nprose 1 (2.1%) 273 (15.1%) 273
Sum 47 (100%) 1798 (100%) 38

Most Recent Commits

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
43 lines of code changed in:
src/javamud/object/daemons: acl_daemon.java (+6 -2), general_daemon.java (+9 -11), guild_daemon.java (-2), monster_daemon.java (-2), property_daemon.java (+16 -9), simple_daemon.java (+12 -6), soul_daemon.java (-2)

u_davis
6/23/03 10:53 PM
Added check for NUL property daemon pointer
Added object types as properties.
20 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+20 -2)

u_davis
6/23/03 1:49 PM
Fixed #759135: wiz_invis property needed [Feature Request]
- added a wiz_invis property to property daemon and the checks in room and who.
- this property is also saved when the player quits (wizinvis=<level>).
5 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+5 -1)

u_davis
6/23/03 10:41 AM
Fixed #757268: 'summon' command for wizards [Feature Request]
- added a 'transfer' command to wiztool that transfers any object to the
wizard's location. Higher level wizards cannot be transferred.

Added "prevent_move" property to property daemon and it is set in each
room's create() method.

Added a small fix to examine (the eq was not displayed)
7 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+7 -1)

u_davis
6/23/03 8:13 AM
Fixed #758857: XP gaining problem [Bug]
- fixing the party object's xp split caused this bug.

Fixed some typos in soul_daemon and soul.
6 lines of code changed in:
src/javamud/object/daemons/soul_daemon.java (+6 -6)

u_davis
6/20/03 8:39 AM
Fixed loading of multiple guildmarks
Fixed eq saving and loading bug
2 lines of code changed in:
src/javamud/object/daemons/guild_daemon.java (+2 -2)

u_davis
6/19/03 11:24 AM
Fixed bugs caused by daemons
105 lines of code changed in:
src/javamud/object/daemons: acl_daemon.java (+7 -7), guild_daemon.java (+11 -10), monster_daemon.java (+9 -9), property_daemon.java (+1 -1), soul_daemon.java (+77 -77)

u_davis
6/17/03 2:34 PM
Fixed load_XXX() in driver. add_object() should be called before the create()
and reset() methods.
Fixed set_property() in rooms
5 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+5 -11)

u_davis
6/16/03 3:30 PM
Fixed set_property() in objects, added unset_property()
Fixed in-game compilation of classes
Added implodeNicely() with LinkedList parameters
159 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+159 -140)

u_davis
6/13/03 4:34 PM
Added excluded property set (which will be unset if a property is set)
54 lines of code changed in:
src/javamud/object/daemons/property_daemon.java (+54 -31)


Generated by StatCvs v0.1.3