Developers: crowbert

Login name:
crowbert
Total Commits:
209 (0.1%)
Lines of Code:
51,830 (0.1%)
Most Recent Commit:
2020-09-30 14:40

Activity by Clock Time

Activity by Hour of Day for crowbert

Activity by Day of Week for crowbert

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 209 (100.0%) 51830 (100.0%) 247.9
trunk/maps/scorn/oldcity/ 16 (7.7%) 21364 (41.2%) 1335.2
trunk/maps/scorn/crow/train/ 11 (5.3%) 14155 (27.3%) 1286.8
trunk/maps/crow/train/ 5 (2.4%) 14076 (27.2%) 2815.2
trunk/client/common/ 18 (8.6%) 1308 (2.5%) 72.6
server/trunk/server/ 35 (16.7%) 373 (0.7%) 10.6
server/trunk/common/ 17 (8.1%) 138 (0.3%) 8.1
trunk/client/gtk/ 10 (4.8%) 58 (0.1%) 5.8
client/trunk/common/ 4 (1.9%) 52 (0.1%) 13.0
server/trunk/ 7 (3.3%) 38 (0.1%) 5.4
server/trunk/types/converter/ 1 (0.5%) 34 (0.1%) 34.0
server/trunk/random_maps/ 7 (3.3%) 29 (0.1%) 4.1
server/trunk/types/teleporter/ 1 (0.5%) 26 (0.1%) 26.0
server/trunk/socket/ 3 (1.4%) 19 (0.0%) 6.3
server/trunk/doc/Developers/fields/ 3 (1.4%) 19 (0.0%) 6.3
server/trunk/include/ 9 (4.3%) 17 (0.0%) 1.8
server/trunk/doc/Developers/ 1 (0.5%) 16 (0.0%) 16.0
trunk/crossfire/lib/ 2 (1.0%) 13 (0.0%) 6.5
trunk/client/x11/ 3 (1.4%) 13 (0.0%) 4.3
client/trunk/gtk-v2/src/ 1 (0.5%) 13 (0.0%) 13.0
server/trunk/lib/help/ 3 (1.4%) 9 (0.0%) 3.0
trunk/maps/world/ 3 (1.4%) 6 (0.0%) 2.0
trunk/client/gnome/ 1 (0.5%) 6 (0.0%) 6.0
server/trunk/include/random_maps/ 2 (1.0%) 6 (0.0%) 3.0
server/trunk/doc/Developers/types/ 1 (0.5%) 5 (0.0%) 5.0
arch/trunk/flesh/generic/ 2 (1.0%) 5 (0.0%) 2.5
server/trunk/types/duplicator/ 1 (0.5%) 4 (0.0%) 4.0
server/trunk/lib/config/ 1 (0.5%) 4 (0.0%) 4.0
trunk/crossfire/server/ 1 (0.5%) 3 (0.0%) 3.0
trunk/crossfire/common/ 1 (0.5%) 3 (0.0%) 3.0
client/trunk/ 1 (0.5%) 3 (0.0%) 3.0
server/trunk/types/transport/ 1 (0.5%) 2 (0.0%) 2.0
server/trunk/types/legacy/ 1 (0.5%) 2 (0.0%) 2.0
server/trunk/test/unit/server/ 2 (1.0%) 2 (0.0%) 1.0
arch/trunk/ 2 (1.0%) 2 (0.0%) 1.0
trunk/crossfire/include/ 1 (0.5%) 1 (0.0%) 1.0
trunk/arch/skills/Skill_Scrolls/ 3 (1.4%) 1 (0.0%) 0.3
server/trunk/types/potion/ 1 (0.5%) 1 (0.0%) 1.0
server/trunk/types/container/ 1 (0.5%) 1 (0.0%) 1.0
maps/trunk/darcap/ 1 (0.5%) 1 (0.0%) 1.0
arch/trunk/spell/Misc/ 1 (0.5%) 1 (0.0%) 1.0
arch/trunk/misc/Container/ 1 (0.5%) 1 (0.0%) 1.0
trunk/maps/styles/wallstyles/ 1 (0.5%) 0 (0.0%) 0.0
trunk/maps/styles/monsterstyles/undead_quest/ 21 (10.0%) 0 (0.0%) 0.0
trunk/maps/quests/peterm/quests/ 1 (0.5%) 0 (0.0%) 0.0

Activity of crowbert

Most Recent Commits

crowbert 2020-09-30 14:40 Rev.: 21465

fix server crash from animate weapon when surrounded while player direction is zero

5 lines of code changed in 1 file:

  • server/trunk/server: spell_effect.c (+5 -1)
crowbert 2020-09-30 14:38 Rev.: 21464

fix seg fault triggered by a comet spell expanding somehow not having a map defined somewhere

1 lines of code changed in 1 file:

  • server/trunk/common: map.c (+1)
crowbert 2020-09-26 20:32 Rev.: 21459

set client_type for hides

5 lines of code changed in 2 files:

  • arch/trunk/flesh/generic: hide_troll.arc (+1), hides.arc (+4)
crowbert 2020-09-19 17:30 Rev.: 21450

Add 'face' command to have the player face a given direction without taking any action.

102 lines of code changed in 6 files:

  • server/trunk: ChangeLog (+4)
  • server/trunk/include: sproto.h (+2)
  • server/trunk/lib/help: face.en (new 1)
  • server/trunk/server: c_new.c (+37), commands.c (+1), player.c (+57 -1)
crowbert 2020-09-19 12:26 Rev.: 21449

create missile: Allow specifying bolt or arrow when casting or invoking instead of only relying on whether a crossbow is equiped

17 lines of code changed in 2 files:

  • arch/trunk/spell/Misc: spell_create_missile.arc (+1 -1)
  • server/trunk/server: spell_effect.c (+16)
crowbert 2020-09-19 08:50 Rev.: 21448

use pickup mode when completing jumps

1 lines of code changed in 1 file:

  • server/trunk/server: skills.c (+1)
crowbert 2020-09-17 15:51 Rev.: 21446

'apply' command: Pass through and honor '-a' and '-u' flags for containers and add a new flag '-o' to fully open a container in your inventory.

94 lines of code changed in 9 files:

  • server/trunk: ChangeLog (+5)
  • server/trunk/include: define.h (+1), sproto.h (+1 -1)
  • server/trunk/lib/help: apply.en (+1)
  • server/trunk/server: apply.c (+78 -3), c_object.c (+4), player.c (+1 -1)
  • server/trunk/types/container: container.c (+1 -1)
  • server/trunk/types/legacy: apply.c (+2 -2)
crowbert 2020-09-17 15:32 Rev.: 21445

Add a config option MIN_NAME to restrict very short account and character names

34 lines of code changed in 5 files:

  • server/trunk: ChangeLog (+7)
  • server/trunk/include: global.h (+1)
  • server/trunk/lib/config: settings (+4)
  • server/trunk/server: init.c (+8)
  • server/trunk/socket: request.c (+14)
crowbert 2020-09-15 22:45 Rev.: 21442

add client_type for scrollcase.arch

1 lines of code changed in 1 file:

  • arch/trunk/misc/Container: scrollcase.arc (+1)
crowbert 2020-09-14 18:03 Rev.: 21435

add --script=SCRIPT_NAME command-line option (not tested on Windows)

18 lines of code changed in 3 files:

  • client/trunk: ChangeLog (+3)
  • client/trunk/common: script.c (+2 -2)
  • client/trunk/gtk-v2/src: main.c (+13)
crowbert 2020-09-09 18:14 Rev.: 21389

Minor English cleanup

1 lines of code changed in 1 file:

  • maps/trunk/darcap: darcap.quests (+1 -1)
crowbert 2020-09-01 22:52 Rev.: 21330

Client-side scripting: Fix 'request map' command in cases where the square is unknown.

2 lines of code changed in 1 file:

  • client/trunk/common: script.c (+2 -1)
crowbert 2020-09-01 22:47 Rev.: 21329

Client-side scripting: Some commands can send a lot of data, and this data was
silently truncated. Now the full data is sent.

3 lines of code changed in 1 file:

  • client/trunk/common: script.c (+3 -3)
crowbert 2020-09-01 22:34 Rev.: 21328

Client-side scripting: Add support for commands with tags: drop, take, apply
The script will get tag numbers by requesting the inventory. These could
already be used with:
issue mark <tag>
issue lock <tag>
With this commit, that is expanded to now include
issue drop <tag> [<count>]
issue take <tag> [<count>]
issue apply <tag>

45 lines of code changed in 1 file:

  • client/trunk/common: script.c (+45 -1)
crowbert 2020-08-30 16:31 Rev.: 21325

turn off pickup and search_items modes on death to avoid messing up stuff in the apartment

2 lines of code changed in 1 file:

  • server/trunk/server: player.c (+2)
crowbert 2020-08-30 16:30 Rev.: 21324

Longer spell formatting to avoid cutting off longer spell names

3 lines of code changed in 1 file:

  • server/trunk/server: c_range.c (+3 -3)
crowbert 2020-08-30 16:28 Rev.: 21323

Improve 'skills' command output and add '-l' option for full perm exp data

83 lines of code changed in 5 files:

  • server/trunk: ChangeLog (+4)
  • server/trunk/common: living.c (+13)
  • server/trunk/include: libproto.h (+1)
  • server/trunk/lib/help: skills.en (+7)
  • server/trunk/server: skill_util.c (+58 -26)
crowbert 2020-08-30 16:15 Rev.: 21322

Restrict teleporters based on subtype and other_arch to specific object types

46 lines of code changed in 3 files:

  • server/trunk: ChangeLog (+4)
  • server/trunk/doc/Developers: teleporters (+16 -1)
  • server/trunk/types/teleporter: teleporter.c (+26 -5)
crowbert 2020-08-30 15:48 Rev.: 21321

Track total_exp instead of perm_exp; elminates rounding errors

82 lines of code changed in 12 files:

  • server/trunk: ChangeLog (+10)
  • server/trunk/common: living.c (+31 -34), loader.l (+2 -1), object.c (+3 -3)
  • server/trunk/doc/Developers/fields: field_perm_exp.dox (del), field_total_exp.dox (new 18), fields.dox (+1 -1)
  • server/trunk/doc/Developers/types: type_43.dox (+5 -4)
  • server/trunk/include: global.h (+6), object.h (+3 -2)
  • server/trunk/server: plugins.c (+2 -2), skill_util.c (+1 -1)
crowbert 2020-08-20 23:39 Rev.: 21295

add a space between sentences in the improvement potion consumption message

1 lines of code changed in 1 file:

  • server/trunk/types/potion: potion.c (+1 -1)

(57 more)

Generated by StatSVN 0.7.0